Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 828 Bytes

SubmitSelfServiceLoginFlowWithPasswordMethodBody.md

File metadata and controls

18 lines (13 loc) · 828 Bytes

kratos_api_dart.model.SubmitSelfServiceLoginFlowWithPasswordMethodBody

Load the model package

import 'package:kratos_api_dart/api.dart';

Properties

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.

[Back to Model list] [Back to API list] [Back to README]