AccessTokenEntity type
액세스 토큰 캐시 유형
type AccessTokenEntity = CredentialEntity & {
cachedAt: string
expiresOn: string
extendedExpiresOn?: string
realm: string
refreshOn?: string
requestedClaims?: string
requestedClaimsHash?: string
target: string
tokenType?: AuthenticationScheme
}