Access

@SerialName(value = "access_token")
class Access : OidcToken(source)

Token principal from a JWT access token verified locally against this resource's OidcBearerConfig.audience.

This type is produced only by OidcProvider.jwtBearer. OAuth login does not create Access principals; OAuth-issued access-token material remains on Id.accessToken.

Report a problem

Properties

Link copied to clipboard

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

Link copied to clipboard

Authorized party or client identifier from the JWT access token.

Link copied to clipboard

normalized user claims extracted from the token, or null when unavailable.

Link copied to clipboard

verified JWT access token value.