Sha256: 044f838ade9a82a184e2d204e971675aba6656e72c3353ae1a93121c987eafae

Contents?: true

Size: 896 Bytes

Versions: 5

Compression:

Stored size: 896 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. |  |
| **traits** | **Object** | The identity's traits  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 = OryKratosClient::SubmitSelfServiceSettingsFlowWithOidcMethodBody.new(
  flow: null,
  link: null,
  method: null,
  traits: null,
  unlink: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ory-kratos-client-0.10.1 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-kratos-client-0.9.0.alpha3 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-kratos-client-0.9.0.alpha2 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-kratos-client-0.8.2.alpha1 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
ory-kratos-client-0.8.0.alpha2 docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md