1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 19:46:56 +01:00
MadelineProto/docs/TD_docs/methods/checkAuthPassword.md
2017-08-25 15:05:53 +02:00

648 B

title description
checkAuthPassword Checks password for correctness. Works only when getAuthState returns authStateWaitPassword. Returns authStateOk on success

Method: checkAuthPassword

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Checks password for correctness. Works only when getAuthState returns authStateWaitPassword. Returns authStateOk on success

Params:

Name Type Required Description
password string Yes Password to check

Return type: AuthState