Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidRequest = errors.New("invalid_request") ErrInvalidScope = errors.New("invalid_scope") ErrUnsupportedResponseType = errors.New("unsupported_response_type") ErrConsentRequired = errors.New("consent_required") )
OAuth 2.0 Authorization Error Responses defined by RFC6749 or OIDC Authentication Error Responses.
View Source
var ( ErrInvalidClient = errors.New("invalid_client") ErrInvalidGrant = errors.New("invalid_grant") ErrUnsupportedGrantType = errors.New("unsupported_grant_type") )
OAuth 2.0 Token Error Responses defined by RFC6749.
View Source
var ( ErrInvalidClientID = errors.New("invalid_client_id") ErrInvalidRedirectURI = errors.New("invalid_redirect_uri") )
Self defined error.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.