# Functions
New creates a new oauth API client.
NewAuthorizeInternalServerError creates a AuthorizeInternalServerError with default headers values.
NewAuthorizeOK creates a AuthorizeOK with default headers values.
NewAuthorizeParams creates a new AuthorizeParams object with the default values initialized.
NewAuthorizeParamsWithContext creates a new AuthorizeParams object with the default values initialized, and the ability to set a context for a request.
NewAuthorizeParamsWithHTTPClient creates a new AuthorizeParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewAuthorizeParamsWithTimeout creates a new AuthorizeParams object with the default values initialized, and the ability to set a timeout on a request.
NewAuthorizeSubmitInternalServerError creates a AuthorizeSubmitInternalServerError with default headers values.
NewAuthorizeSubmitOK creates a AuthorizeSubmitOK with default headers values.
NewAuthorizeSubmitParams creates a new AuthorizeSubmitParams object with the default values initialized.
NewAuthorizeSubmitParamsWithContext creates a new AuthorizeSubmitParams object with the default values initialized, and the ability to set a context for a request.
NewAuthorizeSubmitParamsWithHTTPClient creates a new AuthorizeSubmitParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewAuthorizeSubmitParamsWithTimeout creates a new AuthorizeSubmitParams object with the default values initialized, and the ability to set a timeout on a request.
NewProviderInternalServerError creates a ProviderInternalServerError with default headers values.
NewProviderParams creates a new ProviderParams object with the default values initialized.
NewProviderParamsWithContext creates a new ProviderParams object with the default values initialized, and the ability to set a context for a request.
NewProviderParamsWithHTTPClient creates a new ProviderParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewProviderParamsWithTimeout creates a new ProviderParams object with the default values initialized, and the ability to set a timeout on a request.
NewTokenInternalServerError creates a TokenInternalServerError with default headers values.
NewTokenOK creates a TokenOK with default headers values.
NewTokenParams creates a new TokenParams object with the default values initialized.
NewTokenParamsWithContext creates a new TokenParams object with the default values initialized, and the ability to set a context for a request.
NewTokenParamsWithHTTPClient creates a new TokenParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewTokenParamsWithTimeout creates a new TokenParams object with the default values initialized, and the ability to set a timeout on a request.
# Structs
AuthorizeInternalServerError handles this case with default header values.
AuthorizeOK handles this case with default header values.
AuthorizeParams contains all the parameters to send to the API endpoint
for the authorize operation typically these are written to a http.Request
*/.
AuthorizeReader is a Reader for the Authorize structure.
AuthorizeSubmitInternalServerError handles this case with default header values.
AuthorizeSubmitOK handles this case with default header values.
AuthorizeSubmitParams contains all the parameters to send to the API endpoint
for the authorize submit operation typically these are written to a http.Request
*/.
AuthorizeSubmitReader is a Reader for the AuthorizeSubmit structure.
Client for oauth API
*/.
ProviderInternalServerError handles this case with default header values.
ProviderParams contains all the parameters to send to the API endpoint
for the provider operation typically these are written to a http.Request
*/.
ProviderReader is a Reader for the Provider structure.
TokenInternalServerError handles this case with default header values.
TokenOK handles this case with default header values.
TokenOKBody token o k body
swagger:model TokenOKBody
*/.
TokenParams contains all the parameters to send to the API endpoint
for the token operation typically these are written to a http.Request
*/.
TokenReader is a Reader for the Token structure.
# Interfaces
ClientService is the interface for Client methods.