Table of Contents

Class GetTrustTokensCommandResponse

Namespace
OpenQA.Selenium.DevTools.V130.Storage
Assembly
WebDriver.dll

Response for GetTrustTokens

public sealed class GetTrustTokensCommandResponse : ICommandResponse<GetTrustTokensCommandSettings>, ICommandResponse
Inheritance
GetTrustTokensCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Tokens

Gets or sets the tokens

[JsonPropertyName("tokens")]
public TrustTokens[] Tokens { get; set; }

Property Value

TrustTokens[]