Home
last modified time | relevance | path

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

12345678910>>...18

/aosp_15_r20/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
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc182 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()
743 const char* access_token, void* reserved) { in grpc_access_token_credentials_create()
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/oauth2/
H A Doauth2_credentials.cc182 const char* access_token = nullptr; in grpc_oauth2_token_fetcher_credentials_parse_server_response() local
736 const char* access_token) in grpc_access_token_credentials()
745 const char* access_token, void* reserved) { in grpc_access_token_credentials_create()
/aosp_15_r20/external/googleapis/google/cloud/shell/v1/
H A Dcloudshell.proto226 string access_token = 2; field
241 string access_token = 2; field
/aosp_15_r20/external/google-cloud-java/java-shell/proto-google-cloud-shell-v1/src/main/proto/google/cloud/shell/v1/
H A Dcloudshell.proto226 string access_token = 2; field
241 string access_token = 2; field
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/external/
Dexternal_account_credentials.cc413 std::string access_token = it->second.string(); in ImpersenateServiceAccount() local
492 std::string access_token = it->second.string(); in OnImpersenateServiceAccountInternal() local
/aosp_15_r20/external/googleapis/google/cloud/gkemulticloud/v1/
H A Daws_service.proto726 string access_token = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; field
771 string access_token = 1; field
H A Dazure_service.proto839 string access_token = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; field
884 string access_token = 1; field
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/external/
H A Dexternal_account_credentials.cc453 std::string access_token = it->second.string(); in ImpersenateServiceAccount() local
537 std::string access_token = it->second.string(); in OnImpersenateServiceAccountInternal() local
/aosp_15_r20/trusty/user/app/sample/hwcrypto/
Dhwkey_srv.c590 static bool is_empty_token(const char* access_token) { in is_empty_token()
661 const char* access_token, in get_opaque_key()
/aosp_15_r20/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
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/oauth2client/
H A Dclient.py483 def __init__(self, access_token, client_id, client_secret, refresh_token, argument
1023 def __init__(self, access_token, user_agent, revoke_uri=None): argument
1164 def __init__(self, access_token, client_id, client_secret, refresh_token, argument
/aosp_15_r20/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
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/trace/v3/
H A Dlightstep.proto54 core.v3.DataSource access_token = 4; field
/aosp_15_r20/external/python/google-auth-library-python/system_tests/system_tests_async/
Dconftest.py67 async def _token_info(access_token=None, id_token=None): argument
/aosp_15_r20/external/googleapis/google/cloud/sql/v1beta4/
H A Dcloud_sql_connect.proto127 string access_token = 4 [(google.api.field_behavior) = OPTIONAL]; field
/aosp_15_r20/external/googleapis/google/cloud/sql/v1/
H A Dcloud_sql_connect.proto127 string access_token = 4 [(google.api.field_behavior) = OPTIONAL]; field
/aosp_15_r20/external/googleapis/google/iam/credentials/v1/
H A Dcommon.proto75 string access_token = 1; field
/aosp_15_r20/external/google-cloud-java/java-iamcredentials/proto-google-cloud-iamcredentials-v1/src/main/proto/google/iam/credentials/v1/
H A Dcommon.proto75 string access_token = 1; field
/aosp_15_r20/external/python/google-auth-library-python/system_tests/system_tests_sync/
Dconftest.py95 def _token_info(access_token=None, id_token=None): argument
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/
H A Dclient_helper.cc72 std::string access_token(token + sizeof("Bearer ") - 1); in GetOauth2AccessToken() local

12345678910>>...18