BcAuthorizeRequest

data class BcAuthorizeRequest(val loginHint: String, val scope: String, val accessType: String)

Request parameters for a backchannel (CIBA) authorization call.

Constructors

Link copied to clipboard
constructor(loginHint: String, scope: String, accessType: String)

Properties

Link copied to clipboard

The access type for the token (online or offline).

Link copied to clipboard

The account identifier hint in the format ID:{msisdn}/MSISDN (e.g. ID:563667/MSISDN).

Link copied to clipboard

The OAuth2 scope being requested (e.g., profile openid).