Home
last modified time | relevance | path

Searched refs:oauth_credentials (Results 1 – 2 of 2) sorted by relevance

/external/autotest/site_utils/
Dgmail_lib.py86 def __init__(self, oauth_credentials): argument
94 storage = oauth_client_fileio.Storage(oauth_credentials)
140 client = GmailApiClient(oauth_credentials=auth_creds)
Dphapi_lib.py88 def __init__(self, oauth_credentials, project_name): argument
92 if not oauth_credentials:
95 storage = oauth_client_fileio.Storage(oauth_credentials)