Sha256: 65e4ed6391873d60bcee9cd002c52dac2a9c554d00213299f67a7a7bf9d7b3dc

Contents?: true

Size: 638 Bytes

Versions: 5

Compression:

Stored size: 638 Bytes

Contents

# OryHydraClient::SwaggerJSONWebKeySet

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **keys** | [**Array<SwaggerJSONWebKey>**](SwaggerJSONWebKey.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::SwaggerJSONWebKeySet.new(
  keys: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

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