import 'package:kratos_api_dart/api.dart';
Name | Type | Description | Notes |
---|---|---|---|
csrfToken | 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. | |
passwordIdentifier | String | Identifier is the email or username of the user trying to log in. |