Sha256: 36fb324943aa7a039717830fec63caa636feafb3931d8e2f00e2d60cbf661364
Contents?: true
Size: 862 Bytes
Versions: 20
Compression:
Stored size: 862 Bytes
Contents
# OryClient::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-client' instance = OryClient::JsonWebKeySetGeneratorRequest.new( alg: null, kid: null, use: null ) ```
Version data entries
20 entries across 20 versions & 1 rubygems