CBLListenerCertificateAuthenticator

@interface CBLListenerCertificateAuthenticator
    : NSObject <CBLListenerAuthenticator>

ENTERPRISE EDITION ONLY.

Certificate Authenticator for the CBLURLEndpointListener.

  • Initialize with the root certificates to trust when verifying client certificates

    Declaration

    Objective-C

    - (nonnull instancetype)initWithRootCerts:(nonnull NSArray *)certs;
  • Initialize with a certificate authenticator block for verifying client certificates

    Declaration

    Objective-C

    - (nonnull instancetype)initWithBlock:
        (nonnull CBLListenerCertificateAuthenticatorBlock)authBlock;