Home
last modified time | relevance | path

Searched defs:access_token (Results 1 – 25 of 402) sorted by relevance

12345678910>>...17

/external/python/google-auth-library-python/google/oauth2/
D_reauth_async.py47 request, supported_challenge_types, access_token, requested_scopes=None argument
76 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
Dreauth.py79 request, supported_challenge_types, access_token, requested_scopes=None argument
104 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.py39 request, token_uri, body, access_token=None, use_json=False argument
105 request, token_uri, body, access_token=None, use_json=False argument
D_client.py82 request, token_uri, body, access_token=None, use_json=False argument
140 request, token_uri, body, access_token=None, use_json=False argument
/external/python/google-auth-library-python/tests/data/
Dexternal_subject_token.json2 "access_token": "HEADER.SIMULATED_JWT_PAYLOAD.SIGNATURE" string
Dcloud_sdk_config.json13 "access_token": "don't use me", string
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/
Dcommon_client.py19 access_token=None,): argument
/external/autotest/client/common_lib/cros/fake_device_server/
Doauth.py33 def get_api_key_from_access_token(self, access_token): argument
/external/python/google-auth-library-python/system_tests/system_tests_async/
Dconftest.py67 async def _token_info(access_token=None, id_token=None): argument
/external/grpc-grpc/test/cpp/interop/
Dclient_helper.cc73 grpc::string access_token(token + sizeof("Bearer ") - 1); in GetOauth2AccessToken() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/external/
Dexternal_account_credentials.cc354 std::string access_token = it->second.string_value(); in ImpersenateServiceAccount() local
424 std::string access_token = it->second.string_value(); in OnImpersenateServiceAccountInternal() local
/external/grpc-grpc/src/python/grpcio/grpc/
D_auth.py71 def __init__(self, access_token): argument
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc164 const char* access_token = nullptr; in grpc_oauth2_token_fetcher_credentials_parse_server_response() local
734 const char* access_token) in grpc_access_token_credentials()
749 const char* access_token, void* reserved) { in grpc_access_token_credentials_create()
/external/python/google-auth-library-python/system_tests/system_tests_sync/
Dconftest.py95 def _token_info(access_token=None, id_token=None): argument
/external/grpc-grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc146 grpc_json* access_token = nullptr; in grpc_oauth2_token_fetcher_credentials_parse_server_response() local
515 const char* access_token, void* reserved) { in grpc_access_token_credentials_create()
/external/python/oauth2client/oauth2client/
Dclient.py470 def __init__(self, access_token, client_id, client_secret, refresh_token, argument
949 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/
DyoutubeAnalytics.v1.json75 "access_token": { object
Ddoubleclickbidmanager.v1.json34 "access_token": { object
Dsts.v1beta.json34 "access_token": { object
277 "access_token": { object
Dbaremetalsolution.v1.json42 "access_token": { object
Dgroupsmigration.v1.json42 "access_token": { object
Dsts.v1.json34 "access_token": { object
234 "access_token": { object
Dkgsearch.v1.json32 "access_token": { object
Dwebfonts.v1.json33 "access_token": { object
/external/grpc-grpc/src/cpp/client/
Dsecure_credentials.cc151 const grpc::string& access_token) { in AccessTokenCredentials()

12345678910>>...17