Sha256: 9c1261d3b5db2e44a8264894b88c1d298f1b023d316b7dec0a413746936483e9
Contents?: true
Size: 620 Bytes
Versions: 38
Compression:
Stored size: 620 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] ## Code Sample ```ruby require 'OryHydraClient' instance = OryHydraClient::JSONWebKeySet.new(keys: null) ```
Version data entries
38 entries across 38 versions & 1 rubygems