Expand description
This domain allows configuring virtual authenticators to test the WebAuthn API.
Structs§
- Adds the credential to the specified authenticator. addCredential
- Adds the credential to the specified authenticator. addCredential
- Creates and adds a virtual authenticator. addVirtualAuthenticator
- Creates and adds a virtual authenticator. addVirtualAuthenticator
- Clears all the credentials from the specified device. clearCredentials
- Clears all the credentials from the specified device. clearCredentials
- Disable the WebAuthn domain. disable
- Disable the WebAuthn domain. disable
- Enable the WebAuthn domain and start intercepting credential storage and retrieval with a virtual authenticator. enable
- Enable the WebAuthn domain and start intercepting credential storage and retrieval with a virtual authenticator. enable
- Triggered when a credential is added to an authenticator. credentialAdded
- Triggered when a credential is used in a webauthn assertion. credentialAsserted
- Returns a single credential stored in the given virtual authenticator that matches the credential ID. getCredential
- Returns a single credential stored in the given virtual authenticator that matches the credential ID. getCredential
- Returns all the credentials stored in the given virtual authenticator. getCredentials
- Returns all the credentials stored in the given virtual authenticator. getCredentials
- Removes a credential from the authenticator. removeCredential
- Removes a credential from the authenticator. removeCredential
- Removes the given authenticator. removeVirtualAuthenticator
- Removes the given authenticator. removeVirtualAuthenticator
- Sets whether tests of user presence will succeed immediately (if true) or fail to resolve (if false) for an authenticator. The default is true. setAutomaticPresenceSimulation
- Sets whether tests of user presence will succeed immediately (if true) or fail to resolve (if false) for an authenticator. The default is true. setAutomaticPresenceSimulation
- Allows setting credential properties. https://w3c.github.io/webauthn/#sctn-automation-set-credential-properties setCredentialProperties
- Allows setting credential properties. https://w3c.github.io/webauthn/#sctn-automation-set-credential-properties setCredentialProperties
- Resets parameters isBogusSignature, isBadUV, isBadUP to false if they are not present. setResponseOverrideBits
- Resets parameters isBogusSignature, isBadUV, isBadUP to false if they are not present. setResponseOverrideBits
- Sets whether User Verification succeeds or fails for an authenticator. The default is true. setUserVerified
- Sets whether User Verification succeeds or fails for an authenticator. The default is true. setUserVerified