Sha256: 2f007de05d3e48006387ee69a481e0a37d6a52b9e96fe8db2c5bf5517ae4dfaf

Contents?: true

Size: 744 Bytes

Versions: 8

Compression:

Stored size: 744 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. |  |
| **transient_payload** | **Object** | Transient data to pass along to any webhooks | [optional] |

## Example

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

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ory-kratos-client-1.3.8 docs/UpdateSettingsFlowWithProfileMethod.md
ory-kratos-client-1.3.7 docs/UpdateSettingsFlowWithProfileMethod.md
ory-kratos-client-1.3.6 docs/UpdateSettingsFlowWithProfileMethod.md
ory-kratos-client-1.3.6.alpha2 docs/UpdateSettingsFlowWithProfileMethod.md
ory-kratos-client-1.3.6.alpha1 docs/UpdateSettingsFlowWithProfileMethod.md
ory-kratos-client-1.3.5 docs/UpdateSettingsFlowWithProfileMethod.md
ory-kratos-client-1.3.4 docs/UpdateSettingsFlowWithProfileMethod.md
ory-kratos-client-1.2.1 docs/UpdateSettingsFlowWithProfileMethod.md