Interface: BackchannelAuthenticationResponse
March 19, 2026 ยท View on GitHub
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.