Sha256: db4dc1a001ff6b5b5725d873d90eed5e67a4d8e849199043832b9279f3c6f540
Contents?: true
Size: 626 Bytes
Versions: 117
Compression:
Stored size: 626 Bytes
Contents
# OryClient::JsonWebKeySet ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **keys** | [**Array<JsonWebKey>**](JsonWebKey.md) | List of JSON Web Keys The value of the \"keys\" 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] | ## Example ```ruby require 'ory-client' instance = OryClient::JsonWebKeySet.new( keys: null ) ```
Version data entries
117 entries across 117 versions & 1 rubygems