Table of Contents

Class CredentialUpdatedEventArgs

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

CredentialUpdated

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