SerializedAccessTokenEntity type
Access token credential type
type SerializedAccessTokenEntity = {
cached_at: string,
client_id: string,
credential_type: string,
environment: string,
expires_on: string,
extended_expires_on?: string,
home_account_id: string,
key_id?: string,
realm: string,
refresh_on?: string,
requestedClaims?: string,
requestedClaimsHash?: string,
secret: string,
target: string,
token_type?: string,
}