Table of Contents

Class GetCredentialCommandResponse

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

Response for Returns a single credential stored in the given virtual authenticator that matches the credential ID.

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