CodeVerification

Information related to the code verification flow. Present if the source is authenticated by a verification code (flow is Flow.CodeVerification).

Types

Link copied to clipboard

Properties

Link copied to clipboard

The number of attempts remaining to authenticate the source object with a verification code.

Link copied to clipboard

The status of the code verification, either pending (awaiting verification, attempts_remaining should be greater than 0), succeeded (successful verification) or failed (failed verification, cannot be verified anymore as attempts_remaining should be 0).

Functions

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