# Packages
Package trust implements jwt-bearer grant management capabilities
JWT-Bearer Grant represents resource owner (RO) permission for client to act on behalf of the RO using jwt.
# Functions
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
RefreshTokenHook is an AccessRequestHook called for `refresh_token` grant type.
No description provided by the author
No description provided by the author
TestHelperRunner is used to run the database suite of tests in this package.
# Constants
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
#nosec G101.
No description provided by the author
IntrospectPath points to the OAuth2 introspection endpoint.
No description provided by the author
No description provided by the author
No description provided by the author
#nosec G101.
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
swagger:model flushInactiveOAuth2TokensRequest.
No description provided by the author
Introspection contains an access token's session data as specified by IETF RFC 7662, see: https://tools.ietf.org/html/rfc7662 swagger:model oAuth2TokenIntrospection.
RefreshTokenHookRequest is the request body sent to the refresh token hook.
RefreshTokenHookResponse is the response body received from the refresh token hook.
Requester is a token endpoint's request context.
No description provided by the author
WellKnown represents important OpenID Connect discovery metadata
It includes links to several endpoints (e.g.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
AccessRequestHook is called when an access token is being refreshed.