GoogleCloudIdentitytoolkitV2RecaptchaConfig constructor

GoogleCloudIdentitytoolkitV2RecaptchaConfig({
  1. List<GoogleCloudIdentitytoolkitV2RecaptchaEnforcementState>? recaptchaEnforcementState,
  2. String? recaptchaKey,
  3. bool? useSmsBotScore,
  4. bool? useSmsTollFraudProtection,
})

Implementation

GoogleCloudIdentitytoolkitV2RecaptchaConfig({
  this.recaptchaEnforcementState,
  this.recaptchaKey,
  this.useSmsBotScore,
  this.useSmsTollFraudProtection,
});