pl.wendigo.chrome.api.webauthn / VirtualAuthenticatorOptions

VirtualAuthenticatorOptions

data class VirtualAuthenticatorOptions (source)

Link
WebAuthn#VirtualAuthenticatorOptions type documentation.

Constructors

<init>

VirtualAuthenticatorOptions(protocol: AuthenticatorProtocol, transport: AuthenticatorTransport, hasResidentKey: Boolean, hasUserVerification: Boolean, automaticPresenceSimulation: Boolean? = null)

Properties

automaticPresenceSimulation

val automaticPresenceSimulation: Boolean?

If set to true, tests of user presence will succeed immediately. Otherwise, they will not be resolved. Defaults to true.

hasResidentKey

val hasResidentKey: Boolean

hasUserVerification

val hasUserVerification: Boolean

protocol

val protocol: AuthenticatorProtocol

transport

val transport: AuthenticatorTransport