Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 736 Bytes

SubmitSelfServiceSettingsFlowWithProfileMethodBody.md

File metadata and controls

17 lines (12 loc) · 736 Bytes

kratos_api_dart.model.SubmitSelfServiceSettingsFlowWithProfileMethodBody

Load the model package

import 'package:kratos_api_dart/api.dart';

Properties

Name Type Description Notes
csrfToken String The Anti-CSRF Token This token is only required when performing browser flows. [optional]
method String Method Should be set to profile when trying to update a profile.
traits JsonObject Traits contains all of the identity's traits.

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