Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 742 Bytes

ClientJsonWebKeySet.md

File metadata and controls

11 lines (7 loc) · 742 Bytes

Ory.Client.Model.ClientJsonWebKeySet

JSON Web Key Set

Properties

Name Type Description Notes
Keys List<ClientJsonWebKey> List of JSON Web Keys The value of the &quot;keys&quot; parameter is an array of JSON Web Key (JWK) values. By default, the order of the JWK values within the array does not imply an order of preference among them, although applications of JWK Sets can choose to assign a meaning to the order for their purposes, if desired. [optional]

[Back to Model list] [Back to API list] [Back to README]