GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig class

An app's reCAPTCHA Enterprise configuration object.

This configuration is used by ExchangeRecaptchaEnterpriseToken to validate reCAPTCHA tokens issued to apps by reCAPTCHA Enterprise. It also controls certain properties of the returned AppCheckToken, such as its ttl.

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
The relative resource name of the reCAPTCHA Enterprise configuration object, in the format: projects/{project_number}/apps/{app_id}/recaptchaEnterpriseConfig
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
siteKey String?
The score-based site key created in reCAPTCHA Enterprise used to invoke reCAPTCHA and generate the reCAPTCHA tokens for your application.
getter/setter pair
tokenTtl String?
Specifies the duration for which App Check tokens exchanged from reCAPTCHA Enterprise tokens will be valid.
getter/setter pair

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