Class EnableCommandSettings
Enable the WebAuthn domain and start intercepting credential storage and retrieval with a virtual authenticator.
public sealed class EnableCommandSettings : ICommand
- Inheritance
-
EnableCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
EnableUI
Whether to enable the WebAuthn user interface. Enabling the UI is recommended for debugging and demo purposes, as it is closer to the real experience. Disabling the UI is recommended for automated testing. Supported at the embedder's discretion if UI is available. Defaults to false.
[JsonPropertyName("enableUI")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? EnableUI { get; set; }
Property Value
- bool?