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

StepLoginIdentify

data class StepLoginIdentify : Step, Parcelable

Constructors

<init>

StepLoginIdentify(source: Parcel)
StepLoginIdentify(credentials: Credentials, user: User, agreementsAccepted: Boolean, missingFields: Set<String>, agreementLinks: AgreementLinksResponse? = null)

Properties

agreementLinks

val agreementLinks: AgreementLinksResponse?

agreementsAccepted

val agreementsAccepted: Boolean

credentials

val credentials: Credentials

missingFields

val missingFields: Set<String>

user

val user: User

Functions

describeContents

fun describeContents(): Int

writeToParcel

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

Companion Object Properties

CREATOR

val CREATOR: Creator<StepLoginIdentify>