Sha256: 448924ec538ab524d083952dfcacf48073e418d5564f86a7c7778342ede46684

Contents?: true

Size: 607 Bytes

Versions: 20

Compression:

Stored size: 607 Bytes

Contents

# OryKratosClient::SubmitSelfServiceSettingsFlowWithPasswordMethodBody

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **csrf_token** | **String** | CSRFToken is the anti-CSRF token | [optional] |
| **method** | **String** | Method  Should be set to password when trying to update a password. |  |
| **password** | **String** | Password is the updated password |  |

## Example

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

instance = OryKratosClient::SubmitSelfServiceSettingsFlowWithPasswordMethodBody.new(
  csrf_token: null,
  method: null,
  password: null
)
```

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
ory-kratos-client-0.10.1 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-kratos-client-0.9.0.alpha3 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-kratos-client-0.9.0.alpha2 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-kratos-client-0.8.2.alpha1 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-kratos-client-0.8.0.alpha2 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.6.alpha7 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.6.alpha6 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.6.alpha5 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.6.alpha4 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.6.alpha3 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.6.alpha1 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.5.alpha2 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.3.alpha8 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.3.alpha6 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.3.alpha5 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.3.alpha4 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.3.alpha3 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.3.alpha2 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.3.alpha1 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.1.alpha2 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md