class CallCredentials  
 More...
◆ createComposite()
  
  
      
        
          | static Grpc\CallCredentials::createComposite  | 
          ( | 
            | 
          $cred1_obj,  | 
         
        
           | 
           | 
            | 
          $cred2_obj  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
Create composite credentials from two existing credentials. 
- Parameters
 - 
  
  
 
- Returns
 - CallCredentials The new composite credentials object 
 
 
 
◆ createFromPlugin()
  
  
      
        
          | static Grpc\CallCredentials::createFromPlugin  | 
          ( | 
            | 
          $fci | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Create a call credentials object from the plugin API. 
- Parameters
 - 
  
    | function | $fci | The callback function  | 
  
   
- Returns
 - CallCredentials The new call credentials object 
 
 
 
The documentation for this class was generated from the following file: