Sha256: d515b87a6a44becc590e2231fc7467ed59682cc38756fab227c20b8867489e7d

Contents?: true

Size: 660 Bytes

Versions: 5

Compression:

Stored size: 660 Bytes

Contents

# OryHydraClient::SwaggerRuleHandler

## 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::SwaggerRuleHandler.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/SwaggerRuleHandler.md
ory-oathkeeper-client-0.38.12.beta1 docs/SwaggerRuleHandler.md
ory-oathkeeper-client-0.38.11.beta1 docs/SwaggerRuleHandler.md
ory-oathkeeper-client-0.38.10.beta2 docs/SwaggerRuleHandler.md
ory-oathkeeper-client-0.38.9.beta1 docs/SwaggerRuleHandler.md