Method: jwks.get

Returns a public JWK set as specified by RFC 7517 that can be used to verify App Check tokens. Exactly one of the public keys in the returned set will successfully validate any App Check token that is currently valid.

HTTP request

GET https://firebaseappcheck.googleapis.com/v1beta/{name=jwks}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The relative resource name to the public JWK set. Must always be exactly the string jwks .

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of PublicJwkSet .

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-09-25 UTC.