AuthenticatorTransport

@Serializable(with = AuthenticatorTransportSerializer::class)
sealed interface AuthenticatorTransport

(undocumented in the protocol definition)

Official doc

Inheritors

Types

Link copied to clipboard
@Serializable(with = AuthenticatorTransportSerializer::class)
data object ble : AuthenticatorTransport
Link copied to clipboard
@Serializable(with = AuthenticatorTransportSerializer::class)
data object cable : AuthenticatorTransport
Link copied to clipboard
@Serializable(with = AuthenticatorTransportSerializer::class)
data object internal : AuthenticatorTransport
Link copied to clipboard
@Serializable(with = AuthenticatorTransportSerializer::class)
data object nfc : AuthenticatorTransport
Link copied to clipboard
@Serializable(with = AuthenticatorTransportSerializer::class)
data class NotDefinedInProtocol(val value: String) : AuthenticatorTransport

This extra enum entry represents values returned by Chrome that were not defined in the protocol (for instance new values that were added later).

Link copied to clipboard
@Serializable(with = AuthenticatorTransportSerializer::class)
data object usb : AuthenticatorTransport