#import <GRPCCall+ChannelCredentials.h>
Class Methods | |
(BOOL) | + setTLSPEMRootCerts:forHost:error: |
(BOOL) | + setTLSPEMRootCerts:withPrivateKey:withCertChain:forHost:error: |
The interface is deprecated. Please use GRPCCallOptions instead for corresponding configurations.
Definition at line 24 of file GRPCCall+ChannelCredentials.h.
+ (BOOL) setTLSPEMRootCerts: | (nullable NSString *) | pemRootCert | |
forHost: | (nonnull NSString *) | host | |
error: | (NSError *_Nullable *_Nullable) | errorPtr | |
Extends class GRPCCall.
+ (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.