Uses of Enum Class
org.openqa.selenium.devtools.v141.network.model.TrustTokenParams.RefreshPolicy
Packages that use TrustTokenParams.RefreshPolicy
-
Uses of TrustTokenParams.RefreshPolicy in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return TrustTokenParams.RefreshPolicyModifier and TypeMethodDescriptionTrustTokenParams.RefreshPolicy.fromString(String s) TrustTokenParams.getRefreshPolicy()Only set for "token-redemption" operation and determine whether to request a fresh SRR or use a still valid cached SRR.Returns the enum constant of this class with the specified name.static TrustTokenParams.RefreshPolicy[]TrustTokenParams.RefreshPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.network.model with parameters of type TrustTokenParams.RefreshPolicyModifierConstructorDescriptionTrustTokenParams(TrustTokenOperationType operation, TrustTokenParams.RefreshPolicy refreshPolicy, Optional<List<String>> issuers)