mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2025-01-22 05:41:46 +01:00
1.1 KiB
1.1 KiB
title | description | nav_exclude | image |
---|---|---|---|
inputCheckPasswordSRP | Constructor for checking the validity of a 2FA SRP password (see SRP) | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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'];