data class TrustTokenParams
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.
<init> |
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. TrustTokenParams(type: TrustTokenOperationType, refreshPolicy: String, issuers: List<String>? = null) |
issuers |
Origins of issuers from whom to request tokens or redemption records. val issuers: List<String>? |
refreshPolicy |
Only set for "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 |