CBLListenerPasswordAuthenticator
@interface CBLListenerPasswordAuthenticator
: NSObject <CBLListenerAuthenticator>
ENTERPRISE EDITION ONLY.
Password Authenticator for the CBLURLEndpointListener.
-
Initialize with a password authenticator block for verifying client credentials
Declaration
Objective-C
- (nonnull instancetype)initWithBlock: (nonnull CBLListenerPasswordAuthenticatorBlock)authBlock;