Sha256: ed0d5c6432943e00f97256758c211bfb84bd0d4149034cf2b68f040d4b34a090
Contents?: true
Size: 860 Bytes
Versions: 15
Compression:
Stored size: 860 Bytes
Contents
# OryClient::AdminCreateJsonWebKeySetBody ## 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::AdminCreateJsonWebKeySetBody.new( alg: null, kid: null, use: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems