Sha256: 1ed1b42d4a7e4fd73e48803b7dd697e94c70cfec9f279387e077b3c2d6dd6387
Contents?: true
Size: 620 Bytes
Versions: 40
Compression:
Stored size: 620 Bytes
Contents
# OryOathkeeperClient::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 = OryOathkeeperClient::JsonWebKeySet.new( keys: null ) ```
Version data entries
40 entries across 40 versions & 1 rubygems