Sha256: 8fce9bc1547f5540f04807fbdf22aa271aca4c5db88d1e1f6ca964a3dd25681f
Contents?: true
Size: 648 Bytes
Versions: 12
Compression:
Stored size: 648 Bytes
Contents
# OryHydraClient::SwaggerJSONWebKeySet ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **keys** | [**Array<SwaggerJSONWebKey>**](SwaggerJSONWebKey.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::SwaggerJSONWebKeySet.new(keys: null) ```
Version data entries
12 entries across 12 versions & 1 rubygems