Sha256: f6476fae16cc4c46fee9593d72da12f27b897ccdf01c22a0b6f4a086a43736e6

Contents?: true

Size: 618 Bytes

Versions: 5

Compression:

Stored size: 618 Bytes

Contents

# OryKratosClient::UpdateSettingsFlowWithProfileMethod

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **csrf_token** | **String** | The Anti-CSRF Token  This token is only required when performing browser flows. | [optional] |
| **method** | **String** | Method  Should be set to profile when trying to update a profile. |  |
| **traits** | **Object** | Traits  The identity's traits. |  |

## Example

```ruby
require 'ory-kratos-client'

instance = OryKratosClient::UpdateSettingsFlowWithProfileMethod.new(
  csrf_token: null,
  method: null,
  traits: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ory-kratos-client-1.1.0 docs/UpdateSettingsFlowWithProfileMethod.md
ory-kratos-client-1.0.0 docs/UpdateSettingsFlowWithProfileMethod.md
ory-kratos-client-0.13.1 docs/UpdateSettingsFlowWithProfileMethod.md
ory-kratos-client-0.11.1 docs/UpdateSettingsFlowWithProfileMethod.md
ory-kratos-client-0.11.0 docs/UpdateSettingsFlowWithProfileMethod.md