WaxAPIREST.Types.AuthenticatorTransport (wax_api_rest v0.5.0)

View Source

Summary

Types

t()

Must be one of

Types

t()

@type t() :: String.t()

Must be one of:

  • "usb"
  • "nfc"
  • "ble"
  • "internal"
  • "lightning"

Functions

new(val)

@spec new(String.t()) :: t() | no_return()