open class PasswordlessToken : Parcelable
Represents a passwordless token response as received when requesting an auth code to be (re-) sent.
PasswordlessToken(value: String!)
Constructor. |
static val CREATOR: Creator<PasswordlessToken!>!
Required by |
open fun describeContents(): Int
Returns 0. |
|
open fun equals(other: Any?): Boolean |
|
open fun getValue(): String!
Provides the passwordless token. |
|
open fun hashCode(): Int |
|
open fun toString(): String |
|
open fun writeToParcel(parcel: Parcel, flags: Int): Unit |