ProjectsAppsRecaptchaEnterpriseConfig
class ProjectsAppsRecaptchaEnterpriseConfig extends Resource (View source)
The "recaptchaEnterpriseConfig" collection of methods.
Typical usage is:
$firebaseappcheckService = new Google\Service\Firebaseappcheck(...);
$recaptchaEnterpriseConfig = $firebaseappcheckService->projects_apps_recaptchaEnterpriseConfig;
Methods
Atomically gets the RecaptchaEnterpriseConfigs for the specified list of apps. (recaptchaEnterpriseConfig.batchGet)
Gets the RecaptchaEnterpriseConfig for the specified app.
Updates the RecaptchaEnterpriseConfig for the specified app. While this configuration is incomplete or invalid, the app will be unable to exchange reCAPTCHA Enterprise tokens for App Check tokens.
Details
GoogleFirebaseAppcheckV1BatchGetRecaptchaEnterpriseConfigsResponse
batchGet(string $parent, array $optParams = [])
Atomically gets the RecaptchaEnterpriseConfigs for the specified list of apps. (recaptchaEnterpriseConfig.batchGet)
GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig
get(string $name, array $optParams = [])
Gets the RecaptchaEnterpriseConfig for the specified app.
(recaptchaEnterpriseConfig.get)
GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig
patch(string $name, GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig $postBody, array $optParams = [])
Updates the RecaptchaEnterpriseConfig for the specified app. While this configuration is incomplete or invalid, the app will be unable to exchange reCAPTCHA Enterprise tokens for App Check tokens.
(recaptchaEnterpriseConfig.patch)