Sha256: 7ae1d383d57d545f1e1a91a11f165012702ffbc3ac1e056eb735ec3364dc2d0d

Contents?: true

Size: 959 Bytes

Versions: 2

Compression:

Stored size: 959 Bytes

Contents

# OryKratosClient::SubmitSelfServiceLoginFlowWithPasswordMethodBody

## 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! |  |

## Example

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-kratos-client-0.9.0.alpha3 docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md
ory-kratos-client-0.9.0.alpha2 docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md