Sha256: e3dead16eed72dcbe1df6ff49c7acb2d10cf058f76fed5bedfb63e39b883ee47
Contents?: true
Size: 603 Bytes
Versions: 15
Compression:
Stored size: 603 Bytes
Contents
# OryClient::JsonWebKeySet ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **keys** | [**Array<JsonWebKey>**](JsonWebKey.md) | The value of the \"keys\" parameter is an array of JSON Web Key (JWK) values. By default, the order of the JWK values within the array does not imply an order of preference among them, although applications of JWK Sets can choose to assign a meaning to the order for their purposes, if desired. | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::JsonWebKeySet.new( keys: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems