Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 785 Bytes

SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md

File metadata and controls

17 lines (12 loc) · 785 Bytes

kratos_api_dart.model.SubmitSelfServiceLoginFlowWithWebAuthnMethodBody

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]
method String Method should be set to "webAuthn" when logging in using the WebAuthn strategy.
webauthnLogin String Login a WebAuthn Security Key This must contain the ID of the WebAuthN connection. [optional]

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