# Functions
AuthzClientFromCredentials follows the returns a client authorized for the given API.
AuthzClientFromGrant follows the 3-legged OAuth2 flow to get an authorized client for the given API.
ClientFromCredentials follows the returns a go http Client authorized for the given API.
ClientFromGrant follows the 3-legged OAuth2 flow to get an authorized client for the given API.
MgmtClientFromCredentials follows the returns a client authorized for the given API.
MgmtClientFromGrant follows the 3-legged OAuth2 flow to get an authorized client for the given API.
PromptGrant uses stdin/out to get an authorization grant.
TokenClient is a client to the token endpoint.
# Structs
API represents an api in Auth0.
TokenRequestBody contains fields that may be used as data in a POST to /oauth/token to request a token.
TokenResponseBody contains token related information returned from a token request to Auth0.
TokenService provides a service for token related functions.
# Type aliases
GrantFunc is a function that gets an Authorization Grant code.