AccessTokenEntity type
Access token cache type
type AccessTokenEntity = CredentialEntity & {
cachedAt: string
expiresOn: string
extendedExpiresOn?: string
realm: string
refreshOn?: string
requestedClaims?: string
requestedClaimsHash?: string
target: string
tokenType?: AuthenticationScheme
}