Home
last modified time | relevance | path

Searched defs:service_url (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/test/core/security/
Dcreate_jwt.cc31 void create_jwt(const char* json_key_file_path, const char* service_url, in create_jwt()
62 const char* service_url = nullptr; in main() local
Dprint_google_default_creds_token.cc69 const char* service_url = "https://test.foo.google.com/Foo"; in main() local
/third_party/grpc/src/core/lib/security/credentials/jwt/
Djwt_credentials.h67 char* service_url = nullptr; member
/third_party/grpc/src/python/grpcio/grpc/
D_plugin_wrapping.py72 def __call__(self, service_url, method_name, callback): argument
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/iomgr/
Diomgr.pyx.pxi216 str service_url,
/third_party/grpc/src/core/lib/security/transport/
Dclient_auth_filter.cc195 char* service_url = nullptr; in grpc_auth_metadata_context_build() local
/third_party/grpc/include/grpc/
Dgrpc_security.h404 const char* service_url; member
/third_party/grpc/test/cpp/end2end/
Dend2end_test.cc152 grpc::string_ref service_url, grpc::string_ref method_name, in GetMetadata()