import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { TrustTokenParams } = default.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
Only set for "token-redemption" type and determine whether to request a fresh SRR or use a still valid cached SRR. (TrustTokenParamsRefreshPolicy enum)