CheckAuthenticationPasswordRecoveryCode constructor
const
CheckAuthenticationPasswordRecoveryCode({
- required String recoveryCode,
Checks whether a 2-step verification 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,
});