maxcountryman_web_sys/features/gen_AuthenticatorTransport.rs
1#![allow(unused_imports)]
2use wasm_bindgen::prelude::*;
3#[wasm_bindgen]
4#[doc = "The `AuthenticatorTransport` enum."]
5#[doc = ""]
6#[doc = "*This API requires the following crate features to be activated: `AuthenticatorTransport`*"]
7#[derive(Debug, Clone, Copy, PartialEq, Eq)]
8pub enum AuthenticatorTransport {
9 Usb = "usb",
10 Nfc = "nfc",
11 Ble = "ble",
12}