Sha256: 6c9a532c789fa76a75930e854b6f93331dc8e1056c42e70302d3edcd3490c8b5
Contents?: true
Size: 677 Bytes
Versions: 15
Compression:
Stored size: 677 Bytes
Contents
# OryHydraClient::SubmitSelfServiceBrowserSettingsOIDCFlowPayload ## 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] | | **unlink** | **String** | Unlink this provider Either this or `link` must be set. type: string in: body | [optional] | ## Example ```ruby require 'ory-client' instance = OryHydraClient::SubmitSelfServiceBrowserSettingsOIDCFlowPayload.new( flow: null, link: null, unlink: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems