Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1005 Bytes

UpdateSettingsFlowWithLookupMethod.md

File metadata and controls

20 lines (15 loc) · 1005 Bytes

ory_kratos_client.model.UpdateSettingsFlowWithLookupMethod

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]
lookupSecretConfirm bool If set to true will save the regenerated lookup secrets [optional]
lookupSecretDisable bool Disables this method if true. [optional]
lookupSecretRegenerate bool If set to true will regenerate the lookup secrets [optional]
lookupSecretReveal bool If set to true will reveal the lookup secrets [optional]
method String Method Should be set to "lookup" when trying to add, update, or remove a lookup pairing.

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