Sha256: 10028358b70bc2f8e36de9aa94ba1f31b8752d791aecd7884b28b185c85a5fc2

Contents?: true

Size: 805 Bytes

Versions: 22

Compression:

Stored size: 805 Bytes

Contents

# OryClient::UpdateLoginFlowWithIdentifierFirstMethod

## 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. |  |
| **transient_payload** | **Object** | Transient data to pass along to any webhooks | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::UpdateLoginFlowWithIdentifierFirstMethod.new(
  csrf_token: null,
  identifier: null,
  method: null,
  transient_payload: null
)
```

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
ory-client-1.14.1 docs/UpdateLoginFlowWithIdentifierFirstMethod.md
ory-client-1.14.0 docs/UpdateLoginFlowWithIdentifierFirstMethod.md