Sha256: 33da3b5b29dae77214998301fcc1dc35aa5aaa524dfa7a078cb27cfda36bd0b3

Contents?: true

Size: 808 Bytes

Versions: 2

Compression:

Stored size: 808 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-kratos-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-kratos-client-0.7.1.alpha1 docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.0.alpha1 docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md