package
0.0.0-20250224005500-01948a15fe7c
Repository: https://github.com/chromedp/cdproto.git
Documentation: pkg.go.dev

# Functions

AddCredential adds the credential to the specified authenticator.
AddVirtualAuthenticator creates and adds a virtual authenticator.
ClearCredentials clears all the credentials from the specified device.
Disable disable the WebAuthn domain.
Enable enable the WebAuthn domain and start intercepting credential storage and retrieval with a virtual authenticator.
GetCredential returns a single credential stored in the given virtual authenticator that matches the credential ID.
GetCredentials returns all the credentials stored in the given virtual authenticator.
RemoveCredential removes a credential from the authenticator.
RemoveVirtualAuthenticator removes the given authenticator.
SetAutomaticPresenceSimulation sets whether tests of user presence will succeed immediately (if true) or fail to resolve (if false) for an authenticator.
SetCredentialProperties allows setting credential properties.
SetResponseOverrideBits resets parameters isBogusSignature, isBadUV, isBadUP to false if they are not present.
SetUserVerified sets whether User Verification succeeds or fails for an authenticator.

# Constants

AuthenticatorProtocol values.
AuthenticatorProtocol values.
AuthenticatorTransport values.
AuthenticatorTransport values.
AuthenticatorTransport values.
AuthenticatorTransport values.
AuthenticatorTransport values.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Ctap2version values.
Ctap2version values.

# Structs

AddCredentialParams adds the credential to the specified authenticator.
AddVirtualAuthenticatorParams creates and adds a virtual authenticator.
AddVirtualAuthenticatorReturns return values.
ClearCredentialsParams clears all the credentials from the specified device.
Credential [no description].
DisableParams disable the WebAuthn domain.
EnableParams enable the WebAuthn domain and start intercepting credential storage and retrieval with a virtual authenticator.
EventCredentialAdded triggered when a credential is added to an authenticator.
EventCredentialAsserted triggered when a credential is used in a webauthn assertion.
EventCredentialDeleted triggered when a credential is deleted, e.g.
EventCredentialUpdated triggered when a credential is updated, e.g.
GetCredentialParams returns a single credential stored in the given virtual authenticator that matches the credential ID.
GetCredentialReturns return values.
GetCredentialsParams returns all the credentials stored in the given virtual authenticator.
GetCredentialsReturns return values.
RemoveCredentialParams removes a credential from the authenticator.
RemoveVirtualAuthenticatorParams removes the given authenticator.
SetAutomaticPresenceSimulationParams sets whether tests of user presence will succeed immediately (if true) or fail to resolve (if false) for an authenticator.
SetCredentialPropertiesParams allows setting credential properties.
SetResponseOverrideBitsParams resets parameters isBogusSignature, isBadUV, isBadUP to false if they are not present.
SetUserVerifiedParams sets whether User Verification succeeds or fails for an authenticator.
VirtualAuthenticatorOptions [no description].

# Type aliases

AuthenticatorID [no description].
AuthenticatorProtocol [no description].
AuthenticatorTransport [no description].
Ctap2version [no description].