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.alpha87 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha86 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha85 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha84 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha83 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha82 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha81 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha80 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha79 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha78 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha77 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha76 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha75 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha74 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha73 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha72 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha71 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha70 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha69 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha68 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md