Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.3 KB

SubmitSelfServiceSettingsFlowBody.md

File metadata and controls

23 lines (18 loc) · 1.3 KB

kratos_api_dart.model.SubmitSelfServiceSettingsFlowBody

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 "totp" when trying to add, update, or remove a totp pairing.
password String Password is the updated password
traits JsonObject The identity's traits in: body
flow String Flow ID is the flow's ID. in: query [optional]
link String Link this provider Either this or unlink must be set. type: string in: body [optional]
unlink String Unlink this provider Either this or link must be set. type: string in: body [optional]
totpCode String ValidationTOTP must contain a valid TOTP based on the [optional]
totpUnlink bool UnlinkTOTP if true will remove the TOTP pairing, effectively removing the credential. This can be used to set up a new TOTP device. [optional]

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