Sha256: 1e136bad4a0fa9ba4fe24fd9f40e425a8a002f4442c61929ff68cedca83ee020

Contents?: true

Size: 925 Bytes

Versions: 38

Compression:

Stored size: 925 Bytes

Contents

# OryHydraClient::JsonWebKeySetGeneratorRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**alg** | **String** | The algorithm to be used for creating the key. Supports \"RS256\", \"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\". | 

## Code Sample

```ruby
require 'OryHydraClient'

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


Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
ory-hydra-client-1.9.0 docs/JsonWebKeySetGeneratorRequest.md
ory-hydra-client-0.0.0.alpha63 docs/JsonWebKeySetGeneratorRequest.md
ory-hydra-client-1.9.0.alpha3 docs/JsonWebKeySetGeneratorRequest.md
ory-hydra-client-1.9.0.alpha2 docs/JsonWebKeySetGeneratorRequest.md
ory-hydra-client-1.9.0.alpha1 docs/JsonWebKeySetGeneratorRequest.md
ory-hydra-client-1.8.5 docs/JsonWebKeySetGeneratorRequest.md
ory-hydra-client-1.8.0.pre1 docs/JsonWebKeySetGeneratorRequest.md
ory-hydra-client-1.7.4 docs/JsonWebKeySetGeneratorRequest.md
ory-hydra-client-1.7.3 docs/JsonWebKeySetGeneratorRequest.md
ory-hydra-client-1.7.0 docs/JsonWebKeySetGeneratorRequest.md
ory-hydra-client-1.6.0 docs/JsonWebKeySetGeneratorRequest.md
ory-hydra-client-1.5.0.beta5 docs/JsonWebKeySetGeneratorRequest.md
ory-hydra-client-1.5.0.beta2 docs/JsonWebKeySetGeneratorRequest.md
ory-hydra-client-1.5.0.beta1 docs/JsonWebKeySetGeneratorRequest.md
ory-hydra-client-1.4.10 docs/JsonWebKeySetGeneratorRequest.md
ory-hydra-client-1.4.9 docs/JsonWebKeySetGeneratorRequest.md
ory-hydra-client-1.4.6 docs/JsonWebKeySetGeneratorRequest.md
ory-hydra-client-1.4.5 docs/JsonWebKeySetGeneratorRequest.md
ory-hydra-client-1.4.3 docs/JsonWebKeySetGeneratorRequest.md
ory-hydra-client-1.4.2 docs/JsonWebKeySetGeneratorRequest.md