Sha256: e3dead16eed72dcbe1df6ff49c7acb2d10cf058f76fed5bedfb63e39b883ee47

Contents?: true

Size: 603 Bytes

Versions: 15

Compression:

Stored size: 603 Bytes

Contents

# OryClient::JsonWebKeySet

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **keys** | [**Array<JsonWebKey>**](JsonWebKey.md) | 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-client'

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
ory-client-0.2.0.alpha60 docs/JsonWebKeySet.md
ory-client-0.2.0.alpha28 docs/JsonWebKeySet.md
ory-client-0.2.0.alpha27 docs/JsonWebKeySet.md
ory-client-0.2.0.alpha26 docs/JsonWebKeySet.md
ory-client-0.2.0.alpha25 docs/JsonWebKeySet.md
ory-client-0.2.0.alpha24 docs/JsonWebKeySet.md
ory-client-0.2.0.alpha23 docs/JsonWebKeySet.md
ory-client-0.2.0.alpha22 docs/JsonWebKeySet.md
ory-client-0.2.0.alpha21 docs/JsonWebKeySet.md
ory-client-0.2.0.alpha20 docs/JsonWebKeySet.md
ory-client-0.2.0.alpha19 docs/JsonWebKeySet.md
ory-client-0.2.0.alpha18 docs/JsonWebKeySet.md
ory-client-0.2.0.alpha16 docs/JsonWebKeySet.md
ory-client-0.2.0.alpha15 docs/JsonWebKeySet.md
ory-client-0.2.0.alpha14 docs/JsonWebKeySet.md