Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 802 Bytes

UpdateSettingsFlowWithProfileMethod.md

File metadata and controls

18 lines (13 loc) · 802 Bytes

ory_client.model.UpdateSettingsFlowWithProfileMethod

Load the model package

import 'package:ory_client/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 The identity's traits.
transientPayload JsonObject Transient data to pass along to any webhooks [optional]

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