EnableParameter

@Serializable
data class EnableParameter(val enableUI: Boolean? = null)

Constructors

Link copied to clipboard
constructor(enableUI: Boolean? = null)

Properties

Link copied to clipboard
val enableUI: Boolean? = null

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.