struct Protocol::Network::TrustTokenParams
- Protocol::Network::TrustTokenParams
 - Struct
 - Value
 - Object
 
Overview
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.
Included Modules
- JSON::Serializable
 
Defined in:
protocol/network.crConstructors
Instance Method Summary
- 
        #issuers : Array(String) | Nil
        
          
Origins of issuers from whom to request tokens or redemption records.
 - 
        #refresh_policy : String
        
          
Only set for "token-redemption" type and determine whether to request a fresh SRR or use a still valid cached SRR.
 - #type : TrustTokenOperationType
 
Constructor Detail
Instance Method Detail
        
        def issuers : Array(String) | Nil
        #
      
      
        Origins of issuers from whom to request tokens or redemption records.
        
        def refresh_policy : String
        #
      
      
        Only set for "token-redemption" type and determine whether to request a fresh SRR or use a still valid cached SRR.