Sha256: 21fb0c4cadf2ad283155eccc37e4373a915daa0769ac6bcd7a84a47f6bfc55f0
Contents?: true
Size: 912 Bytes
Versions: 7
Compression:
Stored size: 912 Bytes
Contents
# OryHydraClient::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-hydra-client' instance = OryHydraClient::CreateJsonWebKeySet.new( alg: null, kid: null, use: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems