AccountLoginTrait.GetSetupPinCommand.Response

class AccountLoginTrait.GetSetupPinCommand.Response


Contains the setup PIN.

Summary

Public constructors

Response(setupPin: String)

Creates a response payload from the GetSetupPin command.

Public properties

String

The setup PIN, or null if the content app user account doesn't match the commissionee user account.

Public constructors

Response

Response(setupPin: String = "")

Creates a response payload from the GetSetupPin command.

Public properties

setupPin

val setupPinString

The setup PIN, or null if the content app user account doesn't match the commissionee user account.