Sha256: 00c6199340ff957c98555cd0adb579dc8076fa1a20ca84c4ed545fc112d3dd69

Contents?: true

Size: 782 Bytes

Versions: 2

Compression:

Stored size: 782 Bytes

Contents

# OryClient::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 = OryClient::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.alpha19 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-client-0.0.1.alpha18 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md