Sha256: add043e12ec21054a73263cfb3400e44f10a2537c7e68fed2c21ae5091c47d33

Contents?: true

Size: 598 Bytes

Versions: 2

Compression:

Stored size: 598 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha17 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha16 docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md