WebAuthn
Types
Triggered when a credential is added to an authenticator.
Triggered when a credential is used in a webauthn assertion.
Triggered when a credential is deleted, e.g. through PublicKeyCredential.signalUnknownCredential().
Triggered when a credential is updated, e.g. through PublicKeyCredential.signalCurrentUserDetails().
Properties
Triggered when a credential is added to an authenticator.
Triggered when a credential is used in a webauthn assertion.
Triggered when a credential is deleted, e.g. through PublicKeyCredential.signalUnknownCredential().
Triggered when a credential is updated, e.g. through PublicKeyCredential.signalCurrentUserDetails().
Functions
Adds the credential to the specified authenticator.
Creates and adds a virtual authenticator.
Clears all the credentials from the specified device.
Disable the WebAuthn domain.
Enable the WebAuthn domain and start intercepting credential storage and retrieval with a virtual authenticator.
Returns a single credential stored in the given virtual authenticator that matches the credential ID.
Returns all the credentials stored in the given virtual authenticator.
Removes a credential from the authenticator.
Removes the given authenticator.
Sets whether tests of user presence will succeed immediately (if true) or fail to resolve (if false) for an authenticator. The default is true.
Allows setting credential properties. https://w3c.github.io/webauthn/#sctn-automation-set-credential-properties
Resets parameters isBogusSignature, isBadUV, isBadUP to false if they are not present.
Sets whether User Verification succeeds or fails for an authenticator. The default is true.