Uses of Class
org.openqa.selenium.devtools.v113.fedcm.model.LoginState
-
Packages that use LoginState Package Description org.openqa.selenium.devtools.v113.fedcm.model -
-
Uses of LoginState in org.openqa.selenium.devtools.v113.fedcm.model
Methods in org.openqa.selenium.devtools.v113.fedcm.model that return LoginState Modifier and Type Method Description static LoginStateLoginState. fromString(java.lang.String s)LoginStateAccount. getLoginState()static LoginStateLoginState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LoginState[]LoginState. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v113.fedcm.model with parameters of type LoginState Constructor Description Account(java.lang.String accountId, java.lang.String email, java.lang.String name, java.lang.String givenName, java.lang.String pictureUrl, java.lang.String idpConfigUrl, java.lang.String idpSigninUrl, LoginState loginState, java.util.Optional<java.lang.String> termsOfServiceUrl, java.util.Optional<java.lang.String> privacyPolicyUrl)
-