OpenIdAuthenticationRequestInfo

@IviExperimental(reasons = [])
data class OpenIdAuthenticationRequestInfo(val authorizationRequestIntent: Intent) : Parcelable

Encapsulates an Open ID authorization request.

See also

net.openid.appauth.AuthorizationService.getAuthorizationRequestIntent

for more information. Typically this will contain an Intent in authorizationRequestIntent which can be launched to start a web-based login process.

Constructors

Link copied to clipboard
constructor(authorizationRequestIntent: Intent)

Properties

Functions

Link copied to clipboard
open override fun toString(): String

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)