# Functions
New creates a new o auth API client.
NewDeleteCredentialsIDBadRequest creates a DeleteCredentialsIDBadRequest with default headers values.
NewDeleteCredentialsIDInternalServerError creates a DeleteCredentialsIDInternalServerError with default headers values.
NewDeleteCredentialsIDNoContent creates a DeleteCredentialsIDNoContent with default headers values.
NewDeleteCredentialsIDNotFound creates a DeleteCredentialsIDNotFound with default headers values.
NewDeleteCredentialsIDParams creates a new DeleteCredentialsIDParams object with the default values initialized.
NewDeleteCredentialsIDParamsWithContext creates a new DeleteCredentialsIDParams object with the default values initialized, and the ability to set a context for a request.
NewDeleteCredentialsIDParamsWithHTTPClient creates a new DeleteCredentialsIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewDeleteCredentialsIDParamsWithTimeout creates a new DeleteCredentialsIDParams object with the default values initialized, and the ability to set a timeout on a request.
NewDeleteCredentialsIDUnauthorized creates a DeleteCredentialsIDUnauthorized with default headers values.
NewGetCredentialsBadRequest creates a GetCredentialsBadRequest with default headers values.
NewGetCredentialsInternalServerError creates a GetCredentialsInternalServerError with default headers values.
NewGetCredentialsNotFound creates a GetCredentialsNotFound with default headers values.
NewGetCredentialsOK creates a GetCredentialsOK with default headers values.
NewGetCredentialsParams creates a new GetCredentialsParams object with the default values initialized.
NewGetCredentialsParamsWithContext creates a new GetCredentialsParams object with the default values initialized, and the ability to set a context for a request.
NewGetCredentialsParamsWithHTTPClient creates a new GetCredentialsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewGetCredentialsParamsWithTimeout creates a new GetCredentialsParams object with the default values initialized, and the ability to set a timeout on a request.
NewGetCredentialsUnauthorized creates a GetCredentialsUnauthorized with default headers values.
NewGetSelfBadRequest creates a GetSelfBadRequest with default headers values.
NewGetSelfInternalServerError creates a GetSelfInternalServerError with default headers values.
NewGetSelfOK creates a GetSelfOK with default headers values.
NewGetSelfParams creates a new GetSelfParams object with the default values initialized.
NewGetSelfParamsWithContext creates a new GetSelfParams object with the default values initialized, and the ability to set a context for a request.
NewGetSelfParamsWithHTTPClient creates a new GetSelfParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewGetSelfParamsWithTimeout creates a new GetSelfParams object with the default values initialized, and the ability to set a timeout on a request.
NewGetSelfUnauthorized creates a GetSelfUnauthorized with default headers values.
NewPostCredentialsBadRequest creates a PostCredentialsBadRequest with default headers values.
NewPostCredentialsInternalServerError creates a PostCredentialsInternalServerError with default headers values.
NewPostCredentialsNotFound creates a PostCredentialsNotFound with default headers values.
NewPostCredentialsOK creates a PostCredentialsOK with default headers values.
NewPostCredentialsParams creates a new PostCredentialsParams object with the default values initialized.
NewPostCredentialsParamsWithContext creates a new PostCredentialsParams object with the default values initialized, and the ability to set a context for a request.
NewPostCredentialsParamsWithHTTPClient creates a new PostCredentialsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewPostCredentialsParamsWithTimeout creates a new PostCredentialsParams object with the default values initialized, and the ability to set a timeout on a request.
NewPostCredentialsUnauthorized creates a PostCredentialsUnauthorized with default headers values.
NewPostOauthTokensBadRequest creates a PostOauthTokensBadRequest with default headers values.
NewPostOauthTokensCreated creates a PostOauthTokensCreated with default headers values.
NewPostOauthTokensInternalServerError creates a PostOauthTokensInternalServerError with default headers values.
NewPostOauthTokensParams creates a new PostOauthTokensParams object with the default values initialized.
NewPostOauthTokensParamsWithContext creates a new PostOauthTokensParams object with the default values initialized, and the ability to set a context for a request.
NewPostOauthTokensParamsWithHTTPClient creates a new PostOauthTokensParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewPostOauthTokensParamsWithTimeout creates a new PostOauthTokensParams object with the default values initialized, and the ability to set a timeout on a request.
NewPostOauthTokensUnauthorized creates a PostOauthTokensUnauthorized with default headers values.
# Constants
DeleteCredentialsIDBadRequestBodyTypeBadRequest captures enum value "bad_request".
DeleteCredentialsIDBadRequestBodyTypeInternal captures enum value "internal".
DeleteCredentialsIDBadRequestBodyTypeInvalidGrant captures enum value "invalid_grant".
DeleteCredentialsIDBadRequestBodyTypeMethodNotAllowed captures enum value "method_not_allowed".
DeleteCredentialsIDBadRequestBodyTypeNotFound captures enum value "not_found".
DeleteCredentialsIDBadRequestBodyTypeUnauthorized captures enum value "unauthorized".
DeleteCredentialsIDBadRequestBodyTypeUnsupportedGrantType captures enum value "unsupported_grant_type".
DeleteCredentialsIDInternalServerErrorBodyTypeBadRequest captures enum value "bad_request".
DeleteCredentialsIDInternalServerErrorBodyTypeInternal captures enum value "internal".
DeleteCredentialsIDInternalServerErrorBodyTypeInvalidGrant captures enum value "invalid_grant".
DeleteCredentialsIDInternalServerErrorBodyTypeMethodNotAllowed captures enum value "method_not_allowed".
DeleteCredentialsIDInternalServerErrorBodyTypeNotFound captures enum value "not_found".
DeleteCredentialsIDInternalServerErrorBodyTypeUnauthorized captures enum value "unauthorized".
DeleteCredentialsIDInternalServerErrorBodyTypeUnsupportedGrantType captures enum value "unsupported_grant_type".
DeleteCredentialsIDNotFoundBodyTypeBadRequest captures enum value "bad_request".
DeleteCredentialsIDNotFoundBodyTypeInternal captures enum value "internal".
DeleteCredentialsIDNotFoundBodyTypeInvalidGrant captures enum value "invalid_grant".
DeleteCredentialsIDNotFoundBodyTypeMethodNotAllowed captures enum value "method_not_allowed".
DeleteCredentialsIDNotFoundBodyTypeNotFound captures enum value "not_found".
DeleteCredentialsIDNotFoundBodyTypeUnauthorized captures enum value "unauthorized".
DeleteCredentialsIDNotFoundBodyTypeUnsupportedGrantType captures enum value "unsupported_grant_type".
DeleteCredentialsIDUnauthorizedBodyTypeBadRequest captures enum value "bad_request".
DeleteCredentialsIDUnauthorizedBodyTypeInternal captures enum value "internal".
DeleteCredentialsIDUnauthorizedBodyTypeInvalidGrant captures enum value "invalid_grant".
DeleteCredentialsIDUnauthorizedBodyTypeMethodNotAllowed captures enum value "method_not_allowed".
DeleteCredentialsIDUnauthorizedBodyTypeNotFound captures enum value "not_found".
DeleteCredentialsIDUnauthorizedBodyTypeUnauthorized captures enum value "unauthorized".
DeleteCredentialsIDUnauthorizedBodyTypeUnsupportedGrantType captures enum value "unsupported_grant_type".
GetCredentialsBadRequestBodyTypeBadRequest captures enum value "bad_request".
GetCredentialsBadRequestBodyTypeInternal captures enum value "internal".
GetCredentialsBadRequestBodyTypeInvalidGrant captures enum value "invalid_grant".
GetCredentialsBadRequestBodyTypeMethodNotAllowed captures enum value "method_not_allowed".
GetCredentialsBadRequestBodyTypeNotFound captures enum value "not_found".
GetCredentialsBadRequestBodyTypeUnauthorized captures enum value "unauthorized".
GetCredentialsBadRequestBodyTypeUnsupportedGrantType captures enum value "unsupported_grant_type".
GetCredentialsInternalServerErrorBodyTypeBadRequest captures enum value "bad_request".
GetCredentialsInternalServerErrorBodyTypeInternal captures enum value "internal".
GetCredentialsInternalServerErrorBodyTypeInvalidGrant captures enum value "invalid_grant".
GetCredentialsInternalServerErrorBodyTypeMethodNotAllowed captures enum value "method_not_allowed".
GetCredentialsInternalServerErrorBodyTypeNotFound captures enum value "not_found".
GetCredentialsInternalServerErrorBodyTypeUnauthorized captures enum value "unauthorized".
GetCredentialsInternalServerErrorBodyTypeUnsupportedGrantType captures enum value "unsupported_grant_type".
GetCredentialsNotFoundBodyTypeBadRequest captures enum value "bad_request".
GetCredentialsNotFoundBodyTypeInternal captures enum value "internal".
GetCredentialsNotFoundBodyTypeInvalidGrant captures enum value "invalid_grant".
GetCredentialsNotFoundBodyTypeMethodNotAllowed captures enum value "method_not_allowed".
GetCredentialsNotFoundBodyTypeNotFound captures enum value "not_found".
GetCredentialsNotFoundBodyTypeUnauthorized captures enum value "unauthorized".
GetCredentialsNotFoundBodyTypeUnsupportedGrantType captures enum value "unsupported_grant_type".
GetCredentialsUnauthorizedBodyTypeBadRequest captures enum value "bad_request".
GetCredentialsUnauthorizedBodyTypeInternal captures enum value "internal".
GetCredentialsUnauthorizedBodyTypeInvalidGrant captures enum value "invalid_grant".
GetCredentialsUnauthorizedBodyTypeMethodNotAllowed captures enum value "method_not_allowed".
GetCredentialsUnauthorizedBodyTypeNotFound captures enum value "not_found".
GetCredentialsUnauthorizedBodyTypeUnauthorized captures enum value "unauthorized".
GetCredentialsUnauthorizedBodyTypeUnsupportedGrantType captures enum value "unsupported_grant_type".
GetSelfBadRequestBodyTypeBadRequest captures enum value "bad_request".
GetSelfBadRequestBodyTypeInternal captures enum value "internal".
GetSelfBadRequestBodyTypeInvalidGrant captures enum value "invalid_grant".
GetSelfBadRequestBodyTypeMethodNotAllowed captures enum value "method_not_allowed".
GetSelfBadRequestBodyTypeNotFound captures enum value "not_found".
GetSelfBadRequestBodyTypeUnauthorized captures enum value "unauthorized".
GetSelfBadRequestBodyTypeUnsupportedGrantType captures enum value "unsupported_grant_type".
GetSelfInternalServerErrorBodyTypeBadRequest captures enum value "bad_request".
GetSelfInternalServerErrorBodyTypeInternal captures enum value "internal".
GetSelfInternalServerErrorBodyTypeInvalidGrant captures enum value "invalid_grant".
GetSelfInternalServerErrorBodyTypeMethodNotAllowed captures enum value "method_not_allowed".
GetSelfInternalServerErrorBodyTypeNotFound captures enum value "not_found".
GetSelfInternalServerErrorBodyTypeUnauthorized captures enum value "unauthorized".
GetSelfInternalServerErrorBodyTypeUnsupportedGrantType captures enum value "unsupported_grant_type".
GetSelfUnauthorizedBodyTypeBadRequest captures enum value "bad_request".
GetSelfUnauthorizedBodyTypeInternal captures enum value "internal".
GetSelfUnauthorizedBodyTypeInvalidGrant captures enum value "invalid_grant".
GetSelfUnauthorizedBodyTypeMethodNotAllowed captures enum value "method_not_allowed".
GetSelfUnauthorizedBodyTypeNotFound captures enum value "not_found".
GetSelfUnauthorizedBodyTypeUnauthorized captures enum value "unauthorized".
GetSelfUnauthorizedBodyTypeUnsupportedGrantType captures enum value "unsupported_grant_type".
PostCredentialsBadRequestBodyTypeBadRequest captures enum value "bad_request".
PostCredentialsBadRequestBodyTypeInternal captures enum value "internal".
PostCredentialsBadRequestBodyTypeInvalidGrant captures enum value "invalid_grant".
PostCredentialsBadRequestBodyTypeMethodNotAllowed captures enum value "method_not_allowed".
PostCredentialsBadRequestBodyTypeNotFound captures enum value "not_found".
PostCredentialsBadRequestBodyTypeUnauthorized captures enum value "unauthorized".
PostCredentialsBadRequestBodyTypeUnsupportedGrantType captures enum value "unsupported_grant_type".
PostCredentialsInternalServerErrorBodyTypeBadRequest captures enum value "bad_request".
PostCredentialsInternalServerErrorBodyTypeInternal captures enum value "internal".
PostCredentialsInternalServerErrorBodyTypeInvalidGrant captures enum value "invalid_grant".
PostCredentialsInternalServerErrorBodyTypeMethodNotAllowed captures enum value "method_not_allowed".
PostCredentialsInternalServerErrorBodyTypeNotFound captures enum value "not_found".
PostCredentialsInternalServerErrorBodyTypeUnauthorized captures enum value "unauthorized".
PostCredentialsInternalServerErrorBodyTypeUnsupportedGrantType captures enum value "unsupported_grant_type".
PostCredentialsNotFoundBodyTypeBadRequest captures enum value "bad_request".
PostCredentialsNotFoundBodyTypeInternal captures enum value "internal".
PostCredentialsNotFoundBodyTypeInvalidGrant captures enum value "invalid_grant".
PostCredentialsNotFoundBodyTypeMethodNotAllowed captures enum value "method_not_allowed".
PostCredentialsNotFoundBodyTypeNotFound captures enum value "not_found".
PostCredentialsNotFoundBodyTypeUnauthorized captures enum value "unauthorized".
PostCredentialsNotFoundBodyTypeUnsupportedGrantType captures enum value "unsupported_grant_type".
PostCredentialsUnauthorizedBodyTypeBadRequest captures enum value "bad_request".
PostCredentialsUnauthorizedBodyTypeInternal captures enum value "internal".
PostCredentialsUnauthorizedBodyTypeInvalidGrant captures enum value "invalid_grant".
PostCredentialsUnauthorizedBodyTypeMethodNotAllowed captures enum value "method_not_allowed".
PostCredentialsUnauthorizedBodyTypeNotFound captures enum value "not_found".
PostCredentialsUnauthorizedBodyTypeUnauthorized captures enum value "unauthorized".
PostCredentialsUnauthorizedBodyTypeUnsupportedGrantType captures enum value "unsupported_grant_type".
PostOauthTokensBadRequestBodyErrorAccessDenied captures enum value "access_denied".
PostOauthTokensBadRequestBodyErrorInvalidClient captures enum value "invalid_client".
PostOauthTokensBadRequestBodyErrorInvalidGrant captures enum value "invalid_grant".
PostOauthTokensBadRequestBodyErrorInvalidRequest captures enum value "invalid_request".
PostOauthTokensBadRequestBodyErrorInvalidScope captures enum value "invalid_scope".
PostOauthTokensBadRequestBodyErrorUnauthorizedClient captures enum value "unauthorized_client".
PostOauthTokensBadRequestBodyErrorUnsupportedGrantType captures enum value "unsupported_grant_type".
PostOauthTokensInternalServerErrorBodyTypeBadRequest captures enum value "bad_request".
PostOauthTokensInternalServerErrorBodyTypeInternal captures enum value "internal".
PostOauthTokensInternalServerErrorBodyTypeInvalidGrant captures enum value "invalid_grant".
PostOauthTokensInternalServerErrorBodyTypeMethodNotAllowed captures enum value "method_not_allowed".
PostOauthTokensInternalServerErrorBodyTypeNotFound captures enum value "not_found".
PostOauthTokensInternalServerErrorBodyTypeUnauthorized captures enum value "unauthorized".
PostOauthTokensInternalServerErrorBodyTypeUnsupportedGrantType captures enum value "unsupported_grant_type".
PostOauthTokensUnauthorizedBodyErrorAccessDenied captures enum value "access_denied".
PostOauthTokensUnauthorizedBodyErrorInvalidClient captures enum value "invalid_client".
PostOauthTokensUnauthorizedBodyErrorInvalidGrant captures enum value "invalid_grant".
PostOauthTokensUnauthorizedBodyErrorInvalidRequest captures enum value "invalid_request".
PostOauthTokensUnauthorizedBodyErrorInvalidScope captures enum value "invalid_scope".
PostOauthTokensUnauthorizedBodyErrorUnauthorizedClient captures enum value "unauthorized_client".
PostOauthTokensUnauthorizedBodyErrorUnsupportedGrantType captures enum value "unsupported_grant_type".
# Structs
Client for o auth API
*/.
DeleteCredentialsIDBadRequest handles this case with default header values.
DeleteCredentialsIDBadRequestBody delete credentials ID bad request body
swagger:model DeleteCredentialsIDBadRequestBody
*/.
DeleteCredentialsIDInternalServerError handles this case with default header values.
DeleteCredentialsIDInternalServerErrorBody delete credentials ID internal server error body
swagger:model DeleteCredentialsIDInternalServerErrorBody
*/.
DeleteCredentialsIDNoContent handles this case with default header values.
DeleteCredentialsIDNotFound handles this case with default header values.
DeleteCredentialsIDNotFoundBody delete credentials ID not found body
swagger:model DeleteCredentialsIDNotFoundBody
*/.
DeleteCredentialsIDParams contains all the parameters to send to the API endpoint
for the delete credentials ID operation typically these are written to a http.Request
*/.
DeleteCredentialsIDReader is a Reader for the DeleteCredentialsID structure.
DeleteCredentialsIDUnauthorized handles this case with default header values.
DeleteCredentialsIDUnauthorizedBody delete credentials ID unauthorized body
swagger:model DeleteCredentialsIDUnauthorizedBody
*/.
GetCredentialsBadRequest handles this case with default header values.
GetCredentialsBadRequestBody get credentials bad request body
swagger:model GetCredentialsBadRequestBody
*/.
GetCredentialsInternalServerError handles this case with default header values.
GetCredentialsInternalServerErrorBody get credentials internal server error body
swagger:model GetCredentialsInternalServerErrorBody
*/.
GetCredentialsNotFound handles this case with default header values.
GetCredentialsNotFoundBody get credentials not found body
swagger:model GetCredentialsNotFoundBody
*/.
GetCredentialsOK handles this case with default header values.
GetCredentialsParams contains all the parameters to send to the API endpoint
for the get credentials operation typically these are written to a http.Request
*/.
GetCredentialsReader is a Reader for the GetCredentials structure.
GetCredentialsUnauthorized handles this case with default header values.
GetCredentialsUnauthorizedBody get credentials unauthorized body
swagger:model GetCredentialsUnauthorizedBody
*/.
GetSelfBadRequest handles this case with default header values.
GetSelfBadRequestBody get self bad request body
swagger:model GetSelfBadRequestBody
*/.
GetSelfInternalServerError handles this case with default header values.
GetSelfInternalServerErrorBody get self internal server error body
swagger:model GetSelfInternalServerErrorBody
*/.
GetSelfOK handles this case with default header values.
GetSelfParams contains all the parameters to send to the API endpoint
for the get self operation typically these are written to a http.Request
*/.
GetSelfReader is a Reader for the GetSelf structure.
GetSelfUnauthorized handles this case with default header values.
GetSelfUnauthorizedBody get self unauthorized body
swagger:model GetSelfUnauthorizedBody
*/.
PostCredentialsBadRequest handles this case with default header values.
PostCredentialsBadRequestBody post credentials bad request body
swagger:model PostCredentialsBadRequestBody
*/.
PostCredentialsInternalServerError handles this case with default header values.
PostCredentialsInternalServerErrorBody post credentials internal server error body
swagger:model PostCredentialsInternalServerErrorBody
*/.
PostCredentialsNotFound handles this case with default header values.
PostCredentialsNotFoundBody post credentials not found body
swagger:model PostCredentialsNotFoundBody
*/.
PostCredentialsOK handles this case with default header values.
PostCredentialsParams contains all the parameters to send to the API endpoint
for the post credentials operation typically these are written to a http.Request
*/.
PostCredentialsReader is a Reader for the PostCredentials structure.
PostCredentialsUnauthorized handles this case with default header values.
PostCredentialsUnauthorizedBody post credentials unauthorized body
swagger:model PostCredentialsUnauthorizedBody
*/.
PostOauthTokensBadRequest handles this case with default header values.
PostOauthTokensBadRequestBody post oauth tokens bad request body
swagger:model PostOauthTokensBadRequestBody
*/.
PostOauthTokensCreated handles this case with default header values.
PostOauthTokensInternalServerError handles this case with default header values.
PostOauthTokensInternalServerErrorBody post oauth tokens internal server error body
swagger:model PostOauthTokensInternalServerErrorBody
*/.
PostOauthTokensParams contains all the parameters to send to the API endpoint
for the post oauth tokens operation typically these are written to a http.Request
*/.
PostOauthTokensReader is a Reader for the PostOauthTokens structure.
PostOauthTokensUnauthorized handles this case with default header values.
PostOauthTokensUnauthorizedBody post oauth tokens unauthorized body
swagger:model PostOauthTokensUnauthorizedBody
*/.