AccessTokenEntity type
Cachetyp för åtkomsttoken
type AccessTokenEntity = CredentialEntity & {
cachedAt: string
expiresOn: string
extendedExpiresOn?: string
realm: string
refreshOn?: string
requestedClaims?: string
requestedClaimsHash?: string
target: string
tokenType?: AuthenticationScheme
}