BackChannelAuthorize

data class BackChannelAuthorize(var authReqId: String, var interval: Int, var expiresIn: Int)

Represents the response from an account authorization request.

This is returned when initiating a BC (Backchannel) authorization flow, containing the details needed to poll for the authorization result.

Constructors

Link copied to clipboard
constructor(authReqId: String, interval: Int, expiresIn: Int)

Properties

Link copied to clipboard

The unique authorization request ID used to poll for the access token.

Link copied to clipboard

The number of seconds until the authorization request expires.

Link copied to clipboard

The minimum polling interval in seconds before checking authorization status.