Firebase App Check API (firebaseappcheck:v1beta)

2022-03-15

1 new method

Additions

    Methods
  • firebaseappcheck.projects.apps.exchangeRecaptchaV3Token

      Path : v1beta/{+app}:exchangeRecaptchaV3Token

      Description : Validates a [reCAPTCHA v3 response token](https://developers.google.com/recaptcha/docs/v3). If valid, returns an AppCheckToken.

      Parameter Order : app

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/firebase
    • HTTP Method : POST

      Flat Path : v1beta/projects/{projectsId}/apps/{appsId}:exchangeRecaptchaV3Token

      Parameters :

        app

          Description : Required. The relative resource name of the web 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/[^/]+$

          Type : string

          Location : path