/aosp_15_r20/external/python/google-auth-library-python/google/oauth2/ |
D | _reauth_async.py | 47 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
|
D | reauth.py | 79 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.py | 39 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.py | 82 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/ |
D | oauth2_credentials.cc | 182 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 D | oauth2_credentials.cc | 182 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 D | cloudshell.proto | 226 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 D | cloudshell.proto | 226 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/ |
D | external_account_credentials.cc | 413 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 D | aws_service.proto | 726 string access_token = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; field 771 string access_token = 1; field
|
H A D | azure_service.proto | 839 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 D | external_account_credentials.cc | 453 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/ |
D | hwkey_srv.c | 590 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/ |
D | client.py | 470 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 D | client.py | 483 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/ |
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
|
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/trace/v3/ |
H A D | lightstep.proto | 54 core.v3.DataSource access_token = 4; field
|
/aosp_15_r20/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
|
/aosp_15_r20/external/googleapis/google/cloud/sql/v1beta4/ |
H A D | cloud_sql_connect.proto | 127 string access_token = 4 [(google.api.field_behavior) = OPTIONAL]; field
|
/aosp_15_r20/external/googleapis/google/cloud/sql/v1/ |
H A D | cloud_sql_connect.proto | 127 string access_token = 4 [(google.api.field_behavior) = OPTIONAL]; field
|
/aosp_15_r20/external/googleapis/google/iam/credentials/v1/ |
H A D | common.proto | 75 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 D | common.proto | 75 string access_token = 1; field
|
/aosp_15_r20/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
|
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/ |
H A D | client_helper.cc | 72 std::string access_token(token + sizeof("Bearer ") - 1); in GetOauth2AccessToken() local
|