class Jwks extends Resource (View source)

The "jwks" collection of methods.

Typical usage is:

 $firebaseappcheckService = new Google\Service\Firebaseappcheck(...);
 $jwks = $firebaseappcheckService->jwks;

Methods

get(string $name, array $optParams = [])

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. (jwks.get)

Details

GoogleFirebaseAppcheckV1PublicJwkSet get(string $name, array $optParams = [])

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. (jwks.get)

Parameters

string $name

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

array $optParams

Optional parameters.

Return Value

GoogleFirebaseAppcheckV1PublicJwkSet

Exceptions

Exception