Home
last modified time | relevance | path

Searched refs:from_authorized_user_file (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/google-auth-library-python/tests/oauth2/
Dtest_credentials.py739 creds = credentials.Credentials.from_authorized_user_file(AUTH_USER_JSON_FILE)
748 creds = credentials.Credentials.from_authorized_user_file(
761 creds = credentials.Credentials.from_authorized_user_file(file_path)
/aosp_15_r20/external/python/google-auth-library-python/tests_async/oauth2/
Dtest_credentials_async.py385 creds = _credentials_async.Credentials.from_authorized_user_file(
395 creds = _credentials_async.Credentials.from_authorized_user_file(
/aosp_15_r20/external/python/google-auth-library-python/google/oauth2/
Dcredentials.py385 def from_authorized_user_file(cls, filename, scopes=None): member in Credentials
/aosp_15_r20/external/python/google-auth-library-python/
DCHANGELOG.md749 - Added ``google.oauth2.credentials.Credentials.from_authorized_user_file`` ([#226](https://github.…