Skip to content

Latest commit

 

History

History
55 lines (28 loc) · 1.16 KB

TokenEndpointResponse.md

File metadata and controls

55 lines (28 loc) · 1.16 KB

Interface: TokenEndpointResponse

💗 Help the project

Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.


Indexable

[parameter: string]: undefined | JsonValue

Properties

access_token

readonly access_token: string


token_type

readonly token_type: Lowercase<string>

NOTE: because the value is case insensitive it is always returned lowercased


authorization_details?

readonly optional authorization_details: AuthorizationDetails[]


expires_in?

readonly optional expires_in: number


id_token?

readonly optional id_token: string


refresh_token?

readonly optional refresh_token: string


scope?

readonly optional scope: string