OpenIdLoginResult

@IviExperimental(reasons = [])
sealed class OpenIdLoginResult : Parcelable

An instance of one of the sealed classes deriving from this class should be used to describe the result of an Open ID login process.

Inheritors

Types

Link copied to clipboard

The user did not login successfully. reason provides more detail on what failed.

Link copied to clipboard

Provides the reason for failure of a login attempt.

Link copied to clipboard

The user logged in successfully. result contains information relating to the login attempt.

Inherited functions

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