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

Version Path
ory-oathkeeper-client-0.38.14.beta1 docs/RuleHandler.md
ory-oathkeeper-client-0.38.12.beta1 docs/RuleHandler.md
ory-oathkeeper-client-0.38.11.beta1 docs/RuleHandler.md
ory-oathkeeper-client-0.38.10.beta2 docs/RuleHandler.md
ory-oathkeeper-client-0.38.9.beta1 docs/RuleHandler.md