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