CredentialAdded

@Serializable
data class CredentialAdded(val authenticatorId: AuthenticatorId, val credential: Credential) : WebAuthnEvent

Triggered when a credential is added to an authenticator.

Official doc

Constructors

Link copied to clipboard
constructor(authenticatorId: AuthenticatorId, credential: Credential)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)