Sha256: 9d5eb3cf28b5c0d5487db6d3160d97c1df0c8b8e58d18993b6ff13f844a72a15

Contents?: true

Size: 386 Bytes

Versions: 2

Compression:

Stored size: 386 Bytes

Contents

# OryClient::PluginConfigInterface

## Properties

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

## Example

```ruby
require 'ory-client'

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha19 docs/PluginConfigInterface.md
ory-client-0.0.1.alpha18 docs/PluginConfigInterface.md