luxlabs header browser preview


@class AARemoteServerConfigurationCache, NSString, AAURLSession, NSObject;
@protocol OS_dispatch_queue;

@interface AARemoteServer : NSObject <AARemoteServerProtocol> {
    struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } _configurationLock;
    NSObject<OS_dispatch_queue> *_configurationQueue;
    AARemoteServerConfigurationCache *_configurationCache;
}

@property (class, readonly) AARemoteServer *sharedServer;
@property (class, readonly) AARemoteServer *sharedServerWithNoUrlCache;

@property (retain, nonatomic) AAURLSession *session;
@property (readonly, nonatomic) AAURLSession *signingSession;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void)_startRequest:(id)a0 responseClass:(Class)a1 mainThread:(BOOL)a2 completion:(id /* block */)a3;
- (id)_bodyDictionaryWithProtocolVersion:(id)a0;
- (id)init;
- (id)_configurationLock_configurationCacheInvalidatingIfNecessary;
- (void)_configurationAndResponseWithCompletion:(id /* block */)a0;
- (void)_setConfigurationCache:(id)a0;
- (id)_redactedBodyStringWithPropertyList:(id)a0;
- (void)configurationWithCompletion:(id /* block */)a0;
- (void).cxx_destruct;
- (id)_initRequiringUrlCache:(BOOL)a0;
- (void)loginDelegates:(id)a0 parameters:(id)a1 completion:(id /* block */)a2;
- (id)_newURLRequestWithURLString:(id)a0;
- (id)_configurationCacheInvalidatingIfNecessary;
- (void)registerAccount:(id)a0 withHSA:(BOOL)a1 completion:(id /* block */)a2;
- (id)_redactedHeadersFromHTTPHeaders:(id)a0;
- (void)_fetchConfigurationAndResponseWithCompletion:(id /* block */)a0;
- (void)authenticateAccount:(id)a0 completion:(id /* block */)a1;

@end