//HAAPI Android UI.Widget Documentation/se.curity.identityserver.haapi.android.ui.widget.models/AuthorizationRequestModel
AuthorizationRequestModel
[androidJvm] interface AuthorizationRequestModel : UIModel.Interaction
An OAuth 2.0 authorization response, which provides the client with the necessary parameters to finish the Haapi flow.
Properties
Name | Summary |
---|---|
code | [androidJvm] abstract val code: String The authorization request code that can be exchanged by an OAuth token. |
templateArea | [androidJvm] abstract val templateArea: String? The value for a custom template area defined for the client or authenticator. |
viewName | [androidJvm] abstract val viewName: String? The name for the view that produced the response. |
Functions
Name | Summary |
---|---|
describeContents | [androidJvm] abstract fun describeContents(): Int |
toJsonObject | [androidJvm] open override fun toJsonObject(): JSONObject |
toJsonString | [androidJvm] open fun toJsonString(): String |
writeToParcel | [androidJvm] abstract fun writeToParcel(p0: Parcel, p1: Int) |