Home
last modified time | relevance | path

Searched defs:actor_token_path (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/core/ext/xds/
Dgoogle_mesh_ca_certificate_provider_factory.h43 std::string actor_token_path; member
/third_party/grpc/include/grpcpp/security/
Dcredentials_impl.h278 std::string actor_token_path; // Optional. member
Dcredentials.h301 grpc::string actor_token_path; // Optional. member
/third_party/grpc/include/grpc/
Dgrpc_security.h374 const char* actor_token_path; /* Optional. */ member
/third_party/grpc/test/core/security/
Dcredentials_test.cc971 char* actor_token_path = write_tmp_jwt_file(test_signed_jwt2); in test_sts_creds_success() local