CheckAuthenticationPasswordRecoveryCode constructor

const CheckAuthenticationPasswordRecoveryCode({
  1. required String recoveryCode,
})

Checks whether a password recovery code sent to an email address is valid. Works only when the current authorization state is authorizationStateWaitPassword

Implementation

const CheckAuthenticationPasswordRecoveryCode({
  required this.recoveryCode,
});