chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.network / TrustTokenParams

TrustTokenParams

data class TrustTokenParams

Determines what type of Trust Token operation is executed and depending on the type, some additional parameters.

Official doc

Constructors

<init>

Determines what type of Trust Token operation is executed and depending on the type, some additional parameters.

TrustTokenParams(type: TrustTokenOperationType, refreshPolicy: String, issuers: List<String>? = null)

Properties

issuers

Origins of issuers from whom to request tokens or redemption records.

val issuers: List<String>?

refreshPolicy

Only set for "srr-token-redemption" type and determine whether to request a fresh SRR or use a still valid cached SRR.

val refreshPolicy: String

type

val type: TrustTokenOperationType