# Functions
AccessTokenJWTToRequest tries to reconstruct fosite.Request from a JWT.
No description provided by the author
No description provided by the author
# Structs
AuthorizeExplicitGrantHandler is a response handler for the Authorize Code grant using the explicit grant type as defined in https://tools.ietf.org/html/rfc6749#section-4.1.
AuthorizeImplicitGrantTypeHandler is a response handler for the Authorize Code grant using the implicit grant type as defined in https://tools.ietf.org/html/rfc6749#section-4.2.
No description provided by the author
No description provided by the author
DefaultJWTStrategy is a JWT RS256 strategy.
No description provided by the author
No description provided by the author
No description provided by the author
JWTSession Container for the JWT session.
No description provided by the author
Deprecated: This handler is deprecated as a means to communicate that the ROPC grant type is widely discouraged and is at the time of this writing going to be omitted in the OAuth 2.1 spec.
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
AuthorizeCodeStorage handles storage requests related to authorization codes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TokenRevocationStorage provides the storage implementation as specified in: https://tools.ietf.org/html/rfc7009.