GoogleCloudIdentitytoolkitV1SendVerificationCodeRequest constructor

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

Implementation

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