Sha256: 6b3e5fdd755c6417c9ffcfe6ba1ee8a38f31bf5314be40a324c56cf07f128cec

Contents?: true

Size: 589 Bytes

Versions: 20

Compression:

Stored size: 589 Bytes

Contents

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

instance = OryClient::JSONWebKeySet.new(
  keys: null
)
```

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
ory-client-0.2.0.alpha48 docs/JSONWebKeySet.md
ory-client-0.2.0.alpha47 docs/JSONWebKeySet.md
ory-client-0.2.0.alpha46 docs/JSONWebKeySet.md
ory-client-0.2.0.alpha45 docs/JSONWebKeySet.md
ory-client-0.2.0.alpha44 docs/JSONWebKeySet.md
ory-client-0.2.0.alpha43 docs/JSONWebKeySet.md
ory-client-0.2.0.alpha42 docs/JSONWebKeySet.md
ory-client-0.2.0.alpha41 docs/JSONWebKeySet.md
ory-client-0.2.0.alpha40 docs/JSONWebKeySet.md
ory-client-0.2.0.alpha39 docs/JSONWebKeySet.md
ory-client-0.2.0.alpha38 docs/JSONWebKeySet.md
ory-client-0.2.0.alpha37 docs/JSONWebKeySet.md
ory-client-0.2.0.alpha36 docs/JSONWebKeySet.md
ory-client-0.2.0.alpha35 docs/JSONWebKeySet.md
ory-client-0.2.0.alpha34 docs/JSONWebKeySet.md
ory-client-0.2.0.alpha33 docs/JSONWebKeySet.md
ory-client-0.2.0.alpha32 docs/JSONWebKeySet.md
ory-client-0.2.0.alpha31 docs/JSONWebKeySet.md
ory-client-0.2.0.alpha30 docs/JSONWebKeySet.md
ory-client-0.2.0.alpha29 docs/JSONWebKeySet.md