Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 670 Bytes

SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md

File metadata and controls

17 lines (12 loc) · 670 Bytes

kratos_api_dart.model.SubmitSelfServiceSettingsFlowWithPasswordMethodBody

Load the model package

import 'package:kratos_api_dart/api.dart';

Properties

Name Type Description Notes
csrfToken String CSRFToken is the anti-CSRF token [optional]
method String Method Should be set to password when trying to update a password.
password String Password is the updated password

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