Interface: BackchannelAuthenticationResponse

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

auth_req_id

โ€ข readonly auth_req_id: string

Unique identifier to identify the authentication request.


expires_in

โ€ข readonly expires_in: number

The lifetime in seconds of the "auth_req_id".


interval?

โ€ข readonly optional interval?: number

The minimum amount of time in seconds that the client should wait between polling requests to the token endpoint.