Sha256: bd4e6c68480dcf2f9face679d34d1032353482ec7b020fa024b99d3d7264e577
Contents?: true
Size: 404 Bytes
Versions: 2
Compression:
Stored size: 404 Bytes
Contents
# OryClient::PluginInterfaceType ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **capability** | **String** | capability | | | **prefix** | **String** | prefix | | | **version** | **String** | version | | ## Example ```ruby require 'ory-client' instance = OryClient::PluginInterfaceType.new( capability: null, prefix: null, version: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-client-0.0.1.alpha19 | docs/PluginInterfaceType.md |
ory-client-0.0.1.alpha18 | docs/PluginInterfaceType.md |