integrations.sh
← all integrations

googleapis.com – firebaseappcheck

OpenAPI apis-guru analyticsmedia

Firebase App Check works alongside other Firebase services to help protect your backend resources from abuse, such as billing fraud or phishing.

Homepage
https://api.apis.guru/v2/specs/googleapis.com:firebaseappcheck/v1beta.json
Provider
googleapis.com:firebaseappcheck / firebaseappcheck
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/googleapis.com/firebaseappcheck/v1beta/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/googleapis.com/firebaseappcheck/v1beta/openapi.yaml

Tools (28)

Extracted live via the executor SDK.

  • projects.firebaseappcheckProjectsAppsAppAttestConfigBatchGet

    Atomically gets the AppAttestConfigs for the specified list of apps.

  • projects.firebaseappcheckProjectsAppsDebugTokensCreate

    Creates a new DebugToken for the specified app. For security reasons, after the creation operation completes, the token field cannot be updated or retrieved, but you can revoke the debug token using DeleteDebugToken. Each app can have a maximum of 20 debug tokens.

  • projects.firebaseappcheckProjectsAppsDebugTokensDelete

    Deletes the specified DebugToken. A deleted debug token cannot be used to exchange for an App Check token. Use this method when you suspect the secret token has been compromised or when you no longer need the debug token.

  • projects.firebaseappcheckProjectsAppsDebugTokensList

    Lists all DebugTokens for the specified app. For security reasons, the token field is never populated in the response.

  • projects.firebaseappcheckProjectsAppsDeviceCheckConfigBatchGet

    Atomically gets the DeviceCheckConfigs for the specified list of apps. For security reasons, the private_key field is never populated in the response.

  • projects.firebaseappcheckProjectsAppsExchangeAppAttestAssertion

    Accepts an App Attest assertion and an artifact previously obtained from ExchangeAppAttestAttestation and verifies those with Apple. If valid, returns an AppCheckToken.

  • projects.firebaseappcheckProjectsAppsExchangeAppAttestAttestation

    Accepts an App Attest CBOR attestation and verifies it with Apple using your preconfigured team and bundle IDs. If valid, returns an attestation artifact that can later be exchanged for an AppCheckToken using ExchangeAppAttestAssertion. For convenience and performance, this method's response object will also contain an AppCheckToken (if the verification is successful).

  • projects.firebaseappcheckProjectsAppsExchangeCustomToken

    Validates a custom token signed using your project's Admin SDK service account credentials. If valid, returns an AppCheckToken.

  • projects.firebaseappcheckProjectsAppsExchangeDebugToken

    Validates a debug token secret that you have previously created using CreateDebugToken. If valid, returns an AppCheckToken. Note that a restrictive quota is enforced on this method to prevent accidental exposure of the app to abuse.

  • projects.firebaseappcheckProjectsAppsExchangeDeviceCheckToken

    Accepts a issued by DeviceCheck, and attempts to validate it with Apple. If valid, returns an AppCheckToken.

  • projects.firebaseappcheckProjectsAppsExchangePlayIntegrityToken

    Validates an . If valid, returns an AppCheckToken.

  • projects.firebaseappcheckProjectsAppsExchangeRecaptchaEnterpriseToken

    Validates a . If valid, returns an App Check token AppCheckToken.

  • projects.firebaseappcheckProjectsAppsExchangeRecaptchaToken

    Validates a . If valid, returns an AppCheckToken.

  • projects.firebaseappcheckProjectsAppsExchangeRecaptchaV3Token

    Validates a . If valid, returns an AppCheckToken.

  • projects.firebaseappcheckProjectsAppsExchangeSafetyNetToken

    Validates a . If valid, returns an AppCheckToken.

  • projects.firebaseappcheckProjectsAppsGenerateAppAttestChallenge

    Generates a challenge that protects the integrity of an immediately following call to ExchangeAppAttestAttestation or ExchangeAppAttestAssertion. A challenge should not be reused for multiple calls.

  • projects.firebaseappcheckProjectsAppsGeneratePlayIntegrityChallenge

    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.

  • projects.firebaseappcheckProjectsAppsPlayIntegrityConfigBatchGet

    Atomically gets the PlayIntegrityConfigs for the specified list of apps.

  • projects.firebaseappcheckProjectsAppsRecaptchaConfigBatchGet

    Atomically gets the RecaptchaConfigs for the specified list of apps. For security reasons, the site_secret field is never populated in the response.

  • projects.firebaseappcheckProjectsAppsRecaptchaEnterpriseConfigBatchGet

    Atomically gets the RecaptchaEnterpriseConfigs for the specified list of apps.

  • projects.firebaseappcheckProjectsAppsRecaptchaV3ConfigBatchGet

    Atomically gets the RecaptchaV3Configs for the specified list of apps. For security reasons, the site_secret field is never populated in the response.

  • projects.firebaseappcheckProjectsAppsSafetyNetConfigBatchGet

    Atomically gets the SafetyNetConfigs for the specified list of apps.

  • projects.firebaseappcheckProjectsServicesBatchUpdate

    Atomically updates the specified Service configurations.

  • projects.firebaseappcheckProjectsServicesGet

    Gets the Service configuration for the specified service name.

  • projects.firebaseappcheckProjectsServicesList

    Lists all Service configurations for the specified project. Only Services which were explicitly configured using UpdateService or BatchUpdateServices will be returned.

  • projects.firebaseappcheckProjectsServicesPatch

    Updates the specified Service configuration.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools