Sha256: 16b645c10eedfa5a5f0e71ec2d1879879b7294c0ecfbdd8cd126c7bff3e9e1fb

Contents?: true

Size: 940 Bytes

Versions: 52

Compression:

Stored size: 940 Bytes

Contents

# OryClient::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-client'

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

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha126 docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha125 docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha124 docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha123 docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha122 docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha121 docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha120 docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha119 docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha118 docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha117 docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha116 docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha115 docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md