Module chrome_remote_interface_model::web_authn[][src]

This is supported on crate features experimental and WebAuthn only.
Expand description

This domain allows configuring virtual authenticators to test the WebAuthn API.

Structs

Adds the credential to the specified authenticator.

Adds the credential to the specified authenticator.

Creates and adds a virtual authenticator.

Creates and adds a virtual authenticator.

Clears all the credentials from the specified device.

Clears all the credentials from the specified device.

Disable the WebAuthn domain.

Disable the WebAuthn domain.

Enable the WebAuthn domain and start intercepting credential storage and retrieval with a virtual authenticator.

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 a single credential stored in the given virtual authenticator that matches the credential ID.

Returns all the credentials stored in the given virtual authenticator.

Returns all the credentials stored in the given virtual authenticator.

Removes a credential from the authenticator.

Removes a credential from the authenticator.

Removes the given 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.

Sets whether tests of user presence will succeed immediately (if true) or fail to resolve (if false) for an authenticator. The default is true.

Sets whether User Verification succeeds or fails for an authenticator. The default is true.

Sets whether User Verification succeeds or fails for an authenticator. The default is true.

Enums