Constructor: inputCheckPasswordSRP
Constructor for checking the validity of a 2FA SRP password (see SRP)
Attributes:
Name | Type | Required | Description |
---|---|---|---|
srp_id | long | Yes | SRP ID |
A | bytes | Yes | A parameter (see SRP) |
M1 | bytes | Yes | M1 parameter (see SRP) |
Type: InputCheckPasswordSRP
Example:
$inputCheckPasswordSRP = ['_' => 'inputCheckPasswordSRP', 'srp_id' => long, 'A' => 'bytes', 'M1' => 'bytes'];