2026-07-17
▼ ▲ firebaseappcheck.projects.apps.exchangeSafetyNetToken
Flat Path : v1beta/projects/{projectsId}/apps/{appsId}:exchangeSafetyNetToken
Scopes :
Parameter Order : app
Path : v1beta/{+app}:exchangeSafetyNetToken
Parameters :
app
Description : Required. The relative resource name of the Android app, in the format: ``` projects/{project_number}/apps/{app_id} ``` If necessary, the `project_number` element can be replaced with the project ID of the Firebase project. Learn more about using project identifiers in Google's [AIP 2510](https://google.aip.dev/cloud/2510) standard.
Pattern : ^projects/[^/]+/apps/[^/]+$
Location : path
Required : Yes
Type : string
Deprecated : Yes
HTTP Method : POST
Description : Validates a [SafetyNet token](https://developer.android.com/training/safetynet/attestation#request-attestation-step). If valid, returns an AppCheckToken.
▼ ▲ firebaseappcheck.projects.apps.safetyNetConfig.get
Parameter Order : name
Flat Path : v1beta/projects/{projectsId}/apps/{appsId}/safetyNetConfig
Scopes :
Path : v1beta/{+name}
Parameters :
name
Description : Required. The relative resource name of the SafetyNetConfig, in the format: ``` projects/{project_number}/apps/{app_id}/safetyNetConfig ```
Pattern : ^projects/[^/]+/apps/[^/]+/safetyNetConfig$
Location : path
Required : Yes
Type : string
Deprecated : Yes
Description : Gets the SafetyNetConfig for the specified app.
HTTP Method : GET
▼ ▲ firebaseappcheck.projects.apps.safetyNetConfig.batchGet
Flat Path : v1beta/projects/{projectsId}/apps/-/safetyNetConfig:batchGet
Scopes :
Parameter Order : parent
Description : Atomically gets the SafetyNetConfigs for the specified list of apps.
HTTP Method : GET
Path : v1beta/{+parent}/apps/-/safetyNetConfig:batchGet
Parameters :
parent
Location : path
Required : Yes
Description : Required. The parent project name shared by all SafetyNetConfigs being retrieved, in the format ``` projects/{project_number} ``` The parent collection in the `name` field of any resource being retrieved must match this field, or the entire batch fails.
Pattern : ^projects/[^/]+$
Type : string
names
Location : query
Repeated : Yes
Type : string
Description : Required. The relative resource names of the SafetyNetConfigs to retrieve, in the format ``` projects/{project_number}/apps/{app_id}/safetyNetConfig ``` A maximum of 100 objects can be retrieved in a batch.
Deprecated : Yes
▼ ▲ firebaseappcheck.projects.apps.safetyNetConfig.patch
HTTP Method : PATCH
Description : 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.
Path : v1beta/{+name}
Parameters :
updateMask
Location : query
Type : string
Format : google-fieldmask
Description : Required. A comma-separated list of names of fields in the SafetyNetConfig to update. Example: `token_ttl`.
name
Type : string
Location : path
Required : Yes
Description : Required. The relative resource name of the SafetyNet configuration object, in the format: ``` projects/{project_number}/apps/{app_id}/safetyNetConfig ```
Pattern : ^projects/[^/]+/apps/[^/]+/safetyNetConfig$
Deprecated : Yes
Parameter Order : name
Flat Path : v1beta/projects/{projectsId}/apps/{appsId}/safetyNetConfig
Scopes :