CBLAuthenticator
@interface CBLAuthenticator : NSObject
Authenticator objects provide server authentication credentials to the replicator. CBLAuthenticator is an abstract superclass; you must instantiate one of its subclasses. CBLAuthenticator is not meant to be subclassed by applications.
-
Not available
Declaration
Objective-C
- (instancetype)init;