GoogleCloudIdentitytoolkitV1SendVerificationCodeRequest constructor

GoogleCloudIdentitytoolkitV1SendVerificationCodeRequest({
  1. GoogleCloudIdentitytoolkitV1AutoRetrievalInfo? autoRetrievalInfo,
  2. String? iosReceipt,
  3. String? iosSecret,
  4. String? phoneNumber,
  5. String? playIntegrityToken,
  6. String? recaptchaToken,
  7. String? safetyNetToken,
  8. String? tenantId,
})

Implementation

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