Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 939 Bytes

ClientUpdateSettingsFlowWithTotpMethod.md

File metadata and controls

15 lines (11 loc) · 939 Bytes

Ory.Client.Model.ClientUpdateSettingsFlowWithTotpMethod

Update Settings Flow with TOTP Method

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]
TransientPayload Object Transient data to pass along to any webhooks [optional]

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