ProjectsAppsPlayIntegrityConfig
class ProjectsAppsPlayIntegrityConfig extends Resource (View source)
The "playIntegrityConfig" collection of methods.
Typical usage is:
$firebaseappcheckService = new Google\Service\Firebaseappcheck(...);
$playIntegrityConfig = $firebaseappcheckService->projects_apps_playIntegrityConfig;
Methods
Atomically gets the PlayIntegrityConfigs for the specified list of apps.
Gets the PlayIntegrityConfig for the specified app. (playIntegrityConfig.get)
Updates the PlayIntegrityConfig for the specified app. While this configuration is incomplete or invalid, the app will be unable to exchange Play Integrity tokens for App Check tokens. (playIntegrityConfig.patch)
Details
GoogleFirebaseAppcheckV1BatchGetPlayIntegrityConfigsResponse
batchGet(string $parent, array $optParams = [])
Atomically gets the PlayIntegrityConfigs for the specified list of apps.
(playIntegrityConfig.batchGet)
GoogleFirebaseAppcheckV1PlayIntegrityConfig
get(string $name, array $optParams = [])
Gets the PlayIntegrityConfig for the specified app. (playIntegrityConfig.get)
GoogleFirebaseAppcheckV1PlayIntegrityConfig
patch(string $name, GoogleFirebaseAppcheckV1PlayIntegrityConfig $postBody, array $optParams = [])
Updates the PlayIntegrityConfig for the specified app. While this configuration is incomplete or invalid, the app will be unable to exchange Play Integrity tokens for App Check tokens. (playIntegrityConfig.patch)