Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Abstract methods
Creates the authorization uri for redirecting the user agent to the auth provider.
Creates the authorization uri for redirecting the user agent to the auth provider.
Attributes
Creates the logout uri for redirecting the user-agent to logout the user. This might not be supported by the OP.
Creates the logout uri for redirecting the user-agent to logout the user. This might not be supported by the OP.
Attributes
Get the access token with the query parameters from the redirect request.
Get the access token with the query parameters from the redirect request.
Attributes
Get a new access token using the given refresh token.
Get a new access token using the given refresh token.
Attributes
The token store used for jwtRefresh
.
The token store used for jwtRefresh
.
Attributes
Inherited and Abstract methods
Check whether the given JWT was issued by this provider.
Return a refresher to obtain new access tokens.
Return a validator that can verify tokens from this provider.