MadelineProtoDocs/docs/TD_docs/methods/checkAuthPassword.md
2018-04-01 13:24:46 +02:00

652 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

Parameters:

Name Type Required Description
password string Yes Password to check

Return type: AuthState