Skip to main content

jwks

Creates, updates, deletes, gets or lists a jwks resource.

Overview

Namejwks
TypeResource
Idfirebase.appcheck.jwks

Fields

The following fields are returned by SELECT queries:

Successful response

NameDatatypeDescription
keysarrayThe set of public keys. See section 5.1 of RFC 7517.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectReturns 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.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

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.

SELECT
keys
FROM firebase.appcheck.jwks;