SetAutomaticPresenceSimulationRequest

@Serializable
data class SetAutomaticPresenceSimulationRequest(val authenticatorId: AuthenticatorId, val enabled: Boolean)

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

Constructors

Link copied to clipboard
constructor(authenticatorId: AuthenticatorId, enabled: Boolean)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)