ProjectsAppsSafetyNetConfig
class ProjectsAppsSafetyNetConfig extends Resource (View source)
The "safetyNetConfig" collection of methods.
Typical usage is:
$firebaseappcheckService = new Google\Service\Firebaseappcheck(...);
$safetyNetConfig = $firebaseappcheckService->projects_apps_safetyNetConfig;
Methods
Atomically gets the SafetyNetConfigs for the specified list of apps.
Gets the SafetyNetConfig for the specified app. (safetyNetConfig.get)
Updates the SafetyNetConfig for the specified app. While this configuration is incomplete or invalid, the app will be unable to exchange SafetyNet tokens for App Check tokens. (safetyNetConfig.patch)
Details
GoogleFirebaseAppcheckV1BatchGetSafetyNetConfigsResponse
batchGet(string $parent, array $optParams = [])
Atomically gets the SafetyNetConfigs for the specified list of apps.
(safetyNetConfig.batchGet)
GoogleFirebaseAppcheckV1SafetyNetConfig
get(string $name, array $optParams = [])
Gets the SafetyNetConfig for the specified app. (safetyNetConfig.get)
GoogleFirebaseAppcheckV1SafetyNetConfig
patch(string $name, GoogleFirebaseAppcheckV1SafetyNetConfig $postBody, array $optParams = [])
Updates the SafetyNetConfig for the specified app. While this configuration is incomplete or invalid, the app will be unable to exchange SafetyNet tokens for App Check tokens. (safetyNetConfig.patch)