Sha256: 05b77878f40ecb4d09fffba1d92103a56fa24df25f70ed2d68d0ca4afede0b51

Contents?: true

Size: 558 Bytes

Versions: 84

Compression:

Stored size: 558 Bytes

Contents

# OryClient::UpdateSettingsFlowWithPasswordMethod

## 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::UpdateSettingsFlowWithPasswordMethod.new(
  csrf_token: null,
  method: null,
  password: null
)
```

Version data entries

84 entries across 84 versions & 1 rubygems

Version Path
ory-client-1.0.2 docs/UpdateSettingsFlowWithPasswordMethod.md
ory-client-1.0.1 docs/UpdateSettingsFlowWithPasswordMethod.md
ory-client-1.0.0 docs/UpdateSettingsFlowWithPasswordMethod.md
ory-client-1.0.0.alpha0 docs/UpdateSettingsFlowWithPasswordMethod.md