31 password: (NSString*)password;
43 + (id<
CBLAuthenticator>) personaAuthenticatorWithAssertion: (NSString*)assertion;
49 + (id<
CBLAuthenticator>) OAuth1AuthenticatorWithConsumerKey: (NSString*)consumerKey
50 consumerSecret: (NSString*)consumerSecret
51 token: (NSString*)token
52 tokenSecret: (NSString*)tokenSecret
53 signatureMethod: (NSString*)signatureMethod;
58 + (id<
CBLAuthenticator>) SSLClientCertAuthenticatorWithIdentity: (SecIdentityRef)identity
59 supportingCerts: (
nullable NSArray*)certs;
#define NS_ASSUME_NONNULL_BEGIN
Definition: CBLBase.h:20
#define nullable
Definition: CBLBase.h:22
#define NS_ASSUME_NONNULL_END
Definition: CBLBase.h:21
The CBLAuthenticator class provides factory methods for creating authenticator objects, for use with the .authenticator property of a CBLReplication.
Definition: CBLAuthenticator.h:25
instancetype NS_UNAVAILABLE()