call_creds_util.h
Go to the documentation of this file.
1 //
2 // Copyright 2022 gRPC authors.
3 //
4 // Licensed under the Apache License, Version 2.0 (the "License");
5 // you may not use this file except in compliance with the License.
6 // You may obtain a copy of the License at
7 //
8 // http://www.apache.org/licenses/LICENSE-2.0
9 //
10 // Unless required by applicable law or agreed to in writing, software
11 // distributed under the License is distributed on an "AS IS" BASIS,
12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 // See the License for the specific language governing permissions and
14 // limitations under the License.
15 //
16 
17 #ifndef GRPC_CORE_LIB_SECURITY_CREDENTIALS_CALL_CREDS_UTIL_H
18 #define GRPC_CORE_LIB_SECURITY_CREDENTIALS_CALL_CREDS_UTIL_H
19 
21 
22 #include <string>
23 
24 #include <grpc/grpc_security.h>
25 
28 
29 namespace grpc_core {
30 
31 // Helper function to construct service URL for jwt call creds.
33  const ClientMetadataHandle& initial_metadata,
35 
36 // Helper function to construct context for plugin call creds.
38  const ClientMetadataHandle& initial_metadata,
40 
41 } // namespace grpc_core
42 
43 #endif /* GRPC_CORE_LIB_SECURITY_CREDENTIALS_CALL_CREDS_UTIL_H */
grpc_call_credentials::GetRequestMetadataArgs
Definition: src/core/lib/security/credentials/credentials.h:196
grpc_core
Definition: call_metric_recorder.h:31
testing::internal::string
::std::string string
Definition: bloaty/third_party/protobuf/third_party/googletest/googletest/include/gtest/internal/gtest-port.h:881
grpc_security.h
credentials.h
asyncio_get_stats.args
args
Definition: asyncio_get_stats.py:40
grpc_core::MakeJwtServiceUrl
std::string MakeJwtServiceUrl(const ClientMetadataHandle &initial_metadata, const grpc_call_credentials::GetRequestMetadataArgs *args)
Definition: call_creds_util.cc:77
transport.h
grpc_core::MakePluginAuthMetadataContext
grpc_auth_metadata_context MakePluginAuthMetadataContext(const ClientMetadataHandle &initial_metadata, const grpc_call_credentials::GetRequestMetadataArgs *args)
Definition: call_creds_util.cc:83
grpc_core::ClientMetadataHandle
MetadataHandle< ClientMetadata > ClientMetadataHandle
Definition: transport.h:153
grpc_auth_metadata_context
Definition: grpc_security.h:391
port_platform.h


grpc
Author(s):
autogenerated on Thu Mar 13 2025 02:58:42