AuthenticatorTransport

public enum AuthenticatorTransport : String, Codable

Represents the authenticator transport.

  • usb

    Undocumented

    Declaration

    Swift

    case usb
  • nfc

    Undocumented

    Declaration

    Swift

    case nfc
  • ble

    Undocumented

    Declaration

    Swift

    case ble
  • Undocumented

    Declaration

    Swift

    case internal_transport = "internal"