CBLClientCertificateAuthenticator
@interface CBLClientCertificateAuthenticator : CBLAuthenticator
ENTERPRISE 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.
Declaration
Objective-C
@property (nonatomic, readonly) CBLTLSIdentity *_Nonnull identity;
-
Initializes with an identity object containing a key pair and certificate that represents the client’s identity.
Declaration
Objective-C
- (nonnull instancetype)initWithIdentity:(nonnull CBLTLSIdentity *)identity;
-
Not available
Declaration
Objective-C
- (nonnull instancetype)init;