Jwks
class Jwks extends Resource (View source)
The "jwks" collection of methods.
Typical usage is:
$firebaseappcheckService = new Google\Service\Firebaseappcheck(...);
$jwks = $firebaseappcheckService->jwks;
Methods
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)