Table of Contents

Class ClearTrustTokensCommandSettings

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

Removes all Trust Tokens issued by the provided issuerOrigin. Leaves other stored data, including the issuer's Redemption Records, intact.

public sealed class ClearTrustTokensCommandSettings : ICommand
Inheritance
ClearTrustTokensCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

IssuerOrigin

Gets or sets the issuerOrigin

[JsonPropertyName("issuerOrigin")]
public string IssuerOrigin { get; set; }

Property Value

string