| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
- <meta http-equiv="X-UA-Compatible" content="IE=9"/>
- <meta name="generator" content="Doxygen 1.8.16"/>
- <meta name="viewport" content="width=device-width, initial-scale=1"/>
- <title>GRPC C++: include/grpcpp/security/credentials_impl.h Source File</title>
- <link href="tabs.css" rel="stylesheet" type="text/css"/>
- <script type="text/javascript" src="jquery.js"></script>
- <script type="text/javascript" src="dynsections.js"></script>
- <link href="search/search.css" rel="stylesheet" type="text/css"/>
- <script type="text/javascript" src="search/searchdata.js"></script>
- <script type="text/javascript" src="search/search.js"></script>
- <link href="doxygen.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
- <div id="titlearea">
- <table cellspacing="0" cellpadding="0">
- <tbody>
- <tr style="height: 56px;">
- <td id="projectalign" style="padding-left: 0.5em;">
- <div id="projectname">GRPC C++
-  <span id="projectnumber">1.30.0</span>
- </div>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- <!-- end header part -->
- <!-- Generated by Doxygen 1.8.16 -->
- <script type="text/javascript">
- /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
- var searchBox = new SearchBox("searchBox", "search",false,'Search');
- /* @license-end */
- </script>
- <script type="text/javascript" src="menudata.js"></script>
- <script type="text/javascript" src="menu.js"></script>
- <script type="text/javascript">
- /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
- $(function() {
- initMenu('',true,false,'search.php','Search');
- $(document).ready(function() { init_search(); });
- });
- /* @license-end */</script>
- <div id="main-nav"></div>
- <!-- window showing the filter options -->
- <div id="MSearchSelectWindow"
- onmouseover="return searchBox.OnSearchSelectShow()"
- onmouseout="return searchBox.OnSearchSelectHide()"
- onkeydown="return searchBox.OnSearchSelectKey(event)">
- </div>
- <!-- iframe showing the search results (closed by default) -->
- <div id="MSearchResultsWindow">
- <iframe src="javascript:void(0)" frameborder="0"
- name="MSearchResults" id="MSearchResults">
- </iframe>
- </div>
- <div id="nav-path" class="navpath">
- <ul>
- <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_412f9a3d5dfcba8716486cd870ef4586.html">grpcpp</a></li><li class="navelem"><a class="el" href="dir_121096a639b520446ccef04f840b5644.html">security</a></li> </ul>
- </div>
- </div><!-- top -->
- <div class="header">
- <div class="headertitle">
- <div class="title">credentials_impl.h</div> </div>
- </div><!--header-->
- <div class="contents">
- <a href="credentials__impl_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/*</span></div>
- <div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"> *</span></div>
- <div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> * Copyright 2015 gRPC authors.</span></div>
- <div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> *</span></div>
- <div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span></div>
- <div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> * you may not use this file except in compliance with the License.</span></div>
- <div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> * You may obtain a copy of the License at</span></div>
- <div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> *</span></div>
- <div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span></div>
- <div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> *</span></div>
- <div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span></div>
- <div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span></div>
- <div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div>
- <div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> * See the License for the specific language governing permissions and</span></div>
- <div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> * limitations under the License.</span></div>
- <div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> *</span></div>
- <div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"> */</span></div>
- <div class="line"><a name="l00018"></a><span class="lineno"> 18</span>  </div>
- <div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="preprocessor">#ifndef GRPCPP_SECURITY_CREDENTIALS_IMPL_H</span></div>
- <div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#define GRPCPP_SECURITY_CREDENTIALS_IMPL_H</span></div>
- <div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  </div>
- <div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor">#include <map></span></div>
- <div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include <memory></span></div>
- <div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#include <vector></span></div>
- <div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  </div>
- <div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#include <<a class="code" href="grpc__security__constants_8h.html">grpc/grpc_security_constants.h</a>></span></div>
- <div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="preprocessor">#include <<a class="code" href="channel__impl_8h.html">grpcpp/channel_impl.h</a>></span></div>
- <div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="preprocessor">#include <<a class="code" href="impl_2codegen_2client__interceptor_8h.html">grpcpp/impl/codegen/client_interceptor.h</a>></span></div>
- <div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#include <<a class="code" href="grpcpp_2impl_2codegen_2grpc__library_8h.html">grpcpp/impl/codegen/grpc_library.h</a>></span></div>
- <div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#include <<a class="code" href="grpcpp_2security_2auth__context_8h.html">grpcpp/security/auth_context.h</a>></span></div>
- <div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="preprocessor">#include <<a class="code" href="tls__credentials__options_8h.html">grpcpp/security/tls_credentials_options.h</a>></span></div>
- <div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor">#include <<a class="code" href="channel__arguments__impl_8h.html">grpcpp/support/channel_arguments_impl.h</a>></span></div>
- <div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#include <<a class="code" href="grpcpp_2support_2status_8h.html">grpcpp/support/status.h</a>></span></div>
- <div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="preprocessor">#include <<a class="code" href="grpcpp_2support_2string__ref_8h.html">grpcpp/support/string_ref.h</a>></span></div>
- <div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  </div>
- <div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="keyword">struct </span><a class="code" href="grpc__types_8h.html#a122f8f4f0a585396d993d9b55848f222">grpc_call</a>;</div>
- <div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  </div>
- <div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="keyword">namespace </span><a class="code" href="namespacegrpc__impl.html">grpc_impl</a> {</div>
- <div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  </div>
- <div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="keyword">class </span><a class="code" href="namespacegrpc.html#aaf2939b1b4a48aa00606f8e986bf21de">ChannelCredentials</a>;</div>
- <div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="keyword">class </span><a class="code" href="namespacegrpc.html#a342736b8414b0f55bf7154e0ddfaddd2">CallCredentials</a>;</div>
- <div class="line"><a name="l00042"></a><span class="lineno"> 42</span> <span class="keyword">class </span><a class="code" href="namespacegrpc.html#ac98f7fcdb6e918b043433c20197c20b6">SecureCallCredentials</a>;</div>
- <div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="keyword">class </span><a class="code" href="namespacegrpc.html#a1870277cca7ed6ebac824ea43d6da689">SecureChannelCredentials</a>;</div>
- <div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  </div>
- <div class="line"><a name="l00045"></a><span class="lineno"> 45</span> std::shared_ptr<Channel> <a class="code" href="namespacegrpc__impl.html#a0af0e855f421fdb8fb657aec0e6afdfd">CreateCustomChannelImpl</a>(</div>
- <div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  <span class="keyword">const</span> <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a>& target,</div>
- <div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <span class="keyword">const</span> std::shared_ptr<ChannelCredentials>& creds,</div>
- <div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  <span class="keyword">const</span> <a class="code" href="namespacegrpc.html#a0fb985b4797b9d239bc8164ed1bad223">ChannelArguments</a>& args);</div>
- <div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  </div>
- <div class="line"><a name="l00050"></a><span class="lineno"> 50</span> <span class="keyword">namespace </span>experimental {</div>
- <div class="line"><a name="l00051"></a><span class="lineno"> 51</span> std::shared_ptr<Channel> <a class="code" href="namespacegrpc__impl_1_1experimental.html#a9c746351c2dfd50ca78d7929c66e2a89">CreateCustomChannelWithInterceptors</a>(</div>
- <div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  <span class="keyword">const</span> <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a>& target,</div>
- <div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  <span class="keyword">const</span> std::shared_ptr<ChannelCredentials>& creds,</div>
- <div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  <span class="keyword">const</span> <a class="code" href="namespacegrpc.html#a0fb985b4797b9d239bc8164ed1bad223">ChannelArguments</a>& args,</div>
- <div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  std::vector<</div>
- <div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  std::unique_ptr<grpc::experimental::ClientInterceptorFactoryInterface>></div>
- <div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  interceptor_creators);</div>
- <div class="line"><a name="l00058"></a><span class="lineno"> 58</span> }</div>
- <div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  </div>
- <div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_channel_credentials.html"> 66</a></span> <span class="keyword">class </span><a class="code" href="classgrpc__impl_1_1_channel_credentials.html">ChannelCredentials</a> : <span class="keyword">private</span> <a class="code" href="classgrpc_1_1_grpc_library_codegen.html">grpc::GrpcLibraryCodegen</a> {</div>
- <div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  <span class="keyword">public</span>:</div>
- <div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  <a class="code" href="classgrpc__impl_1_1_channel_credentials.html#a16a7cdd9af04de6f1ac349208a03df72">ChannelCredentials</a>();</div>
- <div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  <a class="code" href="classgrpc__impl_1_1_channel_credentials.html#a12a27fe88f826cac1e6db7a54967f6b5">~ChannelCredentials</a>();</div>
- <div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  </div>
- <div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  <span class="keyword">protected</span>:</div>
- <div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  <span class="keyword">friend</span> std::shared_ptr<ChannelCredentials> <a class="code" href="classgrpc__impl_1_1_channel_credentials.html#ab603d68f9c9387554aa756b27b6b7359">CompositeChannelCredentials</a>(</div>
- <div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  <span class="keyword">const</span> std::shared_ptr<ChannelCredentials>& channel_creds,</div>
- <div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  <span class="keyword">const</span> std::shared_ptr<CallCredentials>& call_creds);</div>
- <div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  </div>
- <div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  <span class="keyword">virtual</span> <a class="code" href="namespacegrpc.html#a1870277cca7ed6ebac824ea43d6da689">SecureChannelCredentials</a>* <a class="code" href="classgrpc__impl_1_1_channel_credentials.html#a4699bf27d3b181fed110afbca4bb9d16">AsSecureCredentials</a>() = 0;</div>
- <div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  </div>
- <div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  <span class="keyword">private</span>:</div>
- <div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  <span class="keyword">friend</span> std::shared_ptr<Channel> <a class="code" href="classgrpc__impl_1_1_channel_credentials.html#aac17f56c8497491f0bdb0ddf41799898">CreateCustomChannelImpl</a>(</div>
- <div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  <span class="keyword">const</span> <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a>& target,</div>
- <div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  <span class="keyword">const</span> std::shared_ptr<ChannelCredentials>& creds,</div>
- <div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  <span class="keyword">const</span> <a class="code" href="classgrpc__impl_1_1_channel_arguments.html">ChannelArguments</a>& args);</div>
- <div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  </div>
- <div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  <span class="keyword">friend</span> std::shared_ptr<Channel></div>
- <div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  <a class="code" href="namespacegrpc__impl_1_1experimental.html#a9c746351c2dfd50ca78d7929c66e2a89">grpc_impl::experimental::CreateCustomChannelWithInterceptors</a>(</div>
- <div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  <span class="keyword">const</span> <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a>& target,</div>
- <div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  <span class="keyword">const</span> std::shared_ptr<ChannelCredentials>& creds,</div>
- <div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  <span class="keyword">const</span> <a class="code" href="classgrpc__impl_1_1_channel_arguments.html">ChannelArguments</a>& args,</div>
- <div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  std::vector<std::unique_ptr<</div>
- <div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  <a class="code" href="classgrpc_1_1experimental_1_1_client_interceptor_factory_interface.html">grpc::experimental::ClientInterceptorFactoryInterface</a>>></div>
- <div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  interceptor_creators);</div>
- <div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  </div>
- <div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  <span class="keyword">virtual</span> std::shared_ptr<Channel> CreateChannelImpl(</div>
- <div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  <span class="keyword">const</span> <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a>& target, <span class="keyword">const</span> <a class="code" href="classgrpc__impl_1_1_channel_arguments.html">ChannelArguments</a>& args) = 0;</div>
- <div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  </div>
- <div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  <span class="comment">// This function should have been a pure virtual function, but it is</span></div>
- <div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  <span class="comment">// implemented as a virtual function so that it does not break API.</span></div>
- <div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  <span class="keyword">virtual</span> std::shared_ptr<Channel> CreateChannelWithInterceptors(</div>
- <div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  <span class="keyword">const</span> <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a>& <span class="comment">/*target*/</span>, <span class="keyword">const</span> <a class="code" href="classgrpc__impl_1_1_channel_arguments.html">ChannelArguments</a>& <span class="comment">/*args*/</span>,</div>
- <div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  std::vector<std::unique_ptr<</div>
- <div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  <a class="code" href="classgrpc_1_1experimental_1_1_client_interceptor_factory_interface.html">grpc::experimental::ClientInterceptorFactoryInterface</a>>></div>
- <div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  <span class="comment">/*interceptor_creators*/</span>) {</div>
- <div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  <span class="keywordflow">return</span> <span class="keyword">nullptr</span>;</div>
- <div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  }</div>
- <div class="line"><a name="l00105"></a><span class="lineno"> 105</span> };</div>
- <div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  </div>
- <div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_call_credentials.html"> 111</a></span> <span class="keyword">class </span><a class="code" href="classgrpc__impl_1_1_call_credentials.html">CallCredentials</a> : <span class="keyword">private</span> <a class="code" href="classgrpc_1_1_grpc_library_codegen.html">grpc::GrpcLibraryCodegen</a> {</div>
- <div class="line"><a name="l00112"></a><span class="lineno"> 112</span>  <span class="keyword">public</span>:</div>
- <div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  <a class="code" href="classgrpc__impl_1_1_call_credentials.html#aca54604fede03ad6f5eb7a9ce605fc2d">CallCredentials</a>();</div>
- <div class="line"><a name="l00114"></a><span class="lineno"> 114</span>  <a class="code" href="classgrpc__impl_1_1_call_credentials.html#a7f4eeabd841e856c14b2164df5951e24">~CallCredentials</a>();</div>
- <div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  </div>
- <div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classgrpc__impl_1_1_call_credentials.html#a6b757e177404ee4226ea2c7313e2fba9">ApplyToCall</a>(<a class="code" href="grpc__types_8h.html#a122f8f4f0a585396d993d9b55848f222">grpc_call</a>* call) = 0;</div>
- <div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_call_credentials.html#abf4cae2608031b348bc528248f6e24e0"> 118</a></span>  <span class="keyword">virtual</span> <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a> <a class="code" href="classgrpc__impl_1_1_call_credentials.html#abf4cae2608031b348bc528248f6e24e0">DebugString</a>() {</div>
- <div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  <span class="keywordflow">return</span> <span class="stringliteral">"CallCredentials did not provide a debug string"</span>;</div>
- <div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  }</div>
- <div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  </div>
- <div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  <span class="keyword">protected</span>:</div>
- <div class="line"><a name="l00123"></a><span class="lineno"> 123</span>  <span class="keyword">friend</span> std::shared_ptr<ChannelCredentials> <a class="code" href="classgrpc__impl_1_1_call_credentials.html#ab603d68f9c9387554aa756b27b6b7359">CompositeChannelCredentials</a>(</div>
- <div class="line"><a name="l00124"></a><span class="lineno"> 124</span>  <span class="keyword">const</span> std::shared_ptr<ChannelCredentials>& channel_creds,</div>
- <div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  <span class="keyword">const</span> std::shared_ptr<CallCredentials>& call_creds);</div>
- <div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  </div>
- <div class="line"><a name="l00127"></a><span class="lineno"> 127</span>  <span class="keyword">friend</span> std::shared_ptr<CallCredentials> <a class="code" href="classgrpc__impl_1_1_call_credentials.html#a064b061a7e2a80e1d6466addd8600779">CompositeCallCredentials</a>(</div>
- <div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  <span class="keyword">const</span> std::shared_ptr<CallCredentials>& creds1,</div>
- <div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  <span class="keyword">const</span> std::shared_ptr<CallCredentials>& creds2);</div>
- <div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  </div>
- <div class="line"><a name="l00131"></a><span class="lineno"> 131</span>  <span class="keyword">virtual</span> <a class="code" href="namespacegrpc.html#ac98f7fcdb6e918b043433c20197c20b6">SecureCallCredentials</a>* <a class="code" href="classgrpc__impl_1_1_call_credentials.html#a979f9bb0d97c002a7d8f4213a68186f2">AsSecureCredentials</a>() = 0;</div>
- <div class="line"><a name="l00132"></a><span class="lineno"> 132</span> };</div>
- <div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  </div>
- <div class="line"><a name="l00135"></a><span class="lineno"><a class="line" href="structgrpc__impl_1_1_ssl_credentials_options.html"> 135</a></span> <span class="keyword">struct </span><a class="code" href="structgrpc__impl_1_1_ssl_credentials_options.html">SslCredentialsOptions</a> {</div>
- <div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="structgrpc__impl_1_1_ssl_credentials_options.html#a0a00552b843196f3e62eb6d904cff8fc"> 141</a></span>  <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a> <a class="code" href="structgrpc__impl_1_1_ssl_credentials_options.html#a0a00552b843196f3e62eb6d904cff8fc">pem_root_certs</a>;</div>
- <div class="line"><a name="l00142"></a><span class="lineno"> 142</span>  </div>
- <div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="structgrpc__impl_1_1_ssl_credentials_options.html#a3315b434219f4041b502c7fc4363d50f"> 145</a></span>  <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a> <a class="code" href="structgrpc__impl_1_1_ssl_credentials_options.html#a3315b434219f4041b502c7fc4363d50f">pem_private_key</a>;</div>
- <div class="line"><a name="l00146"></a><span class="lineno"> 146</span>  </div>
- <div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="structgrpc__impl_1_1_ssl_credentials_options.html#aebf33c57acdbc3a11998370cc7b943dd"> 150</a></span>  <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a> <a class="code" href="structgrpc__impl_1_1_ssl_credentials_options.html#aebf33c57acdbc3a11998370cc7b943dd">pem_cert_chain</a>;</div>
- <div class="line"><a name="l00151"></a><span class="lineno"> 151</span> };</div>
- <div class="line"><a name="l00152"></a><span class="lineno"> 152</span>  </div>
- <div class="line"><a name="l00153"></a><span class="lineno"> 153</span> <span class="comment">// Factories for building different types of Credentials The functions may</span></div>
- <div class="line"><a name="l00154"></a><span class="lineno"> 154</span> <span class="comment">// return empty shared_ptr when credentials cannot be created. If a</span></div>
- <div class="line"><a name="l00155"></a><span class="lineno"> 155</span> <span class="comment">// Credentials pointer is returned, it can still be invalid when used to create</span></div>
- <div class="line"><a name="l00156"></a><span class="lineno"> 156</span> <span class="comment">// a channel. A lame channel will be created then and all rpcs will fail on it.</span></div>
- <div class="line"><a name="l00157"></a><span class="lineno"> 157</span>  </div>
- <div class="line"><a name="l00164"></a><span class="lineno"> 164</span> std::shared_ptr<ChannelCredentials> <a class="code" href="namespacegrpc__impl.html#a716b62a52c430203845d1cb842937941">GoogleDefaultCredentials</a>();</div>
- <div class="line"><a name="l00165"></a><span class="lineno"> 165</span>  </div>
- <div class="line"><a name="l00167"></a><span class="lineno"> 167</span> std::shared_ptr<ChannelCredentials> <a class="code" href="namespacegrpc__impl.html#aa295989df52aba9b0ec29f1a7cb95855">SslCredentials</a>(</div>
- <div class="line"><a name="l00168"></a><span class="lineno"> 168</span>  <span class="keyword">const</span> <a class="code" href="structgrpc__impl_1_1_ssl_credentials_options.html">SslCredentialsOptions</a>& options);</div>
- <div class="line"><a name="l00169"></a><span class="lineno"> 169</span>  </div>
- <div class="line"><a name="l00176"></a><span class="lineno"> 176</span> std::shared_ptr<CallCredentials> <a class="code" href="namespacegrpc__impl.html#a98cb7bf6726d52affdc6cdea7575de09">GoogleComputeEngineCredentials</a>();</div>
- <div class="line"><a name="l00177"></a><span class="lineno"> 177</span>  </div>
- <div class="line"><a name="l00178"></a><span class="lineno"><a class="line" href="namespacegrpc__impl.html#a592337ba7d1818fee23b00ac6a92997f"> 178</a></span> constexpr <span class="keywordtype">long</span> <a class="code" href="namespacegrpc__impl.html#a592337ba7d1818fee23b00ac6a92997f">kMaxAuthTokenLifetimeSecs</a> = 3600;</div>
- <div class="line"><a name="l00179"></a><span class="lineno"> 179</span>  </div>
- <div class="line"><a name="l00185"></a><span class="lineno"> 185</span> std::shared_ptr<CallCredentials> <a class="code" href="namespacegrpc__impl.html#ac0597900fb34b4b05c81d64222f977ab">ServiceAccountJWTAccessCredentials</a>(</div>
- <div class="line"><a name="l00186"></a><span class="lineno"> 186</span>  <span class="keyword">const</span> <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a>& json_key,</div>
- <div class="line"><a name="l00187"></a><span class="lineno"> 187</span>  <span class="keywordtype">long</span> token_lifetime_seconds = <a class="code" href="namespacegrpc__impl.html#a592337ba7d1818fee23b00ac6a92997f">grpc_impl::kMaxAuthTokenLifetimeSecs</a>);</div>
- <div class="line"><a name="l00188"></a><span class="lineno"> 188</span>  </div>
- <div class="line"><a name="l00197"></a><span class="lineno"> 197</span> std::shared_ptr<CallCredentials> <a class="code" href="namespacegrpc__impl.html#abdcdf926a18f351efe4fb138be22118e">GoogleRefreshTokenCredentials</a>(</div>
- <div class="line"><a name="l00198"></a><span class="lineno"> 198</span>  <span class="keyword">const</span> <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a>& json_refresh_token);</div>
- <div class="line"><a name="l00199"></a><span class="lineno"> 199</span>  </div>
- <div class="line"><a name="l00208"></a><span class="lineno"> 208</span> std::shared_ptr<CallCredentials> <a class="code" href="namespacegrpc__impl.html#a39845f5afa1f3a323186489673e35930">AccessTokenCredentials</a>(</div>
- <div class="line"><a name="l00209"></a><span class="lineno"> 209</span>  <span class="keyword">const</span> <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a>& access_token);</div>
- <div class="line"><a name="l00210"></a><span class="lineno"> 210</span>  </div>
- <div class="line"><a name="l00217"></a><span class="lineno"> 217</span> std::shared_ptr<CallCredentials> <a class="code" href="namespacegrpc__impl.html#aa00f53af2d448ba0fc29b232fa870b6a">GoogleIAMCredentials</a>(</div>
- <div class="line"><a name="l00218"></a><span class="lineno"> 218</span>  <span class="keyword">const</span> <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a>& authorization_token,</div>
- <div class="line"><a name="l00219"></a><span class="lineno"> 219</span>  <span class="keyword">const</span> <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a>& authority_selector);</div>
- <div class="line"><a name="l00220"></a><span class="lineno"> 220</span>  </div>
- <div class="line"><a name="l00223"></a><span class="lineno"> 223</span> std::shared_ptr<ChannelCredentials> <a class="code" href="namespacegrpc__impl.html#a59409a2853f39bd444964a886a836e17">CompositeChannelCredentials</a>(</div>
- <div class="line"><a name="l00224"></a><span class="lineno"> 224</span>  <span class="keyword">const</span> std::shared_ptr<ChannelCredentials>& channel_creds,</div>
- <div class="line"><a name="l00225"></a><span class="lineno"> 225</span>  <span class="keyword">const</span> std::shared_ptr<CallCredentials>& call_creds);</div>
- <div class="line"><a name="l00226"></a><span class="lineno"> 226</span>  </div>
- <div class="line"><a name="l00228"></a><span class="lineno"> 228</span> std::shared_ptr<CallCredentials> <a class="code" href="namespacegrpc__impl.html#a326eea880361ad2aa40dd87af6d64812">CompositeCallCredentials</a>(</div>
- <div class="line"><a name="l00229"></a><span class="lineno"> 229</span>  <span class="keyword">const</span> std::shared_ptr<CallCredentials>& creds1,</div>
- <div class="line"><a name="l00230"></a><span class="lineno"> 230</span>  <span class="keyword">const</span> std::shared_ptr<CallCredentials>& creds2);</div>
- <div class="line"><a name="l00231"></a><span class="lineno"> 231</span>  </div>
- <div class="line"><a name="l00233"></a><span class="lineno"> 233</span> std::shared_ptr<ChannelCredentials> <a class="code" href="namespacegrpc__impl.html#a13d23f83df13be5c4d3a81387478c4e4">InsecureChannelCredentials</a>();</div>
- <div class="line"><a name="l00234"></a><span class="lineno"> 234</span>  </div>
- <div class="line"><a name="l00236"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_metadata_credentials_plugin.html"> 236</a></span> <span class="keyword">class </span><a class="code" href="classgrpc__impl_1_1_metadata_credentials_plugin.html">MetadataCredentialsPlugin</a> {</div>
- <div class="line"><a name="l00237"></a><span class="lineno"> 237</span>  <span class="keyword">public</span>:</div>
- <div class="line"><a name="l00238"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_metadata_credentials_plugin.html#abbe9ba4326c8595a32d80b3a90efced5"> 238</a></span>  <span class="keyword">virtual</span> <a class="code" href="classgrpc__impl_1_1_metadata_credentials_plugin.html#abbe9ba4326c8595a32d80b3a90efced5">~MetadataCredentialsPlugin</a>() {}</div>
- <div class="line"><a name="l00239"></a><span class="lineno"> 239</span>  </div>
- <div class="line"><a name="l00242"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_metadata_credentials_plugin.html#a99e59926089444f1ece3c7d28deca1b8"> 242</a></span>  <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classgrpc__impl_1_1_metadata_credentials_plugin.html#a99e59926089444f1ece3c7d28deca1b8">IsBlocking</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <span class="keyword">true</span>; }</div>
- <div class="line"><a name="l00243"></a><span class="lineno"> 243</span>  </div>
- <div class="line"><a name="l00245"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_metadata_credentials_plugin.html#ac064c256ad6577cd200df972d56c24bf"> 245</a></span>  <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="classgrpc__impl_1_1_metadata_credentials_plugin.html#ac064c256ad6577cd200df972d56c24bf">GetType</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <span class="stringliteral">""</span>; }</div>
- <div class="line"><a name="l00246"></a><span class="lineno"> 246</span>  </div>
- <div class="line"><a name="l00252"></a><span class="lineno"> 252</span>  <span class="keyword">virtual</span> <a class="code" href="classgrpc_1_1_status.html">grpc::Status</a> <a class="code" href="classgrpc__impl_1_1_metadata_credentials_plugin.html#aed091a8b91ae1bf588f3dd992ea6dffd">GetMetadata</a>(</div>
- <div class="line"><a name="l00253"></a><span class="lineno"> 253</span>  <a class="code" href="classgrpc_1_1string__ref.html">grpc::string_ref</a> service_url, <a class="code" href="classgrpc_1_1string__ref.html">grpc::string_ref</a> method_name,</div>
- <div class="line"><a name="l00254"></a><span class="lineno"> 254</span>  <span class="keyword">const</span> <a class="code" href="classgrpc_1_1_auth_context.html">grpc::AuthContext</a>& channel_auth_context,</div>
- <div class="line"><a name="l00255"></a><span class="lineno"> 255</span>  std::multimap<grpc::string, grpc::string>* metadata) = 0;</div>
- <div class="line"><a name="l00256"></a><span class="lineno"> 256</span>  </div>
- <div class="line"><a name="l00257"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_metadata_credentials_plugin.html#a0061d1d4c594b4c7828456e35d0d1a9f"> 257</a></span>  <span class="keyword">virtual</span> <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a> <a class="code" href="classgrpc__impl_1_1_metadata_credentials_plugin.html#a0061d1d4c594b4c7828456e35d0d1a9f">DebugString</a>() {</div>
- <div class="line"><a name="l00258"></a><span class="lineno"> 258</span>  <span class="keywordflow">return</span> <span class="stringliteral">"MetadataCredentialsPlugin did not provide a debug string"</span>;</div>
- <div class="line"><a name="l00259"></a><span class="lineno"> 259</span>  }</div>
- <div class="line"><a name="l00260"></a><span class="lineno"> 260</span> };</div>
- <div class="line"><a name="l00261"></a><span class="lineno"> 261</span>  </div>
- <div class="line"><a name="l00262"></a><span class="lineno"> 262</span> std::shared_ptr<CallCredentials> <a class="code" href="namespacegrpc__impl.html#af7f03cbfa6ec94c67c2cb9676f4841b6">MetadataCredentialsFromPlugin</a>(</div>
- <div class="line"><a name="l00263"></a><span class="lineno"> 263</span>  std::unique_ptr<MetadataCredentialsPlugin> plugin);</div>
- <div class="line"><a name="l00264"></a><span class="lineno"> 264</span>  </div>
- <div class="line"><a name="l00265"></a><span class="lineno"> 265</span> <span class="keyword">namespace </span>experimental {</div>
- <div class="line"><a name="l00266"></a><span class="lineno"> 266</span>  </div>
- <div class="line"><a name="l00272"></a><span class="lineno"><a class="line" href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html"> 272</a></span> <span class="keyword">struct </span><a class="code" href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html">StsCredentialsOptions</a> {</div>
- <div class="line"><a name="l00273"></a><span class="lineno"><a class="line" href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html#a073a29a09dab122fbf5786410b9f99be"> 273</a></span>  <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a> <a class="code" href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html#a073a29a09dab122fbf5786410b9f99be">token_exchange_service_uri</a>; <span class="comment">// Required.</span></div>
- <div class="line"><a name="l00274"></a><span class="lineno"><a class="line" href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html#a47337ba32e8386f51ab6994d65dd39e2"> 274</a></span>  <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a> <a class="code" href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html#a47337ba32e8386f51ab6994d65dd39e2">resource</a>; <span class="comment">// Optional.</span></div>
- <div class="line"><a name="l00275"></a><span class="lineno"><a class="line" href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html#a8569e83653d70105ede0c97e22d2f357"> 275</a></span>  <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a> <a class="code" href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html#a8569e83653d70105ede0c97e22d2f357">audience</a>; <span class="comment">// Optional.</span></div>
- <div class="line"><a name="l00276"></a><span class="lineno"><a class="line" href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html#a0ad4710e90fde220a91b825d4853d6eb"> 276</a></span>  <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a> <a class="code" href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html#a0ad4710e90fde220a91b825d4853d6eb">scope</a>; <span class="comment">// Optional.</span></div>
- <div class="line"><a name="l00277"></a><span class="lineno"><a class="line" href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html#aecb3f18700d93fe35f52982f333ce182"> 277</a></span>  <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a> <a class="code" href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html#aecb3f18700d93fe35f52982f333ce182">requested_token_type</a>; <span class="comment">// Optional.</span></div>
- <div class="line"><a name="l00278"></a><span class="lineno"><a class="line" href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html#ae66e9ae746202d4838785084d10b7f8a"> 278</a></span>  <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a> <a class="code" href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html#ae66e9ae746202d4838785084d10b7f8a">subject_token_path</a>; <span class="comment">// Required.</span></div>
- <div class="line"><a name="l00279"></a><span class="lineno"><a class="line" href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html#abffb23437a4eea82f5c017edc114aeb8"> 279</a></span>  <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a> <a class="code" href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html#abffb23437a4eea82f5c017edc114aeb8">subject_token_type</a>; <span class="comment">// Required.</span></div>
- <div class="line"><a name="l00280"></a><span class="lineno"><a class="line" href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html#a66274206d307a03e15722eddbb37d71a"> 280</a></span>  <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a> <a class="code" href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html#a66274206d307a03e15722eddbb37d71a">actor_token_path</a>; <span class="comment">// Optional.</span></div>
- <div class="line"><a name="l00281"></a><span class="lineno"><a class="line" href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html#adc8c623c8fb15088813bb9f31793275e"> 281</a></span>  <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a> <a class="code" href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html#adc8c623c8fb15088813bb9f31793275e">actor_token_type</a>; <span class="comment">// Optional.</span></div>
- <div class="line"><a name="l00282"></a><span class="lineno"> 282</span> };</div>
- <div class="line"><a name="l00283"></a><span class="lineno"> 283</span>  </div>
- <div class="line"><a name="l00320"></a><span class="lineno"> 320</span> <a class="code" href="classgrpc_1_1_status.html">grpc::Status</a> <a class="code" href="namespacegrpc__impl_1_1experimental.html#a83d31778cd73e3b708d8cd422038c09b">StsCredentialsOptionsFromJson</a>(<span class="keyword">const</span> <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a>& json_string,</div>
- <div class="line"><a name="l00321"></a><span class="lineno"> 321</span>  <a class="code" href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html">StsCredentialsOptions</a>* options);</div>
- <div class="line"><a name="l00322"></a><span class="lineno"> 322</span>  </div>
- <div class="line"><a name="l00326"></a><span class="lineno"> 326</span> <a class="code" href="classgrpc_1_1_status.html">grpc::Status</a> <a class="code" href="namespacegrpc__impl_1_1experimental.html#aede3f7e0584dea73197d2913b0a4defe">StsCredentialsOptionsFromEnv</a>(<a class="code" href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html">StsCredentialsOptions</a>* options);</div>
- <div class="line"><a name="l00327"></a><span class="lineno"> 327</span>  </div>
- <div class="line"><a name="l00328"></a><span class="lineno"> 328</span> std::shared_ptr<CallCredentials> <a class="code" href="namespacegrpc__impl_1_1experimental.html#a0438f46fa3968eb6e904005356b8c531">StsCredentials</a>(</div>
- <div class="line"><a name="l00329"></a><span class="lineno"> 329</span>  <span class="keyword">const</span> <a class="code" href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html">StsCredentialsOptions</a>& options);</div>
- <div class="line"><a name="l00330"></a><span class="lineno"> 330</span>  </div>
- <div class="line"><a name="l00331"></a><span class="lineno"> 331</span> std::shared_ptr<CallCredentials> <a class="code" href="namespacegrpc__impl_1_1experimental.html#a15dca3508844b3d82a7c56327e6185fa">MetadataCredentialsFromPlugin</a>(</div>
- <div class="line"><a name="l00332"></a><span class="lineno"> 332</span>  std::unique_ptr<MetadataCredentialsPlugin> plugin,</div>
- <div class="line"><a name="l00333"></a><span class="lineno"> 333</span>  <a class="code" href="grpc__security__constants_8h.html#a3c3165c49cd7a359ddb8656aae7e9dd6">grpc_security_level</a> min_security_level);</div>
- <div class="line"><a name="l00334"></a><span class="lineno"> 334</span>  </div>
- <div class="line"><a name="l00336"></a><span class="lineno"><a class="line" href="structgrpc__impl_1_1experimental_1_1_alts_credentials_options.html"> 336</a></span> <span class="keyword">struct </span><a class="code" href="structgrpc__impl_1_1experimental_1_1_alts_credentials_options.html">AltsCredentialsOptions</a> {</div>
- <div class="line"><a name="l00340"></a><span class="lineno"><a class="line" href="structgrpc__impl_1_1experimental_1_1_alts_credentials_options.html#a51caf7edc34ec2f5c30c6d7aca619e75"> 340</a></span>  std::vector<grpc::string> <a class="code" href="structgrpc__impl_1_1experimental_1_1_alts_credentials_options.html#a51caf7edc34ec2f5c30c6d7aca619e75">target_service_accounts</a>;</div>
- <div class="line"><a name="l00341"></a><span class="lineno"> 341</span> };</div>
- <div class="line"><a name="l00342"></a><span class="lineno"> 342</span>  </div>
- <div class="line"><a name="l00344"></a><span class="lineno"> 344</span> std::shared_ptr<ChannelCredentials> <a class="code" href="namespacegrpc__impl_1_1experimental.html#a451bdb10d6605054a44c6dc39b233ddc">AltsCredentials</a>(</div>
- <div class="line"><a name="l00345"></a><span class="lineno"> 345</span>  <span class="keyword">const</span> <a class="code" href="structgrpc__impl_1_1experimental_1_1_alts_credentials_options.html">AltsCredentialsOptions</a>& options);</div>
- <div class="line"><a name="l00346"></a><span class="lineno"> 346</span>  </div>
- <div class="line"><a name="l00348"></a><span class="lineno"> 348</span> std::shared_ptr<ChannelCredentials> <a class="code" href="namespacegrpc__impl_1_1experimental.html#a64ae0296aed5117e1eb5c48bbed67604">LocalCredentials</a>(</div>
- <div class="line"><a name="l00349"></a><span class="lineno"> 349</span>  <a class="code" href="grpc__security__constants_8h.html#a31d00ce5c064e1fff4261a6d6298dc11">grpc_local_connect_type</a> type);</div>
- <div class="line"><a name="l00350"></a><span class="lineno"> 350</span>  </div>
- <div class="line"><a name="l00352"></a><span class="lineno"> 352</span> std::shared_ptr<ChannelCredentials> <a class="code" href="namespacegrpc__impl_1_1experimental.html#a4b24301ff5425f6247358b1ef6627a90">TlsCredentials</a>(</div>
- <div class="line"><a name="l00353"></a><span class="lineno"> 353</span>  <span class="keyword">const</span> <a class="code" href="classgrpc__impl_1_1experimental_1_1_tls_credentials_options.html">TlsCredentialsOptions</a>& options);</div>
- <div class="line"><a name="l00354"></a><span class="lineno"> 354</span>  </div>
- <div class="line"><a name="l00355"></a><span class="lineno"> 355</span> } <span class="comment">// namespace experimental</span></div>
- <div class="line"><a name="l00356"></a><span class="lineno"> 356</span> } <span class="comment">// namespace grpc_impl</span></div>
- <div class="line"><a name="l00357"></a><span class="lineno"> 357</span>  </div>
- <div class="line"><a name="l00358"></a><span class="lineno"> 358</span> <span class="preprocessor">#endif // GRPCPP_SECURITY_CREDENTIALS_IMPL_H</span></div>
- </div><!-- fragment --></div><!-- contents -->
- <div class="ttc" id="aclassgrpc_1_1_grpc_library_codegen_html"><div class="ttname"><a href="classgrpc_1_1_grpc_library_codegen.html">grpc::GrpcLibraryCodegen</a></div><div class="ttdoc">Classes that require gRPC to be initialized should inherit from this class.</div><div class="ttdef"><b>Definition:</b> grpc_library.h:38</div></div>
- <div class="ttc" id="aclassgrpc__impl_1_1_channel_credentials_html_ab603d68f9c9387554aa756b27b6b7359"><div class="ttname"><a href="classgrpc__impl_1_1_channel_credentials.html#ab603d68f9c9387554aa756b27b6b7359">grpc_impl::ChannelCredentials::CompositeChannelCredentials</a></div><div class="ttdeci">friend std::shared_ptr< ChannelCredentials > CompositeChannelCredentials(const std::shared_ptr< ChannelCredentials > &channel_creds, const std::shared_ptr< CallCredentials > &call_creds)</div><div class="ttdoc">Combines a channel credentials and a call credentials into a composite channel credentials.</div><div class="ttdef"><b>Definition:</b> credentials.h:77</div></div>
- <div class="ttc" id="aclassgrpc__impl_1_1_channel_credentials_html_a12a27fe88f826cac1e6db7a54967f6b5"><div class="ttname"><a href="classgrpc__impl_1_1_channel_credentials.html#a12a27fe88f826cac1e6db7a54967f6b5">grpc_impl::ChannelCredentials::~ChannelCredentials</a></div><div class="ttdeci">~ChannelCredentials()</div></div>
- <div class="ttc" id="anamespacegrpc__impl_html_a13d23f83df13be5c4d3a81387478c4e4"><div class="ttname"><a href="namespacegrpc__impl.html#a13d23f83df13be5c4d3a81387478c4e4">grpc_impl::InsecureChannelCredentials</a></div><div class="ttdeci">std::shared_ptr< ChannelCredentials > InsecureChannelCredentials()</div><div class="ttdoc">Credentials for an unencrypted, unauthenticated channel.</div></div>
- <div class="ttc" id="aclassgrpc_1_1string__ref_html"><div class="ttname"><a href="classgrpc_1_1string__ref.html">grpc::string_ref</a></div><div class="ttdoc">This class is a non owning reference to a string.</div><div class="ttdef"><b>Definition:</b> string_ref.h:41</div></div>
- <div class="ttc" id="aclassgrpc__impl_1_1_channel_credentials_html_a4699bf27d3b181fed110afbca4bb9d16"><div class="ttname"><a href="classgrpc__impl_1_1_channel_credentials.html#a4699bf27d3b181fed110afbca4bb9d16">grpc_impl::ChannelCredentials::AsSecureCredentials</a></div><div class="ttdeci">virtual SecureChannelCredentials * AsSecureCredentials()=0</div></div>
- <div class="ttc" id="atls__credentials__options_8h_html"><div class="ttname"><a href="tls__credentials__options_8h.html">tls_credentials_options.h</a></div></div>
- <div class="ttc" id="anamespacegrpc__impl_html_a59409a2853f39bd444964a886a836e17"><div class="ttname"><a href="namespacegrpc__impl.html#a59409a2853f39bd444964a886a836e17">grpc_impl::CompositeChannelCredentials</a></div><div class="ttdeci">std::shared_ptr< ChannelCredentials > CompositeChannelCredentials(const std::shared_ptr< ChannelCredentials > &channel_creds, const std::shared_ptr< CallCredentials > &call_creds)</div><div class="ttdoc">Combines a channel credentials and a call credentials into a composite channel credentials.</div><div class="ttdef"><b>Definition:</b> credentials.h:77</div></div>
- <div class="ttc" id="astructgrpc__impl_1_1experimental_1_1_sts_credentials_options_html_a66274206d307a03e15722eddbb37d71a"><div class="ttname"><a href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html#a66274206d307a03e15722eddbb37d71a">grpc_impl::experimental::StsCredentialsOptions::actor_token_path</a></div><div class="ttdeci">grpc::string actor_token_path</div><div class="ttdef"><b>Definition:</b> credentials_impl.h:280</div></div>
- <div class="ttc" id="anamespacegrpc__impl_1_1experimental_html_a0438f46fa3968eb6e904005356b8c531"><div class="ttname"><a href="namespacegrpc__impl_1_1experimental.html#a0438f46fa3968eb6e904005356b8c531">grpc_impl::experimental::StsCredentials</a></div><div class="ttdeci">std::shared_ptr< CallCredentials > StsCredentials(const StsCredentialsOptions &options)</div></div>
- <div class="ttc" id="aclassgrpc__impl_1_1_channel_credentials_html_a16a7cdd9af04de6f1ac349208a03df72"><div class="ttname"><a href="classgrpc__impl_1_1_channel_credentials.html#a16a7cdd9af04de6f1ac349208a03df72">grpc_impl::ChannelCredentials::ChannelCredentials</a></div><div class="ttdeci">ChannelCredentials()</div></div>
- <div class="ttc" id="anamespacegrpc__impl_html_a39845f5afa1f3a323186489673e35930"><div class="ttname"><a href="namespacegrpc__impl.html#a39845f5afa1f3a323186489673e35930">grpc_impl::AccessTokenCredentials</a></div><div class="ttdeci">std::shared_ptr< CallCredentials > AccessTokenCredentials(const grpc::string &access_token)</div><div class="ttdoc">Builds access token credentials.</div></div>
- <div class="ttc" id="achannel__impl_8h_html"><div class="ttname"><a href="channel__impl_8h.html">channel_impl.h</a></div></div>
- <div class="ttc" id="anamespacegrpc__impl_html_a98cb7bf6726d52affdc6cdea7575de09"><div class="ttname"><a href="namespacegrpc__impl.html#a98cb7bf6726d52affdc6cdea7575de09">grpc_impl::GoogleComputeEngineCredentials</a></div><div class="ttdeci">std::shared_ptr< CallCredentials > GoogleComputeEngineCredentials()</div><div class="ttdoc">Builds credentials for use when running in GCE.</div></div>
- <div class="ttc" id="anamespacegrpc__impl_html_a592337ba7d1818fee23b00ac6a92997f"><div class="ttname"><a href="namespacegrpc__impl.html#a592337ba7d1818fee23b00ac6a92997f">grpc_impl::kMaxAuthTokenLifetimeSecs</a></div><div class="ttdeci">constexpr long kMaxAuthTokenLifetimeSecs</div><div class="ttdef"><b>Definition:</b> credentials_impl.h:178</div></div>
- <div class="ttc" id="anamespacegrpc__impl_1_1experimental_html_a15dca3508844b3d82a7c56327e6185fa"><div class="ttname"><a href="namespacegrpc__impl_1_1experimental.html#a15dca3508844b3d82a7c56327e6185fa">grpc_impl::experimental::MetadataCredentialsFromPlugin</a></div><div class="ttdeci">std::shared_ptr< CallCredentials > MetadataCredentialsFromPlugin(std::unique_ptr< MetadataCredentialsPlugin > plugin, grpc_security_level min_security_level)</div></div>
- <div class="ttc" id="aclassgrpc__impl_1_1_channel_credentials_html_aac17f56c8497491f0bdb0ddf41799898"><div class="ttname"><a href="classgrpc__impl_1_1_channel_credentials.html#aac17f56c8497491f0bdb0ddf41799898">grpc_impl::ChannelCredentials::CreateCustomChannelImpl</a></div><div class="ttdeci">friend std::shared_ptr< Channel > CreateCustomChannelImpl(const grpc::string &target, const std::shared_ptr< ChannelCredentials > &creds, const ChannelArguments &args)</div></div>
- <div class="ttc" id="astructgrpc__impl_1_1experimental_1_1_sts_credentials_options_html_ae66e9ae746202d4838785084d10b7f8a"><div class="ttname"><a href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html#ae66e9ae746202d4838785084d10b7f8a">grpc_impl::experimental::StsCredentialsOptions::subject_token_path</a></div><div class="ttdeci">grpc::string subject_token_path</div><div class="ttdef"><b>Definition:</b> credentials_impl.h:278</div></div>
- <div class="ttc" id="anamespacegrpc__impl_1_1experimental_html_a4b24301ff5425f6247358b1ef6627a90"><div class="ttname"><a href="namespacegrpc__impl_1_1experimental.html#a4b24301ff5425f6247358b1ef6627a90">grpc_impl::experimental::TlsCredentials</a></div><div class="ttdeci">std::shared_ptr< ChannelCredentials > TlsCredentials(const TlsCredentialsOptions &options)</div><div class="ttdoc">Builds TLS Credentials given TLS options.</div></div>
- <div class="ttc" id="aclassgrpc__impl_1_1_metadata_credentials_plugin_html_aed091a8b91ae1bf588f3dd992ea6dffd"><div class="ttname"><a href="classgrpc__impl_1_1_metadata_credentials_plugin.html#aed091a8b91ae1bf588f3dd992ea6dffd">grpc_impl::MetadataCredentialsPlugin::GetMetadata</a></div><div class="ttdeci">virtual grpc::Status GetMetadata(grpc::string_ref service_url, grpc::string_ref method_name, const grpc::AuthContext &channel_auth_context, std::multimap< grpc::string, grpc::string > *metadata)=0</div><div class="ttdoc">Gets the auth metatada produced by this plugin.</div></div>
- <div class="ttc" id="astructgrpc__impl_1_1experimental_1_1_sts_credentials_options_html_a073a29a09dab122fbf5786410b9f99be"><div class="ttname"><a href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html#a073a29a09dab122fbf5786410b9f99be">grpc_impl::experimental::StsCredentialsOptions::token_exchange_service_uri</a></div><div class="ttdeci">grpc::string token_exchange_service_uri</div><div class="ttdef"><b>Definition:</b> credentials_impl.h:273</div></div>
- <div class="ttc" id="aclassgrpc__impl_1_1_call_credentials_html_aca54604fede03ad6f5eb7a9ce605fc2d"><div class="ttname"><a href="classgrpc__impl_1_1_call_credentials.html#aca54604fede03ad6f5eb7a9ce605fc2d">grpc_impl::CallCredentials::CallCredentials</a></div><div class="ttdeci">CallCredentials()</div></div>
- <div class="ttc" id="anamespacegrpc__impl_html_abdcdf926a18f351efe4fb138be22118e"><div class="ttname"><a href="namespacegrpc__impl.html#abdcdf926a18f351efe4fb138be22118e">grpc_impl::GoogleRefreshTokenCredentials</a></div><div class="ttdeci">std::shared_ptr< CallCredentials > GoogleRefreshTokenCredentials(const grpc::string &json_refresh_token)</div><div class="ttdoc">Builds refresh token credentials.</div></div>
- <div class="ttc" id="agrpcpp_2support_2status_8h_html"><div class="ttname"><a href="grpcpp_2support_2status_8h.html">status.h</a></div></div>
- <div class="ttc" id="astructgrpc__impl_1_1experimental_1_1_sts_credentials_options_html_a47337ba32e8386f51ab6994d65dd39e2"><div class="ttname"><a href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html#a47337ba32e8386f51ab6994d65dd39e2">grpc_impl::experimental::StsCredentialsOptions::resource</a></div><div class="ttdeci">grpc::string resource</div><div class="ttdef"><b>Definition:</b> credentials_impl.h:274</div></div>
- <div class="ttc" id="anamespacegrpc_html_aaf2939b1b4a48aa00606f8e986bf21de"><div class="ttname"><a href="namespacegrpc.html#aaf2939b1b4a48aa00606f8e986bf21de">grpc::ChannelCredentials</a></div><div class="ttdeci">::grpc_impl::ChannelCredentials ChannelCredentials</div><div class="ttdef"><b>Definition:</b> credentials.h:26</div></div>
- <div class="ttc" id="aclassgrpc__impl_1_1_metadata_credentials_plugin_html_abbe9ba4326c8595a32d80b3a90efced5"><div class="ttname"><a href="classgrpc__impl_1_1_metadata_credentials_plugin.html#abbe9ba4326c8595a32d80b3a90efced5">grpc_impl::MetadataCredentialsPlugin::~MetadataCredentialsPlugin</a></div><div class="ttdeci">virtual ~MetadataCredentialsPlugin()</div><div class="ttdef"><b>Definition:</b> credentials_impl.h:238</div></div>
- <div class="ttc" id="anamespacegrpc__impl_html_af7f03cbfa6ec94c67c2cb9676f4841b6"><div class="ttname"><a href="namespacegrpc__impl.html#af7f03cbfa6ec94c67c2cb9676f4841b6">grpc_impl::MetadataCredentialsFromPlugin</a></div><div class="ttdeci">std::shared_ptr< CallCredentials > MetadataCredentialsFromPlugin(std::unique_ptr< MetadataCredentialsPlugin > plugin)</div></div>
- <div class="ttc" id="aclassgrpc__impl_1_1_call_credentials_html_a7f4eeabd841e856c14b2164df5951e24"><div class="ttname"><a href="classgrpc__impl_1_1_call_credentials.html#a7f4eeabd841e856c14b2164df5951e24">grpc_impl::CallCredentials::~CallCredentials</a></div><div class="ttdeci">~CallCredentials()</div></div>
- <div class="ttc" id="anamespacegrpc__impl_1_1experimental_html_a9c746351c2dfd50ca78d7929c66e2a89"><div class="ttname"><a href="namespacegrpc__impl_1_1experimental.html#a9c746351c2dfd50ca78d7929c66e2a89">grpc_impl::experimental::CreateCustomChannelWithInterceptors</a></div><div class="ttdeci">std::shared_ptr<::grpc::Channel > CreateCustomChannelWithInterceptors(const grpc::string &target, const std::shared_ptr< grpc::ChannelCredentials > &creds, const ::grpc::ChannelArguments &args, std::vector< std::unique_ptr< grpc::experimental::ClientInterceptorFactoryInterface >> interceptor_creators)</div><div class="ttdoc">Create a new custom Channel pointing to target with interceptors being invoked per call.</div></div>
- <div class="ttc" id="anamespacegrpc_html_ac98f7fcdb6e918b043433c20197c20b6"><div class="ttname"><a href="namespacegrpc.html#ac98f7fcdb6e918b043433c20197c20b6">grpc::SecureCallCredentials</a></div><div class="ttdeci">::grpc_impl::SecureCallCredentials SecureCallCredentials</div><div class="ttdef"><b>Definition:</b> credentials.h:29</div></div>
- <div class="ttc" id="astructgrpc__impl_1_1_ssl_credentials_options_html_a3315b434219f4041b502c7fc4363d50f"><div class="ttname"><a href="structgrpc__impl_1_1_ssl_credentials_options.html#a3315b434219f4041b502c7fc4363d50f">grpc_impl::SslCredentialsOptions::pem_private_key</a></div><div class="ttdeci">grpc::string pem_private_key</div><div class="ttdoc">The buffer containing the PEM encoding of the client's private key.</div><div class="ttdef"><b>Definition:</b> credentials_impl.h:145</div></div>
- <div class="ttc" id="aclassgrpc__impl_1_1_call_credentials_html_a979f9bb0d97c002a7d8f4213a68186f2"><div class="ttname"><a href="classgrpc__impl_1_1_call_credentials.html#a979f9bb0d97c002a7d8f4213a68186f2">grpc_impl::CallCredentials::AsSecureCredentials</a></div><div class="ttdeci">virtual SecureCallCredentials * AsSecureCredentials()=0</div></div>
- <div class="ttc" id="aclassgrpc_1_1_status_html"><div class="ttname"><a href="classgrpc_1_1_status.html">grpc::Status</a></div><div class="ttdoc">Did it work? If it didn't, why?</div><div class="ttdef"><b>Definition:</b> status.h:31</div></div>
- <div class="ttc" id="aclassgrpc__impl_1_1_call_credentials_html_ab603d68f9c9387554aa756b27b6b7359"><div class="ttname"><a href="classgrpc__impl_1_1_call_credentials.html#ab603d68f9c9387554aa756b27b6b7359">grpc_impl::CallCredentials::CompositeChannelCredentials</a></div><div class="ttdeci">friend std::shared_ptr< ChannelCredentials > CompositeChannelCredentials(const std::shared_ptr< ChannelCredentials > &channel_creds, const std::shared_ptr< CallCredentials > &call_creds)</div><div class="ttdoc">Combines a channel credentials and a call credentials into a composite channel credentials.</div><div class="ttdef"><b>Definition:</b> credentials.h:77</div></div>
- <div class="ttc" id="anamespacegrpc_html_a0fb985b4797b9d239bc8164ed1bad223"><div class="ttname"><a href="namespacegrpc.html#a0fb985b4797b9d239bc8164ed1bad223">grpc::ChannelArguments</a></div><div class="ttdeci">::grpc_impl::ChannelArguments ChannelArguments</div><div class="ttdef"><b>Definition:</b> channel_arguments.h:32</div></div>
- <div class="ttc" id="anamespacegrpc__impl_1_1experimental_html_aede3f7e0584dea73197d2913b0a4defe"><div class="ttname"><a href="namespacegrpc__impl_1_1experimental.html#aede3f7e0584dea73197d2913b0a4defe">grpc_impl::experimental::StsCredentialsOptionsFromEnv</a></div><div class="ttdeci">grpc::Status StsCredentialsOptionsFromEnv(StsCredentialsOptions *options)</div><div class="ttdoc">Creates STS credentials options from the $STS_CREDENTIALS environment variable.</div></div>
- <div class="ttc" id="aclassgrpc__impl_1_1experimental_1_1_tls_credentials_options_html"><div class="ttname"><a href="classgrpc__impl_1_1experimental_1_1_tls_credentials_options.html">grpc_impl::experimental::TlsCredentialsOptions</a></div><div class="ttdoc">TLS credentials options, wrapper for grpc_tls_credentials_options.</div><div class="ttdef"><b>Definition:</b> tls_credentials_options.h:279</div></div>
- <div class="ttc" id="astructgrpc__impl_1_1experimental_1_1_alts_credentials_options_html_a51caf7edc34ec2f5c30c6d7aca619e75"><div class="ttname"><a href="structgrpc__impl_1_1experimental_1_1_alts_credentials_options.html#a51caf7edc34ec2f5c30c6d7aca619e75">grpc_impl::experimental::AltsCredentialsOptions::target_service_accounts</a></div><div class="ttdeci">std::vector< grpc::string > target_service_accounts</div><div class="ttdoc">service accounts of target endpoint that will be acceptable by the client.</div><div class="ttdef"><b>Definition:</b> credentials_impl.h:340</div></div>
- <div class="ttc" id="aclassgrpc__impl_1_1_metadata_credentials_plugin_html"><div class="ttname"><a href="classgrpc__impl_1_1_metadata_credentials_plugin.html">grpc_impl::MetadataCredentialsPlugin</a></div><div class="ttdoc">User defined metadata credentials.</div><div class="ttdef"><b>Definition:</b> credentials_impl.h:236</div></div>
- <div class="ttc" id="aclassgrpc__impl_1_1_call_credentials_html_abf4cae2608031b348bc528248f6e24e0"><div class="ttname"><a href="classgrpc__impl_1_1_call_credentials.html#abf4cae2608031b348bc528248f6e24e0">grpc_impl::CallCredentials::DebugString</a></div><div class="ttdeci">virtual grpc::string DebugString()</div><div class="ttdef"><b>Definition:</b> credentials_impl.h:118</div></div>
- <div class="ttc" id="astructgrpc__impl_1_1_ssl_credentials_options_html"><div class="ttname"><a href="structgrpc__impl_1_1_ssl_credentials_options.html">grpc_impl::SslCredentialsOptions</a></div><div class="ttdoc">Options used to build SslCredentials.</div><div class="ttdef"><b>Definition:</b> credentials_impl.h:135</div></div>
- <div class="ttc" id="anamespacegrpc__impl_html_aa295989df52aba9b0ec29f1a7cb95855"><div class="ttname"><a href="namespacegrpc__impl.html#aa295989df52aba9b0ec29f1a7cb95855">grpc_impl::SslCredentials</a></div><div class="ttdeci">std::shared_ptr< ChannelCredentials > SslCredentials(const SslCredentialsOptions &options)</div><div class="ttdoc">Builds SSL Credentials given SSL specific options.</div></div>
- <div class="ttc" id="agrpc__types_8h_html_a122f8f4f0a585396d993d9b55848f222"><div class="ttname"><a href="grpc__types_8h.html#a122f8f4f0a585396d993d9b55848f222">grpc_call</a></div><div class="ttdeci">struct grpc_call grpc_call</div><div class="ttdoc">A Call represents an RPC.</div><div class="ttdef"><b>Definition:</b> grpc_types.h:70</div></div>
- <div class="ttc" id="astructgrpc__impl_1_1experimental_1_1_sts_credentials_options_html"><div class="ttname"><a href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html">grpc_impl::experimental::StsCredentialsOptions</a></div><div class="ttdoc">Options for creating STS Oauth Token Exchange credentials following the IETF draft https://tools....</div><div class="ttdef"><b>Definition:</b> credentials_impl.h:272</div></div>
- <div class="ttc" id="astructgrpc__impl_1_1experimental_1_1_sts_credentials_options_html_a0ad4710e90fde220a91b825d4853d6eb"><div class="ttname"><a href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html#a0ad4710e90fde220a91b825d4853d6eb">grpc_impl::experimental::StsCredentialsOptions::scope</a></div><div class="ttdeci">grpc::string scope</div><div class="ttdef"><b>Definition:</b> credentials_impl.h:276</div></div>
- <div class="ttc" id="anamespacegrpc__impl_html_a0af0e855f421fdb8fb657aec0e6afdfd"><div class="ttname"><a href="namespacegrpc__impl.html#a0af0e855f421fdb8fb657aec0e6afdfd">grpc_impl::CreateCustomChannelImpl</a></div><div class="ttdeci">std::shared_ptr<::grpc::Channel > CreateCustomChannelImpl(const grpc::string &target, const std::shared_ptr<::grpc::ChannelCredentials > &creds, const ::grpc::ChannelArguments &args)</div><div class="ttdoc">Create a new custom Channel pointing to target.</div></div>
- <div class="ttc" id="achannel__arguments__impl_8h_html"><div class="ttname"><a href="channel__arguments__impl_8h.html">channel_arguments_impl.h</a></div></div>
- <div class="ttc" id="aclassgrpc_1_1_auth_context_html"><div class="ttname"><a href="classgrpc_1_1_auth_context.html">grpc::AuthContext</a></div><div class="ttdoc">Class encapsulating the Authentication Information.</div><div class="ttdef"><b>Definition:</b> auth_context.h:65</div></div>
- <div class="ttc" id="aclassgrpc__impl_1_1_channel_arguments_html"><div class="ttname"><a href="classgrpc__impl_1_1_channel_arguments.html">grpc_impl::ChannelArguments</a></div><div class="ttdoc">Options for channel creation.</div><div class="ttdef"><b>Definition:</b> channel_arguments_impl.h:43</div></div>
- <div class="ttc" id="aclassgrpc__impl_1_1_metadata_credentials_plugin_html_ac064c256ad6577cd200df972d56c24bf"><div class="ttname"><a href="classgrpc__impl_1_1_metadata_credentials_plugin.html#ac064c256ad6577cd200df972d56c24bf">grpc_impl::MetadataCredentialsPlugin::GetType</a></div><div class="ttdeci">virtual const char * GetType() const</div><div class="ttdoc">Type of credentials this plugin is implementing.</div><div class="ttdef"><b>Definition:</b> credentials_impl.h:245</div></div>
- <div class="ttc" id="aclassgrpc__impl_1_1_call_credentials_html_a064b061a7e2a80e1d6466addd8600779"><div class="ttname"><a href="classgrpc__impl_1_1_call_credentials.html#a064b061a7e2a80e1d6466addd8600779">grpc_impl::CallCredentials::CompositeCallCredentials</a></div><div class="ttdeci">friend std::shared_ptr< CallCredentials > CompositeCallCredentials(const std::shared_ptr< CallCredentials > &creds1, const std::shared_ptr< CallCredentials > &creds2)</div><div class="ttdoc">Combines two call credentials objects into a composite call credentials.</div><div class="ttdef"><b>Definition:</b> credentials.h:84</div></div>
- <div class="ttc" id="anamespacegrpc__impl_1_1experimental_html_a83d31778cd73e3b708d8cd422038c09b"><div class="ttname"><a href="namespacegrpc__impl_1_1experimental.html#a83d31778cd73e3b708d8cd422038c09b">grpc_impl::experimental::StsCredentialsOptionsFromJson</a></div><div class="ttdeci">grpc::Status StsCredentialsOptionsFromJson(const grpc::string &json_string, StsCredentialsOptions *options)</div><div class="ttdoc">Creates STS Options from a JSON string.</div></div>
- <div class="ttc" id="aimpl_2codegen_2client__interceptor_8h_html"><div class="ttname"><a href="impl_2codegen_2client__interceptor_8h.html">client_interceptor.h</a></div></div>
- <div class="ttc" id="agrpcpp_2impl_2codegen_2grpc__library_8h_html"><div class="ttname"><a href="grpcpp_2impl_2codegen_2grpc__library_8h.html">grpc_library.h</a></div></div>
- <div class="ttc" id="astructgrpc__impl_1_1experimental_1_1_alts_credentials_options_html"><div class="ttname"><a href="structgrpc__impl_1_1experimental_1_1_alts_credentials_options.html">grpc_impl::experimental::AltsCredentialsOptions</a></div><div class="ttdoc">Options used to build AltsCredentials.</div><div class="ttdef"><b>Definition:</b> credentials_impl.h:336</div></div>
- <div class="ttc" id="aclassgrpc__impl_1_1_metadata_credentials_plugin_html_a99e59926089444f1ece3c7d28deca1b8"><div class="ttname"><a href="classgrpc__impl_1_1_metadata_credentials_plugin.html#a99e59926089444f1ece3c7d28deca1b8">grpc_impl::MetadataCredentialsPlugin::IsBlocking</a></div><div class="ttdeci">virtual bool IsBlocking() const</div><div class="ttdoc">If this method returns true, the Process function will be scheduled in a different thread from the on...</div><div class="ttdef"><b>Definition:</b> credentials_impl.h:242</div></div>
- <div class="ttc" id="agrpc__security__constants_8h_html_a3c3165c49cd7a359ddb8656aae7e9dd6"><div class="ttname"><a href="grpc__security__constants_8h.html#a3c3165c49cd7a359ddb8656aae7e9dd6">grpc_security_level</a></div><div class="ttdeci">grpc_security_level</div><div class="ttdef"><b>Definition:</b> grpc_security_constants.h:114</div></div>
- <div class="ttc" id="anamespacegrpc_html_a1870277cca7ed6ebac824ea43d6da689"><div class="ttname"><a href="namespacegrpc.html#a1870277cca7ed6ebac824ea43d6da689">grpc::SecureChannelCredentials</a></div><div class="ttdeci">::grpc_impl::SecureChannelCredentials SecureChannelCredentials</div><div class="ttdef"><b>Definition:</b> credentials.h:30</div></div>
- <div class="ttc" id="anamespacegrpc_html_a342736b8414b0f55bf7154e0ddfaddd2"><div class="ttname"><a href="namespacegrpc.html#a342736b8414b0f55bf7154e0ddfaddd2">grpc::CallCredentials</a></div><div class="ttdeci">::grpc_impl::CallCredentials CallCredentials</div><div class="ttdef"><b>Definition:</b> credentials.h:27</div></div>
- <div class="ttc" id="anamespacegrpc__impl_html_a326eea880361ad2aa40dd87af6d64812"><div class="ttname"><a href="namespacegrpc__impl.html#a326eea880361ad2aa40dd87af6d64812">grpc_impl::CompositeCallCredentials</a></div><div class="ttdeci">std::shared_ptr< CallCredentials > CompositeCallCredentials(const std::shared_ptr< CallCredentials > &creds1, const std::shared_ptr< CallCredentials > &creds2)</div><div class="ttdoc">Combines two call credentials objects into a composite call credentials.</div><div class="ttdef"><b>Definition:</b> credentials.h:84</div></div>
- <div class="ttc" id="aclassgrpc_1_1experimental_1_1_client_interceptor_factory_interface_html"><div class="ttname"><a href="classgrpc_1_1experimental_1_1_client_interceptor_factory_interface.html">grpc::experimental::ClientInterceptorFactoryInterface</a></div><div class="ttdef"><b>Definition:</b> client_interceptor.h:49</div></div>
- <div class="ttc" id="agrpc__security__constants_8h_html"><div class="ttname"><a href="grpc__security__constants_8h.html">grpc_security_constants.h</a></div></div>
- <div class="ttc" id="anamespacegrpc__impl_html_aa00f53af2d448ba0fc29b232fa870b6a"><div class="ttname"><a href="namespacegrpc__impl.html#aa00f53af2d448ba0fc29b232fa870b6a">grpc_impl::GoogleIAMCredentials</a></div><div class="ttdeci">std::shared_ptr< CallCredentials > GoogleIAMCredentials(const grpc::string &authorization_token, const grpc::string &authority_selector)</div><div class="ttdoc">Builds IAM credentials.</div></div>
- <div class="ttc" id="anamespacegrpc_html_ab04a87625da3bf85cdaf5e7856b00203"><div class="ttname"><a href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a></div><div class="ttdeci">std::string string</div><div class="ttdef"><b>Definition:</b> config.h:35</div></div>
- <div class="ttc" id="astructgrpc__impl_1_1_ssl_credentials_options_html_a0a00552b843196f3e62eb6d904cff8fc"><div class="ttname"><a href="structgrpc__impl_1_1_ssl_credentials_options.html#a0a00552b843196f3e62eb6d904cff8fc">grpc_impl::SslCredentialsOptions::pem_root_certs</a></div><div class="ttdeci">grpc::string pem_root_certs</div><div class="ttdoc">The buffer containing the PEM encoding of the server root certificates.</div><div class="ttdef"><b>Definition:</b> credentials_impl.h:141</div></div>
- <div class="ttc" id="astructgrpc__impl_1_1experimental_1_1_sts_credentials_options_html_adc8c623c8fb15088813bb9f31793275e"><div class="ttname"><a href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html#adc8c623c8fb15088813bb9f31793275e">grpc_impl::experimental::StsCredentialsOptions::actor_token_type</a></div><div class="ttdeci">grpc::string actor_token_type</div><div class="ttdef"><b>Definition:</b> credentials_impl.h:281</div></div>
- <div class="ttc" id="anamespacegrpc__impl_html"><div class="ttname"><a href="namespacegrpc__impl.html">grpc_impl</a></div><div class="ttdoc">An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided ...</div><div class="ttdef"><b>Definition:</b> alarm_impl.h:33</div></div>
- <div class="ttc" id="aclassgrpc__impl_1_1_channel_credentials_html"><div class="ttname"><a href="classgrpc__impl_1_1_channel_credentials.html">grpc_impl::ChannelCredentials</a></div><div class="ttdoc">A channel credentials object encapsulates all the state needed by a client to authenticate with a ser...</div><div class="ttdef"><b>Definition:</b> credentials_impl.h:66</div></div>
- <div class="ttc" id="anamespacegrpc__impl_html_a716b62a52c430203845d1cb842937941"><div class="ttname"><a href="namespacegrpc__impl.html#a716b62a52c430203845d1cb842937941">grpc_impl::GoogleDefaultCredentials</a></div><div class="ttdeci">std::shared_ptr< ChannelCredentials > GoogleDefaultCredentials()</div><div class="ttdoc">Builds credentials with reasonable defaults.</div></div>
- <div class="ttc" id="anamespacegrpc__impl_1_1experimental_html_a64ae0296aed5117e1eb5c48bbed67604"><div class="ttname"><a href="namespacegrpc__impl_1_1experimental.html#a64ae0296aed5117e1eb5c48bbed67604">grpc_impl::experimental::LocalCredentials</a></div><div class="ttdeci">std::shared_ptr< ChannelCredentials > LocalCredentials(grpc_local_connect_type type)</div><div class="ttdoc">Builds Local Credentials.</div></div>
- <div class="ttc" id="astructgrpc__impl_1_1experimental_1_1_sts_credentials_options_html_a8569e83653d70105ede0c97e22d2f357"><div class="ttname"><a href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html#a8569e83653d70105ede0c97e22d2f357">grpc_impl::experimental::StsCredentialsOptions::audience</a></div><div class="ttdeci">grpc::string audience</div><div class="ttdef"><b>Definition:</b> credentials_impl.h:275</div></div>
- <div class="ttc" id="astructgrpc__impl_1_1experimental_1_1_sts_credentials_options_html_abffb23437a4eea82f5c017edc114aeb8"><div class="ttname"><a href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html#abffb23437a4eea82f5c017edc114aeb8">grpc_impl::experimental::StsCredentialsOptions::subject_token_type</a></div><div class="ttdeci">grpc::string subject_token_type</div><div class="ttdef"><b>Definition:</b> credentials_impl.h:279</div></div>
- <div class="ttc" id="aclassgrpc__impl_1_1_metadata_credentials_plugin_html_a0061d1d4c594b4c7828456e35d0d1a9f"><div class="ttname"><a href="classgrpc__impl_1_1_metadata_credentials_plugin.html#a0061d1d4c594b4c7828456e35d0d1a9f">grpc_impl::MetadataCredentialsPlugin::DebugString</a></div><div class="ttdeci">virtual grpc::string DebugString()</div><div class="ttdef"><b>Definition:</b> credentials_impl.h:257</div></div>
- <div class="ttc" id="anamespacegrpc__impl_html_ac0597900fb34b4b05c81d64222f977ab"><div class="ttname"><a href="namespacegrpc__impl.html#ac0597900fb34b4b05c81d64222f977ab">grpc_impl::ServiceAccountJWTAccessCredentials</a></div><div class="ttdeci">std::shared_ptr< CallCredentials > ServiceAccountJWTAccessCredentials(const grpc::string &json_key, long token_lifetime_seconds=grpc_impl::kMaxAuthTokenLifetimeSecs)</div><div class="ttdoc">Builds Service Account JWT Access credentials.</div></div>
- <div class="ttc" id="aclassgrpc__impl_1_1_call_credentials_html"><div class="ttname"><a href="classgrpc__impl_1_1_call_credentials.html">grpc_impl::CallCredentials</a></div><div class="ttdoc">A call credentials object encapsulates the state needed by a client to authenticate with a server for...</div><div class="ttdef"><b>Definition:</b> credentials_impl.h:111</div></div>
- <div class="ttc" id="anamespacegrpc__impl_1_1experimental_html_a451bdb10d6605054a44c6dc39b233ddc"><div class="ttname"><a href="namespacegrpc__impl_1_1experimental.html#a451bdb10d6605054a44c6dc39b233ddc">grpc_impl::experimental::AltsCredentials</a></div><div class="ttdeci">std::shared_ptr< ChannelCredentials > AltsCredentials(const AltsCredentialsOptions &options)</div><div class="ttdoc">Builds ALTS Credentials given ALTS specific options.</div></div>
- <div class="ttc" id="astructgrpc__impl_1_1experimental_1_1_sts_credentials_options_html_aecb3f18700d93fe35f52982f333ce182"><div class="ttname"><a href="structgrpc__impl_1_1experimental_1_1_sts_credentials_options.html#aecb3f18700d93fe35f52982f333ce182">grpc_impl::experimental::StsCredentialsOptions::requested_token_type</a></div><div class="ttdeci">grpc::string requested_token_type</div><div class="ttdef"><b>Definition:</b> credentials_impl.h:277</div></div>
- <div class="ttc" id="agrpcpp_2security_2auth__context_8h_html"><div class="ttname"><a href="grpcpp_2security_2auth__context_8h.html">auth_context.h</a></div></div>
- <div class="ttc" id="agrpc__security__constants_8h_html_a31d00ce5c064e1fff4261a6d6298dc11"><div class="ttname"><a href="grpc__security__constants_8h.html#a31d00ce5c064e1fff4261a6d6298dc11">grpc_local_connect_type</a></div><div class="ttdeci">grpc_local_connect_type</div><div class="ttdoc">Type of local connections for which local channel/server credentials will be applied.</div><div class="ttdef"><b>Definition:</b> grpc_security_constants.h:140</div></div>
- <div class="ttc" id="aclassgrpc__impl_1_1_call_credentials_html_a6b757e177404ee4226ea2c7313e2fba9"><div class="ttname"><a href="classgrpc__impl_1_1_call_credentials.html#a6b757e177404ee4226ea2c7313e2fba9">grpc_impl::CallCredentials::ApplyToCall</a></div><div class="ttdeci">virtual bool ApplyToCall(grpc_call *call)=0</div><div class="ttdoc">Apply this instance's credentials to call.</div></div>
- <div class="ttc" id="agrpcpp_2support_2string__ref_8h_html"><div class="ttname"><a href="grpcpp_2support_2string__ref_8h.html">string_ref.h</a></div></div>
- <div class="ttc" id="astructgrpc__impl_1_1_ssl_credentials_options_html_aebf33c57acdbc3a11998370cc7b943dd"><div class="ttname"><a href="structgrpc__impl_1_1_ssl_credentials_options.html#aebf33c57acdbc3a11998370cc7b943dd">grpc_impl::SslCredentialsOptions::pem_cert_chain</a></div><div class="ttdeci">grpc::string pem_cert_chain</div><div class="ttdoc">The buffer containing the PEM encoding of the client's certificate chain.</div><div class="ttdef"><b>Definition:</b> credentials_impl.h:150</div></div>
- <!-- start footer part -->
- <hr class="footer"/><address class="footer"><small>
- Generated on Tue Jun 30 2020 18:16:57 for GRPC C++ by  <a href="http://www.doxygen.org/index.html">
- <img class="footer" src="doxygen.png" alt="doxygen"/>
- </a> 1.8.16
- </small></address>
- </body>
- </html>
|