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.
- 
                  
                  
Unavailable
Not available
Declaration
Objective-C
- (instancetype)init; 
        CBLAuthenticator Class Reference