deno.land / x / oauth4webapi@v1.2.2 / docs / interfaces / OAuth2TokenEndpointResponse.md
• Readonly
access_token: string
• Readonly
token_type: string
NOTE: because the value is case insensitive it is always returned lowercased
• Optional
Readonly
expires_in: number
• Optional
Readonly
id_token: undefined
• Optional
Readonly
refresh_token: string
• Optional
Readonly
scope: string
Version Info