Home
last modified time | relevance | path

Searched refs:actor_token_path (Results 1 – 9 of 9) sorted by relevance

/third_party/grpc/test/cpp/client/
Dcredentials_test.cc131 options.actor_token_path = "/foo/baz"; in TEST_F()
143 EXPECT_EQ(options.actor_token_path, core_opts.actor_token_path); in TEST_F()
171 EXPECT_EQ(options.actor_token_path, "actor_token_path");
190 EXPECT_EQ(options.actor_token_path, "");
267 EXPECT_EQ(options.actor_token_path, "");
/third_party/grpc/src/cpp/client/
Dsecure_credentials.cc146 options->actor_token_path.clear(); in ClearStsCredentialsOptions()
202 if (value != nullptr) options->actor_token_path.assign(value); in StsCredentialsOptionsFromJson()
256 opts.actor_token_path = options.actor_token_path.c_str(); in StsCredentialsCppToCoreOptions()
/third_party/grpc/src/core/ext/xds/
Dgoogle_mesh_ca_certificate_provider_factory.h43 std::string actor_token_path; member
Dgoogle_mesh_ca_certificate_provider_factory.cc84 &sts_config_.actor_token_path, &error_list_sts_service, in ParseJsonObjectStsService()
/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
980 actor_token_path, // actor_token_path in test_sts_creds_success()
1010 gpr_free(actor_token_path); in test_sts_creds_success()
/third_party/grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc550 actor_token_path_(gpr_strdup(options->actor_token_path)), in StsTokenFetcherCredentials()