CredentialUpdated

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

Triggered when a credential is updated, e.g. through PublicKeyCredential.signalCurrentUserDetails().

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)