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/v1beta/{name}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-05 UTC."],[],[],null,["# Method: jwks.get\n\nReturns 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\n### HTTP request\n\n\n`\nGET https://firebaseappcheck.googleapis.com/v1beta/{name}\n`\n\n\nThe URL uses\n[gRPC Transcoding](https://google.aip.dev/127)\nsyntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|---------------------------------------------------------------------------------------------------------------------|\n| ` name ` | ` string ` Required. The relative resource name to the public JWK set. Must always be exactly the string ` jwks ` . |\n\n### Request body\n\n\nThe request body must be empty.\n\n### Response body\n\n\nIf successful, the response body contains an instance of\n`\n`[PublicJwkSet](/docs/reference/appcheck/rest/v1beta/jwks#PublicJwkSet)`\n`\n."]]