Interface: VerifiedAccessToken
Defined in: createAccessTokenVerifier.ts:5
The identity resolved from a valid access token.
Properties
clientId
clientId:
string
Defined in: createAccessTokenVerifier.ts:11
The client_id the token was issued to.
scopes
scopes:
string[]
Defined in: createAccessTokenVerifier.ts:9
The scopes granted to the token.
subject
subject:
string
Defined in: createAccessTokenVerifier.ts:7
The authenticated end-user subject identifier.