Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Network.TrustTokenParams

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Network.TrustTokenParams
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { TrustTokenParams } = Protocol.Network;

Determines what type of Trust Token operation is executed and depending on the type, some additional parameters. The values are specified in third_party/blink/renderer/core/fetch/trust_token.idl.

Properties

type: TrustTokenOperationType
refreshPolicy: ("UseCached" | "Refresh")

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

optional
issuers: string[]

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