Searched refs:test_service_url (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/test/core/security/ |
D | credentials_test.cc | 120 static const char test_service_url[] = "https://foo.com/foo.v1"; variable 399 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_google_iam_creds() 412 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_access_token_creds() 459 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_oauth2_google_iam_composite_creds() 586 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_compute_engine_creds_success() 615 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_compute_engine_creds_failure() 673 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_refresh_token_creds_success() 704 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_refresh_token_creds_failure() 803 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_jwt_creds_success() 845 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_jwt_creds_signing_failure() [all …]
|
D | json_token_test.cc | 78 static const char test_service_url[] = "https://foo.com/foo.v1"; variable 362 return grpc_jwt_encode_and_sign(key, test_service_url, in jwt_creds_jwt_encode_and_sign() 371 check_jwt_claim(claim, test_service_url, nullptr); in jwt_creds_check_jwt_claim()
|