Sha256: 3eddd99c5d4f2ca99c45e979bc0117059770daed0577c849ca814dbf1f1e56cd
Contents?: true
Size: 792 Bytes
Versions: 2
Compression:
Stored size: 792 Bytes
Contents
# OryHydraClient::SubmitSelfServiceSettingsFlowWithOidcMethodBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **flow** | **String** | Flow ID is the flow's ID. in: query | [optional] | | **link** | **String** | Link this provider Either this or `unlink` must be set. type: string in: body | [optional] | | **method** | **String** | Method Should be set to profile when trying to update a profile. | | | **unlink** | **String** | Unlink this provider Either this or `link` must be set. type: string in: body | [optional] | ## Example ```ruby require 'ory-client' instance = OryHydraClient::SubmitSelfServiceSettingsFlowWithOidcMethodBody.new( flow: null, link: null, method: null, unlink: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-client-0.0.1.alpha17 | docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md |
ory-client-0.0.1.alpha16 | docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md |