AuthenticatorProtocol

@Serializable(with = AuthenticatorProtocolSerializer::class)
sealed interface AuthenticatorProtocol

(undocumented in the protocol definition)

Official doc

Inheritors

Types

Link copied to clipboard
@Serializable(with = AuthenticatorProtocolSerializer::class)
data object ctap2 : AuthenticatorProtocol
Link copied to clipboard
@Serializable(with = AuthenticatorProtocolSerializer::class)
data class NotDefinedInProtocol(val value: String) : AuthenticatorProtocol

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 = AuthenticatorProtocolSerializer::class)
data object u2f : AuthenticatorProtocol