Sha256: 66cfddc4b3610ea0e016cf878133a3870613dd74d33b9dc7f5bf28526a073ac6

Contents?: true

Size: 1.04 KB

Versions: 1

Compression:

Stored size: 1.04 KB

Contents

# OryKratosClient::UpdateLoginFlowWithPasswordMethod

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **csrf_token** | **String** | Sending the anti-csrf token is only required for browser login flows. | [optional] |
| **identifier** | **String** | Identifier is the email or username of the user trying to log in. |  |
| **method** | **String** | Method should be set to \"password\" when logging in using the identifier and password strategy. |  |
| **password** | **String** | The user's password. |  |
| **password_identifier** | **String** | Identifier is the email or username of the user trying to log in. This field is deprecated! | [optional] |
| **transient_payload** | **Object** | Transient data to pass along to any webhooks | [optional] |

## Example

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

instance = OryKratosClient::UpdateLoginFlowWithPasswordMethod.new(
  csrf_token: null,
  identifier: null,
  method: null,
  password: null,
  password_identifier: null,
  transient_payload: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ory-kratos-client-1.2.1 docs/UpdateLoginFlowWithPasswordMethod.md