Sha256: 70a3f18d5827581b09c4aace38b381642834443ae5a6a35ee3a1c0191231187c

Contents?: true

Size: 896 Bytes

Versions: 118

Compression:

Stored size: 896 Bytes

Contents

# OryClient::CreateJsonWebKeySet

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **alg** | **String** | JSON Web Key Algorithm  The algorithm to be used for creating the key. Supports `RS256`, `ES256`, `ES512`, `HS512`, and `HS256`. |  |
| **kid** | **String** | JSON Web Key ID  The Key ID of the key to be created. |  |
| **use** | **String** | JSON Web Key Use  The \"use\" (public key use) parameter identifies the intended use of the public key. The \"use\" parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Valid values are \"enc\" and \"sig\". |  |

## Example

```ruby
require 'ory-client'

instance = OryClient::CreateJsonWebKeySet.new(
  alg: null,
  kid: null,
  use: null
)
```

Version data entries

118 entries across 118 versions & 1 rubygems

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