GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfigRiskAnalysis class

A settings object specifying risk tolerance and requirements for your application.

These settings correspond to requirements on the [riskAnalysis](https://cloud.google.com/recaptcha/docs/interpret-assessment-website#interpret_assessment) tuple in the assessment obtained from reCAPTCHA Enterprise. The default values for these settings work for most apps, and are recommended.

Properties

hashCode int
The hash code for this object.
no setterinherited
minValidScore double?
Specifies a minimum score required for a reCAPTCHA token to be considered valid.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited