FormFields

object FormFields

Contains form field constants used in form-encoded API requests.

Properties

Link copied to clipboard
const val ACCESS_TYPE: String

Form field for the access type (online or offline).

Link copied to clipboard

Form field for the backchannel authorization request ID (auth_req_id).

Link copied to clipboard

Default access type requested for the CIBA consent flow.

Link copied to clipboard

The CIBA grant type value used when exchanging an auth_req_id for an OAuth2 token.

Link copied to clipboard
const val CIBA_SCOPE: String

Default OAuth2 scope requested for the CIBA consent flow.

Link copied to clipboard
const val GRANT_TYPE: String

Form field for the OAuth2 grant type.

Link copied to clipboard
const val LOGIN_HINT: String

Form field for the login hint (ID:{msisdn}/MSISDN) sent to the bc-authorize endpoint.

Link copied to clipboard
const val SCOPE: String

Form field for the requested OAuth2 scope.