CheckAuthenticationPassword constructor

CheckAuthenticationPassword(
  1. {required String password,
  2. int? extra,
  3. int? clientId}
)

Checks the 2-step verification password for correctness. Works only when the current authorization state is authorizationStateWaitPassword

Returns Ok

Implementation

CheckAuthenticationPassword