GoogleCloudIdentitytoolkitV2RecaptchaEnforcementState constructor

GoogleCloudIdentitytoolkitV2RecaptchaEnforcementState({
  1. String? enforcementState,
  2. String? provider,
})

Implementation

GoogleCloudIdentitytoolkitV2RecaptchaEnforcementState({
  this.enforcementState,
  this.provider,
});