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

Version Path
ory-oathkeeper-client-0.38.14.beta1 docs/JsonWebKeySet.md
ory-oathkeeper-client-0.38.12.beta1 docs/JsonWebKeySet.md
ory-oathkeeper-client-0.38.11.beta1 docs/JsonWebKeySet.md
ory-oathkeeper-client-0.38.10.beta2 docs/JsonWebKeySet.md
ory-oathkeeper-client-0.38.9.beta1 docs/JsonWebKeySet.md