@class SFAutoUnlockManager, NSString, NSObject; @protocol OS_dispatch_queue, SFAuthenticationManagerDelegate; @interface SFAuthenticationManager : NSObject @property (readonly, nonatomic) SFAutoUnlockManager *autoUnlockManager; @property (readonly, nonatomic) NSObject *queue; @property (weak, nonatomic) id delegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)initWithQueue:(id)a0; - (BOOL)checkDynamicStoreForType:(unsigned long long)a0; - (BOOL)isSupportedForType:(unsigned long long)a0; - (id)disableForType:(unsigned long long)a0 device:(id)a1; - (id)enableForType:(unsigned long long)a0 device:(id)a1 passcode:(id)a2; - (BOOL)isEnabledForType:(unsigned long long)a0; - (id)dynamicStorePathForType:(unsigned long long)a0; - (void)listEligibleDevicesForType:(unsigned long long)a0 completionHandler:(id /* block */)a1; - (void)beganAttemptWithDevice:(id)a0; - (void)completedAuthenticationSessionWithID:(id)a0; - (void)manager:(id)a0 beganAttemptWithDevice:(id)a1; - (id)authenticateForType:(unsigned long long)a0; - (void)enabledAuthenticationSessionWithID:(id)a0; - (void)failedToEnableDevice:(id)a0 error:(id)a1; - (void)startedAuthenticationSessionWithID:(id)a0; - (void)failedToEnableDeviceForSessionID:(id)a0 error:(id)a1; - (void)failedAuthenticationSessionWithID:(id)a0 error:(id)a1; - (void).cxx_destruct; - (void)cancelAuthenticationSessionWithID:(id)a0; - (void)keyDeviceLocked:(id)a0; - (void)failedUnlockWithError:(id)a0; - (void)manager:(id)a0 failedAttemptWithError:(id)a1; - (void)completedUnlockWithDevice:(id)a0; - (void)manager:(id)a0 completedUnlockWithDevice:(id)a1; - (void)enabledDevice:(id)a0; - (BOOL)declinedToEnableForType:(unsigned long long)a0; @end