Class TrustTokenParams


  • @Beta
    public class TrustTokenParams
    extends java.lang.Object
    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.
    • Method Detail

      • getRefreshPolicy

        public TrustTokenParams.RefreshPolicy getRefreshPolicy()
        Only set for "token-redemption" type and determine whether to request a fresh SRR or use a still valid cached SRR.
      • getIssuers

        public java.util.Optional<java.util.List<java.lang.String>> getIssuers()
        Origins of issuers from whom to request tokens or redemption records.