Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1016 Bytes

SubmitSelfServiceSettingsFlowWithLookupMethodBody.md

File metadata and controls

20 lines (15 loc) · 1016 Bytes

kratos_api_dart.model.SubmitSelfServiceSettingsFlowWithLookupMethodBody

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]
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]