Table of Contents

Class GetTrustTokensCommandResponse

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

Response for Returns the number of stored Trust Tokens per issuer for the current browsing context.

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[]