core / com.schibsted.account.engine.step / StepNoPwIdentify

StepNoPwIdentify

data class StepNoPwIdentify : Step

Constructors

<init>

StepNoPwIdentify(source: Parcel)
StepNoPwIdentify(identifier: Identifier, passwordlessToken: PasswordlessToken, isNewUser: Boolean, agreementLinks: AgreementLinksResponse)

Properties

agreementLinks

val agreementLinks: AgreementLinksResponse

identifier

val identifier: Identifier

isNewUser

val isNewUser: Boolean

passwordlessToken

val passwordlessToken: PasswordlessToken

Functions

describeContents

fun describeContents(): Int

writeToParcel

fun writeToParcel(dest: Parcel, flags: Int): Unit

Companion Object Properties

CREATOR

val CREATOR: Creator<StepNoPwIdentify>