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