Skip to main content

Gcp/firebaseappcheck

@swamp/gcp/firebaseappcheckv2026.07.21.4· 5d agoMODELS
01README

Google Cloud firebaseappcheck infrastructure models

02Release Notes
  • Updated: apps_debugtokens, services, services_resourcepolicies
03Models9
@swamp/gcp/firebaseappcheck/apps-appattestconfigv2026.07.21.2apps_appattestconfig.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
name?stringRequired. The relative resource name of the App Attest configuration object, in the format: ` projects/{project_number}/apps/{app_id}/appAttestConfig `
tokenTtl?stringSpecifies the duration for which App Check tokens exchanged from App Attest artifacts will be valid. If unset, a default value of 1 hour is assumed. Must be between 30 minutes and 7 days, inclusive.
fn get(identifier: string)
Get a appAttestConfig
ArgumentTypeDescription
identifierstringThe name of the appAttestConfig
fn update(identifier?: string)
Update appAttestConfig attributes
ArgumentTypeDescription
identifier?stringTarget a specific appAttestConfig by name (e.g. one discovered by list)
fn sync(identifier?: string)
Sync appAttestConfig state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific appAttestConfig by name (e.g. one discovered by list)
fn batch_get()
batch get

Resources

state(infinite)— An app's App Attest configuration object. This configuration controls certain...
@swamp/gcp/firebaseappcheck/apps-debugtokensv2026.07.21.3apps_debugtokens.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
displayName?stringRequired. A human readable display name used to identify this debug token.
name?stringRequired. The relative resource name of the debug token, in the format: ` projects/{project_number}/apps/{app_id}/debugTokens/{debug_token_id} `
token?stringRequired. Input only. Immutable. The secret token itself. Must be provided during creation, and must be a UUID4, case insensitive. This field is immutable once set, and cannot be provided during a UpdateDebugToken request. You can, however, delete this debug token using DeleteDebugToken to revoke it. For security reasons, this field will never be populated in any response.
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn create()
Create a debugTokens
fn get(identifier: string)
Get a debugTokens
ArgumentTypeDescription
identifierstringThe name of the debugTokens
fn update(identifier?: string)
Update debugTokens attributes
ArgumentTypeDescription
identifier?stringTarget a specific debugTokens by name (e.g. one discovered by list)
fn delete(identifier: string)
Delete the debugTokens
ArgumentTypeDescription
identifierstringThe name of the debugTokens
fn sync(identifier?: string)
Sync debugTokens state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific debugTokens by name (e.g. one discovered by list)
fn list(pageSize?: number, maxPages?: number)
List debugTokens resources
ArgumentTypeDescription
pageSize?numberThe maximum number of DebugTokens to return in the response. Note that an app can have at most 20 debug tokens. The server may return fewer than this at its own discretion. If no value is specified (or too large a value is specified), the server will impose its own limit.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— A *debug token* is a secret used during the development or integration testin...
@swamp/gcp/firebaseappcheck/apps-devicecheckconfigv2026.07.21.2apps_devicecheckconfig.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
keyId?stringRequired. The key identifier of a private key enabled with DeviceCheck, created in your Apple Developer account.
name?stringRequired. The relative resource name of the DeviceCheck configuration object, in the format: ` projects/{project_number}/apps/{app_id}/deviceCheckConfig `
privateKey?stringRequired. Input only. The contents of the private key (`.p8`) file associated with the key specified by `key_id`. For security reasons, this field will never be populated in any response.
privateKeySet?booleanOutput only. Whether the `private_key` field was previously set. Since we will never return the `private_key` field, this field is the only way to find out whether it was previously set.
tokenTtl?stringSpecifies the duration for which App Check tokens exchanged from DeviceCheck tokens will be valid. If unset, a default value of 1 hour is assumed. Must be between 30 minutes and 7 days, inclusive.
fn get(identifier: string)
Get a deviceCheckConfig
ArgumentTypeDescription
identifierstringThe name of the deviceCheckConfig
fn update(identifier?: string)
Update deviceCheckConfig attributes
ArgumentTypeDescription
identifier?stringTarget a specific deviceCheckConfig by name (e.g. one discovered by list)
fn sync(identifier?: string)
Sync deviceCheckConfig state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific deviceCheckConfig by name (e.g. one discovered by list)
fn batch_get()
batch get

Resources

