Sha256: 5d7e4dbc1eae358f70f6c271fe6ff5a3318adb78aee48365a27a5c3e84cfdb47

Contents?: true

Size: 420 Bytes

Versions: 6

Compression:

Stored size: 420 Bytes

Contents

# OryHydraClient::PluginInterfaceType

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **capability** | **String** | capability |  |
| **prefix** | **String** | prefix |  |
| **version** | **String** | version |  |

## Example

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

instance = OryHydraClient::PluginInterfaceType.new(
  capability: null,
  prefix: null,
  version: null
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

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