Table of Contents

Class TrustTokenParams

Namespace
OpenQA.Selenium.DevTools.V132.Network
Assembly
WebDriver.dll

TrustTokenParams

public sealed class TrustTokenParams
Inheritance
TrustTokenParams
Inherited Members

Properties

Issuers

issuers

[JsonPropertyName("issuers")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string[] Issuers { get; set; }

Property Value

string[]

Operation

operation

[JsonPropertyName("operation")]
public TrustTokenOperationType Operation { get; set; }

Property Value

TrustTokenOperationType

RefreshPolicy

refreshPolicy

[JsonPropertyName("refreshPolicy")]
public TrustTokenParamsRefreshPolicyValues RefreshPolicy { get; set; }

Property Value

TrustTokenParamsRefreshPolicyValues