CBLClientCertificateAuthenticator
@interface CBLClientCertificateAuthenticator : CBLAuthenticatorENTERPRISE EDITION ONLY.
An authenticator that presents a client certificate to the server during the initial SSL/TLS handshake. This is currently used for authenticating with CBLURLEndpointListener only.
- 
                  
                  The identity object containing a key pair and certificate that represents the client’s identity. DeclarationObjective-C @property (nonatomic, readonly) CBLTLSIdentity *_Nonnull identity;
- 
                  
                  Initializes with an identity object containing a key pair and certificate that represents the client’s identity. DeclarationObjective-C - (nonnull instancetype)initWithIdentity:(nonnull CBLTLSIdentity *)identity;
- 
                  
                  Not available DeclarationObjective-C - (nonnull instancetype)init;
 CBLClientCertificateAuthenticator Class Reference
        CBLClientCertificateAuthenticator Class Reference