GoogleCloudIdentitytoolkitV2RecaptchaConfig constructor
GoogleCloudIdentitytoolkitV2RecaptchaConfig({
- List<
GoogleCloudIdentitytoolkitV2RecaptchaEnforcementState> ? recaptchaEnforcementState, - String? recaptchaKey,
- bool? useSmsBotScore,
- bool? useSmsTollFraudProtection,
Implementation
GoogleCloudIdentitytoolkitV2RecaptchaConfig({
this.recaptchaEnforcementState,
this.recaptchaKey,
this.useSmsBotScore,
this.useSmsTollFraudProtection,
});