Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidPrivateKey is returned when the service provided an invalid private key ErrInvalidPrivateKey = errors.New("An invalid private key was provided") // ErrEncodingToken is returned when the service encounters an error during encoding ErrEncodingToken = errors.New("An error occured while encoding the JWT") // ErrInvalidToken is returned when the token provided is not valid ErrInvalidToken = errors.New("An invalid token was provided") // ErrMissingToken is returned when no token is provided ErrMissingToken = errors.New("A valid JWT is required") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.