GoogleCloudIdentitytoolkitV2RecaptchaConfig constructor

GoogleCloudIdentitytoolkitV2RecaptchaConfig({
  1. List<GoogleCloudIdentitytoolkitV2RecaptchaEnforcementState>? recaptchaEnforcementState,
  2. String? recaptchaKey,
})

Implementation

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