Skip to main content

apps

Overview

Nameapps
TypeResource
Idfirebase.firebaseappcheck.apps

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource and then invoke a supported method using the EXEC command

Methods

NameAccessible byRequired ParamsDescription
projects_apps_exchangeAppAttestAssertionEXECappsId, projectsIdAccepts an App Attest assertion and an artifact previously obtained from ExchangeAppAttestAttestation and verifies those with Apple. If valid, returns an AppCheckToken.
projects_apps_exchangeAppAttestAttestationEXECappsId, projectsIdAccepts 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_apps_exchangeCustomTokenEXECappsId, projectsIdValidates a custom token signed using your project's Admin SDK service account credentials. If valid, returns an AppCheckToken.
projects_apps_exchangeDebugTokenEXECappsId, projectsIdValidates 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_apps_exchangeDeviceCheckTokenEXECappsId, projectsIdAccepts a device_token issued by DeviceCheck, and attempts to validate it with Apple. If valid, returns an AppCheckToken.
projects_apps_exchangePlayIntegrityTokenEXECappsId, projectsIdValidates an integrity verdict response token from Play Integrity. If valid, returns an AppCheckToken.
projects_apps_exchangeRecaptchaEnterpriseTokenEXECappsId, projectsIdValidates a reCAPTCHA Enterprise response token. If valid, returns an AppCheckToken.
projects_apps_exchangeRecaptchaV3TokenEXECappsId, projectsIdValidates a reCAPTCHA v3 response token. If valid, returns an AppCheckToken.
projects_apps_exchangeSafetyNetTokenEXECappsId, projectsIdValidates a SafetyNet token. If valid, returns an AppCheckToken.
projects_apps_generateAppAttestChallengeEXECappsId, projectsIdGenerates 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_apps_generatePlayIntegrityChallengeEXECappsId, projectsIdGenerates 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.