Table of Contents

Class OriginTrialToken

Namespace
OpenQA.Selenium.DevTools.V131.Page
Assembly
WebDriver.dll

OriginTrialToken

public sealed class OriginTrialToken
Inheritance
OriginTrialToken
Inherited Members

Properties

ExpiryTime

expiryTime

[JsonPropertyName("expiryTime")]
public double ExpiryTime { get; set; }

Property Value

double

IsThirdParty

isThirdParty

[JsonPropertyName("isThirdParty")]
public bool IsThirdParty { get; set; }

Property Value

bool

MatchSubDomains

matchSubDomains

[JsonPropertyName("matchSubDomains")]
public bool MatchSubDomains { get; set; }

Property Value

bool

Origin

origin

[JsonPropertyName("origin")]
public string Origin { get; set; }

Property Value

string

TrialName

trialName

[JsonPropertyName("trialName")]
public string TrialName { get; set; }

Property Value

string

UsageRestriction

usageRestriction

[JsonPropertyName("usageRestriction")]
public OriginTrialUsageRestriction UsageRestriction { get; set; }

Property Value

OriginTrialUsageRestriction