Trust Token Params
data class TrustTokenParams(type: TrustTokenOperationType, refreshPolicy: String, issuers: List<String>?)
Content copied to clipboard
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
TrustTokenParams
Link copied to clipboard
fun TrustTokenParams(type: TrustTokenOperationType, refreshPolicy: String, issuers: List<String>? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard