WebAuthnEvent

@Serializable
sealed class WebAuthnEvent(source)

Inheritors

Types

Link copied to clipboard
@Serializable
data class CredentialAdded(val authenticatorId: AuthenticatorId, val credential: Credential) : WebAuthnEvent

Triggered when a credential is added to an authenticator.

Link copied to clipboard
@Serializable
data class CredentialAsserted(val authenticatorId: AuthenticatorId, val credential: Credential) : WebAuthnEvent

Triggered when a credential is used in a webauthn assertion.