Id

@SerialName(value = "id_token")
class Id : OidcToken(source)

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.

Report a problem

Properties

Link copied to clipboard

the accompanying access token returned with the ID token. May be JWT or opaque; it is not validated against Bearer resource audiences.

Link copied to clipboard

Decoded claims from value. Accessing these values does not perform verification by itself.

Link copied to clipboard

refresh token returned by the token endpoint, or null when unavailable.

Link copied to clipboard

normalized user claims extracted from the ID token or UserInfo endpoint.

Link copied to clipboard

verified ID token value.