MadelineProtoDocs/docs/TD_docs/methods/checkAuthPassword.md

727 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 Description Required
password string Password to check Yes

Return type: AuthState