Sha256: e38cc070d19d0c675f5514c2d0addcb11361abe28fe2f9e280d49f21a7e74e5b
Contents?: true
Size: 605 Bytes
Versions: 11
Compression:
Stored size: 605 Bytes
Contents
# OryHydraClient::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-hydra-client' instance = OryHydraClient::JSONWebKeySet.new( keys: null ) ```
Version data entries
11 entries across 11 versions & 1 rubygems