CredentialDeleted

@Serializable
data class CredentialDeleted(val authenticatorId: AuthenticatorId, val credentialId: String) : WebAuthnEvent

Triggered when a credential is deleted, e.g. through PublicKeyCredential.signalUnknownCredential().

Official doc

Constructors

Link copied to clipboard
constructor(authenticatorId: AuthenticatorId, credentialId: String)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)