Class Methods | List of all members
GRPCCall(ChannelCredentials) Category Reference

#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.

Definition at line 24 of file GRPCCall+ChannelCredentials.h.

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:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:46