Sha256: 0abd3709dd8b201f68eed2a5f91559134516f25f5fe2b84fcef87d3999c462c5
Contents?: true
Size: 610 Bytes
Versions: 5
Compression:
Stored size: 610 Bytes
Contents
# OryHydraClient::JsonWebKeySet ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **keys** | [**Array<JsonWebKey>**](JsonWebKey.md) | The value of the \"keys\" parameter is an array of 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-oathkeeper-client' instance = OryHydraClient::JsonWebKeySet.new( keys: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems