Sha256: a8fb3d10eedff8670e952c8c10ca601082746130e31030ae16dc5e14864be683

Contents?: true

Size: 642 Bytes

Versions: 15

Compression:

Stored size: 642 Bytes

Contents

# OryHydraClient::SubmitSelfServiceSettingsFlowWithPasswordMethod

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **csrf_token** | **String** | CSRFToken is the anti-CSRF token  type: string | [optional] |
| **method** | **String** | Method  Should be set to password when trying to update a password.  type: string | [optional] |
| **password** | **String** | Password is the updated password  type: string |  |

## Example

```ruby
require 'ory-client'

instance = OryHydraClient::SubmitSelfServiceSettingsFlowWithPasswordMethod.new(
  csrf_token: null,
  method: null,
  password: null
)
```

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha19 docs/SubmitSelfServiceSettingsFlowWithPasswordMethod.md
ory-client-0.0.1.alpha18 docs/SubmitSelfServiceSettingsFlowWithPasswordMethod.md
ory-client-0.0.1.alpha17 docs/SubmitSelfServiceSettingsFlowWithPasswordMethod.md
ory-client-0.0.1.alpha16 docs/SubmitSelfServiceSettingsFlowWithPasswordMethod.md
ory-client-0.0.1.alpha15 docs/SubmitSelfServiceSettingsFlowWithPasswordMethod.md
ory-client-0.0.1.alpha14 docs/SubmitSelfServiceSettingsFlowWithPasswordMethod.md
ory-client-0.0.1.alpha13 docs/SubmitSelfServiceSettingsFlowWithPasswordMethod.md
ory-client-0.0.1.alpha12 docs/SubmitSelfServiceSettingsFlowWithPasswordMethod.md
ory-client-0.0.1.alpha11 docs/SubmitSelfServiceSettingsFlowWithPasswordMethod.md
ory-client-0.0.1.alpha10 docs/SubmitSelfServiceSettingsFlowWithPasswordMethod.md
ory-client-0.0.1.alpha9 docs/SubmitSelfServiceSettingsFlowWithPasswordMethod.md
ory-client-0.0.1.alpha8 docs/SubmitSelfServiceSettingsFlowWithPasswordMethod.md
ory-client-0.0.1.alpha7 docs/SubmitSelfServiceSettingsFlowWithPasswordMethod.md
ory-client-0.0.1.alpha6 docs/SubmitSelfServiceSettingsFlowWithPasswordMethod.md
ory-client-0.0.1.alpha5 docs/SubmitSelfServiceSettingsFlowWithPasswordMethod.md