java.lang.Object
org.openqa.selenium.devtools.v120.storage.model.TrustTokens

@Beta public class TrustTokens extends Object
Pair of issuer origin and number of available (signed, but not used) Trust Tokens from that issuer.
  • Constructor Details

    • TrustTokens

      public TrustTokens(String issuerOrigin, Number count)
  • Method Details

    • getIssuerOrigin

      public String getIssuerOrigin()
    • getCount

      public Number getCount()