
main.web.authentication.AuthenticatorTransport.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:Suppress(
"NAME_CONTAINS_ILLEGAL_CHARS",
)
package web.authentication
// language=JavaScript
@JsName("""(/*union*/{ble: 'ble', hybrid: 'hybrid', internal: 'internal', nfc: 'nfc', usb: 'usb'}/*union*/)""")
external enum class AuthenticatorTransport {
ble,
hybrid,
internal,
nfc,
usb,
;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy