hwsecurity-fido2 / de.cotech.hw.fido2.domain / AuthenticatorTransport /

AuthenticatorTransport

enum AuthenticatorTransport

Constructors

Name Summary
AuthenticatorTransport open fun AuthenticatorTransport(transport: String)

Entries

Name Summary
USB USB
NFC NFC
BLE BLE
INTERNAL INTERNAL

Functions

Name Summary
fromString open fun fromString(transport: String): AuthenticatorTransport
valueOf open fun valueOf(name: String): AuthenticatorTransport
values open fun values(): Array<AuthenticatorTransport>

Properties

Name Summary
transport val transport: String