Set Automatic Presence Simulation Request
data class SetAutomaticPresenceSimulationRequest(authenticatorId: AuthenticatorId, enabled: Boolean)
Content copied to clipboard
Represents request frame that can be used with WebAuthn#setAutomaticPresenceSimulation operation call.
Sets whether tests of user presence will succeed immediately (if true) or fail to resolve (if false) for an authenticator. The default is true.
See also
Constructors
SetAutomaticPresenceSimulationRequest
Link copied to clipboard
fun SetAutomaticPresenceSimulationRequest(authenticatorId: AuthenticatorId, enabled: Boolean)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard