Home
last modified time | relevance | path

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

/third_party/grpc/include/grpcpp/security/
Dcredentials.h289 grpc::string actor_token_path; // Optional. member
/third_party/grpc/include/grpc/
Dcredentials.h91 const char* actor_token_path; /* Optional. */ member
/third_party/grpc/test/core/security/
Dcredentials_test.cc1102 char* actor_token_path = write_tmp_jwt_file(test_signed_jwt2); in TEST_F() local