TlvGetSetupPinRequest: ObjectSchema<{
    tempAccountIdentifier: FieldType<string>;
}> = ...

Input to the AccountLogin getSetupPin command

Type declaration

  • tempAccountIdentifier: FieldType<string>

    This field shall specify the client’s Temporary Account Identifier. The length of this field shall be at least 16 characters to protect the account holder against password guessing attacks.

    MatterSpecification.v13.Cluster § 6.2.4.1.1

MatterSpecification.v13.Cluster § 6.2.4.1