Uses of Class
org.openqa.selenium.devtools.v104.network.model.TrustTokenParams.RefreshPolicy
-
Packages that use TrustTokenParams.RefreshPolicy Package Description org.openqa.selenium.devtools.v104.network.model -
-
Uses of TrustTokenParams.RefreshPolicy in org.openqa.selenium.devtools.v104.network.model
Methods in org.openqa.selenium.devtools.v104.network.model that return TrustTokenParams.RefreshPolicy Modifier and Type Method Description static TrustTokenParams.RefreshPolicyTrustTokenParams.RefreshPolicy. fromString(java.lang.String s)TrustTokenParams.RefreshPolicyTrustTokenParams. getRefreshPolicy()Only set for "token-redemption" type and determine whether to request a fresh SRR or use a still valid cached SRR.static TrustTokenParams.RefreshPolicyTrustTokenParams.RefreshPolicy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TrustTokenParams.RefreshPolicy[]TrustTokenParams.RefreshPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v104.network.model with parameters of type TrustTokenParams.RefreshPolicy Constructor Description TrustTokenParams(TrustTokenOperationType type, TrustTokenParams.RefreshPolicy refreshPolicy, java.util.Optional<java.util.List<java.lang.String>> issuers)
-