Sha256: 07742a40a068fe290adad87cb44f759fc63f2f58a86560c39b77fc7525d6dd53
Contents?: true
Size: 648 Bytes
Versions: 24
Compression:
Stored size: 648 Bytes
Contents
# OryOathkeeperClient::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] | ## Example ```ruby require 'ory-oathkeeper-client' instance = OryOathkeeperClient::SwaggerJSONWebKeySet.new( keys: null ) ```
Version data entries
24 entries across 24 versions & 1 rubygems