Available on crate features
experimental and WebAuthn only.Expand description
This domain allows configuring virtual authenticators to test the WebAuthn API.
Structs§
- AddCredential
Command - Adds the credential to the specified authenticator.
- AddCredential
Return - Adds the credential to the specified authenticator.
- AddVirtual
Authenticator Command - Creates and adds a virtual authenticator.
- AddVirtual
Authenticator Return - Creates and adds a virtual authenticator.
- Authenticator
Id - Clear
Credentials Command - Clears all the credentials from the specified device.
- Clear
Credentials Return - Clears all the credentials from the specified device.
- Credential
- Credential
Builder - Disable
Command - Disable the WebAuthn domain.
- Disable
Return - Disable the WebAuthn domain.
- Enable
Command - Enable the WebAuthn domain and start intercepting credential storage and retrieval with a virtual authenticator.
- Enable
Return - Enable the WebAuthn domain and start intercepting credential storage and retrieval with a virtual authenticator.
- GetCredential
Command - Returns a single credential stored in the given virtual authenticator that matches the credential ID.
- GetCredential
Return - Returns a single credential stored in the given virtual authenticator that matches the credential ID.
- GetCredentials
Command - Returns all the credentials stored in the given virtual authenticator.
- GetCredentials
Return - Returns all the credentials stored in the given virtual authenticator.
- Remove
Credential Command - Removes a credential from the authenticator.
- Remove
Credential Return - Removes a credential from the authenticator.
- Remove
Virtual Authenticator Command - Removes the given authenticator.
- Remove
Virtual Authenticator Return - Removes the given authenticator.
- SetAutomatic
Presence Simulation Command - Sets whether tests of user presence will succeed immediately (if true) or fail to resolve (if false) for an authenticator. The default is true.
- SetAutomatic
Presence Simulation Return - Sets whether tests of user presence will succeed immediately (if true) or fail to resolve (if false) for an authenticator. The default is true.
- SetUser
Verified Command - Sets whether User Verification succeeds or fails for an authenticator. The default is true.
- SetUser
Verified Return - Sets whether User Verification succeeds or fails for an authenticator. The default is true.
- Virtual
Authenticator Options - Virtual
Authenticator Options Builder