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.alpha129 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha128 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha127 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha126 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha125 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha124 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha123 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha122 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha121 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha120 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha119 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha118 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha117 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha116 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha115 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha113 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha112 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha111 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha110 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha109 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md