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.0.1.alpha152 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha151 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha150 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha149 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha148 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha147 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha146 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha145 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha144 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha143 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha142 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha141 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha140 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha139 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha138 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha134 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha133 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha132 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha131 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha130 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md