Sha256: 6b3e5fdd755c6417c9ffcfe6ba1ee8a38f31bf5314be40a324c56cf07f128cec
Contents?: true
Size: 589 Bytes
Versions: 20
Compression:
Stored size: 589 Bytes
Contents
# OryClient::JSONWebKeySet ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **keys** | [**Array<JSONWebKey>**](JSONWebKey.md) | The value of the \"keys\" parameter is an array of 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
20 entries across 20 versions & 1 rubygems