Sha256: 365e52ac559cd496e3637b41a775ac4353fb35088bdfef2a34ac66f577471d5c

Contents?: true

Size: 588 Bytes

Versions: 195

Compression:

Stored size: 588 Bytes

Contents

# OryClient::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-client'

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

Version data entries

195 entries across 195 versions & 1 rubygems

Version Path
ory-client-0.2.0.alpha60 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha48 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha47 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha46 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha45 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha44 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha43 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha42 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha41 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha40 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha39 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha38 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha37 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha36 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha35 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha34 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha33 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha32 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha31 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha30 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md