MadelineProtoDocs/docs/TD_docs/methods/checkAuthPassword.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

725 B

title description image
checkAuthPassword Checks password for correctness. Works only when getAuthState returns authStateWaitPassword. Returns authStateOk on success https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

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