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.alpha108 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha107 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha106 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha105 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha104 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha103 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha101 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha100 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha99 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha98 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha97 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha96 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha95 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha94 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha93 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha92 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha91 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha90 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha89 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha88 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md