Resource: RecaptchaEnterpriseConfig
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
, such as its AppCheckToken
ttl
.
JSON representation |
---|
{ "name": string, "tokenTtl": string, "siteKey": string } |
Fields | |
---|---|
name |
Required. The relative resource name of the reCAPTCHA Enterprise configuration object, in the format:
|
tokenTtl |
Specifies the duration for which App Check tokens exchanged from reCAPTCHA Enterprise tokens will be valid. If unset, a default value of 1 hour is assumed. Must be between 30 minutes and 7 days, inclusive. A duration in seconds with up to nine fractional digits, ending with ' |
siteKey |
The score-based site key created in reCAPTCHA Enterprise used to invoke reCAPTCHA and generate the reCAPTCHA tokens for your application. Important: This is not the |
Methods |
|
---|---|
|
Atomically gets the RecaptchaEnterpriseConfig s for the specified list of apps. |
|
Gets the RecaptchaEnterpriseConfig for the specified app. |
|
Updates the RecaptchaEnterpriseConfig for the specified app. |