GRPC C++  1.26.0
Public Member Functions
grpc_impl::SecureCallCredentials Class Referencefinal

#include <secure_credentials.h>

Public Member Functions

 SecureCallCredentials (grpc_call_credentials *c_creds)
 
 ~SecureCallCredentials ()
 
grpc_call_credentials * GetRawCreds ()
 
bool ApplyToCall (grpc_call *call) override
 Apply this instance's credentials to call. More...
 
SecureCallCredentialsAsSecureCredentials () override
 
- Public Member Functions inherited from grpc_impl::CallCredentials
 CallCredentials ()
 
 ~CallCredentials ()
 

Additional Inherited Members

Constructor & Destructor Documentation

◆ SecureCallCredentials()

grpc_impl::SecureCallCredentials::SecureCallCredentials ( grpc_call_credentials *  c_creds)
explicit

◆ ~SecureCallCredentials()

grpc_impl::SecureCallCredentials::~SecureCallCredentials ( )
inline

Member Function Documentation

◆ ApplyToCall()

bool grpc_impl::SecureCallCredentials::ApplyToCall ( grpc_call call)
overridevirtual

Apply this instance's credentials to call.

Implements grpc_impl::CallCredentials.

◆ AsSecureCredentials()

SecureCallCredentials* grpc_impl::SecureCallCredentials::AsSecureCredentials ( )
inlineoverridevirtual

◆ GetRawCreds()

grpc_call_credentials* grpc_impl::SecureCallCredentials::GetRawCreds ( )
inline

The documentation for this class was generated from the following files: