luxlabs header browser preview


@class ACAccountType, NSMutableDictionary, ACAccountStore, NSObject;
@protocol OS_dispatch_queue;

@interface AKAccountManager : NSObject {
    NSObject<OS_dispatch_queue> *_accountQueue;
    ACAccountType *_authKitAccountType;
    struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } _authKitAccountTypeLock;
    ACAccountType *_appleIDAccountType;
    struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } _appleIDAccountTypeLock;
    ACAccountType *_iCloudAccountType;
    struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } _iCloudAccountTypeLock;
    ACAccountType *_iTunesAccountType;
    struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } _iTunesAccountTypeLock;
    struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } _accountTypeCacheLock;
    NSMutableDictionary *_accountTypeCache;
}

@property (class, readonly, nonatomic) AKAccountManager *sharedInstance;

@property (readonly, nonatomic) ACAccountType *appleIDAccountType;
@property (retain, nonatomic) ACAccountStore *store;
@property (readonly, nonatomic) ACAccountType *authKitAccountType;
@property (readonly, nonatomic) ACAccountType *iCloudAccountType;
@property (readonly, nonatomic) ACAccountType *iTunesAccountType;

+ (id)stringRepresentationForService:(long long)a0;
+ (id)personaIDIfCurrentPersonaIsDataSeparated;
+ (void)performWithinPersonaForAccount:(id)a0 withBlock:(id /* block */)a1;
+ (BOOL)isAccountsFrameworkAvailable;

