GoogleCloudIdentitytoolkitV2StartMfaPhoneRequestInfo constructor

GoogleCloudIdentitytoolkitV2StartMfaPhoneRequestInfo({
  1. GoogleCloudIdentitytoolkitV2AutoRetrievalInfo? autoRetrievalInfo,
  2. String? iosReceipt,
  3. String? iosSecret,
  4. String? phoneNumber,
  5. String? playIntegrityToken,
  6. String? recaptchaToken,
  7. String? safetyNetToken,
})

Implementation

GoogleCloudIdentitytoolkitV2StartMfaPhoneRequestInfo({
  this.autoRetrievalInfo,
  this.iosReceipt,
  this.iosSecret,
  this.phoneNumber,
  this.playIntegrityToken,
  this.recaptchaToken,
  this.safetyNetToken,
});