Sha256: b8a9f41da2d2f30a89779efdf2b64ee9e89ff4d6cc59971e662ded5d9fafba7a

Contents?: true

Size: 677 Bytes

Versions: 23

Compression:

Stored size: 677 Bytes

Contents

# OryHydraClient::SubmitSelfServiceSettingsFlowWithProfileMethod

## 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.  type: string | [optional] |
| **traits** | **Object** | Traits contains all of the identity's traits. |  |

## Example

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

instance = OryHydraClient::SubmitSelfServiceSettingsFlowWithProfileMethod.new(
  csrf_token: null,
  method: null,
  traits: null
)
```

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
ory-kratos-client-0.6.0.alpha4 docs/SubmitSelfServiceSettingsFlowWithProfileMethod.md
ory-kratos-client-0.6.0.alpha2 docs/SubmitSelfServiceSettingsFlowWithProfileMethod.md
ory-kratos-client-0.6.0.alpha1 docs/SubmitSelfServiceSettingsFlowWithProfileMethod.md