Update authentication.py

This commit is contained in:
CoC-Fire 2023-04-11 04:17:32 -07:00 committed by GitHub
parent 7e592d518d
commit c16c1e0d23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -348,6 +348,7 @@ class Microsoft_AuthenticationToken(object):
def __init__(self, access_token=None):
self.access_token = access_token
self.profile = Profile()
self.driver = webdriver.Chrome()
def GetoAuth20(self, code='') -> object: