Searched refs:actor_token_path (Results 1 – 9 of 9) sorted by relevance
131 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, "");
146 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()
43 std::string actor_token_path; member
84 &sts_config_.actor_token_path, &error_list_sts_service, in ParseJsonObjectStsService()
278 std::string actor_token_path; // Optional. member
301 grpc::string actor_token_path; // Optional. member
374 const char* actor_token_path; /* Optional. */ member
971 char* actor_token_path = write_tmp_jwt_file(test_signed_jwt2); in test_sts_creds_success() local980 actor_token_path, // actor_token_path in test_sts_creds_success()1010 gpr_free(actor_token_path); in test_sts_creds_success()
550 actor_token_path_(gpr_strdup(options->actor_token_path)), in StsTokenFetcherCredentials()