Sha256: 5fa3d52f038a6ba76f06e09244b6066b254628a087b778010d6171d46c0ca737

Contents?: true

Size: 878 Bytes

Versions: 5

Compression:

Stored size: 878 Bytes

Contents

# OryHydraClient::JsonWebKeySetGeneratorRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **alg** | **String** | The algorithm to be used for creating the key. Supports \"RS256\", \"ES256\", \"ES512\", \"HS512\", and \"HS256\" |  |
| **kid** | **String** | The kid of the key to be created |  |
| **use** | **String** | 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-hydra-client'

instance = OryHydraClient::JsonWebKeySetGeneratorRequest.new(
  alg: null,
  kid: null,
  use: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ory-hydra-client-1.11.8 docs/JsonWebKeySetGeneratorRequest.md
ory-hydra-client-1.11.7 docs/JsonWebKeySetGeneratorRequest.md
ory-hydra-client-1.11.6 docs/JsonWebKeySetGeneratorRequest.md
ory-hydra-client-1.11.5 docs/JsonWebKeySetGeneratorRequest.md
ory-hydra-client-1.11.4 docs/JsonWebKeySetGeneratorRequest.md