Expand description
This domain allows configuring virtual authenticators to test the WebAuthn API.
Structs§
- AddCredential
Params - Adds the credential to the specified authenticator. addCredential
- AddCredential
Params Builder - AddCredential
Returns - Adds the credential to the specified authenticator. addCredential
- AddVirtual
Authenticator Params - Creates and adds a virtual authenticator. addVirtualAuthenticator
- AddVirtual
Authenticator Params Builder - AddVirtual
Authenticator Returns - Creates and adds a virtual authenticator. addVirtualAuthenticator
- AddVirtual
Authenticator Returns Builder - Authenticator
Id - Clear
Credentials Params - Clears all the credentials from the specified device. clearCredentials
- Clear
Credentials Params Builder - Clear
Credentials Returns - Clears all the credentials from the specified device. clearCredentials
- Credential
- Credential
Builder - Disable
Params - Disable the WebAuthn domain. disable
- Disable
Returns - Disable the WebAuthn domain. disable
- Enable
Params - Enable the WebAuthn domain and start intercepting credential storage and retrieval with a virtual authenticator. enable
- Enable
Params Builder - Enable
Returns - Enable the WebAuthn domain and start intercepting credential storage and retrieval with a virtual authenticator. enable
- Event
Credential Added - Triggered when a credential is added to an authenticator. credentialAdded
- Event
Credential Asserted - Triggered when a credential is used in a webauthn assertion. credentialAsserted
- GetCredential
Params - Returns a single credential stored in the given virtual authenticator that matches the credential ID. getCredential
- GetCredential
Params Builder - GetCredential
Returns - Returns a single credential stored in the given virtual authenticator that matches the credential ID. getCredential
- GetCredential
Returns Builder - GetCredentials
Params - Returns all the credentials stored in the given virtual authenticator. getCredentials
- GetCredentials
Params Builder - GetCredentials
Returns - Returns all the credentials stored in the given virtual authenticator. getCredentials
- GetCredentials
Returns Builder - Remove
Credential Params - Removes a credential from the authenticator. removeCredential
- Remove
Credential Params Builder - Remove
Credential Returns - Removes a credential from the authenticator. removeCredential
- Remove
Virtual Authenticator Params - Removes the given authenticator. removeVirtualAuthenticator
- Remove
Virtual Authenticator Params Builder - Remove
Virtual Authenticator Returns - Removes the given authenticator. removeVirtualAuthenticator
- SetAutomatic
Presence Simulation Params - 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
- SetAutomatic
Presence Simulation Params Builder - SetAutomatic
Presence Simulation Returns - 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
- SetCredential
Properties Params - Allows setting credential properties. https://w3c.github.io/webauthn/#sctn-automation-set-credential-properties setCredentialProperties
- SetCredential
Properties Params Builder - SetCredential
Properties Returns - Allows setting credential properties. https://w3c.github.io/webauthn/#sctn-automation-set-credential-properties setCredentialProperties
- SetResponse
Override Bits Params - Resets parameters isBogusSignature, isBadUV, isBadUP to false if they are not present. setResponseOverrideBits
- SetResponse
Override Bits Params Builder - SetResponse
Override Bits Returns - Resets parameters isBogusSignature, isBadUV, isBadUP to false if they are not present. setResponseOverrideBits
- SetUser
Verified Params - Sets whether User Verification succeeds or fails for an authenticator. The default is true. setUserVerified
- SetUser
Verified Params Builder - SetUser
Verified Returns - Sets whether User Verification succeeds or fails for an authenticator. The default is true. setUserVerified
- Virtual
Authenticator Options - Virtual
Authenticator Options Builder