auth.checkPassword
Try logging to an account protected by a 2FA password.
Example
TL schema
Parameters
Name | Type | Description |
password | The account's password (see SRP) |
Result
Possible errors
Code | Type | Description |
400 | PASSWORD_HASH_INVALID | The provided password isn't valid |
400 | SRP_ID_INVALID | Invalid SRP ID provided |
400 | SRP_PASSWORD_CHANGED | Password has changed |
Can bots use this methd ?
yes
Related pages
How to login to a user's account if they have enabled 2FA, how to change password.
Last updated