state(infinite)— An app's DeviceCheck configuration object. This configuration is used by Exch...
@swamp/gcp/firebaseappcheck/apps-playintegrityconfigv2026.07.21.3apps_playintegrityconfig.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
accountDetails?objectSpecifies account requirements for Android devices running your app. These settings correspond to requirements on the [**account details** field](https://developer.android.com/google/play/integrity/verdicts#account-details-field) obtained from the Play Integrity API. See the [default responses table](https://developer.android.com/google/play/integrity/setup#default) for a quick summary. The default values for these settings work for most apps, and are recommended.
appIntegrity?objectSpecifies application integrity requirements for Android devices running your app. These settings correspond to requirements on the [**application integrity** field](https://developer.android.com/google/play/integrity/verdicts#application-integrity-field) obtained from the Play Integrity API. See the [default responses table](https://developer.android.com/google/play/integrity/setup#default) for a quick summary. The default values for these settings work for most apps, and are recommended.
deviceIntegrity?objectSpecifies device integrity requirements for Android devices running your app. These settings correspond to requirements on the [**device integrity** field](https://developer.android.com/google/play/integrity/verdicts#device-integrity-field) obtained from the Play Integrity API. See the [default responses table](https://developer.android.com/google/play/integrity/setup#default) for a quick summary. Warning: There are also [conditional](https://developer.android.com/google/play/integrity/setup#con
name?stringRequired. The relative resource name of the Play Integrity configuration object, in the format: ` projects/{project_number}/apps/{app_id}/playIntegrityConfig `
tokenTtl?stringSpecifies the duration for which App Check tokens exchanged from Play Integrity tokens will be valid. If unset, a default value of 1 hour is assumed. Must be between 30 minutes and 7 days, inclusive.
fn get(identifier: string)
Get a playIntegrityConfig
ArgumentTypeDescription
identifierstringThe name of the playIntegrityConfig
fn update(identifier?: string)
Update playIntegrityConfig attributes
ArgumentTypeDescription
identifier?stringTarget a specific playIntegrityConfig by name (e.g. one discovered by list)
fn sync(identifier?: string)
Sync playIntegrityConfig state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific playIntegrityConfig by name (e.g. one discovered by list)
fn batch_get()
batch get

Resources

state(infinite)— An app's Play Integrity configuration object. This configuration controls cer...
@swamp/gcp/firebaseappcheck/apps-recaptchaenterpriseconfigv2026.07.21.3apps_recaptchaenterpriseconfig.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
name?stringRequired. The relative resource name of the reCAPTCHA Enterprise configuration object, in the format: ` projects/{project_number}/apps/{app_id}/recaptchaEnterpriseConfig `
riskAnalysis?objectSpecifies risk tolerance and requirements for your application. These settings correspond to requirements on the [**`riskAnalysis`**](https://cloud.google.com/recaptcha/docs/interpret-assessment-website#interpret_assessment) tuple in the assessment obtained from reCAPTCHA Enterprise. The default values for these settings work for most apps, and are recommended.
siteKey?stringThe score-based site key [created in reCAPTCHA Enterprise](https://cloud.google.com/recaptcha-enterprise/docs/create-key#creating_a_site_key) used to [invoke reCAPTCHA and generate the reCAPTCHA tokens](https://cloud.google.com/recaptcha-enterprise/docs/instrument-web-pages) for your application. Important: This is *not* the `site_secret` (as it is in reCAPTCHA v3), but rather your score-based reCAPTCHA Enterprise site key.
tokenTtl?stringSpecifies the duration for which App Check tokens exchanged from reCAPTCHA Enterprise tokens will be valid. If unset, a default value of 1 hour is assumed. Must be between 30 minutes and 7 days, inclusive.
fn get(identifier: string)
Get a recaptchaEnterpriseConfig
ArgumentTypeDescription
identifierstringThe name of the recaptchaEnterpriseConfig
fn update(identifier?: string)
Update recaptchaEnterpriseConfig attributes
ArgumentTypeDescription
identifier?stringTarget a specific recaptchaEnterpriseConfig by name (e.g. one discovered by list)
fn sync(identifier?: string)
Sync recaptchaEnterpriseConfig state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific recaptchaEnterpriseConfig by name (e.g. one discovered by list)
fn batch_get()
batch get

Resources

state(infinite)— An app's reCAPTCHA Enterprise configuration object. This configuration is use...
@swamp/gcp/firebaseappcheck/apps-recaptchav3configv2026.07.21.2apps_recaptchav3config.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
minValidScore?numberSpecifies a minimum score required for a reCAPTCHA token to be considered valid. If its score is greater than or equal to this value, it will be accepted; otherwise, it will be rejected. The value must be between 0.0 and 1.0. The default value is 0.5.
name?stringRequired. The relative resource name of the reCAPTCHA v3 configuration object, in the format: ` projects/{project_number}/apps/{app_id}/recaptchaV3Config `
siteSecret?stringRequired. Input only. The site secret used to identify your service for reCAPTCHA v3 verification. For security reasons, this field will never be populated in any response.
siteSecretSet?booleanOutput only. Whether the `site_secret` field was previously set. Since we will never return the `site_secret` field, this field is the only way to find out whether it was previously set.
tokenTtl?stringSpecifies the duration for which App Check tokens exchanged from reCAPTCHA tokens will be valid. If unset, a default value of 1 day is assumed. Must be between 30 minutes and 7 days, inclusive.
fn get(identifier: string)
Get a recaptchaV3Config
ArgumentTypeDescription
identifierstringThe name of the recaptchaV3Config
fn update(identifier?: string)
Update recaptchaV3Config attributes
ArgumentTypeDescription
identifier?stringTarget a specific recaptchaV3Config by name (e.g. one discovered by list)
fn sync(identifier?: string)
Sync recaptchaV3Config state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific recaptchaV3Config by name (e.g. one discovered by list)
fn batch_get()
batch get

Resources

state(infinite)— An app's reCAPTCHA v3 configuration object. This configuration is used by Exc...
@swamp/gcp/firebaseappcheck/jwksv2026.07.21.2jwks.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
fn get(identifier: string)
Get a jwks
ArgumentTypeDescription
identifierstringThe name of the jwks
fn sync(identifier?: string)
Sync jwks state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific jwks by name (e.g. one discovered by list)

Resources

state(infinite)— The currently active set of public keys that can be used to verify App Check ...
@swamp/gcp/firebaseappcheck/servicesv2026.07.21.3services.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
enforcementMode?enumRequired. The baseline protection EnforcementMode for this service.
etag?stringOptional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. This etag is strongly validated as defined by RFC 7232.
name?stringRequired. The relative resource name of the service configuration object, in the format: ` projects/{project_number}/services/{service_id} ` Note that the `service_id` element must be a supported service ID. Currently, the following service IDs are supported. Firebase and Google Cloud services: * `identitytoolkit.googleapis.com` (Firebase Authentication) * `firebasedataconnect.googleapis.com` (Firebase SQL Connect) * `firestore.googleapis.com` (Cloud Firestore) * `firebasedatabase.googleapis.com
replayProtection?enumOptional. The replay protection EnforcementMode for this service. Note that this field cannot be set to a level higher than that of baseline protection. For example, if the enforcement mode for baseline protection is set to `UNENFORCED`, this field cannot be set to `ENFORCED`. In order to enforce replay protection, you must first enforce App Check's baseline protection. An HTTP 400 error will be returned in this case. By default, this field is set to `OFF`. Setting this field to `UNENFORCED` or
updateTime?stringOutput only. Timestamp when this service configuration object was most recently updated.
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn get(identifier: string)
Get a services
ArgumentTypeDescription
identifierstringThe name of the services
fn update(identifier?: string)
Update services attributes
ArgumentTypeDescription
identifier?stringTarget a specific services by name (e.g. one discovered by list)
fn sync(identifier?: string)
Sync services state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific services by name (e.g. one discovered by list)
fn list(pageSize?: number, maxPages?: number)
List services resources
ArgumentTypeDescription
pageSize?numberThe maximum number of Services to return in the response. Only explicitly configured services are returned. The server may return fewer than this at its own discretion. If no value is specified (or too large a value is specified), the server will impose its own limit.
maxPages?numberMaximum number of pages to fetch (default: 10)
fn batch_update(requests?: any, updateMask?: any)
batch update
ArgumentTypeDescription
requests?any
updateMask?any

Resources

state(infinite)— The enforcement configuration for a Firebase service supported by App Check.
@swamp/gcp/firebaseappcheck/services-resourcepoliciesv2026.07.21.3services_resourcepolicies.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
enforcementMode?enumRequired. The baseline protection EnforcementMode for this resource. This will override the service-level baseline protection EnforcementMode.
name?stringRequired. Identifier. The relative name of the resource policy object, in the format: ` projects/{project_number}/services/{service_id}/resourcePolicies/{resource_policy_id} ` Note that the `service_id` element must be a supported service ID. Currently, the following service IDs are supported: * `oauth2.googleapis.com` (Google Identity for iOS) `resource_policy_id` is a system-generated UID.
targetResource?stringRequired. Service specific name of the resource object to which this policy applies, in the format: * **iOS OAuth clients** (Google Identity for iOS): `//oauth2.googleapis.com/projects/{project_number}/oauthClients/{oauth_client_id}` Note that the resource must belong to the service specified in the `name` and be from the same project as this policy, but the resource is allowed to be missing at the time of creation of this policy; in that case, we make a best-effort attempt at respecting this po
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn create()
Create a resourcePolicies
fn get(identifier: string)
Get a resourcePolicies
ArgumentTypeDescription
identifierstringThe name of the resourcePolicies
fn update(identifier?: string)
Update resourcePolicies attributes
ArgumentTypeDescription
identifier?stringTarget a specific resourcePolicies by name (e.g. one discovered by list)
fn delete(identifier: string)
Delete the resourcePolicies
ArgumentTypeDescription
identifierstringThe name of the resourcePolicies
fn sync(identifier?: string)
Sync resourcePolicies state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific resourcePolicies by name (e.g. one discovered by list)
fn list(filter?: string, pageSize?: number, maxPages?: number)
List resourcePolicies resources
ArgumentTypeDescription
filter?stringOptional. Filters the results by the specified rule. For the exact syntax of this field, please consult the [AIP-160](https://google.aip.dev/160) standard. Currently, since the only fields in the ResourcePolicy resource are the scalar fields `enforcement_mode` and `target_resource`, this method does not support the traversal operator (`.`) or the has operator (`:`). Here are some examples of valid filters: * `enforcement_mode = ENFORCED` * `target_resource = "//oauth2.googleapis.com/projects/123
pageSize?numberThe maximum number of ResourcePolicy objects to return in the response. The server may return fewer than this at its own discretion. If no value is specified (or too large a value is specified), the server will impose its own limit.
maxPages?numberMaximum number of pages to fetch (default: 10)
fn batch_update(requests?: any, updateMask?: any)
batch update
ArgumentTypeDescription
requests?any
updateMask?any

Resources

state(infinite)— App Check enforcement policy for a specific resource of a Google service supp...
04Previous Versions19
2026.07.21.1
  • Updated: apps_playintegrityconfig, apps_recaptchaenterpriseconfig
2026.07.20.2
  • Updated: apps_debugtokens, services, services_resourcepolicies

Removed 1 models

2026.07.20.1
  • Added: apps_safetynetconfig
  • Updated: jwks, apps_appattestconfig, apps_debugtokens, apps_devicecheckconfig, apps_playintegrityconfig, apps_recaptchaenterpriseconfig, apps_recaptchav3config, services, services_resourcepolicies

Added 1 models

2026.07.19.1
  • Updated: jwks, apps_appattestconfig, apps_debugtokens, apps_devicecheckconfig, apps_playintegrityconfig, apps_recaptchaenterpriseconfig, apps_recaptchav3config, services, services_resourcepolicies

Removed 1 models

2026.07.18.2
  • Updated: jwks, apps_appattestconfig, apps_debugtokens, apps_devicecheckconfig, apps_playintegrityconfig, apps_recaptchaenterpriseconfig, apps_recaptchav3config, apps_safetynetconfig, services, services_resourcepolicies

Added 1 models

2026.07.17.2
  • Updated: apps_appattestconfig, apps_debugtokens, apps_devicecheckconfig, apps_playintegrityconfig, apps_recaptchaenterpriseconfig, apps_recaptchav3config, services, services_resourcepolicies

Removed 1 models

2026.07.17.1
  • Added: apps_safetynetconfig
  • Updated: apps_debugtokens, services, services_resourcepolicies

Added 1 models

2026.07.16.1
  • Updated: apps_debugtokens, services, services_resourcepolicies

Removed 1 models

2026.06.08.2
  • Updated: jwks, apps_appattestconfig, apps_debugtokens, apps_devicecheckconfig, apps_playintegrityconfig, apps_recaptchaenterpriseconfig, apps_recaptchav3config, apps_safetynetconfig, services, services_resourcepolicies
2026.06.07.1
  • Updated: jwks, apps_appattestconfig, apps_debugtokens, apps_devicecheckconfig, apps_playintegrityconfig, apps_recaptchaenterpriseconfig, apps_recaptchav3config, apps_safetynetconfig, services, services_resourcepolicies
2026.05.26.1
  • Updated: apps_debugtokens, services
2026.05.25.1
  • Updated: jwks, apps_appattestconfig, apps_debugtokens, apps_devicecheckconfig, apps_playintegrityconfig, apps_recaptchaenterpriseconfig, apps_recaptchav3config, apps_safetynetconfig, services, services_resourcepolicies

Modified 3 models

2026.05.24.1
  • Updated: jwks, apps_appattestconfig, apps_debugtokens, apps_devicecheckconfig, apps_playintegrityconfig, apps_recaptchaenterpriseconfig, apps_recaptchav3config, apps_safetynetconfig, services, services_resourcepolicies
2026.05.21.2
  • Updated: jwks, apps_appattestconfig, apps_debugtokens, apps_devicecheckconfig, apps_playintegrityconfig, apps_recaptchaenterpriseconfig, apps_recaptchav3config, apps_safetynetconfig, services, services_resourcepolicies
2026.05.21.1
2026.05.20.1
  • Updated: apps_debugtokens, services
2026.05.19.2
2026.05.19.1
2026.05.18.2
05Stats
A
100 / 100
Downloads
0
Archive size
91.6 KB
Verified by Swamp
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
06Platforms
07Labels