Sha256: a57b72ab0f1809afd6952fd8022740d65b8a04e0b3ffdc2ebe7ef07f9bfa925e

Contents?: true

Size: 801 Bytes

Versions: 2

Compression:

Stored size: 801 Bytes

Contents

# OryHydraClient::SubmitSelfServiceLoginFlowWithPasswordMethodBody

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **csrf_token** | **String** | Sending the anti-csrf token is only required for browser login flows. | [optional] |
| **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. |  |

## Example

```ruby
require 'ory-client'

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

Version data entries

2 entries across 2 versions & 1 rubygems

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