Sha256: 21a309cb53d92de94f963fdf866661f60fe4efc92300549879c31951b1c5b04e
Contents?: true
Size: 620 Bytes
Versions: 12
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
12 entries across 12 versions & 1 rubygems