Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnableToIssueTokenError ¶
type UnableToIssueTokenError struct {
Err error
}
func (UnableToIssueTokenError) Error ¶
func (u UnableToIssueTokenError) Error() (message string)
Error returns a formatted error message for UnableToIssueTokenError
type UnableToParseKeyError ¶
func (UnableToParseKeyError) Error ¶
func (u UnableToParseKeyError) Error() (message string)
Error returns a formatted error message for UnableToParseKeyError
type UnableToParseTokenError ¶
type UnableToParseTokenError struct {
Err error
}
func (UnableToParseTokenError) Error ¶
func (u UnableToParseTokenError) Error() (message string)
Error returns a formatted error message for UnableToParseTokenError
type UnexpectedSigningMethodError ¶
type UnexpectedSigningMethodError struct {
Algorithm interface{}
}
func (UnexpectedSigningMethodError) Error ¶
func (u UnexpectedSigningMethodError) Error() (message string)
Error returns a formatted error message for UnexpectedSigningMethodError
Click to show internal directories.
Click to hide internal directories.