EnableRequest

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

Request object containing input parameters for the WebAuthnDomain.enable command.

Constructors

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

Types

Link copied to clipboard
class Builder

A builder for EnableRequest, which allows setting the optional parameters of the WebAuthnDomain.enable command via a lambda.

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.