Id
Token principal from an OpenID Connect login containing a verified ID token plus the accompanying OAuth token material.
This is the session and OAuth-callback token type. The accompanying accessToken string is the provider-issued access token from the token endpoint; it is not verified as a resource-server Bearer principal and is never exposed as Access. Use jwtBearer to obtain an Access principal.
Properties
the accompanying access token returned with the ID token. May be JWT or opaque; it is not validated against Bearer resource audiences.
Decoded claims from value. Accessing these values does not perform verification by itself.
refresh token returned by the token endpoint, or null when unavailable.
normalized user claims extracted from the ID token or UserInfo endpoint.