Sha256: cd37f2bc804c90ba288f167824bfc661cda865bbf7decb6bb8b8fa08c704d6f8

Contents?: true

Size: 684 Bytes

Versions: 23

Compression:

Stored size: 684 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-kratos-client'

instance = OryHydraClient::SubmitSelfServiceBrowserSettingsOIDCFlowPayload.new(
  flow: null,
  link: null,
  unlink: null
)
```

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
ory-kratos-client-0.6.0.alpha4 docs/SubmitSelfServiceBrowserSettingsOIDCFlowPayload.md
ory-kratos-client-0.6.0.alpha2 docs/SubmitSelfServiceBrowserSettingsOIDCFlowPayload.md
ory-kratos-client-0.6.0.alpha1 docs/SubmitSelfServiceBrowserSettingsOIDCFlowPayload.md