Table of Contents

Class ClearTrustTokensCommandResponse

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

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

public sealed class ClearTrustTokensCommandResponse : ICommandResponse<ClearTrustTokensCommandSettings>, ICommandResponse
Inheritance
ClearTrustTokensCommandResponse
Implements
Inherited Members
Extension Methods

Properties

DidDeleteTokens

True if any tokens were deleted, false otherwise.

[JsonPropertyName("didDeleteTokens")]
public bool DidDeleteTokens { get; set; }

Property Value

bool