Link Search Menu Expand Document

Constructor: inputCheckPasswordSRP

Back to constructors index

Constructor for checking the validity of a 2FA SRP password (see SRP)

Attributes:

NameTypeRequiredDescription
srp_idlongYesSRP ID
AbytesYesA parameter (see SRP)
M1bytesYesM1 parameter (see SRP)

Type: InputCheckPasswordSRP

Example:

$inputCheckPasswordSRP = ['_' => 'inputCheckPasswordSRP', 'srp_id' => long, 'A' => 'bytes', 'M1' => 'bytes'];