core / com.schibsted.account.network.response / PasswordlessToken

PasswordlessToken

open class PasswordlessToken : Parcelable

Represents a passwordless token response as received when requesting an auth code to be (re-) sent.

Constructors

<init>

PasswordlessToken(value: String!)

Constructor.

Properties

CREATOR

static val CREATOR: Creator<PasswordlessToken!>!

Required by Parcelable. You probably should not be accessing this manually.

Functions

describeContents

open fun describeContents(): Int

Returns 0.

equals

open fun equals(other: Any?): Boolean

getValue

open fun getValue(): String!

Provides the passwordless token.

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

writeToParcel

open fun writeToParcel(parcel: Parcel, flags: Int): Unit