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