Sha256: 21a309cb53d92de94f963fdf866661f60fe4efc92300549879c31951b1c5b04e

Contents?: true

Size: 620 Bytes

Versions: 12

Compression:

Stored size: 620 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] 

## Code Sample

```ruby
require 'OryHydraClient'

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


Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ory-oathkeeper-client-0.38.5.beta1 docs/JsonWebKeySet.md
ory-oathkeeper-client-0.38.4.beta1 docs/JsonWebKeySet.md
ory-oathkeeper-client-0.38.2.beta1 docs/JsonWebKeySet.md
ory-oathkeeper-client-0.38.1.beta1 docs/JsonWebKeySet.md
ory-oathkeeper-client-0.38.0.beta2 docs/JsonWebKeySet.md
ory-oathkeeper-client-0.37.1.beta1 docs/JsonWebKeySet.md
ory-oathkeeper-client-0.37.0.beta1 docs/JsonWebKeySet.md
ory-oathkeeper-client-0.36.0.beta4 docs/JsonWebKeySet.md
ory-oathkeeper-client-0.35.5.beta2 docs/JsonWebKeySet.md
ory-oathkeeper-client-0.35.5.beta1 docs/JsonWebKeySet.md
ory-oathkeeper-client-0.35.1.beta1 docs/JsonWebKeySet.md
ory-oathkeeper-client-0.35.0.alpha1 docs/JsonWebKeySet.md