CacheEntry: { access_token: string; audience: string; client_id: string; decodedToken?: DecodedToken; expires_in: number; id_token?: string; oauthTokenScope?: string; refresh_token?: string; scope: string; } Type declaration
access_token: string
audience: string
client_id: string
expires_in: number
Optional
id_token?: string
Optional
oauthTokenScope?: string
Optional
refresh_token?: string
scope: string