Class TrustTokenOperationDone

java.lang.Object
org.openqa.selenium.devtools.v141.network.model.TrustTokenOperationDone

@Beta public class TrustTokenOperationDone extends Object
Fired exactly once for each Trust Token operation. Depending on the type of the operation and whether the operation succeeded or failed, the event is fired before the corresponding request was sent or after the response was received.
  • Constructor Details

  • Method Details

    • getStatus

      public TrustTokenOperationDone.Status getStatus()
      Detailed success or error status of the operation. 'AlreadyExists' also signifies a successful operation, as the result of the operation already exists und thus, the operation was abort preemptively (e.g. a cache hit).
    • getType

      public TrustTokenOperationType getType()
    • getRequestId

      public RequestId getRequestId()
    • getTopLevelOrigin

      public Optional<String> getTopLevelOrigin()
      Top level origin. The context in which the operation was attempted.
    • getIssuerOrigin

      public Optional<String> getIssuerOrigin()
      Origin of the issuer in case of a "Issuance" or "Redemption" operation.
    • getIssuedTokenCount

      public Optional<Integer> getIssuedTokenCount()
      The number of obtained Trust Tokens on a successful "Issuance" operation.