Sha256: c5e5fd2cecde94e8013e927b7a16ee0dc8b9b963598369ec759a1b3fe7fb08de

Contents?: true

Size: 512 Bytes

Versions: 3

Compression:

Stored size: 512 Bytes

Contents

# OryHydraClient::CompleteSelfServiceSettingsFlowWithPasswordMethod

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **csrf_token** | **String** | CSRFToken is the anti-CSRF token  type: string | [optional] |
| **password** | **String** | Password is the updated password  type: string |  |

## Example

```ruby
require 'ory-kratos-client'

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ory-kratos-client-0.5.5.alpha4 docs/CompleteSelfServiceSettingsFlowWithPasswordMethod.md
ory-kratos-client-0.5.5.alpha3 docs/CompleteSelfServiceSettingsFlowWithPasswordMethod.md
ory-kratos-client-0.5.5.alpha2 docs/CompleteSelfServiceSettingsFlowWithPasswordMethod.md