#define NS_ASSUME_NONNULL_BEGIN
Definition: CBLBase.h:20
#define __nullable
Definition: CBLBase.h:23
#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
NS_ASSUME_NONNULL_BEGIN typedef void(^ CBLOIDCLoginContinuation)(NSURL *__nullable redirectedURL, NSError *__nullable error)
Callback that will be passed to your CBLOIDCLoginCallback.
void(^ CBLOIDCLoginCallback)(NSURL *loginURL, NSURL *redirectURL, CBLOIDCLoginContinuation)
Callback block given when creating an OpenID Connect authenticator.
Definition: CBLAuthenticator+OpenID.h:48
Definition: CBLAuthenticator+OpenID.h:51