Sha256: 10662c1607853432f9fdb3fbdce7be76f64e82c34fd7202676866d94f0c3bd18

Contents?: true

Size: 801 Bytes

Versions: 15

Compression:

Stored size: 801 Bytes

Contents

# OryKratosClient::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-kratos-client'

instance = OryKratosClient::SubmitSelfServiceSettingsFlowWithOidcMethodBody.new(
  flow: null,
  link: null,
  method: null,
  unlink: null
)
```

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
ory-kratos-client-0.7.6.alpha7 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-kratos-client-0.7.6.alpha6 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-kratos-client-0.7.6.alpha5 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-kratos-client-0.7.6.alpha4 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-kratos-client-0.7.6.alpha3 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-kratos-client-0.7.6.alpha1 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-kratos-client-0.7.5.alpha2 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-kratos-client-0.7.3.alpha8 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-kratos-client-0.7.3.alpha6 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-kratos-client-0.7.3.alpha5 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-kratos-client-0.7.3.alpha4 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-kratos-client-0.7.3.alpha3 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-kratos-client-0.7.3.alpha2 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-kratos-client-0.7.3.alpha1 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-kratos-client-0.7.1.alpha2 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md