OpenIdAuthenticationResultInfo

@IviExperimental(reasons = [])
data class OpenIdAuthenticationResultInfo(val authorizationResultIntent: Intent) : Parcelable

Encapsulates an Open ID authorization result.

This is typically the androidx.activity.result.ActivityResult returned by the activity launched by OpenIdAuthenticationRequestInfo.

Constructors

Link copied to clipboard
constructor(authorizationResultIntent: 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)