Method: jwks.get
Stay organized with collections
Save and categorize content based on your preferences.
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/v1/{name}
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 the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-05 UTC.
[null,null,["Last updated 2024-04-05 UTC."],[],[],null,["Returns a public JWK set as specified by\n[RFC 7517](https://tools.ietf.org/html/rfc7517)\nthat 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.\n\nHTTP request\n\n\n`\nGET https://firebaseappcheck.googleapis.com/v1/{name}\n`\n\n\nThe URL uses\n[gRPC Transcoding](https://google.aip.dev/127)\nsyntax.\n\nPath parameters\n\nRequest body\n\n\nThe request body must be empty.\n\nResponse body\n\n\nIf successful, the response body contains an instance of\n`\n`[PublicJwkSet](/docs/reference/appcheck/rest/v1/jwks#PublicJwkSet)`\n`\n."]]