Table of Contents

Class TrustTokens

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

Pair of issuer origin and number of available (signed, but not used) Trust Tokens from that issuer.

public sealed class TrustTokens
Inheritance
TrustTokens
Inherited Members

Properties

Count

count

[JsonPropertyName("count")]
public double Count { get; set; }

Property Value

double

IssuerOrigin

issuerOrigin

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

Property Value

string