CheckAuthenticationPasswordRecoveryCode constructor

CheckAuthenticationPasswordRecoveryCode({
  1. String? extra,
  2. int? client_id,
  3. string? recovery_code,
})

Implementation

CheckAuthenticationPasswordRecoveryCode({
  super.extra,
  super.client_id,
  this.recovery_code,
});