ProjectsAppsRecaptchaConfig
class ProjectsAppsRecaptchaConfig extends Resource (View source)
The "recaptchaConfig" collection of methods.
Typical usage is:
$firebaseappcheckService = new Google\Service\Firebaseappcheck(...);
$recaptchaConfig = $firebaseappcheckService->recaptchaConfig;
Methods
Atomically gets the RecaptchaConfigs for the specified list of apps. For
security reasons, the site_secret
field is never populated in the response.
Gets the RecaptchaConfig for the specified app. For security reasons, the
site_secret
field is never populated in the response. (recaptchaConfig.get)
Updates the RecaptchaConfig for the specified app. While this configuration
is incomplete or invalid, the app will be unable to exchange reCAPTCHA tokens
for App Check tokens. For security reasons, the site_secret
field is never
populated in the response. (recaptchaConfig.patch)
Details
GoogleFirebaseAppcheckV1betaBatchGetRecaptchaConfigsResponse
batchGet(string $parent, array $optParams = [])
Atomically gets the RecaptchaConfigs for the specified list of apps. For
security reasons, the site_secret
field is never populated in the response.
(recaptchaConfig.batchGet)
GoogleFirebaseAppcheckV1betaRecaptchaConfig
get(string $name, array $optParams = [])
Gets the RecaptchaConfig for the specified app. For security reasons, the
site_secret
field is never populated in the response. (recaptchaConfig.get)
GoogleFirebaseAppcheckV1betaRecaptchaConfig
patch(string $name, GoogleFirebaseAppcheckV1betaRecaptchaConfig $postBody, array $optParams = [])
Updates the RecaptchaConfig for the specified app. While this configuration
is incomplete or invalid, the app will be unable to exchange reCAPTCHA tokens
for App Check tokens. For security reasons, the site_secret
field is never
populated in the response. (recaptchaConfig.patch)