Sha256: b694c8e29cc9a2a7ad34b7a432a7b1b79502a3830fce477c6d49997ad2bae30b

Contents?: true

Size: 830 Bytes

Versions: 23

Compression:

Stored size: 830 Bytes

Contents

# OryHydraClient::SubmitSelfServiceLoginFlowWithPasswordMethod

## 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. | [optional] |
| **password** | **String** | The user's password. | [optional] |
| **password_identifier** | **String** | Identifier is the email or username of the user trying to log in. | [optional] |

## Example

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

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

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
ory-kratos-client-0.7.3.alpha8 docs/SubmitSelfServiceLoginFlowWithPasswordMethod.md
ory-kratos-client-0.7.3.alpha6 docs/SubmitSelfServiceLoginFlowWithPasswordMethod.md
ory-kratos-client-0.7.3.alpha5 docs/SubmitSelfServiceLoginFlowWithPasswordMethod.md
ory-kratos-client-0.7.3.alpha4 docs/SubmitSelfServiceLoginFlowWithPasswordMethod.md
ory-kratos-client-0.7.3.alpha3 docs/SubmitSelfServiceLoginFlowWithPasswordMethod.md
ory-kratos-client-0.7.3.alpha2 docs/SubmitSelfServiceLoginFlowWithPasswordMethod.md
ory-kratos-client-0.7.3.alpha1 docs/SubmitSelfServiceLoginFlowWithPasswordMethod.md
ory-kratos-client-0.7.1.alpha2 docs/SubmitSelfServiceLoginFlowWithPasswordMethod.md
ory-kratos-client-0.7.1.alpha1 docs/SubmitSelfServiceLoginFlowWithPasswordMethod.md
ory-kratos-client-0.7.0.alpha1 docs/SubmitSelfServiceLoginFlowWithPasswordMethod.md
ory-kratos-client-0.6.3.alpha1 docs/SubmitSelfServiceLoginFlowWithPasswordMethod.md
ory-kratos-client-0.6.2.alpha1 docs/SubmitSelfServiceLoginFlowWithPasswordMethod.md
ory-kratos-client-0.6.1.alpha1 docs/SubmitSelfServiceLoginFlowWithPasswordMethod.md
ory-kratos-client-0.6.0.alpha17 docs/SubmitSelfServiceLoginFlowWithPasswordMethod.md
ory-kratos-client-0.6.0.alpha16 docs/SubmitSelfServiceLoginFlowWithPasswordMethod.md
ory-kratos-client-0.6.0.alpha15 docs/SubmitSelfServiceLoginFlowWithPasswordMethod.md
ory-kratos-client-0.6.0.alpha11 docs/SubmitSelfServiceLoginFlowWithPasswordMethod.md
ory-kratos-client-0.6.0.alpha8 docs/SubmitSelfServiceLoginFlowWithPasswordMethod.md
ory-kratos-client-0.6.0.alpha6 docs/SubmitSelfServiceLoginFlowWithPasswordMethod.md
ory-kratos-client-0.6.0.alpha5 docs/SubmitSelfServiceLoginFlowWithPasswordMethod.md