Interface: TokenEndpointResponse

March 19, 2026 Ā· View on GitHub

šŸ’— 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