Skip to content

Commit

Permalink
added descriptor object to Account class
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepsuryaprasad committed Dec 5, 2024
1 parent 50a4a73 commit 3354fc8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions py/selenium/webdriver/common/fedcm/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,5 @@ class Account:
privacy_policy_url = _AccountDescriptor("privacyPolicyUrl")
login_state = _AccountDescriptor("loginState")

account_id = _AccountDescriptor("accountId")
email = _AccountDescriptor("email")
name = _AccountDescriptor("name")
given_name = _AccountDescriptor("givenName")
picture_url = _AccountDescriptor("pictureUrl")
idp_config_url = _AccountDescriptor("idpConfigUrl")
terms_of_service_url = _AccountDescriptor("termsOfServiceUrl")
privacy_policy_url = _AccountDescriptor("privacyPolicyUrl")
login_state = _AccountDescriptor("loginState")

def __init__(self, account_data):
self._account_data = account_data

0 comments on commit 3354fc8

Please sign in to comment.