Skip to content

Latest commit

 

History

History
56 lines (29 loc) · 1.17 KB

File metadata and controls

56 lines (29 loc) · 1.17 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]: JsonValue | undefined

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