Table of Contents

Class GetCredentialCommandResponse

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

Response for GetCredential

public sealed class GetCredentialCommandResponse : ICommandResponse<GetCredentialCommandSettings>, ICommandResponse
Inheritance
GetCredentialCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Credential

Gets or sets the credential

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

Property Value

Credential