Table of Contents

Class CredentialAddedEventArgs

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

Triggered when a credential is added to an authenticator.

public sealed class CredentialAddedEventArgs : EventArgs
Inheritance
CredentialAddedEventArgs
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