Sha256: 4132ace3049b1c31cd6c6e44b89ece2b1575b13623ad160d6cb6b294b55852b8
Contents?: true
Size: 656 Bytes
Versions: 40
Compression:
Stored size: 656 Bytes
Contents
# OryOathkeeperClient::RuleHandler ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **config** | **Object** | Config contains the configuration for the handler. Please read the user guide for a complete list of each handler's available settings. | [optional] | | **handler** | **String** | Handler identifies the implementation which will be used to handle this specific request. Please read the user guide for a complete list of available handlers. | [optional] | ## Example ```ruby require 'ory-oathkeeper-client' instance = OryOathkeeperClient::RuleHandler.new( config: null, handler: null ) ```
Version data entries
40 entries across 40 versions & 1 rubygems