Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 722 Bytes

SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md

File metadata and controls

17 lines (12 loc) · 722 Bytes

kratos_api_dart.model.SubmitSelfServiceLoginFlowWithLookupSecretMethodBody

Load the model package

import 'package:kratos_api_dart/api.dart';

Properties

Name Type Description Notes
csrfToken String Sending the anti-csrf token is only required for browser login flows. [optional]
lookupSecret String The lookup secret.
method String Method should be set to "lookup_secret" when logging in using the lookup_secret strategy.

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