Sha256: db4dc1a001ff6b5b5725d873d90eed5e67a4d8e849199043832b9279f3c6f540

Contents?: true

Size: 626 Bytes

Versions: 117

Compression:

Stored size: 626 Bytes

Contents

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

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

Version data entries

117 entries across 117 versions & 1 rubygems

Version Path
ory-client-1.2.4 docs/JsonWebKeySet.md
ory-client-1.2.3 docs/JsonWebKeySet.md
ory-client-1.2.2 docs/JsonWebKeySet.md
ory-client-1.2.1 docs/JsonWebKeySet.md
ory-client-1.2.0 docs/JsonWebKeySet.md
ory-client-1.1.51 docs/JsonWebKeySet.md
ory-client-1.1.50 docs/JsonWebKeySet.md
ory-client-1.1.49 docs/JsonWebKeySet.md
ory-client-1.1.48 docs/JsonWebKeySet.md
ory-client-1.1.47 docs/JsonWebKeySet.md
ory-client-1.1.46 docs/JsonWebKeySet.md
ory-client-1.1.45 docs/JsonWebKeySet.md
ory-client-1.1.44 docs/JsonWebKeySet.md
ory-client-1.1.41 docs/JsonWebKeySet.md
ory-client-1.1.40 docs/JsonWebKeySet.md
ory-client-1.1.39.alpha0 docs/JsonWebKeySet.md
ory-client-1.1.39 docs/JsonWebKeySet.md
ory-client-1.1.38 docs/JsonWebKeySet.md
ory-client-1.1.37 docs/JsonWebKeySet.md
ory-client-1.1.36 docs/JsonWebKeySet.md