Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 866 Bytes

BackchannelAuthenticationResponse.md

File metadata and controls

36 lines (19 loc) · 866 Bytes

Interface: BackchannelAuthenticationResponse

💗 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

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.