Sha256: db4bead7bcaf8982873f6933a72f541a6487c1691b2ce5af8b9291b45b19f218
Contents?: true
Size: 691 Bytes
Versions: 12
Compression:
Stored size: 691 Bytes
Contents
# OryHydraClient::RuleHandler ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **config** | [**Object**](.md) | 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] ## Code Sample ```ruby require 'OryHydraClient' instance = OryHydraClient::RuleHandler.new(config: null, handler: null) ```
Version data entries
12 entries across 12 versions & 1 rubygems