GRPC Objective-C  1.26.0
Class Methods
GRPCCall(ChannelCredentials) Category Reference

The interface is deprecated. More...

#import <GRPCCall+ChannelCredentials.h>

Class Methods

(BOOL) + setTLSPEMRootCerts:forHost:error:
 
(BOOL) + setTLSPEMRootCerts:withPrivateKey:withCertChain:forHost:error:
 

Detailed Description

The interface is deprecated.

Please use GRPCCallOptions instead for corresponding configurations.

Method Documentation

◆ setTLSPEMRootCerts:forHost:error:()

+ (BOOL) setTLSPEMRootCerts: (nullable NSString *)  pemRootCert
forHost: (nonnull NSString *)  host
error: (NSError *_Nullable *_Nullable)  errorPtr 

Extends class GRPCCall.

◆ setTLSPEMRootCerts:withPrivateKey:withCertChain:forHost:error:()

+ (BOOL) setTLSPEMRootCerts: (nullable NSString *)  pemRootCerts
withPrivateKey: (nullable NSString *)  pemPrivateKey
withCertChain: (nullable NSString *)  pemCertChain
forHost: (nonnull NSString *)  host
error: (NSError *_Nullable *_Nullable)  errorPtr 

Extends class GRPCCall.


The documentation for this category was generated from the following file: