Trust Token Params
@Serializable
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.
Constructors
Link copied to clipboard
constructor(operation: TrustTokenOperationType, refreshPolicy: TrustTokenRefreshPolicy, issuers: List<String>? = null)