The Backend OauthAccessToken object
The Backend OauthAccessToken object holds information about an OAuth access token associated with a user that has previously authenticated with a particular OAuth provider.
Properties
- Name
-
idToken? - Type
string- Description
The user's OIDC ID Token, if available. This token contains user identity information as a JWT and is returned when the provider supports OpenID Connect (OIDC). Not all OAuth providers implement OIDC, so this field may be
undefinedfor some providers.
- Name
-
publicMetadata - Type
Record<string,unknown>- Description
Metadata that can be read from the Frontend API and Backend API and can be set only from the Backend API.
Feedback
Last updated on
Edit on GitHub