Sha256: da4836b5cfba65da93e360cb05c17a311a2a3a04b037b81a788e61a17129d51f

Contents?: true

Size: 654 Bytes

Versions: 2

Compression:

Stored size: 654 Bytes

Contents

# OryHydraClient::SubmitSelfServiceSettingsFlowWithProfileMethodBody

## 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 contains all of the identity's traits. |  |

## Example

```ruby
require 'ory-client'

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha17 docs/SubmitSelfServiceSettingsFlowWithProfileMethodBody.md
ory-client-0.0.1.alpha16 docs/SubmitSelfServiceSettingsFlowWithProfileMethodBody.md