java.lang.Object
org.openqa.selenium.federatedcredentialmanagement.FederatedCredentialManagementAccount
@NullMarked
public class FederatedCredentialManagementAccount
extends Object
Represents an account displayed in a FedCM account list.
- See Also:
-
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
LOGIN_STATE_SIGNIN
public static final String LOGIN_STATE_SIGNIN
- See Also:
-
-
LOGIN_STATE_SIGNUP
public static final String LOGIN_STATE_SIGNUP
- See Also:
-
-
Constructor Details
-
FederatedCredentialManagementAccount
-
Method Details
-
getAccountid
public @Nullable String getAccountid()
-
getEmail
public @Nullable String getEmail()
-
getName
public @Nullable String getName()
-
getGivenName
public @Nullable String getGivenName()
-
getPictureUrl
public @Nullable String getPictureUrl()
-
getIdpConfigUrl
public @Nullable String getIdpConfigUrl()
-
getLoginState
public @Nullable String getLoginState()
-
getTermsOfServiceUrl
public @Nullable String getTermsOfServiceUrl()
-
getPrivacyPolicyUrl
public @Nullable String getPrivacyPolicyUrl()