2022-04-30
▼ ▲ firebaseappcheck.projects.apps.exchangePlayIntegrityToken
Scopes :
Flat Path : v1beta/projects/{projectsId}/apps/{appsId}:exchangePlayIntegrityToken
Parameters :
app
Location : path
Required : Yes
Pattern : ^projects/[^/]+/apps/[^/]+$
Type : string
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.
Parameter Order : app
HTTP Method : POST
Path : v1beta/{+app}:exchangePlayIntegrityToken
Description : Validates an [integrity verdict response token from Play Integrity](https://developer.android.com/google/play/integrity/verdict#decrypt-verify). If valid, returns an AppCheckToken.
▼ ▲ firebaseappcheck.projects.apps.generatePlayIntegrityChallenge
HTTP Method : POST
Scopes :
Description : Generates a challenge that protects the integrity of an immediately following integrity verdict request to the Play Integrity API. The next call to ExchangePlayIntegrityToken using the resulting integrity token will verify the presence and validity of the challenge. A challenge should not be reused for multiple calls.
Parameters :
app
Type : string
Description : Required. The relative resource name of the 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.
Required : Yes
Pattern : ^projects/[^/]+/apps/[^/]+$
Location : path
Path : v1beta/{+app}:generatePlayIntegrityChallenge
Parameter Order : app
Flat Path : v1beta/projects/{projectsId}/apps/{appsId}:generatePlayIntegrityChallenge
▼ ▲ firebaseappcheck.projects.apps.playIntegrityConfig.patch
Path : v1beta/{+name}
Parameters :
name
Location : path
Description : Required. The relative resource name of the Play Integrity configuration object, in the format: ``` projects/{project_number}/apps/{app_id}/playIntegrityConfig ```
Type : string
Required : Yes
Pattern : ^projects/[^/]+/apps/[^/]+/playIntegrityConfig$
updateMask
Description : Required. A comma-separated list of names of fields in the PlayIntegrityConfig Gets to update. Example: `token_ttl`.
Format : google-fieldmask
Location : query
Type : string
HTTP Method : PATCH
Description : 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.
Flat Path : v1beta/projects/{projectsId}/apps/{appsId}/playIntegrityConfig
Parameter Order : name
Scopes :
▼ ▲ firebaseappcheck.projects.apps.playIntegrityConfig.batchGet
Parameter Order : parent
Path : v1beta/{+parent}/apps/-/playIntegrityConfig:batchGet
HTTP Method : GET
Description : Atomically gets the PlayIntegrityConfigs for the specified list of apps.
Parameters :
names
Repeated : Yes
Description : Required. The relative resource names of the PlayIntegrityConfigs to retrieve, in the format ``` projects/{project_number}/apps/{app_id}/playIntegrityConfig ``` A maximum of 100 objects can be retrieved in a batch.
Type : string
Location : query
parent
Pattern : ^projects/[^/]+$
Location : path
Required : Yes
Type : string
Description : Required. The parent project name shared by all PlayIntegrityConfigs 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.
Scopes :
Flat Path : v1beta/projects/{projectsId}/apps/-/playIntegrityConfig:batchGet
▼ ▲ firebaseappcheck.projects.apps.playIntegrityConfig.get
Description : Gets the PlayIntegrityConfig for the specified app.
Scopes :
Flat Path : v1beta/projects/{projectsId}/apps/{appsId}/playIntegrityConfig
Path : v1beta/{+name}
HTTP Method : GET
Parameters :
name
Location : path
Required : Yes
Description : Required. The relative resource name of the PlayIntegrityConfig, in the format: ``` projects/{project_number}/apps/{app_id}/playIntegrityConfig ```
Pattern : ^projects/[^/]+/apps/[^/]+/playIntegrityConfig$
Type : string
Parameter Order : name