Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrJWKSNotInitialized = errors.New("JWKS not initialized")
Functions ¶
func NewClientLibraryError ¶
func NewM2MPermissionError ¶
func NewM2MPermissionError() error
func NewPermissionError ¶
func NewPermissionError() error
Types ¶
type Error ¶
type OAuth2Error ¶
type OAuth2Error struct { StatusCode int `json:"status_code,omitempty"` RequestID string `json:"request_id,omitempty"` ErrorType Type `json:"error,omitempty"` ErrorMessage Message `json:"error_description,omitempty"` ErrorURL URL `json:"error_uri,omitempty"` }
func (OAuth2Error) Error ¶
func (e OAuth2Error) Error() string
Click to show internal directories.
Click to hide internal directories.