Sha256: 1a7c7ee183e0c1921af9b4033904c0c1db2e0c319e594fb7789933bb1a975c15
Contents?: true
Size: 646 Bytes
Versions: 5
Compression:
Stored size: 646 Bytes
Contents
# OryHydraClient::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 = OryHydraClient::RuleHandler.new( config: null, handler: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems