Sha256: 47ba2a81723f33062b22676693ba7fba6f1a684080e72937aef67dba81ec15ef

Contents?: true

Size: 402 Bytes

Versions: 6

Compression:

Stored size: 402 Bytes

Contents

# OryHydraClient::PluginConfigInterface

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **socket** | **String** | socket |  |
| **types** | [**Array<PluginInterfaceType>**](PluginInterfaceType.md) | types |  |

## Example

```ruby
require 'ory-hydra-client'

instance = OryHydraClient::PluginConfigInterface.new(
  socket: null,
  types: null
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ory-hydra-client-1.10.6 docs/PluginConfigInterface.md
ory-hydra-client-1.10.5 docs/PluginConfigInterface.md
ory-hydra-client-1.10.3 docs/PluginConfigInterface.md
ory-hydra-client-1.10.2 docs/PluginConfigInterface.md
ory-hydra-client-1.9.2 docs/PluginConfigInterface.md
ory-hydra-client-1.9.1 docs/PluginConfigInterface.md