Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.09 KB

SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md

File metadata and controls

19 lines (14 loc) · 1.09 KB

kratos_api_dart.model.SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody

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]
method String Method Should be set to "webauthn" when trying to add, update, or remove a webAuthn pairing.
webauthnRegister String Register a WebAuthn Security Key It is expected that the JSON returned by the WebAuthn registration process is included here. [optional]
webauthnRegisterDisplayname String Name of the WebAuthn Security Key to be Added A human-readable name for the security key which will be added. [optional]
webauthnRemove String Remove 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]