# Functions
AccessTokenJWTToRequest tries to reconstruct fosite.Request from a JWT.
# 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.
DefaultJWTStrategy is a JWT RS256 strategy.
JWTSession Container for the JWT session.
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.
# Interfaces
AuthorizeCodeStorage handles storage requests related to authorization codes.
TokenRevocationStorage provides the storage implementation as specified in: https://tools.ietf.org/html/rfc7009.