Constructors for checking the validity of a 2FA SRP password.
See here » for more info on the 2FA authentication flow for methods that require it, before and after login.
inputCheckPasswordEmpty#9880f658 = InputCheckPasswordSRP;
inputCheckPasswordSRP#d27ff082 srp_id:long A:bytes M1:bytes = InputCheckPasswordSRP;
Constructor | Description |
---|---|
inputCheckPasswordEmpty | There is no password |
inputCheckPasswordSRP | Constructor for checking the validity of a 2FA SRP password (see SRP) |
How to login to a user's account if they have enabled 2FA, how to change password.