Sha256: 54d01125fa01784622fe9f5bc14a32175bf8ac87a3a1e19e981f563c59842491

Contents?: true

Size: 642 Bytes

Versions: 7

Compression:

Stored size: 642 Bytes

Contents

# OryHydraClient::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-hydra-client'

instance = OryHydraClient::JsonWebKeySet.new(
  keys: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ory-hydra-client-2.2.1 docs/JsonWebKeySet.md
ory-hydra-client-2.2.0 docs/JsonWebKeySet.md
ory-hydra-client-2.2.0.rc3 docs/JsonWebKeySet.md
ory-hydra-client-2.1.1 docs/JsonWebKeySet.md
ory-hydra-client-2.1.0 docs/JsonWebKeySet.md
ory-hydra-client-2.0.2 docs/JsonWebKeySet.md
ory-hydra-client-2.0.1 docs/JsonWebKeySet.md