# Functions
AuthorizeOauth2ProviderPath computes a request path to the authorize action of oauth2_provider.
ConfirmAuthorizationAuthUIPath computes a request path to the confirmAuthorization action of authUI.
GetTokenOauth2ProviderPath computes a request path to the get_token action of oauth2_provider.
New instantiates the client.
PromptAuthorizationAuthUIPath computes a request path to the promptAuthorization action of authUI.
ShowLoginLoginPath computes a request path to the showLogin action of login.
# Structs
Client is the service client.
OAuth2 error response, see https://tools.ietf.org/html/rfc6749#section-5.2 (default view)
Identifier: application/vnd.goa.example.oauth2.error+json; view=default.
OAuth2 access token request successful response, see https://tools.ietf.org/html/rfc6749#section-5.1 (default view)
Identifier: application/vnd.goa.example.oauth2.token+json; view=default.
Payload sent by client to obtain refresh and access token or to refresh an access token.