Table of Contents

Class GetCredentialsCommandResponse

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

Response for GetCredentials

public sealed class GetCredentialsCommandResponse : ICommandResponse<GetCredentialsCommandSettings>, ICommandResponse
Inheritance
GetCredentialsCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Credentials

Gets or sets the credentials

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

Property Value

Credential[]