AccountLoginTrait.LoginCommand.Request

class AccountLoginTrait.LoginCommand.Request


The request payload for the Login command.

Summary

Public constructors

Request(
    tempAccountIdentifier: String,
    setupPin: String,
    node: OptionalValue<ULong>
)

Creates a request payload for the Login command.

Public properties

OptionalValue<ULong>
String

The setup PIN.

String

The client's temporary account identifier.

Public constructors

Request

Request(
    tempAccountIdentifier: String = "",
    setupPin: String = "",
    node: OptionalValue<ULong> = OptionalValue.absent()
)

Creates a request payload for the Login command.

Public properties

node

val nodeOptionalValue<ULong>

setupPin

val setupPinString

The setup PIN.

tempAccountIdentifier

val tempAccountIdentifierString

The client's temporary account identifier.