@bitblit/ratchet-warden-common
Version:
Typescript library to simplify using simplewebauthn and secondary auth methods over GraphQL
10 lines • 587 B
JavaScript
export var WardenWebAuthnTransportFutureType;
(function (WardenWebAuthnTransportFutureType) {
WardenWebAuthnTransportFutureType["ble"] = "ble";
WardenWebAuthnTransportFutureType["internal"] = "internal";
WardenWebAuthnTransportFutureType["nfc"] = "nfc";
WardenWebAuthnTransportFutureType["usb"] = "usb";
WardenWebAuthnTransportFutureType["cable"] = "cable";
WardenWebAuthnTransportFutureType["hybrid"] = "hybrid";
})(WardenWebAuthnTransportFutureType || (WardenWebAuthnTransportFutureType = {}));
//# sourceMappingURL=warden-web-authn-transport-future-type.js.map