| /external/python/google-auth-library-python/google/oauth2/ | 
| D | _reauth_async.py | 47     request, supported_challenge_types, access_token, requested_scopes=None  argument76     request, session_id, challenge_id, client_input, access_token  argument
 108 async def _run_next_challenge(msg, request, access_token):  argument
 157 async def _obtain_rapt(request, access_token, requested_scopes):  argument
 
 | 
| D | reauth.py | 79     request, supported_challenge_types, access_token, requested_scopes=None  argument104     request, session_id, challenge_id, client_input, access_token  argument
 136 def _run_next_challenge(msg, request, access_token):  argument
 185 def _obtain_rapt(request, access_token, requested_scopes):  argument
 
 | 
| D | _client_async.py | 39     request, token_uri, body, access_token=None, use_json=False  argument105     request, token_uri, body, access_token=None, use_json=False  argument
 
 | 
| D | _client.py | 82     request, token_uri, body, access_token=None, use_json=False  argument140     request, token_uri, body, access_token=None, use_json=False  argument
 
 | 
| /external/python/google-auth-library-python/tests/data/ | 
| D | external_subject_token.json | 2   "access_token": "HEADER.SIMULATED_JWT_PAYLOAD.SIGNATURE"  string
 | 
| D | cloud_sdk_config.json | 13     "access_token": "don't use me",  string
 | 
| /external/python/google-auth-library-python/system_tests/system_tests_async/ | 
| D | conftest.py | 67     async def _token_info(access_token=None, id_token=None):  argument
 | 
| /external/grpc-grpc/test/cpp/interop/ | 
| D | client_helper.cc | 73   grpc::string access_token(token + sizeof("Bearer ") - 1);  in GetOauth2AccessToken()  local
 | 
| /external/grpc-grpc/src/python/grpcio/grpc/ | 
| D | _auth.py | 71     def __init__(self, access_token):  argument
 | 
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/external/ | 
| D | external_account_credentials.cc | 354   std::string access_token = it->second.string_value();  in ImpersenateServiceAccount()  local424   std::string access_token = it->second.string_value();  in OnImpersenateServiceAccountInternal()  local
 
 | 
| /external/python/google-auth-library-python/system_tests/system_tests_sync/ | 
| D | conftest.py | 95     def _token_info(access_token=None, id_token=None):  argument
 | 
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/oauth2/ | 
| D | oauth2_credentials.cc | 164     const char* access_token = nullptr;  in grpc_oauth2_token_fetcher_credentials_parse_server_response()  local734     const char* access_token)  in grpc_access_token_credentials()
 749     const char* access_token, void* reserved) {  in grpc_access_token_credentials_create()
 
 | 
| /external/grpc-grpc/src/core/lib/security/credentials/oauth2/ | 
| D | oauth2_credentials.cc | 146     grpc_json* access_token = nullptr;  in grpc_oauth2_token_fetcher_credentials_parse_server_response()  local515     const char* access_token, void* reserved) {  in grpc_access_token_credentials_create()
 
 | 
| /external/python/oauth2client/oauth2client/ | 
| D | client.py | 470     def __init__(self, access_token, client_id, client_secret, refresh_token,  argument949     def __init__(self, access_token, user_agent, revoke_uri=None):  argument
 1095     def __init__(self, access_token, client_id, client_secret, refresh_token,  argument
 
 | 
| /external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ | 
| D | youtubeAnalytics.v1.json | 75     "access_token": {  object
 | 
| D | doubleclickbidmanager.v1.json | 34     "access_token": {  object
 | 
| D | sts.v1beta.json | 34     "access_token": {  object277         "access_token": {  object
 
 | 
| D | groupsmigration.v1.json | 42     "access_token": {  object
 | 
| D | baremetalsolution.v1.json | 42     "access_token": {  object
 | 
| D | sts.v1.json | 34     "access_token": {  object234         "access_token": {  object
 
 | 
| D | kgsearch.v1.json | 32     "access_token": {  object
 | 
| D | webfonts.v1.json | 33     "access_token": {  object
 | 
| /external/autotest/utils/frozen_chromite/third_party/oauth2client/ | 
| D | client.py | 483     def __init__(self, access_token, client_id, client_secret, refresh_token,  argument1023     def __init__(self, access_token, user_agent, revoke_uri=None):  argument
 1164     def __init__(self, access_token, client_id, client_secret, refresh_token,  argument
 
 | 
| /external/grpc-grpc/src/cpp/client/ | 
| D | secure_credentials.cc | 151     const grpc::string& access_token) {  in AccessTokenCredentials()
 | 
| /external/rust/crates/grpcio-sys/grpc/src/cpp/client/ | 
| D | secure_credentials.cc | 346     const std::string& access_token) {  in AccessTokenCredentials()
 |