Uses of Class
org.openqa.selenium.devtools.v107.network.model.TrustTokenOperationType
-
Packages that use TrustTokenOperationType Package Description org.openqa.selenium.devtools.v107.network.model -
-
Uses of TrustTokenOperationType in org.openqa.selenium.devtools.v107.network.model
Methods in org.openqa.selenium.devtools.v107.network.model that return TrustTokenOperationType Modifier and Type Method Description static TrustTokenOperationTypeTrustTokenOperationType. fromString(java.lang.String s)TrustTokenOperationTypeTrustTokenOperationDone. getType()TrustTokenOperationTypeTrustTokenParams. getType()static TrustTokenOperationTypeTrustTokenOperationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TrustTokenOperationType[]TrustTokenOperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v107.network.model with parameters of type TrustTokenOperationType Constructor Description TrustTokenOperationDone(TrustTokenOperationDone.Status status, TrustTokenOperationType type, RequestId requestId, java.util.Optional<java.lang.String> topLevelOrigin, java.util.Optional<java.lang.String> issuerOrigin, java.util.Optional<java.lang.Integer> issuedTokenCount)TrustTokenParams(TrustTokenOperationType type, TrustTokenParams.RefreshPolicy refreshPolicy, java.util.Optional<java.util.List<java.lang.String>> issuers)
-