ProjectsAppsDeviceCheckConfig
class ProjectsAppsDeviceCheckConfig extends Resource (View source)
The "deviceCheckConfig" collection of methods.
Typical usage is:
$firebaseappcheckService = new Google\Service\Firebaseappcheck(...);
$deviceCheckConfig = $firebaseappcheckService->projects_apps_deviceCheckConfig;
Methods
Atomically gets the DeviceCheckConfigs for the specified list of apps. For
security reasons, the private_key
field is never populated in the response.
Gets the DeviceCheckConfig for the specified app. For security reasons, the
private_key
field is never populated in the response.
Updates the DeviceCheckConfig for the specified app. While this configuration
is incomplete or invalid, the app will be unable to exchange DeviceCheck
tokens for App Check tokens. For security reasons, the private_key
field is
never populated in the response. (deviceCheckConfig.patch)
Details
GoogleFirebaseAppcheckV1BatchGetDeviceCheckConfigsResponse
batchGet(string $parent, array $optParams = [])
Atomically gets the DeviceCheckConfigs for the specified list of apps. For
security reasons, the private_key
field is never populated in the response.
(deviceCheckConfig.batchGet)
GoogleFirebaseAppcheckV1DeviceCheckConfig
get(string $name, array $optParams = [])
Gets the DeviceCheckConfig for the specified app. For security reasons, the
private_key
field is never populated in the response.
(deviceCheckConfig.get)
GoogleFirebaseAppcheckV1DeviceCheckConfig
patch(string $name, GoogleFirebaseAppcheckV1DeviceCheckConfig $postBody, array $optParams = [])
Updates the DeviceCheckConfig for the specified app. While this configuration
is incomplete or invalid, the app will be unable to exchange DeviceCheck
tokens for App Check tokens. For security reasons, the private_key
field is
never populated in the response. (deviceCheckConfig.patch)