Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 881 Bytes

UpdateSettingsFlowWithTotpMethod.md

File metadata and controls

18 lines (13 loc) · 881 Bytes

ory_kratos_client.model.UpdateSettingsFlowWithTotpMethod

Load the model package

import 'package:ory_kratos_client/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.
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]