- (void)_triggerSilentTTRFor:(unsigned long long)a0;
- (void)setFido:(BOOL)a0 forAccount:(id)a1;
- (id)additionalInfoForAccount:(id)a0;
- (void)updateAccountAccessTelemetryOptInTimestampForAccount:(id)a0 withOptIn:(BOOL)a1;
- (void)setUserUnderage:(BOOL)a0 forAccount:(id)a1;
- (void)setDeviceTrustRevoked:(BOOL)a0 forAccount:(id)a1;
- (id)iCloudAccountForAltDSID:(id)a0;
- (void)setConfigValue:(id)a0 forKey:(id)a1 forAccount:(id)a2;
- (id)serverExperimentalFeaturesForAccount:(id)a0;
- (BOOL)isBeneficiaryForAccount:(id)a0;
- (id)init;
- (id)authKitAccountWithAppleID:(id)a0;
- (void)setSelectedAuthorizationEmail:(id)a0 forAccount:(id)a1;
- (id)passkeyPresentForAccount:(id)a0;
- (BOOL)accountAccessTelemetryOptInForAccount:(id)a0;
- (id)transportableAuthKitAccount:(id)a0;
- (void)setPasskeysInKeychainCount:(id)a0 forAccount:(id)a1;
- (id)accountAccessTelemetryOptInDateForAccount:(id)a0;
- (long long)_serviceTypeForServiceNameString:(id)a0;
- (BOOL)canHaveBeneficiaryForAccount:(id)a0;
- (void)setPasskeyRegistrationAttemptDateForAccount:(id)a0 forAccount:(id)a1;
- (void)setCanHaveBeneficiary:(BOOL)a0 forAccount:(id)a1;
- (id)_altDSIDForiCloudAccount:(id)a0;
- (id)mostRecentlyUsedAuthKitAccount;
- (BOOL)selectedPrivateEmailForAccount:(id)a0;
- (void)setFamilyName:(id)a0 forAccount:(id)a1;
- (BOOL)demoAccountForAccount:(id)a0;
- (id)telemetryDeviceSessionIDForAccount:(id)a0;
- (void)setPasskeyPresent:(BOOL)a0 forAccount:(id)a1;
- (void)setNotificationEmail:(id)a0 forAccount:(id)a1;
- (id)passwordResetTokenBackupForAccount:(id)a0;
- (id)preferredAccountUsingStoreServiceFromAccounts:(id)a0;
- (void)setPasskeysDeletionAttemptDate:(id)a0 forAccount:(id)a1;
- (void)setAuthorizationUsed:(BOOL)a0 forAccount:(id)a1;
- (void)_removeTokenForKeys:(id)a0 forAccount:(id)a1;
- (id)forwardingEmailForAccount:(id)a0;
- (BOOL)hasMDMForAccount:(id)a0;
- (BOOL)isAskToBuyForAccount:(id)a0;
- (void)setCanBeCustodian:(BOOL)a0 forAccount:(id)a1;
- (id)continuationTokenForAccount:(id)a0;
- (id)groupKitEligibilityForAccount:(id)a0;
- (void)setPasscodeAuthEnabled:(BOOL)a0 forAccount:(id)a1;
- (id)_serviceTypesForSecurityUpgrade;
- (id)allAuthKitAccounts;
- (void)setTrustedPhoneNumbers:(id)a0 forAccount:(id)a1;
- (void)updateAuthModeTimestampForAccount:(id)a0;
- (BOOL)canBeBeneficiaryForAccount:(id)a0;
- (BOOL)isNotificationEmailAvailableForAccount:(id)a0;
- (void)setHasMDM:(BOOL)a0 forAccount:(id)a1;
- (BOOL)_setUsername:(id)a0 forAccount:(id)a1;
- (BOOL)isPasscodeAuthEnabledForAccount:(id)a0;
- (BOOL)mdmInformationRequiredForAccount:(id)a0;
- (void)setMDMInformationRequired:(BOOL)a0 forAccount:(id)a1;
- (id)isSOSNeededForAccount:(id)a0;
- (id)ageOfMajorityForAccount:(id)a0;
- (void)setPasscodeAuth:(BOOL)a0 forAccount:(id)a1;
- (void)_clearRawPasswordForAccount:(id)a0;
- (void)setWebAccessEnabled:(BOOL)a0 forAccount:(id)a1;
- (void)setPrivateAttestationEnabled:(BOOL)a0 forAccount:(id)a1;
- (id)_iCloudAccountRequestingAuthorization;
- (id)custodianInfosForAccount:(id)a0;
- (void)setBeneficaryLastModified:(id)a0 forAccount:(id)a1;
- (void)setPhoneAsAppleID:(BOOL)a0 forAccount:(id)a1;
- (unsigned long long)authenticationModeForAccount:(id)a0;
- (void)setHasSOSActiveDevice:(BOOL)a0 forAccount:(id)a1;
- (id)passwordResetTokenForAccount:(id)a0;
- (id)buildCredentialWithTokens:(id)a0;
- (id)_defaultSecurityUpgradeServiceNames;
- (id)primaryAuthKitAccount;
- (BOOL)phoneAsAppleIDForAccount:(id)a0;
- (BOOL)authorizationUsedForAccount:(id)a0;
- (BOOL)setAccountAccessTelemetryOptIn:(BOOL)a0 forAccount:(id)a1 error:(id *)a2;
- (id)authKitAccountWithAltDSID:(id)a0;
- (void)setAliases:(id)a0 forAccount:(id)a1;
- (id)appleIDAccountWithAltDSID:(id)a0;
- (id)reachableEmailAddressesForAccount:(id)a0;
- (void)setVerifiedPrimaryEmail:(BOOL)a0 forAccount:(id)a1;
- (void)setAskToBuy:(BOOL)a0 forAccount:(id)a1;
- (BOOL)hasPrimaryiCloudAccountForAltDSID:(id)a0;
- (id)authKitAccountRequestingAuthorization;
- (id)passkeyEligibleForAccount:(id)a0;
- (void)setPrimaryEmailAddress:(id)a0 forAccount:(id)a1;
- (void)setConfigDataVersion:(id)a0 forAccount:(id)a1;
- (id)deviceListVersionForAccount:(id)a0;
- (BOOL)hasPersonaAvailableForAltDSID:(id)a0;
- (void)setPasskeyEligible:(BOOL)a0 forAccount:(id)a1;
- (id)iCloudAccountForAppleID:(id)a0;
- (BOOL)hasPrimaryiCloudAccountForAppleID:(id)a0;
- (id)authKitAccountWithDSID:(id)a0;
- (id)configValue:(id)a0 forAccount:(id)a1;
- (id)formattedUsernameForAccount:(id)a0;
- (id)activeServiceNamesForAccount:(id)a0;
- (id)webAccessEnabledForAccount:(id)a0;
- (id)servicesUsingAccount:(id)a0;
- (id)trustedPhoneNumbersForAccount:(id)a0;
- (id)selectedAuthorizationEmailForAccount:(id)a0;
- (void)setForwardingEmail:(id)a0 forAccount:(id)a1;
- (BOOL)needsRepairForAccount:(id)a0;
- (id)custodianListVersionForAccount:(id)a0;
- (void)setDeviceListVersion:(id)a0 forAccount:(id)a1;
- (void)updateSatoriWarmUpTimestampForAccount:(id)a0;
- (void)setCustodianEnabled:(BOOL)a0 forAccount:(id)a1;
- (id)preferredAccountUsingStoreService;
- (void)removeAllPasswordResetTokens;
- (id)managedOrganizationNameForAccount:(id)a0;
- (id)hearbeatTokenForAccount:(id)a0;
- (BOOL)isPrimaryiCloudAccount:(id)a0;
- (id)_iCloudAccountFromPersonaUniqueIdentifier:(id)a0;
- (void)setSelectedPrivateEmail:(BOOL)a0 forAccount:(id)a1;
- (id)aliasesForAccount:(id)a0;
- (void)setCustodianListVersion:(id)a0 forAccount:(id)a1;
- (BOOL)isDataSeparatedAccountForAltDSID:(id)a0;
- (id)primaryEmailAddressForAccount:(id)a0;
- (id)DSIDForAccount:(id)a0;
- (BOOL)deviceTrustRevokedForAccount:(id)a0;
- (unsigned long long)managedOrganizationTypeForAccount:(id)a0;
- (void)setGroupKitEligibility:(id)a0 forAccount:(id)a1;
- (BOOL)_isAccountEligibleForSecurityUpgrade:(id)a0 ofServiceType:(long long)a1;
- (void)updateUsername:(id)a0 forAccountsWithAltDSID:(id)a1;
- (void)setCanBeBeneficiary:(BOOL)a0 forAccount:(id)a1;
- (id)passwordResetTokenForAccount:(id)a0 error:(id *)a1;
- (void)setManagedOrganizationName:(id)a0 forAccount:(id)a1;
- (void)setBeneficiary:(BOOL)a0 forAccount:(id)a1;
- (BOOL)userIsSeniorForAccount:(id)a0;
- (id)passwordResetTokenBackupForAccount:(id)a0 error:(id *)a1;
- (void)setAuthenticationMode:(unsigned long long)a0 forAccount:(id)a1;
- (void)setUserIsSenior:(BOOL)a0 forAccount:(id)a1;
- (id)_tokenWithName:(id)a0 forAccount:(id)a1 error:(id *)a2;
- (BOOL)privateAttestationEnabledForAccount:(id)a0;
- (void)removeContinuationTokenForAccount:(id)a0;
- (id)loginHandlesForAccount:(id)a0;
- (id)hasModernRecoveryKeyForAccount:(id)a0;
- (id)masterTokenForAccount:(id)a0;
- (id)_matchingServiceAccountForAuthKitAccount:(id)a0 service:(long long)a1;
- (id)notificationEmailForAccount:(id)a0;
- (void)updateVerifiedEmail:(BOOL)a0 forAccountWithAltDSID:(id)a1;
- (BOOL)_shouldBlockAuthorizationForPersona:(id)a0;
- (BOOL)custodianEnabledForAccount:(id)a0;
- (void).cxx_destruct;
- (id)hearbeatTokenForAccount:(id)a0 error:(id *)a1;
- (void)setDemoAccount:(BOOL)a0 forAccount:(id)a1;
- (void)setSOSNeeded:(BOOL)a0 forAccount:(id)a1;
- (id)_aliasesForiCloudAccount:(id)a0;
- (void)setIsNotificationEmailAvailable:(BOOL)a0 forAccount:(id)a1;
- (id)givenNameForAccount:(id)a0;
- (void)removeMasterTokenForAccount:(id)a0;
- (id)continuationTokenForAccount:(id)a0 error:(id *)a1;
- (id)passkeysDeletionAttemptDateForAccount:(id)a0;
- (void)setAdditionalInfo:(id)a0 forAccount:(id)a1;
- (void)setCanHaveCustodian:(BOOL)a0 forAccount:(id)a1;
- (void)setLoginHandles:(id)a0 forAccount:(id)a1;
- (BOOL)isFulliCloudAccount:(id)a0;
- (BOOL)isPrimaryiCloudAccountEmailVerified:(id)a0;
- (id)beneficiaryListVersionForAccount:(id)a0;
- (id)passkeysInKeychainCountForAccount:(id)a0;
- (void)setSecurityLevel:(unsigned long long)a0 forAccount:(id)a1;
- (unsigned long long)securityLevelForAccount:(id)a0;
- (id)altDSIDForAuthKitAccountRequestingAuthorization;
- (id)_isSilentEscrowRecordRepairEnabledForAccount:(id)a0;
- (void)setHasModernRecoveryKey:(BOOL)a0 forAccount:(id)a1;
- (id)settingsServiceTokenForAccount:(id)a0;
- (id)accountsUsingService:(long long)a0;
- (BOOL)isManagedAppleIDForAccount:(id)a0;
- (void)setGivenName:(id)a0 forAccount:(id)a1;
- (void)setIsProximityAuthEligible:(BOOL)a0 forAccount:(id)a1;
- (id)_iCloudAccounts;
- (void)setTelemetryDeviceSessionID:(id)a0 forAccount:(id)a1;
- (BOOL)shouldUpdateAuthModeForAccount:(id)a0;
- (void)setSecurityKeys:(id)a0 forAccount:(id)a1;
- (BOOL)isFidoForAccount:(id)a0;
- (void)setAppleIDCountryCode:(id)a0 forAccount:(id)a1;
- (id)hasSOSActiveDeviceForAccount:(id)a0;
- (unsigned long long)signInPartitionForLivenessWithAltDSID:(id)a0;
- (BOOL)canHaveCustodianForAccount:(id)a0;
- (id)_accountTypeForServiceType:(long long)a0;
- (id)allTokensForAccount:(id)a0 error:(id *)a1;
- (id)altDSIDForAccount:(id)a0;
- (void)_removeAllRawPasswordCaches;
- (BOOL)shouldPerformSatoriWarmupVerificationForAccount:(id)a0;
- (void)setManagedOrganizationType:(unsigned long long)a0 forAccount:(id)a1;
- (id)combinedAliasesAndReachableEmailsForAccount:(id)a0;
- (void)setServerExperimentalFeatures:(id)a0 forAccount:(id)a1;
- (BOOL)isProximityAuthEligible:(id)a0;
- (id)personaUniqueStringForAltDSID:(id)a0;
- (BOOL)userUnderAgeForAccount:(id)a0;
- (void)setCustodianLastModified:(id)a0 forAccount:(id)a1;
- (id)accountTypeForTypeIdentifier:(id)a0;
- (void)setBirthYear:(id)a0 forAccount:(id)a1;
- (void)setBeneficiaryListVersion:(id)a0 forAccount:(id)a1;
- (id)appleIDAccountWithAppleID:(id)a0;
- (id)configDataVersionForAccount:(id)a0;
- (void)setAltDSID:(id)a0 forAccount:(id)a1;
- (void)_removeTokenKey:(id)a0 forAccount:(id)a1;
- (id)isSilentEscrowRecordRepairEnabledForAccount:(id)a0;
- (void)setMarkedForSignOut:(BOOL)a0 forAccount:(id)a1;
- (void)setReachableEmailAddresses:(id)a0 forAccount:(id)a1;
- (void)setRepairState:(unsigned long long)a0 forAccount:(id)a1;
- (void)setSilentEscrowRecordRepairEnabled:(id)a0 forAccount:(id)a1;
- (BOOL)accountIsSignedIntoServices:(id)a0;
- (BOOL)saveAccount:(id)a0 error:(id *)a1;
- (BOOL)isPasscodeAuthForAccount:(id)a0;
- (BOOL)verifiedPrimaryEmailForAccount:(id)a0;
- (id)passkeyRegistrationAttemptDateForAccount:(id)a0;
- (void)setAccount:(id)a0 inUse:(BOOL)a1 byService:(long long)a2;
- (id)altDSIDforPrimaryiCloudAccount;
- (unsigned long long)repairStateForAccount:(id)a0;
- (id)custodianLastModifiedForAccount:(id)a0;
- (id)securityKeysForAccount:(id)a0;
- (void)setCustodianInfos:(id)a0 forAccount:(id)a1;
- (id)primaryiCloudAccount;
- (id)beneficiaryLastModifiedForAccount:(id)a0;
- (void)setAgeOfMajority:(id)a0 forAccount:(id)a1;
- (BOOL)canBeCustodianForAccount:(id)a0;
- (id)appleIDCountryCodeForAccount:(id)a0;
- (id)accountEligibleForUpdate;
- (id)markedForSignOutForAccount:(id)a0;
- (void)setDSID:(id)a0 forAccount:(id)a1;
- (id)familyNameForAccount:(id)a0;
- (id)birthYearForAccount:(id)a0;

@end