chromiumoxide::cdp::browser_protocol

Module web_authn

Source
Expand description

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

Structs§

AddCredentialParams
Adds the credential to the specified authenticator. addCredential
AddCredentialParamsBuilder
AddCredentialReturns
Adds the credential to the specified authenticator. addCredential
AddVirtualAuthenticatorParams
Creates and adds a virtual authenticator. addVirtualAuthenticator
AddVirtualAuthenticatorParamsBuilder
AddVirtualAuthenticatorReturns
Creates and adds a virtual authenticator. addVirtualAuthenticator
AddVirtualAuthenticatorReturnsBuilder
AuthenticatorId
ClearCredentialsParams
Clears all the credentials from the specified device. clearCredentials
ClearCredentialsParamsBuilder
ClearCredentialsReturns
Clears all the credentials from the specified device. clearCredentials
Credential
CredentialBuilder
DisableParams
Disable the WebAuthn domain. disable
DisableReturns
Disable the WebAuthn domain. disable
EnableParams
Enable the WebAuthn domain and start intercepting credential storage and retrieval with a virtual authenticator. enable
EnableParamsBuilder
EnableReturns
Enable the WebAuthn domain and start intercepting credential storage and retrieval with a virtual authenticator. enable
EventCredentialAdded
Triggered when a credential is added to an authenticator. credentialAdded
EventCredentialAsserted
Triggered when a credential is used in a webauthn assertion. credentialAsserted
GetCredentialParams
Returns a single credential stored in the given virtual authenticator that matches the credential ID. getCredential
GetCredentialParamsBuilder
GetCredentialReturns
Returns a single credential stored in the given virtual authenticator that matches the credential ID. getCredential
GetCredentialReturnsBuilder
GetCredentialsParams
Returns all the credentials stored in the given virtual authenticator. getCredentials
GetCredentialsParamsBuilder
GetCredentialsReturns
Returns all the credentials stored in the given virtual authenticator. getCredentials
GetCredentialsReturnsBuilder
RemoveCredentialParams
Removes a credential from the authenticator. removeCredential
RemoveCredentialParamsBuilder
RemoveCredentialReturns
Removes a credential from the authenticator. removeCredential
RemoveVirtualAuthenticatorParams
Removes the given authenticator. removeVirtualAuthenticator
RemoveVirtualAuthenticatorParamsBuilder
RemoveVirtualAuthenticatorReturns
Removes the given authenticator. removeVirtualAuthenticator
SetAutomaticPresenceSimulationParams
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
SetAutomaticPresenceSimulationParamsBuilder
SetAutomaticPresenceSimulationReturns
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
SetCredentialPropertiesParams
Allows setting credential properties. https://w3c.github.io/webauthn/#sctn-automation-set-credential-properties setCredentialProperties
SetCredentialPropertiesParamsBuilder
SetCredentialPropertiesReturns
Allows setting credential properties. https://w3c.github.io/webauthn/#sctn-automation-set-credential-properties setCredentialProperties
SetResponseOverrideBitsParams
Resets parameters isBogusSignature, isBadUV, isBadUP to false if they are not present. setResponseOverrideBits
SetResponseOverrideBitsParamsBuilder
SetResponseOverrideBitsReturns
Resets parameters isBogusSignature, isBadUV, isBadUP to false if they are not present. setResponseOverrideBits
SetUserVerifiedParams
Sets whether User Verification succeeds or fails for an authenticator. The default is true. setUserVerified
SetUserVerifiedParamsBuilder
SetUserVerifiedReturns
Sets whether User Verification succeeds or fails for an authenticator. The default is true. setUserVerified
VirtualAuthenticatorOptions
VirtualAuthenticatorOptionsBuilder

Enums§

AuthenticatorProtocol
AuthenticatorTransport
Ctap2Version