AccessTokenEntity type
Tipo de caché de token de acceso
type AccessTokenEntity = CredentialEntity & {
cachedAt: string
expiresOn: string
extendedExpiresOn?: string
realm: string
refreshOn?: string
requestedClaims?: string
requestedClaimsHash?: string
target: string
tokenType?: AuthenticationScheme
}