WebAuthnOutcome

@Serializable
data class WebAuthnOutcome(val authenticatorAttachment: String, val legacyData: String)

Constructors

Link copied to clipboard
constructor(authenticatorAttachment: String, legacyData: String)

Properties

Link copied to clipboard