Sign in

Type: Jwks

Represents a JSON Web Key Set (JWKS).

A JWKS is a collection of public JSON Web Keys used to verify signatures of JSON Web Tokens (JWTs).

keys

keys: Jwk[]

The list of public keys contained in this key set.

© 2024 MonoCloud. All rights reserved.