Table of Contents

Class CredentialAssertedEventArgs

Namespace
OpenQA.Selenium.DevTools.V147.WebAuthn
Assembly
Selenium.WebDriver.dll

Triggered when a credential is used in a webauthn assertion.

public sealed class CredentialAssertedEventArgs : EventArgs
Inheritance
CredentialAssertedEventArgs
Inherited Members

Properties

AuthenticatorId

Gets or sets the authenticatorId

[JsonPropertyName("authenticatorId")]
public string AuthenticatorId { get; set; }

Property Value

string

Credential

Gets or sets the credential

[JsonPropertyName("credential")]
public Credential Credential { get; set; }

Property Value

Credential