@onairos/react-native 3.5.4 โ 3.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +423 -423
- package/lib/commonjs/api/index.js +1 -1
- package/lib/commonjs/assets/images/Checkbox.svg +3 -3
- package/lib/commonjs/assets/images/EnochE.svg +19 -19
- package/lib/commonjs/assets/images/OnairosNewLogo.png +0 -0
- package/lib/commonjs/assets/images/Personalityprofile.svg +3 -3
- package/lib/commonjs/assets/images/Personalitytraits.svg +3 -3
- package/lib/commonjs/assets/images/Userpreferences.svg +3 -3
- package/lib/commonjs/assets/images/arrow.svg +20 -20
- package/lib/commonjs/assets/images/basicproficon.svg +43 -43
- package/lib/commonjs/assets/images/basicprofile.svg +3 -3
- package/lib/commonjs/assets/images/checkmark.svg +4 -4
- package/lib/commonjs/assets/images/contentanalysis.svg +3 -3
- package/lib/commonjs/assets/images/contenticon.svg +23 -23
- package/lib/commonjs/assets/images/personalityicon.svg +18 -18
- package/lib/commonjs/assets/images/x-close.svg +3 -3
- package/lib/commonjs/components/BodyText.js +1 -1
- package/lib/commonjs/components/BrandMark.js +1 -1
- package/lib/commonjs/components/CodeInput.js +1 -1
- package/lib/commonjs/components/EmailInput.js +1 -1
- package/lib/commonjs/components/GoogleButton.js +1 -1
- package/lib/commonjs/components/HeadingGroup.js +1 -1
- package/lib/commonjs/components/LLMDataInputModal.js +1 -1
- package/lib/commonjs/components/ModalHeader.js +1 -1
- package/lib/commonjs/components/ModalSheet.js +1 -1
- package/lib/commonjs/components/Onairos.js +1 -1
- package/lib/commonjs/components/OnairosButton.js +1 -1
- package/lib/commonjs/components/OnairosSignInButton.js +1 -1
- package/lib/commonjs/components/Overlay.js +1 -1
- package/lib/commonjs/components/PersonaImage.js +1 -1
- package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
- package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
- package/lib/commonjs/components/PinCreationScreen.js +1 -1
- package/lib/commonjs/components/PinInput.js +1 -1
- package/lib/commonjs/components/PlatformConnectorsStep.js +3 -2
- package/lib/commonjs/components/PlatformList.js +1 -1
- package/lib/commonjs/components/PlatformToggle.js +1 -1
- package/lib/commonjs/components/PrimaryButton.js +1 -1
- package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
- package/lib/commonjs/components/SignInStep.js +1 -1
- package/lib/commonjs/components/UniversalOnboarding.js +2 -1
- package/lib/commonjs/components/VerificationStep.js +1 -1
- package/lib/commonjs/components/WelcomeScreen.js +2 -1
- package/lib/commonjs/components/icons/Basicproficon.js +1 -1
- package/lib/commonjs/components/icons/Basicprofile.js +1 -1
- package/lib/commonjs/components/icons/Checkbox.js +1 -1
- package/lib/commonjs/components/icons/Checkmark.js +1 -1
- package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
- package/lib/commonjs/components/icons/Contenticon.js +1 -1
- package/lib/commonjs/components/icons/EnochE.js +1 -1
- package/lib/commonjs/components/icons/Personalityicon.js +1 -1
- package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
- package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
- package/lib/commonjs/components/icons/Userpreferences.js +1 -1
- package/lib/commonjs/components/icons/index.js +1 -1
- package/lib/commonjs/components/onboarding/OAuthWebView.js +6 -2
- package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
- package/lib/commonjs/components/onboarding/PinInput.js +1 -1
- package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
- package/lib/commonjs/config/api.js +1 -1
- package/lib/commonjs/constants/index.js +1 -1
- package/lib/commonjs/context/AuthContext.js +1 -1
- package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
- package/lib/commonjs/hooks/useConnections.js +1 -1
- package/lib/commonjs/hooks/useCredentials.js +1 -1
- package/lib/commonjs/hooks/useUserConnections.js +1 -1
- package/lib/commonjs/index.js +5 -6
- package/lib/commonjs/services/SDK_API_KEY_VALIDATION.md +421 -421
- package/lib/commonjs/services/apiClient.js +1 -1
- package/lib/commonjs/services/apiKeyService.js +1 -1
- package/lib/commonjs/services/authService.js +1 -1
- package/lib/commonjs/services/biometricPinService.js +1 -1
- package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
- package/lib/commonjs/services/chatGPTConversationService.js +1 -1
- package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
- package/lib/commonjs/services/claudeConversationService.js +1 -1
- package/lib/commonjs/services/connectedAccountsService.js +1 -1
- package/lib/commonjs/services/googleAuthService.js +1 -1
- package/lib/commonjs/services/hingeDataExtractor.js +8 -0
- package/lib/commonjs/services/hingeDataService.js +9 -0
- package/lib/commonjs/services/imageCompressionService.js +1 -1
- package/lib/commonjs/services/instagramDataExtractor.js +8 -0
- package/lib/commonjs/services/instagramDataService.js +9 -0
- package/lib/commonjs/services/jwtStorageService.js +1 -1
- package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
- package/lib/commonjs/services/linkedinProfileService.js +1 -1
- package/lib/commonjs/services/linkedinScrapingService.js +1 -1
- package/lib/commonjs/services/llmDataStorage.js +1 -1
- package/lib/commonjs/services/mobileTrainingService.js +1 -1
- package/lib/commonjs/services/oauthService.js +1 -1
- package/lib/commonjs/services/pinEncryptionService.js +1 -1
- package/lib/commonjs/services/pinStorageUtils.js +1 -1
- package/lib/commonjs/services/platformAuthService.js +1 -1
- package/lib/commonjs/services/sephoraDataExtractor.js +8 -0
- package/lib/commonjs/services/sephoraDataService.js +9 -0
- package/lib/commonjs/services/storageService.js +1 -1
- package/lib/commonjs/services/telegramDataExtractor.js +8 -0
- package/lib/commonjs/services/telegramDataService.js +9 -0
- package/lib/commonjs/services/trainingApiHelpers.js +1 -1
- package/lib/commonjs/services/userConnectionsService.js +1 -1
- package/lib/commonjs/services/youtubeMigrationService.js +1 -1
- package/lib/commonjs/theme/index.js +1 -1
- package/lib/commonjs/types/index.js +1 -1
- package/lib/commonjs/types.js +1 -1
- package/lib/commonjs/utils/Portal.js +1 -1
- package/lib/commonjs/utils/api.js +1 -1
- package/lib/commonjs/utils/assetRegistry.js +2 -2
- package/lib/commonjs/utils/auth.js +1 -1
- package/lib/commonjs/utils/connectorTests.js +29 -0
- package/lib/commonjs/utils/crypto.js +1 -1
- package/lib/commonjs/utils/debugHelper.js +1 -1
- package/lib/commonjs/utils/encryption.js +1 -1
- package/lib/commonjs/utils/eventUtils.js +1 -1
- package/lib/commonjs/utils/haptics.js +1 -1
- package/lib/commonjs/utils/imagePreloader.js +1 -1
- package/lib/commonjs/utils/networkDiagnostics.js +1 -1
- package/lib/commonjs/utils/onairosApi.js +1 -1
- package/lib/commonjs/utils/programmaticFlow.js +1 -1
- package/lib/commonjs/utils/retryHelper.js +1 -1
- package/lib/commonjs/utils/secureStorage.js +1 -1
- package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
- package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
- package/lib/commonjs/utils/webviewScripts/hinge.js +1 -0
- package/lib/commonjs/utils/webviewScripts/index.js +6 -2
- package/lib/commonjs/utils/webviewScripts/instagram.js +1 -0
- package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
- package/lib/commonjs/utils/webviewScripts/sephora.js +1 -0
- package/lib/commonjs/utils/webviewScripts/telegram.js +1 -0
- package/lib/module/api/index.js +1 -1
- package/lib/module/assets/images/Checkbox.svg +3 -3
- package/lib/module/assets/images/EnochE.svg +19 -19
- package/lib/module/assets/images/OnairosNewLogo.png +0 -0
- package/lib/module/assets/images/Personalityprofile.svg +3 -3
- package/lib/module/assets/images/Personalitytraits.svg +3 -3
- package/lib/module/assets/images/Userpreferences.svg +3 -3
- package/lib/module/assets/images/arrow.svg +20 -20
- package/lib/module/assets/images/basicproficon.svg +43 -43
- package/lib/module/assets/images/basicprofile.svg +3 -3
- package/lib/module/assets/images/checkmark.svg +4 -4
- package/lib/module/assets/images/contentanalysis.svg +3 -3
- package/lib/module/assets/images/contenticon.svg +23 -23
- package/lib/module/assets/images/personalityicon.svg +18 -18
- package/lib/module/assets/images/x-close.svg +3 -3
- package/lib/module/components/BodyText.js +1 -1
- package/lib/module/components/BrandMark.js +1 -1
- package/lib/module/components/CodeInput.js +1 -1
- package/lib/module/components/EmailInput.js +1 -1
- package/lib/module/components/GoogleButton.js +1 -1
- package/lib/module/components/HeadingGroup.js +1 -1
- package/lib/module/components/LLMDataInputModal.js +1 -1
- package/lib/module/components/ModalHeader.js +1 -1
- package/lib/module/components/ModalSheet.js +1 -1
- package/lib/module/components/Onairos.js +1 -1
- package/lib/module/components/OnairosButton.js +1 -1
- package/lib/module/components/OnairosSignInButton.js +1 -1
- package/lib/module/components/Overlay.js +1 -1
- package/lib/module/components/PersonaImage.js +1 -1
- package/lib/module/components/PersonaLoadingScreen.js +1 -1
- package/lib/module/components/PersonalizationConsentScreen.js +1 -1
- package/lib/module/components/PinCreationScreen.js +1 -1
- package/lib/module/components/PinInput.js +1 -1
- package/lib/module/components/PlatformConnectorsStep.js +7 -1
- package/lib/module/components/PlatformList.js +1 -1
- package/lib/module/components/PlatformToggle.js +1 -1
- package/lib/module/components/PrimaryButton.js +1 -1
- package/lib/module/components/SignInMatchAnimation.js +1 -1
- package/lib/module/components/SignInStep.js +1 -1
- package/lib/module/components/UniversalOnboarding.js +1 -1
- package/lib/module/components/VerificationStep.js +1 -1
- package/lib/module/components/WelcomeScreen.js +1 -1
- package/lib/module/components/icons/Basicproficon.js +1 -1
- package/lib/module/components/icons/Basicprofile.js +1 -1
- package/lib/module/components/icons/Checkbox.js +1 -1
- package/lib/module/components/icons/Checkmark.js +1 -1
- package/lib/module/components/icons/Contentanalysis.js +1 -1
- package/lib/module/components/icons/Contenticon.js +1 -1
- package/lib/module/components/icons/EnochE.js +1 -1
- package/lib/module/components/icons/Personalityicon.js +1 -1
- package/lib/module/components/icons/Personalityprofile.js +1 -1
- package/lib/module/components/icons/Personalitytraits.js +1 -1
- package/lib/module/components/icons/Userpreferences.js +1 -1
- package/lib/module/components/onboarding/OAuthWebView.js +1 -1
- package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
- package/lib/module/components/onboarding/PinInput.js +1 -1
- package/lib/module/components/onboarding/PlatformConnector.js +1 -1
- package/lib/module/config/api.js +1 -1
- package/lib/module/constants/index.js +1 -1
- package/lib/module/context/AuthContext.js +1 -1
- package/lib/module/hooks/useConnectedAccounts.js +1 -1
- package/lib/module/hooks/useConnections.js +1 -1
- package/lib/module/hooks/useCredentials.js +1 -1
- package/lib/module/hooks/useUserConnections.js +1 -1
- package/lib/module/index.js +1 -1
- package/lib/module/services/SDK_API_KEY_VALIDATION.md +421 -421
- package/lib/module/services/apiClient.js +1 -1
- package/lib/module/services/apiKeyService.js +1 -1
- package/lib/module/services/authService.js +1 -1
- package/lib/module/services/biometricPinService.js +1 -1
- package/lib/module/services/chatGPTConversationExtractor.js +1 -1
- package/lib/module/services/chatGPTConversationService.js +1 -1
- package/lib/module/services/claudeConversationExtractor.js +1 -1
- package/lib/module/services/claudeConversationService.js +1 -1
- package/lib/module/services/connectedAccountsService.js +1 -1
- package/lib/module/services/googleAuthService.js +1 -1
- package/lib/module/services/hingeDataExtractor.js +1 -0
- package/lib/module/services/hingeDataService.js +1 -0
- package/lib/module/services/imageCompressionService.js +1 -1
- package/lib/module/services/instagramDataExtractor.js +1 -0
- package/lib/module/services/instagramDataService.js +1 -0
- package/lib/module/services/jwtStorageService.js +1 -1
- package/lib/module/services/linkedinDOMExtractor.js +1 -1
- package/lib/module/services/linkedinProfileService.js +1 -1
- package/lib/module/services/linkedinScrapingService.js +1 -1
- package/lib/module/services/llmDataStorage.js +1 -1
- package/lib/module/services/mobileTrainingService.js +1 -1
- package/lib/module/services/oauthService.js +1 -1
- package/lib/module/services/pinEncryptionService.js +1 -1
- package/lib/module/services/pinStorageUtils.js +1 -1
- package/lib/module/services/platformAuthService.js +1 -1
- package/lib/module/services/sephoraDataExtractor.js +1 -0
- package/lib/module/services/sephoraDataService.js +1 -0
- package/lib/module/services/storageService.js +1 -1
- package/lib/module/services/telegramDataExtractor.js +1 -0
- package/lib/module/services/telegramDataService.js +1 -0
- package/lib/module/services/trainingApiHelpers.js +1 -1
- package/lib/module/services/userConnectionsService.js +1 -1
- package/lib/module/services/youtubeMigrationService.js +1 -1
- package/lib/module/theme/index.js +1 -1
- package/lib/module/types.js +1 -1
- package/lib/module/utils/Portal.js +1 -1
- package/lib/module/utils/api.js +1 -1
- package/lib/module/utils/assetRegistry.js +2 -2
- package/lib/module/utils/auth.js +1 -1
- package/lib/module/utils/connectorTests.js +28 -0
- package/lib/module/utils/crypto.js +1 -1
- package/lib/module/utils/debugHelper.js +1 -1
- package/lib/module/utils/encryption.js +1 -1
- package/lib/module/utils/eventUtils.js +1 -1
- package/lib/module/utils/haptics.js +1 -1
- package/lib/module/utils/networkDiagnostics.js +1 -1
- package/lib/module/utils/onairosApi.js +1 -1
- package/lib/module/utils/programmaticFlow.js +1 -1
- package/lib/module/utils/retryHelper.js +1 -1
- package/lib/module/utils/secureStorage.js +1 -1
- package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
- package/lib/module/utils/webviewScripts/claude.js +1 -1
- package/lib/module/utils/webviewScripts/hinge.js +1 -0
- package/lib/module/utils/webviewScripts/index.js +1 -1
- package/lib/module/utils/webviewScripts/instagram.js +1 -0
- package/lib/module/utils/webviewScripts/linkedin.js +1 -1
- package/lib/module/utils/webviewScripts/sephora.js +1 -0
- package/lib/module/utils/webviewScripts/telegram.js +1 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import{Platform}from'react-native';import{GoogleSignin,statusCodes}from'@react-native-google-signin/google-signin';import AsyncStorage from'@react-native-async-storage/async-storage';import{API_CONFIG,getApiHeaders,getUserAuthHeaders}from'../config/api';import{getApiConfig,isApiKeyInitialized}from'./apiKeyService';import{getJWT}from'./jwtStorageService';const getDeveloperAuthHeaders=()=>{const _0x3fe80c={'uJIBj':_0x35b4(0x0),'sCikj':function(_0x34eb99){return _0x34eb99();},'fIUSU':function(_0x299ce9,_0x204437){return _0x299ce9!==_0x204437;},'LWhfs':function(_0x52c2eb,_0x5b33c7){return _0x52c2eb!==_0x5b33c7;},'FYdLI':_0x35b4(0x1),'ThBvK':function(_0x2c851e){return _0x2c851e();},'MsIqH':_0x35b4(0x2)};if(!isApiKeyInitialized())throw new Error(_0x3fe80c[_0x35b4(0x3)]);const _0x4e6d5a=_0x3fe80c[_0x35b4(0x4)](getApiConfig);if(!(_0x3fe80c[_0x35b4(0x5)](_0x4e6d5a,null)&&_0x3fe80c[_0x35b4(0x6)](_0x4e6d5a,void 0x0)&&_0x4e6d5a[_0x35b4(0x7)]))throw new Error(_0x3fe80c[_0x35b4(0x8)]);return{..._0x3fe80c[_0x35b4(0x9)](getApiHeaders),'Authorization':_0x35b4(0xa)+_0x4e6d5a[_0x35b4(0x7)],'X-SDK-Version':_0x3fe80c[_0x35b4(0xb)],'X-SDK-Platform':'react-native'};},WEB_CLIENT_ID=_0x35b4(0xc),IOS_CLIENT_ID='1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com',OAUTH_CONFIG={'instagram':{'authUrl':_0x35b4(0xd),'clientId':_0x35b4(0xe),'redirectUri':'onairosevents://auth/callback','scope':_0x35b4(0xf),'responseType':_0x35b4(0x10),'hasNativeSDK':![]},'youtube':{'authUrl':API_CONFIG[_0x35b4(0x11)]+_0x35b4(0x12),'clientId':_0x35b4(0xc),'redirectUri':'onairosevents://auth/callback','scope':_0x35b4(0x13),'responseType':_0x35b4(0x10),'hasNativeSDK':!![]},'reddit':{'authUrl':API_CONFIG['BASE_URL']+_0x35b4(0x14),'clientId':_0x35b4(0x15),'redirectUri':_0x35b4(0x16),'scope':_0x35b4(0x17),'responseType':'code','hasNativeSDK':![]},'pinterest':{'authUrl':API_CONFIG['BASE_URL']+_0x35b4(0x18),'clientId':_0x35b4(0x19),'redirectUri':'onairosevents://auth/callback','scope':_0x35b4(0x1a),'responseType':_0x35b4(0x10),'hasNativeSDK':![]},'facebook':{'authUrl':_0x35b4(0x1b),'clientId':_0x35b4(0x1c),'redirectUri':_0x35b4(0x16),'scope':_0x35b4(0x1d),'responseType':_0x35b4(0x10),'hasNativeSDK':![]},'linkedin':{'authUrl':API_CONFIG[_0x35b4(0x11)]+_0x35b4(0x1e),'clientId':'','redirectUri':_0x35b4(0x16),'scope':_0x35b4(0x1f),'responseType':_0x35b4(0x10),'hasNativeSDK':![]},'gmail':{'authUrl':API_CONFIG[_0x35b4(0x11)]+'/gmail/authorize','clientId':_0x35b4(0x20),'redirectUri':_0x35b4(0x16),'scope':_0x35b4(0x21),'responseType':'code','hasNativeSDK':![]},'email':{'hasNativeSDK':![],'authUrl':API_CONFIG[_0x35b4(0x11)]+_0x35b4(0x22)},'chatgpt':{'authUrl':_0x35b4(0x23),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'claude':{'authUrl':_0x35b4(0x24),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'gemini':{'authUrl':_0x35b4(0x25),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'grok':{'authUrl':'https://x.com/i/grok','clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]}};export const hasNativeSDK=_0x3a9155=>{var _0x593172;return((_0x593172=OAUTH_CONFIG[_0x3a9155])===null||_0x593172===void 0x0?void 0x0:_0x593172[_0x35b4(0x26)])||![];};export const testApiConnectivity=async()=>{const _0x183d7d={'iEBvT':_0x35b4(0x27),'nYEFv':function(_0x50527a,_0x553edb){return _0x50527a===_0x553edb;},'vSgbt':function(_0x51a1d6,_0x1a0f1e){return _0x51a1d6===_0x1a0f1e;},'NeVBe':function(_0x29754e,_0x69527){return _0x29754e===_0x69527;},'ueqYq':function(_0x564e56,_0x169c42){return _0x564e56===_0x169c42;},'qgDDm':'No\x20Channel','zouet':'โ\x20[CONNECTIVITY]\x20Connectivity\x20test\x20failed:','KiXHL':'โ
\x20Found\x20existing\x20authentication\x20token\x20for\x20YouTube\x20auth','WSBqm':'๐\x20Token\x20preview:','CNQar':function(_0x34620b,_0x48a724){return _0x34620b===_0x48a724;},'TQpeI':'zsoYG','PKGET':'๐\x20[CONNECTIVITY]\x20Test\x201:\x20Checking\x20general\x20internet\x20(google.com)...','IYzth':_0x35b4(0x28),'LXBLm':function(_0x273d94,_0x4177bb,_0x4428c3){return _0x273d94(_0x4177bb,_0x4428c3);},'TvoVi':_0x35b4(0x29),'MjmuK':_0x35b4(0x2a),'mvfVn':_0x35b4(0x2b),'ZtPTd':_0x35b4(0x2c),'wSrPR':_0x35b4(0x2d),'bnCmn':function(_0x2fb14a,_0x2958ee){return _0x2fb14a!==_0x2958ee;},'NhxcZ':function(_0x5f7e40,_0x3fda93,_0x479478){return _0x5f7e40(_0x3fda93,_0x479478);},'uAWXH':function(_0x1aae57,_0x501c4c){return _0x1aae57(_0x501c4c);},'NRpYJ':function(_0x3fb243,_0x117029){return _0x3fb243!==_0x117029;},'zBWGB':_0x35b4(0x2e),'wEXOk':'โ
\x20[CONNECTIVITY]\x20API\x20server\x20is\x20reachable','zZXTW':_0x35b4(0x2f),'pvvHK':function(_0x12513d,_0x27deca){return _0x12513d!==_0x27deca;},'UGerO':_0x35b4(0x30),'RBJoM':_0x35b4(0x31),'EDCCn':function(_0x35305e,_0x2fd703){return _0x35305e!==_0x2fd703;},'mVJQv':_0x35b4(0x32),'pBvad':'Internet\x20works\x20but\x20API\x20server\x20is\x20unreachable.\x20The\x20server\x20may\x20be\x20blocking\x20requests\x20from\x20this\x20device/simulator.','iDODP':function(_0x29f69f,_0x48c81f){return _0x29f69f===_0x48c81f;},'tLUyj':_0x35b4(0x33),'BfPbU':_0x35b4(0x34)},_0xcda2df={'googleTest':null,'api2Test':null};try{if(_0x183d7d[_0x35b4(0x35)](_0x183d7d['TQpeI'],_0x183d7d[_0x35b4(0x36)])){var _0x4091be,_0x4a4cf8;console[_0x35b4(0x37)](_0x35b4(0x38)),console[_0x35b4(0x37)](_0x183d7d['PKGET']);try{if(_0x183d7d['IYzth']===_0x183d7d[_0x35b4(0x39)]){const _0x4cc6a7=await _0x183d7d[_0x35b4(0x3a)](fetch,_0x183d7d[_0x35b4(0x3b)],{'method':_0x183d7d[_0x35b4(0x3c)],'mode':_0x35b4(0x3d)});_0xcda2df['googleTest']={'success':!![],'status':_0x183d7d['mvfVn']},console[_0x35b4(0x37)](_0x183d7d['ZtPTd']);}else return{'success':!![],'message':_0x35b4(0x31),'details':_0x43c4fc};}catch(_0x5e9ea8){_0xcda2df['googleTest']={'success':![],'error':_0x5e9ea8[_0x35b4(0x3e)]},console[_0x35b4(0x3f)](_0x35b4(0x40),_0x5e9ea8[_0x35b4(0x3e)]);}console[_0x35b4(0x37)](_0x183d7d[_0x35b4(0x41)]);try{if(_0x183d7d['bnCmn'](_0x35b4(0x42),_0x35b4(0x43))){const _0x1df62e=new AbortController(),_0x5cefff=_0x183d7d[_0x35b4(0x44)](setTimeout,()=>_0x1df62e[_0x35b4(0x45)](),0x7530),_0x256eff=await _0x183d7d[_0x35b4(0x3a)](fetch,API_CONFIG[_0x35b4(0x11)]+'/health',{'method':'GET','signal':_0x1df62e[_0x35b4(0x46)]});_0x183d7d[_0x35b4(0x47)](clearTimeout,_0x5cefff);const _0x48225e=await _0x256eff[_0x35b4(0x48)]()[_0x35b4(0x49)](()=>_0x35b4(0x4a));_0xcda2df[_0x35b4(0x4b)]={'success':_0x256eff['ok'],'status':_0x256eff['status'],'statusText':_0x256eff[_0x35b4(0x4c)],'response':_0x48225e[_0x35b4(0x4d)](0x0,0xc8)};if(_0x256eff['ok']){if(_0x183d7d[_0x35b4(0x4e)](_0x183d7d[_0x35b4(0x4f)],_0x183d7d[_0x35b4(0x4f)])){var _0x4486d8,_0x4c8c34;_0x5e4e78[_0x35b4(0x37)](_0x183d7d[_0x35b4(0x50)]),_0x45d1e5=(_0x183d7d[_0x35b4(0x51)](_0x4486d8=_0x5bfc0e['data'],null)||_0x183d7d[_0x35b4(0x52)](_0x4486d8,void 0x0)||_0x183d7d[_0x35b4(0x53)](_0x4486d8=_0x4486d8[_0x35b4(0x54)],null)||_0x183d7d[_0x35b4(0x52)](_0x4486d8,void 0x0)?void 0x0:_0x4486d8[_0x35b4(0x55)])||(_0x183d7d[_0x35b4(0x56)](_0x4c8c34=_0x19c7ed[_0x35b4(0x57)],null)||_0x183d7d[_0x35b4(0x51)](_0x4c8c34,void 0x0)||(_0x4c8c34=_0x4c8c34[_0x35b4(0x54)])===null||_0x183d7d['vSgbt'](_0x4c8c34,void 0x0)?void 0x0:_0x4c8c34[_0x35b4(0x58)])||_0x183d7d[_0x35b4(0x59)];}else console[_0x35b4(0x37)](_0x183d7d['wEXOk']);}else console[_0x35b4(0x37)](_0x35b4(0x5a)+_0x256eff['status']);}else return _0x59cb33[_0x35b4(0x3f)](_0x183d7d[_0x35b4(0x5b)],_0x431b94[_0x35b4(0x3e)]),{'success':![],'message':_0x35b4(0x5c)+_0xe8f120[_0x35b4(0x3e)],'details':{'error':_0x1fec83[_0x35b4(0x3e)],'results':_0x58d320}};}catch(_0x48fec9){_0xcda2df[_0x35b4(0x4b)]={'success':![],'error':_0x48fec9[_0x35b4(0x3e)],'name':_0x48fec9[_0x35b4(0x55)]},console[_0x35b4(0x3f)](_0x183d7d[_0x35b4(0x5d)],_0x48fec9['message']);}if(_0x183d7d[_0x35b4(0x5e)](_0x4091be=_0xcda2df['api2Test'],null)&&_0x183d7d[_0x35b4(0x5e)](_0x4091be,void 0x0)&&_0x4091be[_0x35b4(0x5f)]){if('WNLlR'!==_0x183d7d['UGerO'])return{'success':!![],'message':_0x183d7d[_0x35b4(0x60)],'details':_0xcda2df};else _0x3c892a[_0x35b4(0x37)](_0x183d7d[_0x35b4(0x61)]),_0x3520f9[_0x35b4(0x37)](_0x183d7d['WSBqm'],_0x5dd7b6[_0x35b4(0x4d)](0x0,0x14)+_0x35b4(0x62));}else return _0x183d7d[_0x35b4(0x4e)](_0x4a4cf8=_0xcda2df[_0x35b4(0x63)],null)&&_0x183d7d[_0x35b4(0x64)](_0x4a4cf8,void 0x0)&&_0x4a4cf8['success']?_0x183d7d['mVJQv']!==_0x183d7d[_0x35b4(0x65)]?{'success':!![],'message':_0x40b34f[_0x35b4(0x3e)]||_0x35b4(0x66),'existingUser':_0x551c38[_0x35b4(0x67)]||![],'token':_0x3bd0d9[_0x35b4(0x68)]}:{'success':![],'message':_0x183d7d[_0x35b4(0x69)],'details':_0xcda2df}:{'success':![],'message':_0x35b4(0x6a),'details':_0xcda2df};}else throw new _0x265bdc(_0x35b4(0x0));}catch(_0x201441){if(_0x183d7d['iDODP'](_0x183d7d[_0x35b4(0x6b)],_0x183d7d[_0x35b4(0x6c)]))_0x50d52d[_0x35b4(0x37)](_0x35b4(0x6d),_0x70abd);else return console[_0x35b4(0x3f)](_0x183d7d[_0x35b4(0x5b)],_0x201441[_0x35b4(0x3e)]),{'success':![],'message':_0x35b4(0x5c)+_0x201441['message'],'details':{'error':_0x201441['message'],'results':_0xcda2df}};}};function _0x35b4(_0x276ede,_0x35b461){_0x276ede=_0x276ede-0x0;const _0x48a076=_0x276e();let _0x341626=_0x48a076[_0x276ede];return _0x341626;}export const initiateOAuth=async(_0x3606e2,_0x3b6cb3)=>{const _0x47d752={'APLVA':function(_0x1f6b3c){return _0x1f6b3c();},'KkOtI':'SDK\x20not\x20initialized.\x20Developers\x20must\x20call\x20initializeApiKey()\x20before\x20using\x20auth\x20features.','YMbqR':function(_0x7824b8,_0x103482){return _0x7824b8!==_0x103482;},'ZWODh':'No\x20API\x20key\x20configured.\x20Please\x20initialize\x20the\x20SDK\x20with\x20a\x20valid\x20developer\x20API\x20key.','TxFxR':_0x35b4(0x2),'Tovju':_0x35b4(0x6e),'QIoRe':_0x35b4(0x6f),'yQnmG':function(_0x321b95,_0x5108cd){return _0x321b95===_0x5108cd;},'WiPxg':'pcZib','JuiRb':_0x35b4(0x70),'jnPIH':function(_0x415bc6,_0x2c0947){return _0x415bc6(_0x2c0947);},'QzaNZ':_0x35b4(0x71),'nQjks':_0x35b4(0x72),'YkSaI':_0x35b4(0x73),'XQCvT':_0x35b4(0x74),'JEQqd':_0x35b4(0x75),'BFyzC':_0x35b4(0x76),'IllVi':_0x35b4(0x77),'egGeu':_0x35b4(0x78)};try{console[_0x35b4(0x37)](_0x35b4(0x79)+_0x3606e2),console[_0x35b4(0x37)](_0x35b4(0x7a)+Platform['OS']+_0x35b4(0x7b)+Platform[_0x35b4(0x7c)]);if(_0x3606e2==='email')return console[_0x35b4(0x37)](_0x47d752[_0x35b4(0x7d)]),API_CONFIG[_0x35b4(0x11)]+_0x35b4(0x7e);let _0x40c53f;try{if(_0x47d752[_0x35b4(0x7f)](_0x47d752[_0x35b4(0x80)],_0x47d752[_0x35b4(0x80)]))_0x40c53f=await _0x47d752['APLVA'](getUserAuthHeaders),console['log']('๐\x20[OAUTH]\x20Using\x20User\x20JWT\x20for\x20authentication');else{if(!_0x47d752[_0x35b4(0x81)](_0x35cbee))throw new _0x54c0f0(_0x47d752['KkOtI']);const _0x3ca6f8=_0x9b3a0();if(!(_0x47d752['YMbqR'](_0x3ca6f8,null)&&_0x3ca6f8!==void 0x0&&_0x3ca6f8[_0x35b4(0x7)]))throw new _0x43c98d(_0x47d752[_0x35b4(0x82)]);return{..._0x5e6539(),'Authorization':_0x35b4(0xa)+_0x3ca6f8[_0x35b4(0x7)],'X-SDK-Version':_0x47d752['TxFxR'],'X-SDK-Platform':'react-native'};}}catch(_0x50f26b){if(_0x35b4(0x70)!==_0x47d752[_0x35b4(0x83)])_0x36d006['warn'](_0x35b4(0x84)),_0x4cc15b[_0x35b4(0x85)](_0x47d752[_0x35b4(0x86)],_0x24489d[_0x35b4(0x87)](_0x4a05ec)),_0x32c246[_0x35b4(0x85)](_0x35b4(0x88));else return console[_0x35b4(0x3f)](_0x35b4(0x89)+_0x3606e2+_0x35b4(0x8a)),console['error'](_0x35b4(0x8b)),null;}const _0x50788f=API_CONFIG[_0x35b4(0x11)]+'/'+_0x3606e2+'/authorize';console['log']('๐\x20[OAUTH]\x20Proxy\x20URL:\x20'+_0x50788f),console[_0x35b4(0x37)](_0x35b4(0x8c));const _0x4d13a9={'platform':_0x3606e2,'timestamp':new Date()[_0x35b4(0x8d)]()};console[_0x35b4(0x37)](_0x35b4(0x8e),_0x4d13a9);const _0x4f6045=new AbortController(),_0x1ab5c5=setTimeout(()=>{console[_0x35b4(0x37)](_0x35b4(0x8f)+_0x3606e2+_0x35b4(0x90)),_0x4f6045[_0x35b4(0x45)]();},0x7530),_0x30cd21=await fetch(_0x50788f,{'method':'POST','headers':_0x40c53f,'body':JSON[_0x35b4(0x91)](_0x4d13a9),'signal':_0x4f6045[_0x35b4(0x46)]});_0x47d752['jnPIH'](clearTimeout,_0x1ab5c5),console['log'](_0x35b4(0x92)+_0x30cd21[_0x35b4(0x93)]+'\x20'+_0x30cd21[_0x35b4(0x4c)]);if(!_0x30cd21['ok']){const _0x5698d1=await _0x30cd21['text']();return console['error'](_0x35b4(0x94)+_0x3606e2+':\x20'+_0x30cd21[_0x35b4(0x93)]+_0x35b4(0x95)+_0x5698d1),null;}const _0x380e8c=await _0x30cd21[_0x35b4(0x96)]();console['log'](_0x35b4(0x97)+_0x3606e2+':',_0x380e8c);const _0x4953bf=_0x3606e2+_0x35b4(0x98),_0x4dd878=_0x380e8c[_0x4953bf]||_0x380e8c[_0x35b4(0x99)]||null;return console[_0x35b4(0x37)](_0x35b4(0x9a)+_0x3606e2+'\x20(key:\x20'+_0x4953bf+'):',_0x4dd878),_0x4dd878;}catch(_0x3b9c8f){var _0x1377f8;if(_0x47d752['yQnmG'](_0x3b9c8f['name'],_0x47d752[_0x35b4(0x9b)]))console[_0x35b4(0x3f)](_0x35b4(0x9c)+_0x3606e2+_0x35b4(0x9d));else{if((_0x1377f8=_0x3b9c8f[_0x35b4(0x3e)])!==null&&_0x1377f8!==void 0x0&&_0x1377f8[_0x35b4(0x9e)](_0x47d752[_0x35b4(0x9f)])){const _0x1f675d=_0x47d752['YkSaI']['split']('|');let _0x3816c7=0x0;while(!![]){switch(_0x1f675d[_0x3816c7++]){case'0':console[_0x35b4(0x3f)](_0x47d752[_0x35b4(0xa0)]);continue;case'1':console[_0x35b4(0x3f)](_0x47d752[_0x35b4(0xa1)]);continue;case'2':console[_0x35b4(0x3f)](_0x47d752[_0x35b4(0xa2)]);continue;case'3':console[_0x35b4(0x3f)]('โ\x20[OAUTH]\x20Network\x20request\x20failed\x20for\x20'+_0x3606e2+_0x35b4(0xa3));continue;case'4':console[_0x35b4(0x3f)](_0x47d752[_0x35b4(0xa4)]);continue;case'5':console[_0x35b4(0x3f)](_0x47d752['egGeu']);continue;}break;}}else console[_0x35b4(0x3f)]('โ\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20'+_0x3606e2+':',_0x3b9c8f);}return null;}};const initializeGoogleSignIn=()=>{const _0x42b711={'VgKfj':_0x35b4(0x13),'ctWgp':'openid','Ulrmy':'profile','kxNSw':_0x35b4(0x58)};GoogleSignin[_0x35b4(0xa5)]({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x42b711['VgKfj'],_0x42b711[_0x35b4(0xa6)],_0x42b711[_0x35b4(0xa7)],_0x42b711[_0x35b4(0xa8)]],'hostedDomain':'','accountName':''});};export const forceYouTubeReconnectionWithConsent=async _0x1a7128=>{const _0x33462c={'FSJvK':'โ\x20Still\x20no\x20refresh\x20token\x20after\x20revoke\x20method','ilHtB':_0x35b4(0xa9),'tDADA':function(_0x466338,_0x43c526){return _0x466338===_0x43c526;},'jspJR':function(_0x14c327,_0x430e89){return _0x14c327===_0x430e89;},'bXeKT':function(_0x28353c,_0x288207){return _0x28353c===_0x288207;},'jMfSO':function(_0x2ae91c,_0x200ca2){return _0x2ae91c===_0x200ca2;},'wRCDI':_0x35b4(0xaa),'IpxHD':_0x35b4(0xab),'plKfd':_0x35b4(0xac),'yIMsi':'User\x20cancelled\x20Google\x20Sign-In','HOJVu':_0x35b4(0xad),'ZQSDy':_0x35b4(0xae),'GAorj':'Falling\x20back\x20to\x20simulated\x20token\x20response','LYXWT':_0x35b4(0xaf),'DwqlU':'Google\x20Play\x20Services\x20not\x20available','wexAP':_0x35b4(0xb0),'ausEH':_0x35b4(0xb1),'XspLR':'๐\x20[YOUTUBE\x20REAUTH]\x20REFRESH\x20TOKEN\x20SENT\x20TO\x20BACKEND:','lEsHH':'๐\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Full\x20YouTube\x20connection\x20with\x20refresh\x20tokens!','jgRCK':_0x35b4(0xb2),'kFACL':'โ
\x20[YOUTUBE\x20REAUTH]\x20Response\x20hasRefreshToken:','YXexv':_0x35b4(0xb3),'GkuOW':'serverAuthCode','zZgDx':'refreshToken','RrRPp':_0x35b4(0xb4),'kFCbN':_0x35b4(0xb5),'BHYnz':_0x35b4(0xb6),'ktMRa':function(_0xe471d4,_0x1aa969){return _0xe471d4===_0x1aa969;},'aXDiP':'LInOr','iFQjU':_0x35b4(0xb7),'xpDqw':function(_0x34118e,_0x4eca1f){return _0x34118e!==_0x4eca1f;},'lrNsf':'iwYvW','NWwcX':_0x35b4(0xb8),'gwynU':_0x35b4(0xb9),'uhBHD':'โน๏ธ\x20No\x20token\x20cache\x20to\x20clear','MJKWs':'๐ง\x20Configuring\x20Google\x20Sign-In\x20for\x20forced\x20consent...','HrVUf':_0x35b4(0x13),'gGRnf':_0x35b4(0xba),'hswkJ':'profile','Gmvwb':'email','JlUzN':'โ
\x20Play\x20Services\x20available','XxykM':_0x35b4(0xbb),'cNtXZ':_0x35b4(0xbc),'iCpRv':function(_0x12242b,_0x488acb){return _0x12242b===_0x488acb;},'AjgGJ':function(_0x3334d6,_0x57abf2){return _0x3334d6===_0x57abf2;},'SqiKr':function(_0x5d27fc,_0x47c414){return _0x5d27fc===_0x47c414;},'IAxuy':_0x35b4(0xbd),'SSeNr':_0x35b4(0xbe),'ccPYG':_0x35b4(0xbf),'QAPJL':'๐\x20Token\x20analysis:','IqFSd':'-\x20Access\x20token:','lujzF':_0x35b4(0xc0),'xmZye':'Present','yAdSw':_0x35b4(0xc1),'yXmnw':_0x35b4(0xc2),'scEkn':function(_0x36967b,_0x43cc40){return _0x36967b!==_0x43cc40;},'fZCYy':function(_0x61942c,_0x2aca96){return _0x61942c===_0x2aca96;},'BifNv':_0x35b4(0xc3),'PIuUm':'xVPdA','dWiEk':_0x35b4(0xc4),'GANCW':_0x35b4(0xc5),'DKonp':_0x35b4(0xc6),'VtzxN':_0x35b4(0xc7),'tEHYm':_0x35b4(0xc8),'VhKvc':function(_0x101155,_0x3cd956,_0x569dd5){return _0x101155(_0x3cd956,_0x569dd5);},'LmtwQ':_0x35b4(0xc9),'Qsvri':function(_0xa5b9b5,_0x12bd86){return _0xa5b9b5>_0x12bd86;},'rOeLD':_0x35b4(0xca),'tGxuq':_0x35b4(0xcb),'xceFx':_0x35b4(0xcc),'EzRlD':'ID:','oEWMQ':function(_0x4e3969,_0x4df74c){return _0x4e3969!==_0x4df74c;},'WWiiF':_0x35b4(0x27),'suOaA':function(_0x893fe9,_0xc6826){return _0x893fe9===_0xc6826;},'jucaU':function(_0x44ad04,_0x24e468){return _0x44ad04===_0x24e468;},'yBVkl':function(_0x40eb7d,_0x49fcc1){return _0x40eb7d===_0x49fcc1;},'IPHQe':function(_0x34446f,_0x4db1f1){return _0x34446f===_0x4db1f1;},'QVaNr':'ZVNXS','pybeS':_0x35b4(0xcd),'paIXV':function(_0x11b43b,_0x38992a){return _0x11b43b===_0x38992a;},'CZALF':function(_0x41a91c,_0x5cfeb4){return _0x41a91c===_0x5cfeb4;},'fsZcy':function(_0x31eefa,_0xd4fcb7){return _0x31eefa===_0xd4fcb7;},'DbNBu':_0x35b4(0xce),'tncRW':function(_0x152292,_0x1d57a0){return _0x152292===_0x1d57a0;},'RfjUM':function(_0x3a8e54){return _0x3a8e54();},'PulxW':function(_0x4f0b79,_0x2a5b8d){return _0x4f0b79<_0x2a5b8d;},'vTQzV':_0x35b4(0xcf),'bBmdf':_0x35b4(0xd0),'VWyBg':_0x35b4(0xd1),'zEpxS':function(_0x412cc6,_0x17ecd3){return _0x412cc6===_0x17ecd3;},'ZuwJf':function(_0x3c79db,_0x5506ee){return _0x3c79db===_0x5506ee;},'WzIhE':function(_0x463004,_0x5e865c){return _0x463004===_0x5e865c;},'SVOqU':function(_0x25aad8,_0x2cc79a){return _0x25aad8===_0x2cc79a;},'gVDxm':function(_0x10504,_0xe6aa53){return _0x10504===_0xe6aa53;},'yZpzv':function(_0x5f681e,_0x50f82f){return _0x5f681e+_0x50f82f;},'zgdlf':'signOut_and_configure','KaFcx':'๐ค\x20Sending\x20comprehensive\x20payload\x20with\x20REFRESH\x20TOKEN\x20to\x20backend:','XRXks':function(_0x315dcf,_0x22ba65){return _0x315dcf===_0x22ba65;},'mNoTn':function(_0x3e7618,_0x41459c){return _0x3e7618===_0x41459c;},'owuPa':_0x35b4(0xd2),'mxpXR':_0x35b4(0xd3),'kTFgU':_0x35b4(0xd4),'fLmMX':_0x35b4(0xd5),'HWswu':function(_0x5a80f7,_0x3ddce1){return _0x5a80f7===_0x3ddce1;},'FhbQn':function(_0x3a3fef,_0x205255,_0x18e0db){return _0x3a3fef(_0x205255,_0x18e0db);},'EkDmo':function(_0x1162f7,_0x43c937){return _0x1162f7&&_0x43c937;},'IMwCW':_0x35b4(0xd6),'YcSdp':_0x35b4(0xd7),'jSzVt':_0x35b4(0xd8),'OcMht':_0x35b4(0xd9),'bTvWD':_0x35b4(0xda),'MHLhd':'โ
\x20[YOUTUBE\x20REAUTH]\x20Backend\x20Response\x20SUCCESS:','YPEOq':function(_0x91b969,_0x46402b){return _0x91b969===_0x46402b;},'GEyam':function(_0x23ba7e,_0x2f7f61){return _0x23ba7e===_0x2f7f61;},'AphPv':function(_0x59a85c,_0x22de6d){return _0x59a85c===_0x22de6d;},'IIUyN':function(_0x1a5db9,_0x78b957){return _0x1a5db9===_0x78b957;},'HpKNz':_0x35b4(0xdb),'EXuCd':function(_0x46f8b9,_0x43f998){return _0x46f8b9===_0x43f998;},'DSRyY':_0x35b4(0xdc),'PHZEo':_0x35b4(0xdd),'AVSme':_0x35b4(0xde),'Fizkp':_0x35b4(0xdf),'hkUeX':'๐\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Temporary\x20YouTube\x20connection\x20established!','jADnK':'๐\x20[YOUTUBE\x20REAUTH]\x20Mode:\x20Temporary\x20(expires\x20~1\x20hour)','RYOxL':_0x35b4(0xe0),'oOirT':'๐\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20length:','cqEUd':_0x35b4(0xe1),'hGIxo':'โ ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Backend\x20did\x20NOT\x20confirm\x20refresh\x20token\x20reception','kEoTz':_0x35b4(0xe2),'nIXhI':_0x35b4(0xe3),'ccnnL':function(_0x31bfe1,_0x302d5d){return _0x31bfe1===_0x302d5d;},'kHKRZ':_0x35b4(0xe4),'gyNJv':function(_0x22945c,_0x196a47,_0x45e8db){return _0x22945c(_0x196a47,_0x45e8db);},'oeCPW':_0x35b4(0xe5),'aJJbb':_0x35b4(0xe6),'cCHcq':function(_0x2b4b38,_0x176395){return _0x2b4b38===_0x176395;},'Xtise':_0x35b4(0xe7),'ZGVfN':_0x35b4(0xe8),'BfVbw':_0x35b4(0xe9),'TmKws':'๐ก\x20Solutions:','bGuoK':'\x20\x20\x203.\x20Ensure\x20user\x20clicks\x20\x22Allow\x22\x20on\x20consent\x20screen','BbvSb':_0x35b4(0xea),'lfysJ':function(_0x478b56,_0x35b052){return _0x478b56===_0x35b052;},'oczsJ':_0x35b4(0xeb),'nOfGA':_0x35b4(0xec),'SUKaR':_0x35b4(0xed),'BLNhA':function(_0x511f2c,_0x13ae5e){return _0x511f2c===_0x13ae5e;}};try{var _0x4579b7,_0x166e8a,_0x2c1d8c;console[_0x35b4(0x37)](_0x33462c[_0x35b4(0xee)]),console[_0x35b4(0x37)](_0x35b4(0xef),_0x1a7128);try{await GoogleSignin[_0x35b4(0xf0)](),console['log'](_0x33462c[_0x35b4(0xf1)]);}catch(_0x30bbae){if(_0x33462c['ktMRa'](_0x33462c[_0x35b4(0xf2)],_0x35b4(0xf3)))return _0x5c3c82[_0x35b4(0x3f)](_0x33462c[_0x35b4(0xf4)]),![];else console[_0x35b4(0x37)](_0x33462c[_0x35b4(0xf5)],_0x30bbae);}try{if(_0x33462c[_0x35b4(0xf6)](_0x35b4(0xf7),_0x35b4(0xf7))){var _0xb1822c,_0xa0f754;_0x2b7fed[_0x35b4(0x37)](_0x33462c[_0x35b4(0xf8)],_0x3d6350),_0x2cfaa6=((_0xb1822c=_0x2356c6[_0x35b4(0x57)])===null||_0x33462c[_0x35b4(0xf9)](_0xb1822c,void 0x0)||_0x33462c[_0x35b4(0xfa)](_0xb1822c=_0xb1822c[_0x35b4(0x54)],null)||_0x33462c[_0x35b4(0xfb)](_0xb1822c,void 0x0)?void 0x0:_0xb1822c['name'])||(_0x33462c[_0x35b4(0xfa)](_0xa0f754=_0x2e8cab['data'],null)||_0x33462c[_0x35b4(0xfc)](_0xa0f754,void 0x0)||(_0xa0f754=_0xa0f754['user'])===null||_0x33462c[_0x35b4(0xf9)](_0xa0f754,void 0x0)?void 0x0:_0xa0f754[_0x35b4(0x58)])||_0x33462c['wRCDI'];}else{const _0x40634f=await GoogleSignin[_0x35b4(0xfd)]();if(_0x40634f[_0x35b4(0xfe)]){if(_0x33462c['xpDqw'](_0x33462c['lrNsf'],_0x33462c[_0x35b4(0xff)]))await GoogleSignin[_0x35b4(0x100)](_0x40634f[_0x35b4(0xfe)]),console[_0x35b4(0x37)](_0x33462c[_0x35b4(0x101)]);else{const _0x2c516d={'axtgU':_0x33462c[_0x35b4(0x102)],'fAWQA':function(_0x35c7d8,_0x554361){return _0x35c7d8(_0x554361);},'gpBSb':function(_0x580f91,_0x101798,_0x460b7d){return _0x580f91(_0x101798,_0x460b7d);}};return _0x2056d4[_0x35b4(0x37)](_0x33462c[_0x35b4(0x103)]),new _0x2e1a58(_0x23905e=>{const _0x257d9e={'BptAs':_0x2c516d['axtgU'],'bYrqS':function(_0xf996cf,_0xbe10a8){return _0x2c516d[_0x35b4(0x104)](_0xf996cf,_0xbe10a8);}};_0x2c516d[_0x35b4(0x105)](_0x472c84,()=>{_0xe8106[_0x35b4(0x37)](_0x257d9e[_0x35b4(0x106)]),_0x257d9e['bYrqS'](_0x23905e,!![]);},0x3e8);});}}}}catch(_0x143228){console[_0x35b4(0x37)](_0x33462c['uhBHD']);}console[_0x35b4(0x37)](_0x33462c[_0x35b4(0x107)]),GoogleSignin[_0x35b4(0xa5)]({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x33462c[_0x35b4(0x108)],_0x33462c[_0x35b4(0x109)],_0x33462c[_0x35b4(0x10a)],_0x33462c[_0x35b4(0x10b)]],'hostedDomain':'','accountName':''}),await GoogleSignin[_0x35b4(0x10c)](),console[_0x35b4(0x37)](_0x33462c[_0x35b4(0x10d)]),console[_0x35b4(0x37)](_0x35b4(0x10e)),console[_0x35b4(0x37)](_0x33462c[_0x35b4(0x10f)]);const _0x375578=await GoogleSignin[_0x35b4(0x110)]();console[_0x35b4(0x37)](_0x33462c['cNtXZ']),console['log']('๐ค\x20User\x20email:',_0x33462c[_0x35b4(0x111)](_0x4579b7=_0x375578['data'],null)||_0x4579b7===void 0x0||_0x33462c['AjgGJ'](_0x4579b7=_0x4579b7[_0x35b4(0x54)],null)||_0x33462c['SqiKr'](_0x4579b7,void 0x0)?void 0x0:_0x4579b7[_0x35b4(0x58)]);const _0x1e93e3=await GoogleSignin[_0x35b4(0xfd)](),_0x4c122a=await GoogleSignin[_0x35b4(0x112)]();console[_0x35b4(0x37)](_0x33462c[_0x35b4(0x113)]),console[_0x35b4(0x37)](JSON[_0x35b4(0x91)](_0x375578,null,0x2)),console[_0x35b4(0x37)](_0x33462c['SSeNr']),console[_0x35b4(0x37)](JSON[_0x35b4(0x91)](_0x1e93e3,null,0x2)),console[_0x35b4(0x37)](_0x33462c['ccPYG']),console[_0x35b4(0x37)](JSON[_0x35b4(0x91)](_0x4c122a,null,0x2)),console[_0x35b4(0x37)](_0x33462c['QAPJL']),console[_0x35b4(0x37)](_0x33462c['IqFSd'],_0x1e93e3[_0x35b4(0xfe)]?_0x1e93e3[_0x35b4(0xfe)]['substring'](0x0,0x14)+_0x35b4(0x62):_0x33462c[_0x35b4(0x114)]),console[_0x35b4(0x37)](_0x35b4(0x115),_0x1e93e3['idToken']?_0x33462c['xmZye']:_0x33462c['lujzF']),console[_0x35b4(0x37)](_0x33462c[_0x35b4(0x116)],(_0x166e8a=_0x375578[_0x35b4(0x57)])!==null&&_0x33462c[_0x35b4(0xf6)](_0x166e8a,void 0x0)&&_0x166e8a[_0x35b4(0x117)]?_0x375578[_0x35b4(0x57)][_0x35b4(0x117)][_0x35b4(0x4d)](0x0,0x14)+_0x35b4(0x62):_0x33462c[_0x35b4(0x114)]),console[_0x35b4(0x37)](_0x33462c[_0x35b4(0x118)],_0x33462c[_0x35b4(0xf6)](_0x4c122a,null)&&_0x33462c[_0x35b4(0x119)](_0x4c122a,void 0x0)&&_0x4c122a[_0x35b4(0x117)]?_0x4c122a['serverAuthCode'][_0x35b4(0x4d)](0x0,0x14)+'...':_0x33462c['lujzF']);const _0x4c51ee=(_0x33462c['ktMRa'](_0x2c1d8c=_0x375578[_0x35b4(0x57)],null)||_0x33462c[_0x35b4(0x11a)](_0x2c1d8c,void 0x0)?void 0x0:_0x2c1d8c[_0x35b4(0x117)])||(_0x33462c[_0x35b4(0xfb)](_0x4c122a,null)||_0x33462c[_0x35b4(0x11b)](_0x4c122a,void 0x0)?void 0x0:_0x4c122a[_0x35b4(0x117)]);if(_0x4c51ee){if(_0x33462c[_0x35b4(0xfb)](_0x33462c[_0x35b4(0x11c)],_0x33462c[_0x35b4(0x11d)]))_0x212707[_0x35b4(0x37)](_0x33462c[_0x35b4(0x11e)]);else{var _0x4d8643,_0x4e1209,_0x263465,_0x265769,_0x51e794,_0x45fe5e;console[_0x35b4(0x37)](_0x33462c['dWiEk']),console[_0x35b4(0x37)](_0x33462c[_0x35b4(0x11f)],_0x4c51ee[_0x35b4(0x120)]('4/')?_0x33462c[_0x35b4(0x121)]:_0x33462c[_0x35b4(0x122)]),console[_0x35b4(0x37)](_0x33462c['DKonp'],_0x4c51ee['substring'](0x0,0x14)+_0x35b4(0x62));let _0x217cb5=_0x33462c[_0x35b4(0x123)],_0x5e49dc=null;try{if(_0x33462c[_0x35b4(0x124)]!==_0x33462c['VtzxN'])_0x3b9b54[_0x35b4(0x3f)](_0x33462c[_0x35b4(0x125)]);else{console[_0x35b4(0x37)](_0x33462c[_0x35b4(0x126)]);const _0xf6bb54=await _0x33462c[_0x35b4(0x127)](fetch,_0x33462c['LmtwQ'],{'headers':{'Authorization':_0x35b4(0xa)+_0x1e93e3[_0x35b4(0xfe)],'Accept':'application/json'}});if(_0xf6bb54['ok']){const _0x16997f=await _0xf6bb54['json']();if(_0x16997f[_0x35b4(0x128)]&&_0x33462c['Qsvri'](_0x16997f[_0x35b4(0x128)]['length'],0x0)){if(_0x33462c[_0x35b4(0xf6)](_0x33462c[_0x35b4(0x129)],_0x33462c[_0x35b4(0x12a)]))_0x217cb5=_0x16997f[_0x35b4(0x128)][0x0]['snippet'][_0x35b4(0x12b)],_0x5e49dc=_0x16997f[_0x35b4(0x128)][0x0]['id'],console[_0x35b4(0x37)](_0x33462c[_0x35b4(0x12c)],_0x217cb5,_0x33462c['EzRlD'],_0x5e49dc);else return _0x588c01['error'](_0x35b4(0x12d)),![];}else{if(_0x33462c['oEWMQ'](_0x35b4(0x12e),_0x35b4(0x12f))){var _0x1288e7,_0x45e06a;console['log'](_0x33462c[_0x35b4(0x130)]),_0x217cb5=(_0x33462c[_0x35b4(0x131)](_0x1288e7=_0x375578[_0x35b4(0x57)],null)||_0x1288e7===void 0x0||_0x33462c[_0x35b4(0xfa)](_0x1288e7=_0x1288e7[_0x35b4(0x54)],null)||_0x1288e7===void 0x0?void 0x0:_0x1288e7[_0x35b4(0x55)])||(_0x33462c[_0x35b4(0x132)](_0x45e06a=_0x375578[_0x35b4(0x57)],null)||_0x33462c[_0x35b4(0x133)](_0x45e06a,void 0x0)||_0x33462c[_0x35b4(0x134)](_0x45e06a=_0x45e06a[_0x35b4(0x54)],null)||_0x45e06a===void 0x0?void 0x0:_0x45e06a[_0x35b4(0x58)])||_0x35b4(0x135);}else return _0x24cf48['error'](_0x33462c[_0x35b4(0x136)],_0x4dd129),![];}}else{if(_0x33462c[_0x35b4(0x137)](_0x35b4(0x138),_0x33462c[_0x35b4(0x139)]))return{'success':![],'message':_0x35b4(0x6a),'details':_0x1db6e7};else{var _0xda3d4d,_0x55a364;console[_0x35b4(0x37)](_0x33462c[_0x35b4(0x13a)],_0xf6bb54[_0x35b4(0x93)]),_0x217cb5=(_0x33462c[_0x35b4(0x131)](_0xda3d4d=_0x375578[_0x35b4(0x57)],null)||_0x33462c[_0x35b4(0x13b)](_0xda3d4d,void 0x0)||_0x33462c[_0x35b4(0x13c)](_0xda3d4d=_0xda3d4d['user'],null)||_0x33462c[_0x35b4(0x13d)](_0xda3d4d,void 0x0)?void 0x0:_0xda3d4d[_0x35b4(0x55)])||(_0x33462c[_0x35b4(0x137)](_0x55a364=_0x375578['data'],null)||_0x33462c[_0x35b4(0xfa)](_0x55a364,void 0x0)||(_0x55a364=_0x55a364[_0x35b4(0x54)])===null||_0x33462c[_0x35b4(0xf9)](_0x55a364,void 0x0)?void 0x0:_0x55a364[_0x35b4(0x58)])||_0x33462c[_0x35b4(0x123)];}}}}catch(_0x33314a){if(_0x33462c[_0x35b4(0x13e)](_0x35b4(0xce),_0x33462c[_0x35b4(0x13f)]))_0x33cf12[_0x35b4(0x37)]('โ
\x20Refresh\x20token\x20already\x20available');else{var _0x145fe7,_0x4cab7e;console[_0x35b4(0x37)]('โ ๏ธ\x20Error\x20fetching\x20YouTube\x20channel\x20info:',_0x33314a),_0x217cb5=(_0x33462c[_0x35b4(0x132)](_0x145fe7=_0x375578[_0x35b4(0x57)],null)||_0x33462c[_0x35b4(0x13d)](_0x145fe7,void 0x0)||(_0x145fe7=_0x145fe7[_0x35b4(0x54)])===null||_0x145fe7===void 0x0?void 0x0:_0x145fe7['name'])||(_0x33462c[_0x35b4(0x11a)](_0x4cab7e=_0x375578[_0x35b4(0x57)],null)||_0x33462c[_0x35b4(0x140)](_0x4cab7e,void 0x0)||_0x33462c[_0x35b4(0x141)](_0x4cab7e=_0x4cab7e[_0x35b4(0x54)],null)||_0x33462c[_0x35b4(0x13d)](_0x4cab7e,void 0x0)?void 0x0:_0x4cab7e[_0x35b4(0x58)])||_0x33462c[_0x35b4(0x123)];}}let _0xc8a7a4=await _0x33462c[_0x35b4(0x142)](getJWT);(!_0xc8a7a4||_0x33462c[_0x35b4(0x143)](_0xc8a7a4[_0x35b4(0x144)]()[_0x35b4(0x145)],0x14))&&(console['log'](_0x33462c[_0x35b4(0x146)]),_0xc8a7a4=_0x33462c['bBmdf']);const _0x534d47={'session':{'username':_0x1a7128,'platform':_0x33462c[_0x35b4(0x147)],'timestamp':new Date()[_0x35b4(0x8d)](),'channelName':_0x217cb5,'channelId':_0x5e49dc,'forceConsent':!![]},'googleUser':(_0x4d8643=_0x375578['data'])===null||_0x4d8643===void 0x0?void 0x0:_0x4d8643[_0x35b4(0x54)],'accessToken':_0x1e93e3['accessToken'],'idToken':_0x1e93e3[_0x35b4(0x148)],'refreshToken':_0x4c51ee,'serverAuthCode':_0x4c51ee,'refresh_token':_0x4c51ee,'server_auth_code':_0x4c51ee,'authCode':_0x4c51ee,'userAccountInfo':{'username':_0x1a7128,'email':_0x33462c[_0x35b4(0xfa)](_0x4e1209=_0x375578[_0x35b4(0x57)],null)||_0x4e1209===void 0x0||_0x33462c[_0x35b4(0xfb)](_0x4e1209=_0x4e1209[_0x35b4(0x54)],null)||_0x4e1209===void 0x0?void 0x0:_0x4e1209[_0x35b4(0x58)],'authToken':_0xc8a7a4,'channelName':_0x217cb5,'channelId':_0x5e49dc,'userIdentifier':_0xc8a7a4?'user-'+_0xc8a7a4[_0x35b4(0x4d)](0x0,0xa):'youtube-'+((_0x263465=_0x375578[_0x35b4(0x57)])===null||_0x33462c[_0x35b4(0x149)](_0x263465,void 0x0)||_0x33462c[_0x35b4(0x13b)](_0x263465=_0x263465[_0x35b4(0x54)],null)||_0x33462c['ZuwJf'](_0x263465,void 0x0)?void 0x0:_0x263465[_0x35b4(0x58)]),'googleId':_0x33462c[_0x35b4(0x14a)](_0x265769=_0x375578[_0x35b4(0x57)],null)||_0x33462c['SVOqU'](_0x265769,void 0x0)||_0x33462c[_0x35b4(0x14b)](_0x265769=_0x265769['user'],null)||_0x33462c[_0x35b4(0x137)](_0x265769,void 0x0)?void 0x0:_0x265769['id'],'refreshToken':_0x4c51ee,'serverAuthCode':_0x4c51ee},'tokenExpiry':new Date(_0x33462c['yZpzv'](Date['now'](),0xe10*0x3e8))[_0x35b4(0x8d)](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!![],'refreshTokenType':_0x4c51ee['startsWith']('4/')?_0x33462c[_0x35b4(0x121)]:_0x33462c[_0x35b4(0x122)],'configuredForRefresh':!![],'forcedConsent':!![],'consentMethod':_0x33462c[_0x35b4(0x14c)],'refreshTokenValue':_0x4c51ee}};console['log'](_0x33462c[_0x35b4(0x14d)],{'hasAccessToken':!!_0x534d47['accessToken'],'hasRefreshToken':!!_0x534d47[_0x35b4(0x14e)],'hasServerAuthCode':!!_0x534d47[_0x35b4(0x117)],'refreshTokenType':_0x534d47[_0x35b4(0x14f)]['refreshTokenType'],'userEmail':_0x33462c[_0x35b4(0x140)](_0x51e794=_0x375578[_0x35b4(0x57)],null)||_0x33462c['SVOqU'](_0x51e794,void 0x0)||_0x33462c[_0x35b4(0x150)](_0x51e794=_0x51e794[_0x35b4(0x54)],null)||_0x33462c[_0x35b4(0x151)](_0x51e794,void 0x0)?void 0x0:_0x51e794['email'],'forcedConsent':!![]}),console['log'](_0x33462c[_0x35b4(0x152)]),console['log'](_0x33462c[_0x35b4(0x153)]),console[_0x35b4(0x37)]('\uD83D\uDE80 [YOUTUBE REAUTH] Method: POST'),console[_0x35b4(0x37)](_0x35b4(0x154),{'Content-Type':'application/json','Authorization':_0xc8a7a4?_0xc8a7a4['substring'](0x0,0x14)+'...':_0x33462c['kTFgU']}),console['log'](_0x33462c['fLmMX'],{'hasAccessToken':!!_0x534d47[_0x35b4(0xfe)],'hasRefreshToken':!!_0x534d47[_0x35b4(0x14e)],'hasServerAuthCode':!!_0x534d47[_0x35b4(0x117)],'refreshTokenType':_0x534d47[_0x35b4(0x14f)][_0x35b4(0x155)],'userEmail':_0x33462c[_0x35b4(0x134)](_0x45fe5e=_0x375578[_0x35b4(0x57)],null)||_0x33462c[_0x35b4(0x111)](_0x45fe5e,void 0x0)||_0x33462c[_0x35b4(0x132)](_0x45fe5e=_0x45fe5e[_0x35b4(0x54)],null)||_0x33462c[_0x35b4(0x156)](_0x45fe5e,void 0x0)?void 0x0:_0x45fe5e[_0x35b4(0x58)],'channelName':_0x217cb5,'forcedConsent':!![],'requestRefreshToken':!![]}),console[_0x35b4(0x37)](_0x35b4(0x157),JSON[_0x35b4(0x91)](_0x534d47,null,0x2));const _0x43c7e4=await _0x33462c[_0x35b4(0x158)](fetch,API_CONFIG[_0x35b4(0x11)]+'/youtube/native-auth',{'method':'POST','headers':{'Content-Type':'application/json',..._0x33462c['EkDmo'](_0xc8a7a4,{'Authorization':_0xc8a7a4})},'body':JSON[_0x35b4(0x91)](_0x534d47)});console[_0x35b4(0x37)](_0x33462c[_0x35b4(0x159)],_0x43c7e4['status']),console[_0x35b4(0x37)](_0x33462c[_0x35b4(0x15a)],_0x43c7e4[_0x35b4(0x4c)]),console[_0x35b4(0x37)](_0x33462c['jSzVt'],_0x43c7e4['headers']);if(_0x43c7e4['ok']){if(_0x33462c[_0x35b4(0x137)](_0x33462c[_0x35b4(0x15b)],_0x33462c[_0x35b4(0x15c)]))return _0x2258e8[_0x35b4(0x3f)](_0x35b4(0x15d),_0x328c81),_0x2544c0[_0x35b4(0x37)](_0x33462c[_0x35b4(0x15e)]),{'access_token':_0x3b09d9+_0x35b4(0x15f)+_0x6cde83['random']()['toString'](0x24)[_0x35b4(0x4d)](0x7),'refresh_token':_0x3ccb4e+_0x35b4(0x160)+_0x24cb72[_0x35b4(0x161)]()['toString'](0x24)[_0x35b4(0x4d)](0x7),'expires_in':0xe10};else{var _0x4c7578,_0x5f2ef7;const _0x54d955=await _0x43c7e4['json']();console[_0x35b4(0x37)](_0x33462c[_0x35b4(0x162)],JSON[_0x35b4(0x91)](_0x54d955,null,0x2));const _0x67576a=_0x33462c[_0x35b4(0x163)](_0x33462c[_0x35b4(0x164)](_0x4c7578=_0x54d955['validation'],null)||_0x33462c[_0x35b4(0x165)](_0x4c7578,void 0x0)?void 0x0:_0x4c7578[_0x35b4(0x166)],!![])||_0x33462c[_0x35b4(0x167)]((_0x5f2ef7=_0x54d955[_0x35b4(0x168)])===null||_0x5f2ef7===void 0x0?void 0x0:_0x5f2ef7[_0x35b4(0x169)],!![])||_0x54d955['isTemporaryMode']===!![]||_0x54d955[_0x35b4(0x3e)]&&_0x54d955[_0x35b4(0x3e)][_0x35b4(0x9e)](_0x33462c[_0x35b4(0x16a)]);if(_0x67576a){if(_0x33462c['EXuCd'](_0x33462c[_0x35b4(0x16b)],_0x33462c[_0x35b4(0x16c)]))_0xc71b80[_0x35b4(0x37)](_0x35b4(0x5a)+_0x46b1b6[_0x35b4(0x93)]);else{const _0x1daaa0=_0x33462c[_0x35b4(0x16d)][_0x35b4(0x16e)]('|');let _0x4ac29e=0x0;while(!![]){switch(_0x1daaa0[_0x4ac29e++]){case'0':console['log'](_0x35b4(0x16f),_0x4c51ee?_0x35b4(0x170):'No');continue;case'1':console[_0x35b4(0x37)](_0x35b4(0x171));continue;case'2':console[_0x35b4(0x37)](_0x33462c[_0x35b4(0x172)]);continue;case'3':console[_0x35b4(0x37)](_0x33462c[_0x35b4(0x173)]);continue;case'4':console[_0x35b4(0x37)]('๐\x20[YOUTUBE\x20REAUTH]\x20Training\x20Ready:\x20Yes');continue;case'5':console[_0x35b4(0x37)](_0x33462c['jADnK']);continue;case'6':console[_0x35b4(0x37)](_0x33462c['RYOxL']);continue;}break;}}}else{if(_0x54d955[_0x35b4(0x174)]||_0x54d955[_0x35b4(0x175)]){const _0x4f5ceb=_0x35b4(0x176)[_0x35b4(0x16e)]('|');let _0x1413da=0x0;while(!![]){switch(_0x4f5ceb[_0x1413da++]){case'0':console[_0x35b4(0x37)](_0x33462c[_0x35b4(0x177)]);continue;case'1':console[_0x35b4(0x37)](_0x33462c[_0x35b4(0x178)]);continue;case'2':console[_0x35b4(0x37)](_0x33462c[_0x35b4(0x179)],_0x54d955['hasRefreshToken']);continue;case'3':console[_0x35b4(0x37)](_0x33462c[_0x35b4(0x17a)],_0x4c51ee[_0x35b4(0x120)]('4/')?_0x33462c['GkuOW']:_0x33462c[_0x35b4(0x122)]);continue;case'4':console[_0x35b4(0x37)](_0x33462c[_0x35b4(0x17b)],_0x4c51ee[_0x35b4(0x145)]);continue;case'5':console[_0x35b4(0x37)]('๐\x20[YOUTUBE\x20REAUTH]\x20Full\x20refresh\x20token:',_0x4c51ee);continue;case'6':console[_0x35b4(0x37)](_0x33462c[_0x35b4(0x17c)]);continue;}break;}}else return _0x33462c[_0x35b4(0x13b)](_0x33462c[_0x35b4(0x17d)],_0x33462c[_0x35b4(0x17d)])?(console[_0x35b4(0x85)](_0x33462c[_0x35b4(0x17e)]),console[_0x35b4(0x85)](_0x35b4(0x17f),_0x54d955),console[_0x35b4(0x85)](_0x33462c[_0x35b4(0x180)]),![]):{'success':![],'error':_0x169115['message']||_0x33462c['LYXWT']};}console[_0x35b4(0x37)](_0x33462c[_0x35b4(0x181)]);try{_0x33462c['ccnnL'](_0x33462c['kHKRZ'],_0x33462c['kHKRZ'])?(await _0x33462c[_0x35b4(0x182)](triggerTrainingRestart,_0x1a7128,_0xc8a7a4),console['log']('โ
\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20sent\x20successfully')):_0x2895d3['log'](_0x33462c[_0x35b4(0x183)]);}catch(_0x4ccd46){console['warn'](_0x33462c[_0x35b4(0x184)],_0x4ccd46),console[_0x35b4(0x85)](_0x33462c[_0x35b4(0x185)]);}return!![];}}else{if(_0x33462c['cCHcq'](_0x33462c[_0x35b4(0x186)],_0x33462c['Xtise'])){const _0x2d0886=await _0x43c7e4[_0x35b4(0x48)]();return console[_0x35b4(0x3f)](_0x33462c[_0x35b4(0x187)],_0x43c7e4[_0x35b4(0x93)],_0x2d0886),console[_0x35b4(0x3f)](_0x35b4(0x188)),![];}else{const _0x1aef56=_0x33462c[_0x35b4(0x189)][_0x35b4(0x16e)]('|');let _0x44ac3c=0x0;while(!![]){switch(_0x1aef56[_0x44ac3c++]){case'0':_0x5786a7[_0x35b4(0x37)](_0x33462c[_0x35b4(0x177)]);continue;case'1':_0x587a36[_0x35b4(0x37)](_0x33462c[_0x35b4(0x178)]);continue;case'2':_0x34c7f6[_0x35b4(0x37)](_0x35b4(0x18a),_0x10e987[_0x35b4(0x145)]);continue;case'3':_0xc90474[_0x35b4(0x37)](_0x33462c['lEsHH']);continue;case'4':_0x3a8df9['log'](_0x33462c[_0x35b4(0x18b)],_0x424d61);continue;case'5':_0x3a5ab1[_0x35b4(0x37)](_0x33462c[_0x35b4(0x179)],_0x5e6fdf[_0x35b4(0x174)]);continue;case'6':_0x4d8e55['log'](_0x33462c['YXexv'],_0x1b401f[_0x35b4(0x120)]('4/')?_0x33462c[_0x35b4(0x121)]:_0x33462c[_0x35b4(0x122)]);continue;}break;}}}}}else return console[_0x35b4(0x3f)]('โ\x20CRITICAL:\x20No\x20refresh\x20token\x20even\x20after\x20consent\x20screen'),console[_0x35b4(0x3f)](_0x33462c[_0x35b4(0x18c)]),console[_0x35b4(0x3f)](_0x33462c[_0x35b4(0x18d)]),console[_0x35b4(0x3f)](_0x35b4(0x18e)),console[_0x35b4(0x3f)](_0x35b4(0x18f)),console[_0x35b4(0x3f)](_0x33462c[_0x35b4(0x190)]),![];}catch(_0x59004d){console['error'](_0x33462c[_0x35b4(0x191)],_0x59004d);if(_0x33462c[_0x35b4(0x192)](_0x59004d[_0x35b4(0x10)],statusCodes[_0x35b4(0x193)]))console[_0x35b4(0x3f)](_0x33462c[_0x35b4(0x194)]),console[_0x35b4(0x3f)](_0x33462c[_0x35b4(0x195)]);else{if(_0x59004d[_0x35b4(0x10)]===statusCodes[_0x35b4(0x196)]){if(_0x33462c[_0x35b4(0x119)](_0x33462c[_0x35b4(0x197)],_0x35b4(0x198)))console[_0x35b4(0x3f)](_0x35b4(0x199));else return{'success':![],'message':_0x33462c[_0x35b4(0x19a)],'details':_0x118259};}else _0x33462c['BLNhA'](_0x59004d[_0x35b4(0x10)],statusCodes['PLAY_SERVICES_NOT_AVAILABLE'])&&console[_0x35b4(0x3f)](_0x33462c[_0x35b4(0x125)]);}return![];}};export const forceYouTubeReconnectionWithRevoke=async _0x4eeca7=>{const _0x4e74e0={'OoUXp':_0x35b4(0xef),'qGrMb':function(_0x15406e){return _0x15406e();},'TOeqW':_0x35b4(0x19b),'DJKoo':_0x35b4(0x19c),'DPlpR':'โ
\x20Signed\x20out\x20completely','kzfjx':function(_0x5e5ec4,_0x507193){return _0x5e5ec4===_0x507193;},'mOPfG':function(_0x57281f,_0x5a6ba0){return _0x57281f===_0x5a6ba0;},'LsYWj':_0x35b4(0x19d),'xzvmC':_0x35b4(0x19e)};try{var _0x5660fe;console[_0x35b4(0x37)]('๐\x20FORCING\x20YouTube\x20consent\x20via\x20REVOKE\x20method...'),console['log'](_0x4e74e0[_0x35b4(0x19f)],_0x4eeca7),_0x4e74e0[_0x35b4(0x1a0)](initializeGoogleSignIn),await GoogleSignin[_0x35b4(0x10c)]();try{await GoogleSignin['revokeAccess'](),console[_0x35b4(0x37)](_0x4e74e0['TOeqW']);}catch(_0x366a69){console[_0x35b4(0x37)](_0x4e74e0[_0x35b4(0x1a1)],_0x366a69);}await GoogleSignin[_0x35b4(0xf0)](),console['log'](_0x4e74e0['DPlpR']),console[_0x35b4(0x37)]('๐\x20Signing\x20in\x20after\x20revoke\x20-\x20consent\x20screen\x20MUST\x20appear...');const _0x98f89c=await GoogleSignin[_0x35b4(0x110)](),_0x233619=await GoogleSignin[_0x35b4(0xfd)](),_0x14b955=await GoogleSignin[_0x35b4(0x112)](),_0x33dc12=(_0x4e74e0['kzfjx'](_0x5660fe=_0x98f89c[_0x35b4(0x57)],null)||_0x4e74e0[_0x35b4(0x1a2)](_0x5660fe,void 0x0)?void 0x0:_0x5660fe[_0x35b4(0x117)])||(_0x14b955===null||_0x14b955===void 0x0?void 0x0:_0x14b955[_0x35b4(0x117)]);return _0x33dc12?(console[_0x35b4(0x37)](_0x4e74e0[_0x35b4(0x1a3)]),console[_0x35b4(0x37)]('๐\x20Refresh\x20token\x20preview:',_0x33dc12[_0x35b4(0x4d)](0x0,0x14)+'...'),!![]):(console['error'](_0x4e74e0[_0x35b4(0x1a4)]),![]);}catch(_0x3f66cc){return console['error'](_0x35b4(0x1a5),_0x3f66cc),![];}};export const fixUserYouTubeConnection=async _0x3ef935=>{const _0x1a3c96={'hTKFq':'auth/callback','pjcdw':_0x35b4(0x1a6),'imYqa':_0x35b4(0x1a7),'kQpcW':function(_0x3d520a,_0x25dad7){return _0x3d520a(_0x25dad7);},'jnWHp':'๐\x20Method\x202:\x20Trying\x20forced\x20consent\x20via\x20revoke...','IRWXJ':function(_0x331706,_0xc28a24){return _0x331706!==_0xc28a24;},'oukZk':_0x35b4(0x1a8)};console[_0x35b4(0x37)](_0x35b4(0x1a9)+_0x3ef935),console[_0x35b4(0x37)](_0x1a3c96[_0x35b4(0x1aa)]);let _0x16e874=await _0x1a3c96[_0x35b4(0x1ab)](forceYouTubeReconnectionWithConsent,_0x3ef935);if(_0x16e874)return console['log']('โ
\x20'+_0x3ef935+_0x35b4(0x1ac)),!![];console[_0x35b4(0x37)](_0x1a3c96[_0x35b4(0x1ad)]),_0x16e874=await _0x1a3c96[_0x35b4(0x1ab)](forceYouTubeReconnectionWithRevoke,_0x3ef935);if(_0x16e874)return _0x1a3c96[_0x35b4(0x1ae)](_0x1a3c96[_0x35b4(0x1af)],_0x35b4(0x1b0))?(console['log']('โ
\x20'+_0x3ef935+'\x20YouTube\x20connection\x20fixed\x20via\x20Method\x202!'),!![]):_0x10698c['includes'](_0x1a3c96[_0x35b4(0x1b1)])||_0x22dbdf[_0x35b4(0x9e)](_0x1a3c96[_0x35b4(0x1b2)]);return console[_0x35b4(0x3f)](_0x35b4(0x1b3)+_0x3ef935+_0x35b4(0x1b4)),![];};function _0x276e(){const _0x12b80c=['SDK\x20not\x20initialized.\x20Developers\x20must\x20call\x20initializeApiKey()\x20before\x20using\x20auth\x20features.','No\x20API\x20key\x20configured.\x20Please\x20initialize\x20the\x20SDK\x20with\x20a\x20valid\x20developer\x20API\x20key.','3.0.72','uJIBj','sCikj','fIUSU','LWhfs','apiKey','FYdLI','ThBvK','Bearer\x20','MsIqH','1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com','https://api.instagram.com/oauth/authorize','demo_instagram_client_id','user_profile,user_media','code','BASE_URL','/youtube/authorize','https://www.googleapis.com/auth/youtube.readonly','/reddit/authorize','demo_reddit_client_id','onairosevents://auth/callback','identity,read','/pinterest/authorize','demo_pinterest_client_id','boards:read,pins:read','https://www.facebook.com/v12.0/dialog/oauth','demo_facebook_client_id','public_profile,email','/linkedin/authorize','openid\x20profile\x20email','demo_gmail_client_id','https://www.googleapis.com/auth/gmail.readonly','/email/authorize','https://chat.openai.com','https://claude.ai/login','https://gemini.google.com','hasNativeSDK','โ ๏ธ\x20No\x20YouTube\x20channel\x20found\x20for\x20user','nOLCL','https://www.google.com','HEAD','reachable','โ
\x20[CONNECTIVITY]\x20Google\x20is\x20reachable\x20-\x20internet\x20is\x20working','๐\x20[CONNECTIVITY]\x20Test\x202:\x20Checking\x20API\x20server...','GwNDk','โ\x20[CONNECTIVITY]\x20Cannot\x20reach\x20API\x20server:','LaIvk','API\x20is\x20reachable','QuAIv','qYlDs','TDwgv','CNQar','TQpeI','log','๐\x20[CONNECTIVITY]\x20Running\x20comprehensive\x20network\x20diagnostics...','IYzth','LXBLm','TvoVi','MjmuK','no-cors','message','error','โ\x20[CONNECTIVITY]\x20Cannot\x20reach\x20Google\x20-\x20internet\x20may\x20be\x20down:','wSrPR','geXLR','YYOSr','NhxcZ','abort','signal','uAWXH','text','catch','Unable\x20to\x20read\x20response','api2Test','statusText','substring','NRpYJ','zBWGB','iEBvT','nYEFv','vSgbt','NeVBe','user','name','ueqYq','data','email','qgDDm','โ ๏ธ\x20[CONNECTIVITY]\x20API\x20server\x20responded\x20with\x20status:\x20','zouet','Network\x20error:\x20','zZXTW','pvvHK','success','RBJoM','KiXHL','...','googleTest','EDCCn','mVJQv','Email\x20verified\x20successfully','existingUser','token','pBvad','No\x20internet\x20connectivity\x20detected.\x20Check\x20your\x20network\x20connection.','tLUyj','BfPbU','โน๏ธ\x20Token\x20clearing\x20failed\x20or\x20not\x20needed:','๐\x20[YOUTUBE\x20AUTH]\x20Response\x20data\x20keys:','๐ง\x20[OAUTH]\x20Email\x20platform\x20selected,\x20returning\x20mock\x20auth\x20URL','NQEiV','AbortError','Network\x20request\x20failed','3|0|1|2|5|4','\x20\x20\x201.\x20No\x20internet\x20connection\x20on\x20device/simulator','\x20\x20\x202.\x20API\x20server\x20(API\x20server)\x20is\x20unreachable','\x20\x20\x203.\x20DNS\x20resolution\x20failed','\x20\x20\x205.\x20iOS\x20simulator\x20network\x20sandbox\x20issue\x20-\x20try\x20on\x20physical\x20device','\x20\x20\x204.\x20SSL/TLS\x20certificate\x20issue','๐\x20[OAUTH]\x20Starting\x20OAuth\x20for\x20platform:\x20','๐ฑ\x20[OAUTH]\x20Platform:\x20',',\x20Version:\x20','Version','QIoRe','/email/authorize?action=verify','yQnmG','WiPxg','APLVA','ZWODh','JuiRb','โ ๏ธ\x20[YOUTUBE\x20AUTH]\x20Backend\x20did\x20not\x20confirm\x20refresh\x20token','warn','Tovju','keys','โ ๏ธ\x20[YOUTUBE\x20AUTH]\x20Connection\x20may\x20fail\x20when\x20tokens\x20expire','โ\x20[OAUTH]\x20User\x20not\x20authenticated\x20-\x20cannot\x20initiate\x20','\x20OAuth','โ\x20[OAUTH]\x20Please\x20log\x20in\x20first\x20before\x20connecting\x20platforms','๐\x20[OAUTH]\x20About\x20to\x20make\x20fetch\x20request...','toISOString','๐ค\x20[OAUTH]\x20Request\x20body:','โฐ\x20[OAUTH]\x20Request\x20timeout\x20for\x20','\x20-\x20aborting','stringify','๐ก\x20[OAUTH]\x20Response\x20status:\x20','status','โ\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20','\x20-\x20','json','๐\x20[OAUTH]\x20Response\x20data\x20for\x20','URL','url','๐\x20[OAUTH]\x20Auth\x20URL\x20for\x20','QzaNZ','โ\x20[OAUTH]\x20Request\x20timeout\x20for\x20','\x20-\x20the\x20server\x20took\x20too\x20long\x20to\x20respond','includes','nQjks','XQCvT','JEQqd','BFyzC','.\x20Possible\x20causes:','IllVi','configure','ctWgp','Ulrmy','kxNSw','โ ๏ธ\x20Error\x20fetching\x20YouTube\x20channel\x20info:','Unknown\x20Channel','Facebook\x20Login\x20completed\x20successfully','Initiating\x20Facebook\x20Login\x20for\x20Instagram','โ\x20Google\x20Play\x20Services\x20not\x20available','โ\x20YouTube\x20reconnection\x20error:','Invalid\x20verification\x20code','0|5|3|1|4|6|2','โ
\x20[YOUTUBE\x20REAUTH]\x20Backend\x20CONFIRMED\x20refresh\x20token\x20received','๐\x20[YOUTUBE\x20REAUTH]\x20Full\x20refresh\x20token:','๐\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20type:','Internet\x20works\x20but\x20API\x20server\x20is\x20unreachable.\x20The\x20server\x20may\x20be\x20blocking\x20requests\x20from\x20this\x20device/simulator.','๐\x20FORCING\x20fresh\x20YouTube\x20consent\x20for\x20refresh\x20token...','โ
\x20Signed\x20out\x20-\x20consent\x20cache\x20cleared','โน๏ธ\x20Sign\x20out\x20not\x20needed:','QaXdj','โ
\x20Token\x20cache\x20cleared','openid','๐ฑ\x20User\x20should\x20see:\x20\x22Allow\x20[App]\x20to\x20access\x20your\x20YouTube\x20account\x20when\x20you\x27re\x20not\x20using\x20the\x20app?\x22','โ
\x20Sign-in\x20completed\x20-\x20checking\x20for\x20refresh\x20token...','๐\x20FULL\x20userInfo\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','๐\x20FULL\x20tokens\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','๐\x20FULL\x20currentUser\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','Missing','-\x20ServerAuthCode\x20(userInfo):','-\x20ServerAuthCode\x20(currentUser):','uOWhV','โ
\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20consent!','๐\x20Refresh\x20token\x20type:','๐\x20Refresh\x20token\x20preview:','muGuO','๐บ\x20Fetching\x20YouTube\x20channel\x20information...','https://www.googleapis.com/youtube/v3/channels?part=snippet&mine=true','CGEIe','mxOJV','โ
\x20YouTube\x20channel\x20found:','โ ๏ธ\x20Failed\x20to\x20fetch\x20YouTube\x20channel\x20info:','FJSDG','๐\x20Creating\x20authentication\x20token\x20for\x20YouTube\x20connection...','temp_token_for_youtube_connection','youtube','๐\x20[YOUTUBE\x20REAUTH]\x20=====\x20SENDING\x20REAUTH\x20SIGNAL\x20TO\x20BACKEND\x20=====','๐\x20[YOUTUBE\x20REAUTH]\x20Endpoint:\x20https://API\x20server/youtube/native-auth','NO\x20AUTH\x20TOKEN','๐\x20[YOUTUBE\x20REAUTH]\x20Payload\x20Summary:','๐ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Status:','๐ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Status\x20Text:','๐ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Headers:','GwvSF','TXcbq','temporary\x20access\x20token\x20mode','ViYQr','lScir','2|1|3|6|5|4|0','๐\x20[YOUTUBE\x20REAUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','๐\x20[YOUTUBE\x20REAUTH]\x20Connection\x20Details:','qAGQe','โ ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Expected\x20hasRefreshToken\x20or\x20refreshTokenReceived\x20in\x20response','๐\x20[YOUTUBE\x20REAUTH]\x20Signaling\x20training\x20system\x20to\x20restart...','AYpIr','โ ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20failed:','โ ๏ธ\x20[YOUTUBE\x20REAUTH]\x20User\x20may\x20need\x20to\x20manually\x20restart\x20training','Rcwez','โ\x20[YOUTUBE\x20REAUTH]\x20Backend\x20processing\x20FAILED:','โ\x20This\x20means\x20consent\x20screen\x20did\x20not\x20appear\x20or\x20user\x20denied\x20permissions','โ\x20Error\x20forcing\x20YouTube\x20consent:','โ\x20User\x20cancelled\x20sign-in\x20-\x20no\x20refresh\x20token\x20obtained','๐ก\x20User\x20must\x20click\x20\x22Allow\x22\x20to\x20get\x20refresh\x20token','luJsQ','kFCbN','๐ค\x20User:','signOut','BHYnz','aXDiP','CslGk','FSJvK','iFQjU','xpDqw','ZvQww','ilHtB','tDADA','jspJR','bXeKT','jMfSO','getTokens','accessToken','NWwcX','clearCachedAccessToken','gwynU','IpxHD','plKfd','fAWQA','gpBSb','BptAs','MJKWs','HrVUf','gGRnf','hswkJ','Gmvwb','hasPlayServices','JlUzN','๐\x20Initiating\x20sign-in\x20-\x20consent\x20screen\x20should\x20appear...','XxykM','signIn','iCpRv','getCurrentUser','IAxuy','lujzF','-\x20ID\x20token:','yAdSw','serverAuthCode','yXmnw','scEkn','ktMRa','fZCYy','BifNv','PIuUm','yIMsi','GANCW','startsWith','GkuOW','zZgDx','wRCDI','VtzxN','HOJVu','tEHYm','VhKvc','items','rOeLD','tGxuq','title','xceFx','โ\x20YouTube\x20reconnection\x20failed','VUhuZ','yBPDG','WWiiF','suOaA','jucaU','yBVkl','SqiKr','No\x20Channel','ZQSDy','IPHQe','zjifN','QVaNr','pybeS','paIXV','CZALF','fsZcy','oEWMQ','DbNBu','AjgGJ','tncRW','RfjUM','PulxW','trim','length','vTQzV','VWyBg','idToken','zEpxS','WzIhE','gVDxm','zgdlf','KaFcx','refreshToken','debugInfo','XRXks','mNoTn','owuPa','mxpXR','๐\x20[YOUTUBE\x20REAUTH]\x20Headers:','refreshTokenType','HWswu','๐\x20[YOUTUBE\x20REAUTH]\x20FULL\x20PAYLOAD:','FhbQn','IMwCW','YcSdp','OcMht','bTvWD','Error\x20exchanging\x20code\x20for\x20token:','GAorj','_access_token_','_refresh_token_','random','MHLhd','YPEOq','GEyam','AphPv','isTemporaryMode','IIUyN','temporaryMode','enabled','HpKNz','DSRyY','PHZEo','AVSme','split','๐\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20sent:','Yes','โ
\x20[YOUTUBE\x20REAUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','Fizkp','hkUeX','hasRefreshToken','refreshTokenReceived','0|2|6|1|5|3|4','ausEH','XspLR','kFACL','YXexv','oOirT','lEsHH','cqEUd','hGIxo','โ ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Response\x20data:','kEoTz','nIXhI','gyNJv','DwqlU','oeCPW','aJJbb','Xtise','ZGVfN','โ\x20[YOUTUBE\x20REAUTH]\x20This\x20means\x20the\x20reauth\x20signal\x20was\x20not\x20processed','wexAP','๐\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20length:','jgRCK','BfVbw','TmKws','\x20\x20\x201.\x20Try\x20the\x20revoke\x20method:\x20forceYouTubeReconnectionWithRevoke()','\x20\x20\x202.\x20Check\x20Google\x20Console\x20OAuth\x20configuration','bGuoK','BbvSb','lfysJ','SIGN_IN_CANCELLED','oczsJ','nOfGA','IN_PROGRESS','SUKaR','jpnDo','โ\x20Sign-in\x20already\x20in\x20progress','RrRPp','โ
\x20Revoked\x20existing\x20permissions\x20-\x20fresh\x20consent\x20REQUIRED','โน๏ธ\x20No\x20existing\x20permissions\x20to\x20revoke:','โ
\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20REVOKE\x20+\x20consent!','โ\x20Still\x20no\x20refresh\x20token\x20after\x20revoke\x20method','OoUXp','qGrMb','DJKoo','mOPfG','LsYWj','xzvmC','โ\x20Error\x20with\x20revoke\x20method:','code=','๐\x20Method\x201:\x20Trying\x20forced\x20consent\x20via\x20configuration...','aKjMG','๐ง\x20Fixing\x20YouTube\x20connection\x20for\x20user:\x20','imYqa','kQpcW','\x20YouTube\x20connection\x20fixed\x20via\x20Method\x201!','jnWHp','IRWXJ','oukZk','DTwVX','hTKFq','pjcdw','โ\x20Failed\x20to\x20fix\x20','\x20YouTube\x20connection\x20with\x20both\x20methods','โน๏ธ\x20No\x20valid\x20authentication\x20token\x20found\x20for\x20YouTube\x20connection','โน๏ธ\x20User\x20should\x20authenticate\x20first\x20via\x20Google/Apple/Email\x20before\x20connecting\x20YouTube','โ
\x20Successfully\x20refreshed\x20Google\x20tokens','โ\x20Failed\x20to\x20refresh\x20Google\x20tokens:','โ
\x20Re-authentication\x20successful','โ\x20Re-authentication\x20also\x20failed:','๐\x20Attempting\x20to\x20refresh\x20Google\x20tokens...','โ\x20User\x20not\x20signed\x20in\x20to\x20Google,\x20cannot\x20refresh\x20tokens','mcRMZ','sopOh','cEANq','csxby','XudMA','๐\x20Refresh\x20failed,\x20attempting\x20re-authentication...','SvPVH','VKMvG','โน๏ธ\x20NOTE:\x20SDK\x20does\x20not\x20create\x20users\x20during\x20YouTube\x20connection','BnKXF','KeeAj','pTYuL','โ ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Backend\x20did\x20NOT\x20confirm\x20refresh\x20token\x20reception','HfUwS','๐\x20YouTube\x20Token\x20Debug:','none','โ\x20Debug\x20tokens\x20failed:','crzMI','Present','aGtdb','MRUfC','TGhJH','tynIM','OhOQK','bccAy','xFmUm','DdABy','sgdpY','niOUg','โ\x20Error\x20refreshing\x20YouTube\x20tokens:','EwTgH','๐\x20Forcing\x20fresh\x20YouTube\x20reconnection\x20for\x20refresh\x20token...','uEOWf','โน๏ธ\x20Already\x20signed\x20out\x20or\x20sign\x20out\x20failed:','vwlMj','CByWx','gzXsR','โ
\x20YouTube\x20reconnected\x20successfully\x20with\x20refresh\x20token','โ ๏ธ\x20Still\x20no\x20refresh\x20token\x20after\x20reconnection','smZVQ','bmLUK','oSLyI','โ
\x20Signed\x20out\x20from\x20Google','tHpMp','nSBaB','CUvTj','PCKGA','zLCkE','pLKmS','PtrlD','CSXfx','TRnEa','pUXBr','โ
\x20Cleared\x20cached\x20access\x20token','zeEtv','bmZmz','WypEh','YwYRF','gslPp','tfSPY','POmIs','xVeDJ','mlLVH','bACpY','aNgfg','yRArK','snippet','GfCHi','Fnryd','wCEeD','DcqpW','CtpLn','pcbNj','LTdVc','tkNpw','zEhnq','CNgPu','GcUEq','ACrTm','AzTFo','โ\x20[TRAINING\x20RESTART]\x20Error\x20triggering\x20training\x20restart:','โ\x20CRITICAL:\x20No\x20refresh\x20token\x20even\x20after\x20consent\x20screen','\x20\x20\x203.\x20Ensure\x20user\x20clicks\x20\x22Allow\x22\x20on\x20consent\x20screen','๐ก\x20Solutions:','โน๏ธ\x20No\x20token\x20cache\x20to\x20clear','Failed\x20to\x20send\x20verification\x20code','โ\x20[YOUTUBE\x20AUTH]\x20Username\x20is\x20required\x20for\x20YouTube\x20authentication','๐\x20Initiating\x20native\x20Google\x20Sign-In\x20for\x20YouTube','๐\x20Signed\x20out\x20to\x20force\x20fresh\x20consent','UZguv','โน๏ธ\x20Sign\x20out\x20not\x20needed\x20or\x20failed:','๐\x20FULL\x20tokens\x20object:','๐\x20FULL\x20currentUser\x20object:','-\x20currentUser?.serverAuthCode:','-\x20tokens.accessToken:','XLGGJ','โ\x20CRITICAL:\x20No\x20refresh\x20token\x20available\x20-\x20YouTube\x20connection\x20will\x20fail\x20when\x20token\x20expires','โ ๏ธ\x20Continuing\x20without\x20refresh\x20token\x20-\x20connection\x20may\x20fail\x20later','Fnxyc','ID:','MxwEf','tqFQM','gavZa','โ
\x20Found\x20existing\x20authentication\x20token\x20for\x20YouTube\x20auth','๐\x20Token\x20preview:','๐\x20Linking\x20YouTube\x20data\x20to\x20user:','๐บ\x20YouTube\x20channel\x20name:','apple','๐ค\x20BACKEND\x20PAYLOAD\x20SUMMARY:','-\x20hasRefreshToken:','-\x20refreshTokenType:','-\x20userEmail:','-\x20channelName:','๐ค\x20Sending\x20YouTube\x20auth\x20to\x20backend\x20with\x20refresh\x20token:','๐ก\x20Backend\x20response\x20status:','๐\x20COMPLETE\x20BACKEND\x20RESPONSE:','LPIcE','๐\x20[YOUTUBE\x20AUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','โ
\x20[YOUTUBE\x20AUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','โน๏ธ\x20[YOUTUBE\x20AUTH]\x20User\x20can\x20reconnect\x20later\x20for\x20refresh\x20tokens\x20if\x20needed','rojWF','โ\x20YouTube\x20auth\x20failed:','โ\x20Google\x20Sign-In\x20error:','User\x20cancelled\x20Google\x20Sign-In','EtByo','Google\x20Sign-In\x20already\x20in\x20progress','Google\x20Play\x20Services\x20not\x20available','koYkQ','zhbQa','HMcJJ','vRJng','elAEM','RVBSH','โ
\x20Google\x20Sign-In\x20successful:','JqbMr','bDdwp','qcKRE','๐\x20Got\x20Google\x20tokens','NCGIL','๐ค\x20Current\x20user\x20info:','EuwQe','PZBIN','๐\x20REFRESH\x20TOKEN\x20EXTRACTION:','-\x20userInfo.data?.serverAuthCode:','gOXCQ','dFMsi','-\x20tokens.idToken:','RBdYI','Present:\x20','โ
\x20Got\x20serverAuthCode\x20(refresh\x20token\x20mechanism)','DkzlY','FSPUD','MZAIx','ByDJN','hqAgr','๐ก\x20User\x20needs\x20to\x20reconnect\x20with\x20proper\x20consent\x20screen','๐ก\x20Check\x20Google\x20Sign-In\x20configuration:\x20offlineAccess,\x20forceCodeForRefreshToken','SyjeR','WWsmP','MjphR','FdWKu','cCUbT','TCBtj','TEQTn','LUoib','tZNxx','XnuHc','RGhlL','uoiBE','vroWR','bhgEe','ufmcy','CrFIK','kKiyk','eHgpI','PxwIS','HmBfL','jUKvK','CNIib','dXTFx','OMkrN','IulEF','FyUvx','ciPLt','XsXfX','lzzPO','oyxQY','CDthw','rCXVL','youtube_user','dMWpi','jjFVz','yanPb','Ggzpz','zXaMt','QACaZ','jqwir','TfXgL','FcXqC','No\x20token','fVJIx','dabRN','SqQbq','youtube-','aFYII','ImAGN','lhvDK','CMrrw','Wubmt','DYkRV','now','cFGKk','UMvHH','-\x20hasAccessToken:','eIQVR','-\x20hasServerAuthCode:','xYejQ','ryHnH','NmSBs','QeODI','Ijzia','/youtube/native-auth','zCDhX','gbkmo','IYEyw','validation','PylAA','NHFis','VaQUC','cBHHC','OsYBU','KKwHJ','GXICZ','โ
\x20[YOUTUBE\x20AUTH]\x20Full\x20YouTube\x20connection\x20with\x20persistent\x20access','EoTmo','WDoiS','abiWm','IuRRu','๐\x20BACKEND\x20ERROR\x20RESPONSE:','JTmGq','qcuBe','IGnHo','CPPdY','DHBxn','VsLrA','WgVzb','xXSui','auth/callback','dOycH','Falling\x20back\x20to\x20simulated\x20token\x20response','Exchanging\x20code\x20for\x20token\x20for\x20platform:\x20','/token','sYuNN','Error\x20exchanging\x20code\x20for\x20token:\x20','Token\x20exchange\x20successful\x20for\x20','wwoJB','JTSne','toString','TtECd','โ\x20No\x20current\x20Google\x20user\x20found','โ
\x20YouTube\x20tokens\x20refreshed\x20successfully:','๐\x20Refreshing\x20YouTube\x20tokens...','โ\x20Failed\x20to\x20get\x20fresh\x20tokens\x20from\x20Google\x20SDK','CjZkf','SxYIz','KItNT','/youtube/refresh-token','OIpWL','szLFX','jXvBX','XqIWe','egyVK','RKKQB','โ
\x20Got\x20serverAuthCode\x20from\x20sign-in\x20response','Network\x20error.\x20Please\x20check\x20your\x20connection\x20and\x20try\x20again.','โ
\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20successful:','โ\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20failed:','JxFAF','Vqgbk','IHwAt','๐\x20[TRAINING\x20RESTART]\x20Triggering\x20training\x20restart\x20for\x20user:','/mobile-training/restart','wZkSY','ktVRt','NnYlC','Training\x20restart\x20failed:\x20','JqDiq','tOvmS','yZWGa','UKjqf','๐\x20Current\x20token\x20status:','SPckY','๐\x20New\x20token\x20status:','โ\x20Failed\x20to\x20fix\x20YouTube\x20connection','โ\x20Error\x20testing\x20YouTube\x20refresh\x20token:','๐งช\x20Testing\x20YouTube\x20refresh\x20token\x20functionality...','ZYGrl','gszly','VBmnT','odqyP','eGaMo','โ ๏ธ\x20No\x20refresh\x20token\x20found\x20-\x20attempting\x20to\x20fix...','dbqeS','eJHjo','sioyO','oDcyP','qHxlO','seTqQ','AVSTm','iMuPK','YIBlL','request','kgAHn','๐ง\x20Requesting\x20email\x20verification\x20for:','/email/verification','Verification\x20code\x20sent\x20to\x20your\x20email','rlrVP','PMVZp','yOhMc','UBuSW','cWxWT','โ\x20Error\x20verifying\x20email\x20code:','๐\x20Verifying\x20email\x20code\x20for:','xhFYX','verify','sixNw','vUvEj','โ\x20Error\x20checking\x20email\x20verification\x20status:','Njtwt','/email/verification/status','isPending','vlUrt','Network\x20error','๐ง\x20Platform\x20auth\x20service\x20initialized','OuShz'];_0x276e=function(){return _0x12b80c;};return _0x276e();}const refreshGoogleTokens=async()=>{const _0x4b3921={'VKMvG':_0x35b4(0x1b5),'BnKXF':_0x35b4(0x1b6),'pTYuL':'โ\x20No\x20current\x20Google\x20user\x20found','mcRMZ':_0x35b4(0x1b7),'sopOh':function(_0x677b2e,_0x1ec660){return _0x677b2e!==_0x1ec660;},'csxby':_0x35b4(0x1b8),'XudMA':'EInJT','SvPVH':_0x35b4(0x1b9),'KeeAj':_0x35b4(0x1ba)};try{console[_0x35b4(0x37)](_0x35b4(0x1bb));const _0x18bb73=await GoogleSignin[_0x35b4(0x112)]();if(!_0x18bb73)return console[_0x35b4(0x37)](_0x35b4(0x1bc)),null;const _0x52ed5f=await GoogleSignin[_0x35b4(0xfd)]();return console[_0x35b4(0x37)](_0x4b3921[_0x35b4(0x1bd)]),{'accessToken':_0x52ed5f[_0x35b4(0xfe)],'idToken':_0x52ed5f[_0x35b4(0x148)]};}catch(_0x3447fc){if(_0x4b3921[_0x35b4(0x1be)]('HVrmi',_0x35b4(0x1bf))){console[_0x35b4(0x3f)](_0x4b3921[_0x35b4(0x1c0)],_0x3447fc);try{if('veizl'!==_0x4b3921[_0x35b4(0x1c1)]){console[_0x35b4(0x37)](_0x35b4(0x1c2));const _0x35f877=await GoogleSignin[_0x35b4(0x110)](),_0x50e85f=await GoogleSignin[_0x35b4(0xfd)]();return console[_0x35b4(0x37)](_0x4b3921[_0x35b4(0x1c3)]),{'accessToken':_0x50e85f[_0x35b4(0xfe)],'idToken':_0x50e85f['idToken']};}else _0x2f14e[_0x35b4(0x37)](_0x4b3921[_0x35b4(0x1c4)]),_0x2748af[_0x35b4(0x37)](_0x35b4(0x1c5)),_0x2906de['log'](_0x4b3921[_0x35b4(0x1c6)]);}catch(_0x16b663){return console[_0x35b4(0x3f)](_0x4b3921[_0x35b4(0x1c7)],_0x16b663),null;}}else return _0x13a052[_0x35b4(0x3f)](_0x4b3921[_0x35b4(0x1c8)]),![];}},debugYouTubeTokens=async()=>{const _0x242ebd={'DdABy':_0x35b4(0x1c9),'sgdpY':_0x35b4(0x17f),'CLVrJ':_0x35b4(0x1ca),'crzMI':_0x35b4(0x1cb),'OhOQK':_0x35b4(0xc0),'aGtdb':function(_0x27a760,_0x33bfc5){return _0x27a760!==_0x33bfc5;},'FhIka':function(_0x349431,_0x4f36b2){return _0x349431===_0x4f36b2;},'MRUfC':function(_0x501618,_0x5b337f){return _0x501618===_0x5b337f;},'TGhJH':function(_0x50c836,_0x32706c){return _0x50c836===_0x32706c;},'tynIM':function(_0x280585,_0x2672e5){return _0x280585===_0x2672e5;},'bccAy':_0x35b4(0x117),'xFmUm':_0x35b4(0x1cc),'esRiC':_0x35b4(0x1cd),'niOUg':_0x35b4(0x3f)};try{if(_0x242ebd['CLVrJ']!=='vHyra'){var _0x36500f;const _0x124abf=await GoogleSignin['getTokens'](),_0x481cfa=await GoogleSignin[_0x35b4(0x112)]();return console['log'](_0x242ebd[_0x35b4(0x1ce)],{'accessToken':_0x124abf[_0x35b4(0xfe)]?_0x124abf[_0x35b4(0xfe)][_0x35b4(0x4d)](0x0,0x14)+_0x35b4(0x62):_0x242ebd['OhOQK'],'idToken':_0x124abf[_0x35b4(0x148)]?_0x35b4(0x1cf):_0x35b4(0xc0),'serverAuthCode':_0x481cfa!==null&&_0x242ebd[_0x35b4(0x1d0)](_0x481cfa,void 0x0)&&_0x481cfa['serverAuthCode']?_0x481cfa['serverAuthCode'][_0x35b4(0x4d)](0x0,0x14)+_0x35b4(0x62):_0x35b4(0xc0),'userEmail':(_0x242ebd['FhIka'](_0x481cfa,null)||_0x242ebd[_0x35b4(0x1d1)](_0x481cfa,void 0x0)||_0x242ebd[_0x35b4(0x1d2)](_0x36500f=_0x481cfa[_0x35b4(0x54)],null)||_0x242ebd[_0x35b4(0x1d3)](_0x36500f,void 0x0)?void 0x0:_0x36500f[_0x35b4(0x58)])||_0x242ebd[_0x35b4(0x1d4)]}),{'hasRefreshToken':!!(_0x242ebd[_0x35b4(0x1d0)](_0x481cfa,null)&&_0x242ebd['aGtdb'](_0x481cfa,void 0x0)&&_0x481cfa[_0x35b4(0x117)]),'refreshTokenType':_0x242ebd['aGtdb'](_0x481cfa,null)&&_0x481cfa!==void 0x0&&_0x481cfa[_0x35b4(0x117)]?_0x242ebd[_0x35b4(0x1d5)]:_0x242ebd[_0x35b4(0x1d6)]};}else return _0x4d21cd[_0x35b4(0x85)](_0x242ebd[_0x35b4(0x1d7)]),_0x42f937[_0x35b4(0x85)](_0x242ebd[_0x35b4(0x1d8)],_0x49acf7),_0xaa0920[_0x35b4(0x85)](_0x35b4(0xe2)),![];}catch(_0x1870e4){return console[_0x35b4(0x3f)](_0x242ebd['esRiC'],_0x1870e4),{'hasRefreshToken':![],'refreshTokenType':_0x242ebd[_0x35b4(0x1d9)]};}};export const reconnectYouTube=async _0x36fc7a=>{const _0x5e1a8b={'GbnSY':_0x35b4(0x1a5),'PtrlD':'Google\x20Sign-In\x20already\x20in\x20progress','tfSPY':_0x35b4(0x1da),'aNgfg':_0x35b4(0xb7),'NSnuv':'ID:','DcqpW':function(_0x2e99e6,_0x123c5f){return _0x2e99e6!==_0x123c5f;},'CtpLn':function(_0x2824de,_0x24da31){return _0x2824de!==_0x24da31;},'pcbNj':_0x35b4(0x72),'LTdVc':'\x20\x20\x202.\x20API\x20server\x20(API\x20server)\x20is\x20unreachable','tkNpw':_0x35b4(0x76),'zEhnq':'\x20\x20\x204.\x20SSL/TLS\x20certificate\x20issue','CNgPu':'\x20\x20\x205.\x20iOS\x20simulator\x20network\x20sandbox\x20issue\x20-\x20try\x20on\x20physical\x20device','ACrTm':'Facebook\x20Login\x20completed\x20successfully','AzTFo':function(_0x9497a6,_0x39e6e1){return _0x9497a6(_0x39e6e1);},'bmZmz':function(_0x17ce66,_0x5a7523,_0x18e6cf){return _0x17ce66(_0x5a7523,_0x18e6cf);},'bmLUK':function(_0x231c10,_0x22f32a){return _0x231c10!==_0x22f32a;},'RJQxu':'WSiVe','oSLyI':_0x35b4(0x1db),'ZvowL':_0x35b4(0x1dc),'tHpMp':function(_0x3f31c7,_0x528d01){return _0x3f31c7===_0x528d01;},'nSBaB':_0x35b4(0x1dd),'PCKGA':_0x35b4(0x1de),'zLCkE':_0x35b4(0x1df),'pLKmS':'tNkxA','CSXfx':function(_0x2206a0,_0x4d119a){return _0x2206a0!==_0x4d119a;},'TRnEa':_0x35b4(0x1e0),'pUXBr':'mOLLW','zeEtv':_0x35b4(0x6d),'WypEh':_0x35b4(0xd1),'YwYRF':function(_0x5f3991,_0x26dac0){return _0x5f3991!==_0x26dac0;},'gslPp':_0x35b4(0x1e1),'AFHTB':_0x35b4(0x1e2),'POmIs':function(_0x36899e){return _0x36899e();},'xVeDJ':'KFwxc','bACpY':'โ
\x20Refresh\x20token\x20confirmed:','FXVsw':'lTiCP','yRArK':'gCoMI','GfCHi':_0x35b4(0x1e3),'Fnryd':function(_0x33c77e,_0x104b1a){return _0x33c77e!==_0x104b1a;},'wCEeD':_0x35b4(0x1e4),'GcUEq':_0x35b4(0x12d),'Djvls':'โ\x20YouTube\x20reconnection\x20error:'};try{if(_0x5e1a8b[_0x35b4(0x1e5)](_0x5e1a8b['RJQxu'],_0x5e1a8b[_0x35b4(0x1e6)])){console[_0x35b4(0x37)](_0x5e1a8b['ZvowL']);try{await GoogleSignin[_0x35b4(0xf0)](),console[_0x35b4(0x37)](_0x35b4(0x1e7));}catch(_0x2c3810){if(_0x5e1a8b[_0x35b4(0x1e8)](_0x5e1a8b[_0x35b4(0x1e9)],_0x35b4(0x1ea)))return _0x2ecc6c['error'](_0x5e1a8b['GbnSY'],_0x227e92),![];else console[_0x35b4(0x37)](_0x5e1a8b[_0x35b4(0x1eb)],_0x2c3810);}try{if(_0x5e1a8b[_0x35b4(0x1e8)](_0x5e1a8b[_0x35b4(0x1ec)],_0x5e1a8b[_0x35b4(0x1ed)]))_0x135f48['log'](_0x5e1a8b[_0x35b4(0x1ee)]);else{const _0x44a250=await GoogleSignin['getTokens']();_0x44a250[_0x35b4(0xfe)]&&(_0x5e1a8b[_0x35b4(0x1ef)](_0x5e1a8b[_0x35b4(0x1f0)],_0x5e1a8b[_0x35b4(0x1f1)])?(await GoogleSignin[_0x35b4(0x100)](_0x44a250[_0x35b4(0xfe)]),console['log'](_0x35b4(0x1f2))):(_0x15aeab[_0x35b4(0x37)](_0x35b4(0x8f)+_0x377347+_0x35b4(0x90)),_0x21f119[_0x35b4(0x45)]()));}}catch(_0x22e047){console[_0x35b4(0x37)](_0x5e1a8b[_0x35b4(0x1f3)],_0x22e047);}const _0x239356=await _0x5e1a8b[_0x35b4(0x1f4)](initiateNativeAuth,_0x5e1a8b[_0x35b4(0x1f5)],_0x36fc7a);if(_0x239356){if(_0x5e1a8b[_0x35b4(0x1f6)](_0x5e1a8b[_0x35b4(0x1f7)],_0x35b4(0x1e1)))return _0x1483c7[_0x35b4(0x3f)](_0x5e1a8b[_0x35b4(0x1f8)],_0x7c76a6),![];else{console[_0x35b4(0x37)](_0x5e1a8b['AFHTB']);const _0xa50465=await _0x5e1a8b[_0x35b4(0x1f9)](debugYouTubeTokens);return _0xa50465[_0x35b4(0x174)]?_0x5e1a8b['YwYRF'](_0x5e1a8b[_0x35b4(0x1fa)],_0x35b4(0x1fb))?console[_0x35b4(0x37)](_0x5e1a8b[_0x35b4(0x1fc)],_0xa50465[_0x35b4(0x155)]):_0x1cbb08['log'](_0x5e1a8b[_0x35b4(0x1fd)],_0x575954):_0x5e1a8b['FXVsw']===_0x5e1a8b[_0x35b4(0x1fe)]?(_0x5eecc0=_0x12edf8[_0x35b4(0x128)][0x0][_0x35b4(0x1ff)][_0x35b4(0x12b)],_0x5856b7=_0x51575c[_0x35b4(0x128)][0x0]['id'],_0x1fbacb[_0x35b4(0x37)](_0x35b4(0xcc),_0x61d877,_0x5e1a8b['NSnuv'],_0x394497)):console[_0x35b4(0x85)](_0x5e1a8b[_0x35b4(0x200)]),!![];}}else{if(_0x5e1a8b[_0x35b4(0x201)](_0x5e1a8b[_0x35b4(0x202)],_0x5e1a8b['wCEeD'])){var _0x589608;if(_0x264566[_0x35b4(0x55)]==='AbortError')_0x92aaad[_0x35b4(0x3f)](_0x35b4(0x9c)+_0xff9623+_0x35b4(0x9d));else _0x5e1a8b[_0x35b4(0x203)](_0x589608=_0x136f00['message'],null)&&_0x5e1a8b[_0x35b4(0x204)](_0x589608,void 0x0)&&_0x589608['includes'](_0x5e1a8b[_0x35b4(0x205)])?(_0x53c643[_0x35b4(0x3f)]('โ\x20[OAUTH]\x20Network\x20request\x20failed\x20for\x20'+_0x45f5ea+_0x35b4(0xa3)),_0x46ce48['error'](_0x35b4(0x74)),_0x4400b9[_0x35b4(0x3f)](_0x5e1a8b[_0x35b4(0x206)]),_0x34e981[_0x35b4(0x3f)](_0x5e1a8b[_0x35b4(0x207)]),_0x46069d['error'](_0x5e1a8b[_0x35b4(0x208)]),_0x1325c1[_0x35b4(0x3f)](_0x5e1a8b[_0x35b4(0x209)])):_0x298098[_0x35b4(0x3f)]('โ\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20'+_0xd10f74+':',_0x1cedba);return null;}else return console[_0x35b4(0x3f)](_0x5e1a8b[_0x35b4(0x20a)]),![];}}else _0x5e1a8b[_0x35b4(0x1f4)](_0x3b16d0,()=>{_0x1ca2a8[_0x35b4(0x37)](_0x5e1a8b[_0x35b4(0x20b)]),_0x5e1a8b[_0x35b4(0x20c)](_0x18f6c4,!![]);},0x3e8);}catch(_0x28e072){return console['error'](_0x5e1a8b['Djvls'],_0x28e072),![];}};export const initiateNativeAuth=async(_0x3e97c2,_0x3cf73c)=>{const _0x1fa19f={'ByDJN':'โน๏ธ\x20Already\x20signed\x20out\x20or\x20sign\x20out\x20failed:','XnuHc':_0x35b4(0x20d),'ufmcy':'2|6|5|1|4|3|0','CrFIK':_0x35b4(0x18e),'CXLJp':_0x35b4(0x20e),'kKiyk':_0x35b4(0x20f),'eHgpI':'\x20\x20\x202.\x20Check\x20Google\x20Console\x20OAuth\x20configuration','PxwIS':_0x35b4(0x210),'HmBfL':'โ\x20This\x20means\x20consent\x20screen\x20did\x20not\x20appear\x20or\x20user\x20denied\x20permissions','lzzPO':_0x35b4(0x211),'QACaZ':'โ
\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20REVOKE\x20+\x20consent!','hqAgr':'๐\x20Refresh\x20token\x20preview:','abiWm':_0x35b4(0x212),'EuwQe':function(_0x1be15d,_0x570f9d){return _0x1be15d===_0x570f9d;},'IulEF':function(_0x5540a5,_0x48eec5){return _0x5540a5===_0x48eec5;},'FSPUD':function(_0x4d80e8,_0x78521c){return _0x4d80e8===_0x78521c;},'XsXfX':_0x35b4(0xaa),'vRJng':_0x35b4(0x213),'xXSui':'Facebook\x20Login\x20completed\x20successfully','TEQTn':function(_0x5d2d6d,_0x48c9c8,_0x14b098){return _0x5d2d6d(_0x48c9c8,_0x14b098);},'koYkQ':_0x35b4(0xd1),'zhbQa':_0x35b4(0x214),'HMcJJ':function(_0x106c24,_0x210ebe){return _0x106c24===_0x210ebe;},'elAEM':function(_0x318eb8){return _0x318eb8();},'RVBSH':_0x35b4(0x215),'diUou':_0x35b4(0x216),'oOqbl':_0x35b4(0x217),'JqbMr':function(_0x3142c,_0x36f0c9){return _0x3142c===_0x36f0c9;},'bDdwp':function(_0x102de5,_0x3b0e0b){return _0x102de5===_0x3b0e0b;},'qcKRE':'๐\x20FULL\x20userInfo\x20object:','NCGIL':_0x35b4(0x218),'PZBIN':function(_0x59af8c,_0x47e3a7){return _0x59af8c===_0x47e3a7;},'ZlGZD':_0x35b4(0x219),'DkzlY':function(_0x208d2e,_0x2ed9ff){return _0x208d2e!==_0x2ed9ff;},'gOXCQ':_0x35b4(0x21a),'dFMsi':function(_0x4c1dec,_0x5edc03){return _0x4c1dec!==_0x5edc03;},'MxDBx':_0x35b4(0xc0),'RBdYI':_0x35b4(0x21b),'sSlQs':'mrHVT','MZAIx':_0x35b4(0x21c),'wAVlF':'โ
\x20Got\x20serverAuthCode\x20from\x20sign-in\x20response','cUpRD':_0x35b4(0x21d),'phKyc':_0x35b4(0x21e),'SyjeR':'โ
\x20Refresh\x20token\x20available\x20for\x20YouTube\x20connection','WWsmP':'๐\x20Refresh\x20token\x20type:','MjphR':_0x35b4(0x117),'FdWKu':'refreshToken','TCBtj':_0x35b4(0xc8),'LUoib':function(_0x12a838,_0x173a6c){return _0x12a838>_0x173a6c;},'tZNxx':_0x35b4(0x21f),'RGhlL':_0x35b4(0x220),'uoiBE':_0x35b4(0x221),'VcUCh':_0x35b4(0x222),'tnAEi':_0x35b4(0x27),'vroWR':function(_0x1f418f,_0x4257c6){return _0x1f418f===_0x4257c6;},'bhgEe':function(_0x4a7160,_0x4ec148){return _0x4a7160===_0x4ec148;},'lhvDK':function(_0x168c37,_0x4b8f8b){return _0x168c37===_0x4b8f8b;},'FoeLi':_0x35b4(0x135),'jUKvK':function(_0x24a054,_0x2104a5){return _0x24a054!==_0x2104a5;},'CNIib':'AgssB','OMkrN':'โ ๏ธ\x20Failed\x20to\x20fetch\x20YouTube\x20channel\x20info:','FyUvx':function(_0x4a93a1,_0xa74a3b){return _0x4a93a1===_0xa74a3b;},'ciPLt':function(_0x43f318,_0x1060af){return _0x43f318===_0x1060af;},'BcnOB':_0x35b4(0xa9),'oyxQY':function(_0x5450df,_0x3d9897){return _0x5450df===_0x3d9897;},'LJjqL':function(_0x2e0b7d,_0x18301e){return _0x2e0b7d===_0x18301e;},'jMCvF':function(_0x570309,_0x3edc9f){return _0x570309===_0x3edc9f;},'CDthw':function(_0x179eda){return _0x179eda();},'rCXVL':function(_0x293c48,_0x29c7d6){return _0x293c48||_0x29c7d6;},'dMWpi':function(_0x563639,_0x468b96){return _0x563639<_0x468b96;},'jjFVz':function(_0x3724ab,_0x563e30){return _0x3724ab===_0x563e30;},'yanPb':_0x35b4(0x223),'BLjfn':_0x35b4(0x1b5),'Ggzpz':'โน๏ธ\x20NOTE:\x20SDK\x20does\x20not\x20create\x20users\x20during\x20YouTube\x20connection','zXaMt':_0x35b4(0x1b6),'jqwir':_0x35b4(0x224),'TfXgL':_0x35b4(0x225),'JBfjk':_0x35b4(0x226),'FcXqC':'๐\x20Using\x20auth\x20token\x20for\x20linking:','fVJIx':_0x35b4(0x227),'dabRN':function(_0x2189bc,_0x238502){return _0x2189bc===_0x238502;},'SqQbq':function(_0x537676,_0x2145b7){return _0x537676===_0x2145b7;},'aFYII':function(_0x14be5d,_0x3564dd){return _0x14be5d===_0x3564dd;},'ImAGN':function(_0x162044,_0x3b473a){return _0x162044===_0x3b473a;},'CMrrw':function(_0x4a0417,_0xf4c611){return _0x4a0417===_0xf4c611;},'IYEyw':function(_0x3ba5bc,_0x1d974d){return _0x3ba5bc===_0x1d974d;},'Wubmt':function(_0x1e1424,_0x184613){return _0x1e1424!==_0x184613;},'DYkRV':_0x35b4(0x228),'cFGKk':_0x35b4(0x1cc),'UMvHH':_0x35b4(0x229),'eIQVR':_0x35b4(0x22a),'xYejQ':_0x35b4(0x22b),'ryHnH':_0x35b4(0x22c),'NmSBs':_0x35b4(0x22d),'QeODI':_0x35b4(0x22e),'Ijzia':function(_0x36c32b,_0x55e2fd,_0x486f7e){return _0x36c32b(_0x55e2fd,_0x486f7e);},'tVLiL':_0x35b4(0x22f),'zCDhX':'๐ก\x20Backend\x20response\x20headers:','qgPvg':'โ
\x20YouTube\x20connection\x20successful','gbkmo':_0x35b4(0x230),'PylAA':function(_0x4a327f,_0x38d71d){return _0x4a327f===_0x38d71d;},'NHFis':function(_0x804288,_0x5899e8){return _0x804288===_0x5899e8;},'lFVFH':function(_0x51a628,_0x3127d0){return _0x51a628!==_0x3127d0;},'VaQUC':_0x35b4(0x231),'cBHHC':_0x35b4(0x232),'OsYBU':_0x35b4(0x233),'KKwHJ':_0x35b4(0x234),'GXICZ':'โ
\x20[YOUTUBE\x20AUTH]\x20Backend\x20confirmed\x20refresh\x20token\x20received','WDoiS':_0x35b4(0x235),'SAeAe':_0x35b4(0x6e),'IuRRu':_0x35b4(0x88),'tFxXy':_0x35b4(0x236),'JTmGq':_0x35b4(0x237),'qcuBe':function(_0x12c739,_0x530d88){return _0x12c739===_0x530d88;},'IGnHo':_0x35b4(0x238),'XdXED':function(_0x1998fb,_0x214e4e){return _0x1998fb===_0x214e4e;},'PCIXZ':'GnHwp','CPPdY':_0x35b4(0x239),'DHBxn':_0x35b4(0x23a),'VsLrA':_0x35b4(0x23b),'WgVzb':_0x35b4(0xac)};if(_0x3e97c2===_0x1fa19f[_0x35b4(0x23c)]){console[_0x35b4(0x37)](_0x1fa19f[_0x35b4(0x23d)]);if(!_0x3cf73c||_0x1fa19f[_0x35b4(0x23e)](_0x3cf73c['trim'](),''))return console[_0x35b4(0x3f)](_0x1fa19f[_0x35b4(0x23f)]),![];try{if('sIwCH'==='sIwCH'){var _0x5b7dd0,_0x52c0ac,_0x2072a4,_0x39f5af,_0x3a973e,_0x565fa5,_0x5421c0,_0x1e6749,_0x15e0ee,_0x4f72ed;_0x1fa19f[_0x35b4(0x240)](initializeGoogleSignIn),await GoogleSignin['hasPlayServices']();try{await GoogleSignin[_0x35b4(0xf0)](),console[_0x35b4(0x37)](_0x1fa19f[_0x35b4(0x241)]);}catch(_0x575303){_0x35b4(0x216)!==_0x1fa19f['diUou']?_0x2d802a[_0x35b4(0x3f)]('โ\x20Failed\x20to\x20fix\x20YouTube\x20connection'):console[_0x35b4(0x37)](_0x1fa19f['oOqbl'],_0x575303);}const _0x33cd2f=await GoogleSignin['signIn']();console[_0x35b4(0x37)](_0x35b4(0x242),(_0x5b7dd0=_0x33cd2f[_0x35b4(0x57)])===null||_0x1fa19f[_0x35b4(0x243)](_0x5b7dd0,void 0x0)||_0x1fa19f[_0x35b4(0x244)](_0x5b7dd0=_0x5b7dd0[_0x35b4(0x54)],null)||_0x1fa19f[_0x35b4(0x23e)](_0x5b7dd0,void 0x0)?void 0x0:_0x5b7dd0[_0x35b4(0x58)]),console[_0x35b4(0x37)](_0x1fa19f[_0x35b4(0x245)]),console[_0x35b4(0x37)](JSON['stringify'](_0x33cd2f,null,0x2));const _0x3b0ef9=await GoogleSignin['getTokens']();console['log'](_0x35b4(0x246)),console['log'](_0x1fa19f[_0x35b4(0x247)]),console[_0x35b4(0x37)](JSON[_0x35b4(0x91)](_0x3b0ef9,null,0x2));const _0x184d10=await GoogleSignin[_0x35b4(0x112)]();console[_0x35b4(0x37)](_0x35b4(0x248),_0x1fa19f[_0x35b4(0x249)](_0x184d10,null)||_0x184d10===void 0x0||(_0x52c0ac=_0x184d10['user'])===null||_0x1fa19f[_0x35b4(0x24a)](_0x52c0ac,void 0x0)?void 0x0:_0x52c0ac[_0x35b4(0x58)]),console[_0x35b4(0x37)](_0x1fa19f['ZlGZD']),console['log'](JSON['stringify'](_0x184d10,null,0x2));let _0x5493b1=null;console[_0x35b4(0x37)](_0x35b4(0x24b)),console[_0x35b4(0x37)](_0x35b4(0x24c),_0x1fa19f['DkzlY'](_0x2072a4=_0x33cd2f[_0x35b4(0x57)],null)&&_0x1fa19f['DkzlY'](_0x2072a4,void 0x0)&&_0x2072a4[_0x35b4(0x117)]?'Present:\x20'+_0x33cd2f[_0x35b4(0x57)][_0x35b4(0x117)]['substring'](0x0,0x14)+_0x35b4(0x62):'Missing'),console[_0x35b4(0x37)](_0x1fa19f[_0x35b4(0x24d)],_0x1fa19f[_0x35b4(0x24e)](_0x184d10,null)&&_0x184d10!==void 0x0&&_0x184d10['serverAuthCode']?'Present:\x20'+_0x184d10[_0x35b4(0x117)][_0x35b4(0x4d)](0x0,0x14)+_0x35b4(0x62):_0x35b4(0xc0)),console['log'](_0x35b4(0x24f),_0x3b0ef9['idToken']?'Present:\x20'+_0x3b0ef9[_0x35b4(0x148)][_0x35b4(0x4d)](0x0,0x14)+_0x35b4(0x62):_0x1fa19f['MxDBx']),console[_0x35b4(0x37)](_0x1fa19f[_0x35b4(0x250)],_0x3b0ef9[_0x35b4(0xfe)]?_0x35b4(0x251)+_0x3b0ef9[_0x35b4(0xfe)][_0x35b4(0x4d)](0x0,0x14)+'...':_0x35b4(0xc0));if(_0x184d10!==null&&_0x184d10!==void 0x0&&_0x184d10[_0x35b4(0x117)])_0x5493b1=_0x184d10['serverAuthCode'],console[_0x35b4(0x37)](_0x35b4(0x252)),console['log']('๐\x20Refresh\x20token\x20preview:',_0x5493b1[_0x35b4(0x4d)](0x0,0x14)+_0x35b4(0x62));else(_0x39f5af=_0x33cd2f[_0x35b4(0x57)])!==null&&_0x1fa19f[_0x35b4(0x253)](_0x39f5af,void 0x0)&&_0x39f5af['serverAuthCode']&&(_0x1fa19f[_0x35b4(0x254)](_0x1fa19f['sSlQs'],_0x1fa19f[_0x35b4(0x255)])?_0x1cecc6[_0x35b4(0x37)](_0x1fa19f[_0x35b4(0x256)],_0x4c2fbc):(_0x5493b1=_0x33cd2f[_0x35b4(0x57)][_0x35b4(0x117)],console[_0x35b4(0x37)](_0x1fa19f['wAVlF']),console['log'](_0x1fa19f[_0x35b4(0x257)],_0x5493b1[_0x35b4(0x4d)](0x0,0x14)+_0x35b4(0x62))));!_0x5493b1?(console[_0x35b4(0x3f)](_0x1fa19f['cUpRD']),console[_0x35b4(0x3f)](_0x35b4(0x258)),console['error'](_0x35b4(0x259)),console[_0x35b4(0x85)](_0x1fa19f['phKyc'])):(console['log'](_0x1fa19f[_0x35b4(0x25a)]),console['log'](_0x1fa19f[_0x35b4(0x25b)],_0x5493b1[_0x35b4(0x120)]('4/')?_0x1fa19f[_0x35b4(0x25c)]:_0x1fa19f[_0x35b4(0x25d)]));let _0x285ba4=_0x35b4(0xaa),_0x534bd8=null;try{if('YeFMq'!==_0x35b4(0x25e)){console[_0x35b4(0x37)](_0x1fa19f[_0x35b4(0x25f)]);const _0x5b14ea=await _0x1fa19f[_0x35b4(0x260)](fetch,_0x35b4(0xc9),{'headers':{'Authorization':_0x35b4(0xa)+_0x3b0ef9[_0x35b4(0xfe)],'Accept':'application/json'}});if(_0x5b14ea['ok']){const _0x300974=await _0x5b14ea[_0x35b4(0x96)]();if(_0x300974[_0x35b4(0x128)]&&_0x1fa19f[_0x35b4(0x261)](_0x300974['items'][_0x35b4(0x145)],0x0)){if(_0x1fa19f['DkzlY'](_0x1fa19f[_0x35b4(0x262)],_0x35b4(0x21f))){_0xf1ba9[_0x35b4(0x3f)](_0x1fa19f[_0x35b4(0x263)],_0x1d2abc);throw _0x3cdfc3;}else _0x285ba4=_0x300974['items'][0x0][_0x35b4(0x1ff)][_0x35b4(0x12b)],_0x534bd8=_0x300974[_0x35b4(0x128)][0x0]['id'],console[_0x35b4(0x37)](_0x35b4(0xcc),_0x285ba4,_0x1fa19f[_0x35b4(0x264)],_0x534bd8);}else{if(_0x1fa19f[_0x35b4(0x24e)](_0x1fa19f[_0x35b4(0x265)],_0x1fa19f['VcUCh'])){var _0x37057b,_0x59ed24;console[_0x35b4(0x37)](_0x1fa19f['tnAEi']),_0x285ba4=((_0x37057b=_0x33cd2f[_0x35b4(0x57)])===null||_0x1fa19f[_0x35b4(0x266)](_0x37057b,void 0x0)||_0x1fa19f[_0x35b4(0x267)](_0x37057b=_0x37057b[_0x35b4(0x54)],null)||_0x1fa19f['lhvDK'](_0x37057b,void 0x0)?void 0x0:_0x37057b['name'])||(_0x1fa19f[_0x35b4(0x266)](_0x59ed24=_0x33cd2f[_0x35b4(0x57)],null)||_0x59ed24===void 0x0||(_0x59ed24=_0x59ed24['user'])===null||_0x59ed24===void 0x0?void 0x0:_0x59ed24[_0x35b4(0x58)])||_0x1fa19f['FoeLi'];}else{const _0x3cae1a=_0x1fa19f[_0x35b4(0x268)]['split']('|');let _0x2d82ad=0x0;while(!![]){switch(_0x3cae1a[_0x2d82ad++]){case'0':return![];case'1':_0x7d01f0['error'](_0x1fa19f[_0x35b4(0x269)]);continue;case'2':_0x5d4afe[_0x35b4(0x3f)](_0x1fa19f['CXLJp']);continue;case'3':_0x1af1ff[_0x35b4(0x3f)](_0x1fa19f[_0x35b4(0x26a)]);continue;case'4':_0x35dcdf['error'](_0x1fa19f[_0x35b4(0x26b)]);continue;case'5':_0x49f2c0['error'](_0x1fa19f[_0x35b4(0x26c)]);continue;case'6':_0x371347[_0x35b4(0x3f)](_0x1fa19f[_0x35b4(0x26d)]);continue;}break;}}}}else{if(_0x1fa19f[_0x35b4(0x26e)](_0x1fa19f[_0x35b4(0x26f)],_0x35b4(0x270))){var _0x557f7e,_0x12e31e;console[_0x35b4(0x37)](_0x1fa19f[_0x35b4(0x271)],_0x5b14ea[_0x35b4(0x93)]),_0x285ba4=(_0x1fa19f[_0x35b4(0x272)](_0x557f7e=_0x33cd2f['data'],null)||_0x1fa19f[_0x35b4(0x267)](_0x557f7e,void 0x0)||_0x1fa19f[_0x35b4(0x249)](_0x557f7e=_0x557f7e[_0x35b4(0x54)],null)||_0x1fa19f[_0x35b4(0x273)](_0x557f7e,void 0x0)?void 0x0:_0x557f7e[_0x35b4(0x55)])||(_0x1fa19f[_0x35b4(0x272)](_0x12e31e=_0x33cd2f[_0x35b4(0x57)],null)||_0x1fa19f[_0x35b4(0x274)](_0x12e31e,void 0x0)||_0x1fa19f[_0x35b4(0x243)](_0x12e31e=_0x12e31e[_0x35b4(0x54)],null)||_0x1fa19f[_0x35b4(0x266)](_0x12e31e,void 0x0)?void 0x0:_0x12e31e[_0x35b4(0x58)])||_0x1fa19f[_0x35b4(0x275)];}else return _0x335986['error'](_0x35b4(0x89)+_0xf05454+_0x35b4(0x8a)),_0x5bf461['error'](_0x35b4(0x8b)),null;}}else _0x37f1ab[_0x35b4(0x37)](_0x1fa19f[_0x35b4(0x276)]);}catch(_0x1d1c8e){var _0x418283,_0x340b5e;console[_0x35b4(0x37)](_0x1fa19f['BcnOB'],_0x1d1c8e),_0x285ba4=((_0x418283=_0x33cd2f[_0x35b4(0x57)])===null||_0x1fa19f[_0x35b4(0x24a)](_0x418283,void 0x0)||_0x1fa19f[_0x35b4(0x273)](_0x418283=_0x418283[_0x35b4(0x54)],null)||_0x1fa19f[_0x35b4(0x277)](_0x418283,void 0x0)?void 0x0:_0x418283[_0x35b4(0x55)])||(_0x1fa19f['LJjqL'](_0x340b5e=_0x33cd2f[_0x35b4(0x57)],null)||_0x340b5e===void 0x0||(_0x340b5e=_0x340b5e[_0x35b4(0x54)])===null||_0x1fa19f['jMCvF'](_0x340b5e,void 0x0)?void 0x0:_0x340b5e[_0x35b4(0x58)])||_0x1fa19f[_0x35b4(0x275)];}let _0xa2c142=await _0x1fa19f[_0x35b4(0x278)](getJWT);const _0x873ef6=await AsyncStorage['getItem']('onairos_username'),_0xa27f0d=_0x1fa19f[_0x35b4(0x279)](_0x873ef6,_0x3cf73c)||((_0x3a973e=_0x33cd2f[_0x35b4(0x57)])===null||_0x3a973e===void 0x0||(_0x3a973e=_0x3a973e['user'])===null||_0x3a973e===void 0x0?void 0x0:_0x3a973e[_0x35b4(0x58)])||_0x35b4(0x27a);if(!_0xa2c142||_0x1fa19f[_0x35b4(0x27b)](_0xa2c142['trim']()[_0x35b4(0x145)],0x14)){if(_0x1fa19f[_0x35b4(0x27c)](_0x1fa19f[_0x35b4(0x27d)],_0x35b4(0x223)))console[_0x35b4(0x37)](_0x1fa19f['BLjfn']),console[_0x35b4(0x37)](_0x1fa19f[_0x35b4(0x27e)]),console[_0x35b4(0x37)](_0x1fa19f[_0x35b4(0x27f)]);else return _0x15e43a[_0x35b4(0x37)](_0x1fa19f[_0x35b4(0x280)]),_0x11fd03['log'](_0x1fa19f[_0x35b4(0x257)],_0x5913d7[_0x35b4(0x4d)](0x0,0x14)+_0x35b4(0x62)),!![];}else console[_0x35b4(0x37)](_0x1fa19f[_0x35b4(0x281)]),console[_0x35b4(0x37)](_0x1fa19f[_0x35b4(0x282)],_0xa2c142[_0x35b4(0x4d)](0x0,0x14)+_0x35b4(0x62));console['log'](_0x1fa19f['JBfjk'],_0xa27f0d),console[_0x35b4(0x37)](_0x1fa19f[_0x35b4(0x283)],_0xa2c142?_0xa2c142[_0x35b4(0x4d)](0x0,0x14)+_0x35b4(0x62):_0x35b4(0x284)),console[_0x35b4(0x37)](_0x1fa19f[_0x35b4(0x285)],_0x285ba4);const _0x3da39c={'session':{'username':_0xa27f0d,'platform':_0x35b4(0xd1),'timestamp':new Date()[_0x35b4(0x8d)](),'channelName':_0x285ba4,'channelId':_0x534bd8},'googleUser':(_0x565fa5=_0x33cd2f[_0x35b4(0x57)])===null||_0x565fa5===void 0x0?void 0x0:_0x565fa5[_0x35b4(0x54)],'accessToken':_0x3b0ef9[_0x35b4(0xfe)],'idToken':_0x3b0ef9[_0x35b4(0x148)],'refreshToken':_0x5493b1,'serverAuthCode':_0x5493b1,'refresh_token':_0x5493b1,'server_auth_code':_0x5493b1,'authCode':_0x5493b1,'userAccountInfo':{'username':_0xa27f0d,'email':_0x1fa19f[_0x35b4(0x273)](_0x5421c0=_0x33cd2f[_0x35b4(0x57)],null)||_0x1fa19f[_0x35b4(0x254)](_0x5421c0,void 0x0)||_0x1fa19f[_0x35b4(0x286)](_0x5421c0=_0x5421c0['user'],null)||_0x1fa19f[_0x35b4(0x287)](_0x5421c0,void 0x0)?void 0x0:_0x5421c0['email'],'authToken':_0xa2c142,'channelName':_0x285ba4,'channelId':_0x534bd8,'userIdentifier':_0xa2c142?'user-'+_0xa2c142[_0x35b4(0x4d)](0x0,0xa):_0x35b4(0x288)+(_0x1fa19f[_0x35b4(0x289)](_0x1e6749=_0x33cd2f['data'],null)||_0x1fa19f[_0x35b4(0x28a)](_0x1e6749,void 0x0)||_0x1fa19f[_0x35b4(0x28b)](_0x1e6749=_0x1e6749[_0x35b4(0x54)],null)||_0x1fa19f[_0x35b4(0x249)](_0x1e6749,void 0x0)?void 0x0:_0x1e6749['email']),'googleId':_0x1fa19f[_0x35b4(0x28c)](_0x15e0ee=_0x33cd2f[_0x35b4(0x57)],null)||_0x1fa19f[_0x35b4(0x286)](_0x15e0ee,void 0x0)||_0x1fa19f['IYEyw'](_0x15e0ee=_0x15e0ee['user'],null)||_0x1fa19f['dabRN'](_0x15e0ee,void 0x0)?void 0x0:_0x15e0ee['id'],'appleUserId':_0xa2c142!==null&&_0x1fa19f[_0x35b4(0x28d)](_0xa2c142,void 0x0)&&_0xa2c142[_0x35b4(0x9e)](_0x1fa19f[_0x35b4(0x28e)])?_0xa2c142[_0x35b4(0x16e)]('.')[0x1]:null,'refreshToken':_0x5493b1,'serverAuthCode':_0x5493b1},'tokenExpiry':new Date(Date[_0x35b4(0x28f)]()+0xe10*0x3e8)[_0x35b4(0x8d)](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!!_0x5493b1,'refreshTokenType':_0x5493b1?_0x5493b1['startsWith']('4/')?_0x1fa19f[_0x35b4(0x25c)]:_0x1fa19f[_0x35b4(0x25d)]:_0x1fa19f[_0x35b4(0x290)],'configuredForRefresh':!![],'forcedConsent':!![],'refreshTokenValue':_0x5493b1}};console[_0x35b4(0x37)](_0x1fa19f[_0x35b4(0x291)]),console[_0x35b4(0x37)](_0x35b4(0x292),!!_0x3da39c[_0x35b4(0xfe)]),console['log'](_0x1fa19f[_0x35b4(0x293)],!!_0x3da39c[_0x35b4(0x14e)]),console[_0x35b4(0x37)](_0x35b4(0x294),!!_0x3da39c[_0x35b4(0x117)]),console[_0x35b4(0x37)](_0x1fa19f[_0x35b4(0x295)],_0x3da39c[_0x35b4(0x14f)][_0x35b4(0x155)]),console[_0x35b4(0x37)](_0x1fa19f[_0x35b4(0x296)],_0x1fa19f['FyUvx'](_0x4f72ed=_0x33cd2f[_0x35b4(0x57)],null)||_0x1fa19f[_0x35b4(0x266)](_0x4f72ed,void 0x0)||(_0x4f72ed=_0x4f72ed[_0x35b4(0x54)])===null||_0x4f72ed===void 0x0?void 0x0:_0x4f72ed[_0x35b4(0x58)]),console['log'](_0x1fa19f[_0x35b4(0x297)],_0x285ba4),console[_0x35b4(0x37)]('๐\x20COMPLETE\x20BACKEND\x20PAYLOAD:'),console['log'](JSON['stringify'](_0x3da39c,null,0x2)),console[_0x35b4(0x37)](_0x1fa19f[_0x35b4(0x298)],!!_0x5493b1);const _0x49fc4d=await _0x1fa19f[_0x35b4(0x299)](fetch,API_CONFIG[_0x35b4(0x11)]+_0x35b4(0x29a),{'method':'POST','headers':{'Content-Type':'application/json',..._0xa2c142&&{'Authorization':_0xa2c142}},'body':JSON[_0x35b4(0x91)](_0x3da39c)});console[_0x35b4(0x37)](_0x1fa19f['tVLiL'],_0x49fc4d['status']),console[_0x35b4(0x37)](_0x1fa19f[_0x35b4(0x29b)],_0x49fc4d['headers']);if(_0x49fc4d['ok']){var _0x3ae59c,_0x1d3a61;const _0x19b4c6=await _0x49fc4d[_0x35b4(0x96)]();console['log'](_0x1fa19f['qgPvg']),console[_0x35b4(0x37)](_0x1fa19f[_0x35b4(0x29c)]),console[_0x35b4(0x37)](JSON[_0x35b4(0x91)](_0x19b4c6,null,0x2));const _0x586a70=_0x1fa19f[_0x35b4(0x29d)](_0x1fa19f[_0x35b4(0x277)](_0x3ae59c=_0x19b4c6[_0x35b4(0x29e)],null)||_0x3ae59c===void 0x0?void 0x0:_0x3ae59c['isTemporaryMode'],!![])||(_0x1fa19f[_0x35b4(0x29f)](_0x1d3a61=_0x19b4c6[_0x35b4(0x168)],null)||_0x1fa19f[_0x35b4(0x2a0)](_0x1d3a61,void 0x0)?void 0x0:_0x1d3a61['enabled'])===!![]||_0x1fa19f[_0x35b4(0x28b)](_0x19b4c6[_0x35b4(0x166)],!![])||_0x19b4c6[_0x35b4(0x3e)]&&_0x19b4c6[_0x35b4(0x3e)][_0x35b4(0x9e)](_0x35b4(0xdb));if(_0x586a70)_0x1fa19f['lFVFH'](_0x1fa19f[_0x35b4(0x2a1)],_0x1fa19f[_0x35b4(0x2a1)])?(_0x36edb7=_0xa5915c['items'][0x0]['snippet']['title'],_0x6d5deb=_0x295737['items'][0x0]['id'],_0x151913[_0x35b4(0x37)](_0x35b4(0xcc),_0x37489c,_0x35b4(0x220),_0x3b32ce)):(console[_0x35b4(0x37)](_0x1fa19f[_0x35b4(0x2a2)]),console['log'](_0x1fa19f[_0x35b4(0x2a3)]),console[_0x35b4(0x37)](_0x1fa19f[_0x35b4(0x2a4)]));else{if(_0x19b4c6['hasRefreshToken']||_0x19b4c6[_0x35b4(0x175)])console[_0x35b4(0x37)](_0x1fa19f[_0x35b4(0x2a5)]),console['log'](_0x35b4(0x2a6));else{if(_0x35b4(0x2a7)===_0x1fa19f[_0x35b4(0x2a8)])return{'success':![],'error':_0x413707[_0x35b4(0x3e)]||_0x1fa19f[_0x35b4(0x2a9)]};else console['warn']('โ ๏ธ\x20[YOUTUBE\x20AUTH]\x20Backend\x20did\x20not\x20confirm\x20refresh\x20token'),console[_0x35b4(0x85)](_0x1fa19f['SAeAe'],Object[_0x35b4(0x87)](_0x19b4c6)),console['warn'](_0x1fa19f[_0x35b4(0x2aa)]);}}return!![];}else{const _0x469a99=await _0x49fc4d[_0x35b4(0x48)]();return console[_0x35b4(0x3f)](_0x1fa19f['tFxXy'],_0x49fc4d[_0x35b4(0x93)]),console[_0x35b4(0x3f)](_0x35b4(0x2ab)),console['error'](_0x469a99),![];}}else{var _0x1678b8,_0x5c3465;_0x2a582d['log'](_0x35b4(0xcd),_0x375f9b[_0x35b4(0x93)]),_0x2e8a6b=((_0x1678b8=_0x52da8f[_0x35b4(0x57)])===null||_0x1678b8===void 0x0||_0x1fa19f[_0x35b4(0x249)](_0x1678b8=_0x1678b8[_0x35b4(0x54)],null)||_0x1678b8===void 0x0?void 0x0:_0x1678b8[_0x35b4(0x55)])||(_0x1fa19f[_0x35b4(0x272)](_0x5c3465=_0x437a6f[_0x35b4(0x57)],null)||_0x1fa19f[_0x35b4(0x272)](_0x5c3465,void 0x0)||(_0x5c3465=_0x5c3465['user'])===null||_0x1fa19f['FSPUD'](_0x5c3465,void 0x0)?void 0x0:_0x5c3465[_0x35b4(0x58)])||_0x1fa19f[_0x35b4(0x275)];}}catch(_0x40f047){console[_0x35b4(0x3f)](_0x1fa19f[_0x35b4(0x2ac)],_0x40f047);if(_0x1fa19f[_0x35b4(0x2ad)](_0x40f047['code'],statusCodes[_0x35b4(0x193)]))console[_0x35b4(0x37)](_0x1fa19f[_0x35b4(0x2ae)]);else{if(_0x40f047[_0x35b4(0x10)]===statusCodes[_0x35b4(0x196)]){if(_0x1fa19f['XdXED'](_0x1fa19f['PCIXZ'],_0x1fa19f[_0x35b4(0x2af)]))return _0x570045[_0x35b4(0x3f)](_0x1fa19f['vRJng']),![];else console[_0x35b4(0x37)](_0x1fa19f[_0x35b4(0x2b0)]);}else _0x1fa19f[_0x35b4(0x243)](_0x40f047[_0x35b4(0x10)],statusCodes['PLAY_SERVICES_NOT_AVAILABLE'])&&console['log'](_0x1fa19f[_0x35b4(0x2b1)]);}return![];}}if(_0x3e97c2==='instagram')return console[_0x35b4(0x37)](_0x1fa19f[_0x35b4(0x2b2)]),new Promise(_0xea3f03=>{_0x1fa19f[_0x35b4(0x260)](setTimeout,()=>{console['log'](_0x1fa19f[_0x35b4(0x2b3)]),_0xea3f03(!![]);},0x3e8);});return![];};export const isOAuthCallback=_0x57f1a5=>{const _0x4471f4={'FDEVb':_0x35b4(0x2b4),'tvvgN':'code='};return _0x57f1a5[_0x35b4(0x9e)](_0x4471f4['FDEVb'])||_0x57f1a5[_0x35b4(0x9e)](_0x4471f4['tvvgN']);};export const exchangeCodeForToken=async(_0x58acfb,_0x2b873f)=>{const _0x32d7e9={'TtECd':_0x35b4(0x258),'sYuNN':function(_0x48f54d,_0x3c9bc4,_0x6c569a){return _0x48f54d(_0x3c9bc4,_0x6c569a);},'TQNOd':function(_0x4d06dd,_0xd655e1){return _0x4d06dd===_0xd655e1;},'wwoJB':_0x35b4(0x2b5),'JTSne':_0x35b4(0x2b6)};console['log'](_0x35b4(0x2b7)+_0x2b873f);try{const _0x5b8d84=API_CONFIG[_0x35b4(0x11)]+'/'+_0x2b873f+_0x35b4(0x2b8),_0x1993d9=await _0x32d7e9[_0x35b4(0x2b9)](fetch,_0x5b8d84,{'method':'POST','headers':{'Content-Type':'application/json'},'body':JSON[_0x35b4(0x91)]({'code':_0x58acfb,'platform':_0x2b873f})});if(!_0x1993d9['ok']){console[_0x35b4(0x3f)](_0x35b4(0x2ba)+_0x1993d9[_0x35b4(0x93)]);throw new Error('Token\x20exchange\x20failed\x20with\x20status\x20'+_0x1993d9[_0x35b4(0x93)]);}const _0x1f74bc=await _0x1993d9['json']();return console[_0x35b4(0x37)](_0x35b4(0x2bb)+_0x2b873f),_0x1f74bc;}catch(_0x3a12c8){if(_0x32d7e9['TQNOd'](_0x32d7e9[_0x35b4(0x2bc)],_0x32d7e9[_0x35b4(0x2bc)]))return console['error'](_0x35b4(0x15d),_0x3a12c8),console['log'](_0x32d7e9[_0x35b4(0x2bd)]),{'access_token':_0x2b873f+_0x35b4(0x15f)+Math[_0x35b4(0x161)]()[_0x35b4(0x2be)](0x24)[_0x35b4(0x4d)](0x7),'refresh_token':_0x2b873f+_0x35b4(0x160)+Math['random']()[_0x35b4(0x2be)](0x24)['substring'](0x7),'expires_in':0xe10};else _0x3d7890['error'](_0x35b4(0x21d)),_0x4239f8[_0x35b4(0x3f)](_0x32d7e9[_0x35b4(0x2bf)]),_0x2e4ab7[_0x35b4(0x3f)](_0x35b4(0x259)),_0x5221ec['warn'](_0x35b4(0x21e));}};export const refreshYouTubeTokens=async()=>{const _0xcb540b={'hqKJP':'No\x20API\x20key\x20configured.\x20Please\x20initialize\x20the\x20SDK\x20with\x20a\x20valid\x20developer\x20API\x20key.','CjZkf':_0x35b4(0x2c0),'SxYIz':function(_0x361693){return _0x361693();},'KItNT':'โ\x20No\x20auth\x20token\x20found\x20for\x20YouTube\x20refresh','INVgb':function(_0x398c01,_0x3b146a,_0xe9fbf8){return _0x398c01(_0x3b146a,_0xe9fbf8);},'OIpWL':function(_0xa77b8a,_0x3e6a51){return _0xa77b8a===_0x3e6a51;},'szLFX':function(_0x1954dd,_0x32b1e3){return _0x1954dd*_0x32b1e3;},'jXvBX':_0x35b4(0x2c1),'PvESd':'โ\x20YouTube\x20token\x20refresh\x20failed:','XqIWe':function(_0x569943,_0x3dd8f1){return _0x569943!==_0x3dd8f1;},'RKKQB':'egyVK'};try{var _0x89cff9;console[_0x35b4(0x37)](_0x35b4(0x2c2));const _0x3c4322=await GoogleSignin[_0x35b4(0xfd)]();if(!_0x3c4322)return console[_0x35b4(0x3f)](_0x35b4(0x2c3)),![];const _0xff06ce=await GoogleSignin[_0x35b4(0x112)]();if(!_0xff06ce)return console['error'](_0xcb540b[_0x35b4(0x2c4)]),![];const _0x11f81b=await _0xcb540b[_0x35b4(0x2c5)](getJWT);if(!_0x11f81b)return console['error'](_0xcb540b[_0x35b4(0x2c6)]),![];const _0x296ea0=await _0xcb540b['INVgb'](fetch,API_CONFIG[_0x35b4(0x11)]+_0x35b4(0x2c7),{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x11f81b},'body':JSON['stringify']({'accessToken':_0x3c4322[_0x35b4(0xfe)],'idToken':_0x3c4322[_0x35b4(0x148)],'refreshToken':_0xff06ce[_0x35b4(0x117)],'userEmail':_0xcb540b[_0x35b4(0x2c8)](_0x89cff9=_0xff06ce[_0x35b4(0x54)],null)||_0xcb540b[_0x35b4(0x2c8)](_0x89cff9,void 0x0)?void 0x0:_0x89cff9[_0x35b4(0x58)],'tokenExpiry':new Date(Date[_0x35b4(0x28f)]()+_0xcb540b[_0x35b4(0x2c9)](0xe10,0x3e8))['toISOString'](),'timestamp':new Date()[_0x35b4(0x8d)]()})});if(_0x296ea0['ok']){const _0x150f25=await _0x296ea0['json']();return console['log'](_0xcb540b[_0x35b4(0x2ca)],_0x150f25),!![];}else{const _0x40df8e=await _0x296ea0[_0x35b4(0x48)]();return console[_0x35b4(0x3f)](_0xcb540b['PvESd'],_0x296ea0[_0x35b4(0x93)],_0x40df8e),![];}}catch(_0x4598af){if(_0xcb540b[_0x35b4(0x2cb)](_0x35b4(0x2cc),_0xcb540b[_0x35b4(0x2cd)]))throw new _0xd3f18d(_0xcb540b['hqKJP']);else return console[_0x35b4(0x3f)]('โ\x20Error\x20refreshing\x20YouTube\x20tokens:',_0x4598af),![];}};const triggerTrainingRestart=async(_0xd77f0,_0x52bba2)=>{const _0x213534={'IHwAt':_0x35b4(0x2ce),'FXCct':'๐\x20Refresh\x20token\x20preview:','yZWGa':'โ\x20Error\x20verifying\x20email\x20code:','UKjqf':_0x35b4(0x2cf),'yEaUK':function(_0x556178,_0x336c28){return _0x556178!==_0x336c28;},'Vqgbk':'UpJPt','wHazM':function(_0x4b4c5d,_0x5c955d,_0x110301){return _0x4b4c5d(_0x5c955d,_0x110301);},'wZkSY':'youtube_reauth','ktVRt':_0x35b4(0xd1),'NnYlC':_0x35b4(0x2d0),'zMScn':_0x35b4(0x2d1),'XEzaC':function(_0x1b41c4,_0x12d5f9){return _0x1b41c4===_0x12d5f9;},'JqDiq':_0x35b4(0x2d2),'tOvmS':_0x35b4(0x20d)};try{if(_0x213534['yEaUK'](_0x213534[_0x35b4(0x2d3)],_0x213534[_0x35b4(0x2d3)]))_0x817156=_0x3905e9[_0x35b4(0x57)][_0x35b4(0x117)],_0x129e05[_0x35b4(0x37)](_0x213534[_0x35b4(0x2d4)]),_0x58cd45[_0x35b4(0x37)](_0x213534['FXCct'],_0x52b90b[_0x35b4(0x4d)](0x0,0x14)+_0x35b4(0x62));else{console[_0x35b4(0x37)](_0x35b4(0x2d5),_0xd77f0);const _0x20961c=await _0x213534['wHazM'](fetch,API_CONFIG[_0x35b4(0x11)]+_0x35b4(0x2d6),{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x52bba2},'body':JSON[_0x35b4(0x91)]({'username':_0xd77f0,'reason':_0x213534[_0x35b4(0x2d7)],'platform':_0x213534[_0x35b4(0x2d8)],'timestamp':new Date()[_0x35b4(0x8d)](),'requestNewTraining':!![]})});if(_0x20961c['ok']){const _0x557569=await _0x20961c[_0x35b4(0x96)]();console[_0x35b4(0x37)](_0x213534[_0x35b4(0x2d9)],_0x557569);}else{const _0xaf867c=await _0x20961c['text']();console['error'](_0x213534['zMScn'],_0x20961c['status'],_0xaf867c);throw new Error(_0x35b4(0x2da)+_0x20961c['status']);}}}catch(_0x24c1b7){if(_0x213534['XEzaC'](_0x213534['JqDiq'],_0x213534[_0x35b4(0x2db)])){console[_0x35b4(0x3f)](_0x213534[_0x35b4(0x2dc)],_0x24c1b7);throw _0x24c1b7;}else return _0x2f8573[_0x35b4(0x3f)](_0x213534[_0x35b4(0x2dd)],_0x3ff78e),{'success':![],'error':_0x213534[_0x35b4(0x2de)]};}};export const testYouTubeRefreshToken=async _0x4355c9=>{const _0xdf9df6={'tNaDG':'๐ง\x20[OAUTH]\x20Email\x20platform\x20selected,\x20returning\x20mock\x20auth\x20URL','YIBlL':_0x35b4(0x252),'nMLXt':_0x35b4(0xc6),'ZYGrl':'๐ค\x20User:','gszly':function(_0x30a500){return _0x30a500();},'VBmnT':_0x35b4(0x2df),'odqyP':function(_0x5f2f3e,_0xa5d47f){return _0x5f2f3e===_0xa5d47f;},'eGaMo':_0x35b4(0x2e0),'dbqeS':function(_0x582926,_0x23c148){return _0x582926(_0x23c148);},'eJHjo':'โ
\x20YouTube\x20connection\x20fixed!\x20Testing\x20again...','sioyO':_0x35b4(0x2e1),'oDcyP':_0x35b4(0x2e2),'qHxlO':'โ
\x20Refresh\x20token\x20already\x20available','seTqQ':function(_0x4f6752,_0x24a617){return _0x4f6752!==_0x24a617;},'iMuPK':'IQjyA','OpIDC':_0x35b4(0x2e3)};console[_0x35b4(0x37)](_0x35b4(0x2e4)),console[_0x35b4(0x37)](_0xdf9df6[_0x35b4(0x2e5)],_0x4355c9);try{const _0x1c34bf=await _0xdf9df6[_0x35b4(0x2e6)](debugYouTubeTokens);console[_0x35b4(0x37)](_0xdf9df6[_0x35b4(0x2e7)],_0x1c34bf);if(!_0x1c34bf[_0x35b4(0x174)]){if(_0xdf9df6[_0x35b4(0x2e8)](_0xdf9df6[_0x35b4(0x2e9)],_0xdf9df6[_0x35b4(0x2e9)])){console[_0x35b4(0x37)](_0x35b4(0x2ea));const _0xf50656=await _0xdf9df6[_0x35b4(0x2eb)](fixUserYouTubeConnection,_0x4355c9);if(_0xf50656){console[_0x35b4(0x37)](_0xdf9df6[_0x35b4(0x2ec)]);const _0x20831d=await debugYouTubeTokens();console['log'](_0xdf9df6[_0x35b4(0x2ed)],_0x20831d);}else console['error'](_0xdf9df6[_0x35b4(0x2ee)]);}else return _0x188f79['log'](_0xdf9df6['tNaDG']),_0x3b1ea3['BASE_URL']+_0x35b4(0x7e);}else console['log'](_0xdf9df6[_0x35b4(0x2ef)]);}catch(_0x57c1a4){_0xdf9df6[_0x35b4(0x2f0)](_0x35b4(0x2f1),_0xdf9df6[_0x35b4(0x2f2)])?console['error'](_0xdf9df6['OpIDC'],_0x57c1a4):(_0x24d97e=_0x25c4c0[_0x35b4(0x117)],_0x4603fe['log'](_0xdf9df6[_0x35b4(0x2f3)]),_0x4c070a[_0x35b4(0x37)](_0xdf9df6['nMLXt'],_0x2c0a70[_0x35b4(0x4d)](0x0,0x14)+_0x35b4(0x62)));}};export const requestEmailVerification=async(_0x51237e,_0x5952c2=![])=>{const _0x20ff83={'GCmbp':_0x35b4(0x23a),'vBjBD':function(_0x25a119,_0x44b799){return _0x25a119===_0x44b799;},'yOhMc':_0x35b4(0x23b),'BmjHi':_0x35b4(0x2f4),'rlrVP':_0x35b4(0x2f5),'PMVZp':'Failed\x20to\x20send\x20verification\x20code','UBuSW':'โ\x20Error\x20requesting\x20email\x20verification:','cWxWT':'Network\x20error.\x20Please\x20check\x20your\x20connection\x20and\x20try\x20again.'};try{console[_0x35b4(0x37)](_0x35b4(0x2f6),_0x51237e);const _0x2cb577=await fetch(API_CONFIG[_0x35b4(0x11)]+_0x35b4(0x2f7),{'method':'POST','headers':getDeveloperAuthHeaders(),'body':JSON[_0x35b4(0x91)]({'email':_0x51237e,'action':_0x20ff83['BmjHi'],'testMode':_0x5952c2})}),_0x32bd3a=await _0x2cb577[_0x35b4(0x96)]();if(_0x2cb577['ok'])return{'success':!![],'message':_0x32bd3a[_0x35b4(0x3e)]||_0x35b4(0x2f8)};else{if(_0x20ff83['vBjBD'](_0x20ff83[_0x35b4(0x2f9)],_0x20ff83[_0x35b4(0x2f9)]))return{'success':![],'error':_0x32bd3a[_0x35b4(0x3e)]||_0x20ff83[_0x35b4(0x2fa)]};else{_0x199dae[_0x35b4(0x3f)](_0x35b4(0x237),_0x34b6ea);if(_0x14f126['code']===_0x4180e6[_0x35b4(0x193)])_0x598829['log'](_0x35b4(0x238));else{if(_0x475c66[_0x35b4(0x10)]===_0x693821['IN_PROGRESS'])_0xe11257[_0x35b4(0x37)](_0x20ff83['GCmbp']);else _0x20ff83['vBjBD'](_0x550d97[_0x35b4(0x10)],_0x143bee['PLAY_SERVICES_NOT_AVAILABLE'])&&_0xe4859c['log'](_0x20ff83[_0x35b4(0x2fb)]);}return![];}}}catch(_0x2dcfc0){return console[_0x35b4(0x3f)](_0x20ff83[_0x35b4(0x2fc)],_0x2dcfc0),{'success':![],'error':_0x20ff83[_0x35b4(0x2fd)]};}};export const verifyEmailCode=async(_0x23e6f1,_0x413ad6,_0x3a5a03=![])=>{const _0xf8ae3c={'xhFYX':function(_0x1c7487,_0x611c26,_0x58ffc7){return _0x1c7487(_0x611c26,_0x58ffc7);},'hIqJA':function(_0x137403){return _0x137403();},'sixNw':_0x35b4(0x66),'vUvEj':_0x35b4(0x2fe)};try{console[_0x35b4(0x37)](_0x35b4(0x2ff),_0x23e6f1);const _0x2bdd56=await _0xf8ae3c[_0x35b4(0x300)](fetch,API_CONFIG[_0x35b4(0x11)]+_0x35b4(0x2f7),{'method':'POST','headers':_0xf8ae3c['hIqJA'](getDeveloperAuthHeaders),'body':JSON[_0x35b4(0x91)]({'email':_0x23e6f1,'code':_0x413ad6,'action':_0x35b4(0x301),'testMode':_0x3a5a03})}),_0x49af6d=await _0x2bdd56[_0x35b4(0x96)]();return _0x2bdd56['ok']?{'success':!![],'message':_0x49af6d[_0x35b4(0x3e)]||_0xf8ae3c[_0x35b4(0x302)],'existingUser':_0x49af6d[_0x35b4(0x67)]||![],'token':_0x49af6d['token']}:{'success':![],'error':_0x49af6d[_0x35b4(0x3e)]||_0x35b4(0xaf)};}catch(_0x2e1d39){return console[_0x35b4(0x3f)](_0xf8ae3c[_0x35b4(0x303)],_0x2e1d39),{'success':![],'error':_0x35b4(0x2cf)};}};export const checkEmailVerificationStatus=async(_0x446f27,_0x59e905=![])=>{const _0xe88a1f={'Njtwt':function(_0x10f10e,_0x4fa202,_0x2e9cc7){return _0x10f10e(_0x4fa202,_0x2e9cc7);},'vSTAg':function(_0x3663eb){return _0x3663eb();},'vlUrt':_0x35b4(0x304)};try{const _0x649367=await _0xe88a1f[_0x35b4(0x305)](fetch,API_CONFIG['BASE_URL']+_0x35b4(0x306),{'method':'POST','headers':_0xe88a1f['vSTAg'](getDeveloperAuthHeaders),'body':JSON[_0x35b4(0x91)]({'email':_0x446f27,'testMode':_0x59e905})}),_0x51c4ad=await _0x649367[_0x35b4(0x96)]();return{'success':_0x649367['ok'],'isPending':_0x51c4ad[_0x35b4(0x307)]||![],'message':_0x51c4ad[_0x35b4(0x3e)]};}catch(_0x103c11){return console['error'](_0xe88a1f[_0x35b4(0x308)],_0x103c11),{'success':![],'isPending':![],'error':_0x35b4(0x309)};}};export const initializePlatformAuthService=()=>{const _0x7957de={'OuShz':_0x35b4(0x30a)};console[_0x35b4(0x37)](_0x7957de[_0x35b4(0x30b)]),initializeGoogleSignIn();};
|
|
1
|
+
import{Platform}from'react-native';import{GoogleSignin,statusCodes}from'@react-native-google-signin/google-signin';import AsyncStorage from'@react-native-async-storage/async-storage';function _0x4115(_0x22828e,_0x4115a9){_0x22828e=_0x22828e-0x0;const _0x2ba64f=_0x2282();let _0xa45c51=_0x2ba64f[_0x22828e];return _0xa45c51;}import{API_CONFIG,getApiHeaders,getUserAuthHeaders}from'../config/api';import{getApiConfig,isApiKeyInitialized}from'./apiKeyService';import{getJWT}from'./jwtStorageService';const getDeveloperAuthHeaders=()=>{const _0x4604f8={'YkGHy':_0x4115(0x0),'eAfar':function(_0x452dbb){return _0x452dbb();},'VMEQw':function(_0x26c1f6,_0x5a6422){return _0x26c1f6===_0x5a6422;},'TeQxv':_0x4115(0x1),'cKWTX':_0x4115(0x2),'rSZvx':function(_0x43d675){return _0x43d675();},'bSQVT':function(_0x4c4561,_0x5eadde){return _0x4c4561!==_0x5eadde;},'HgVVo':_0x4115(0x3),'VlTZS':_0x4115(0x4)};if(!_0x4604f8[_0x4115(0x5)](isApiKeyInitialized)){if(_0x4604f8['VMEQw'](_0x4604f8[_0x4115(0x6)],_0x4604f8['TeQxv']))throw new Error(_0x4604f8[_0x4115(0x7)]);else{_0x1d05a6['error'](_0x4604f8['YkGHy'],_0x349226);throw _0x2cf1f8;}}const _0x27e8fc=_0x4604f8['rSZvx'](getApiConfig);if(!(_0x4604f8['bSQVT'](_0x27e8fc,null)&&_0x4604f8['bSQVT'](_0x27e8fc,void 0x0)&&_0x27e8fc[_0x4115(0x8)]))throw new Error(_0x4604f8[_0x4115(0x9)]);return{...getApiHeaders(),'Authorization':'Bearer\x20'+_0x27e8fc[_0x4115(0x8)],'X-SDK-Version':_0x4604f8['VlTZS'],'X-SDK-Platform':'react-native'};},WEB_CLIENT_ID='1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com',IOS_CLIENT_ID=_0x4115(0xa),OAUTH_CONFIG={'instagram':{'authUrl':_0x4115(0xb),'clientId':'demo_instagram_client_id','redirectUri':'onairosevents://auth/callback','scope':_0x4115(0xc),'responseType':'code','hasNativeSDK':![]},'youtube':{'authUrl':API_CONFIG[_0x4115(0xd)]+_0x4115(0xe),'clientId':_0x4115(0xa),'redirectUri':_0x4115(0xf),'scope':'https://www.googleapis.com/auth/youtube.readonly','responseType':_0x4115(0x10),'hasNativeSDK':!![]},'reddit':{'authUrl':API_CONFIG[_0x4115(0xd)]+_0x4115(0x11),'clientId':_0x4115(0x12),'redirectUri':_0x4115(0xf),'scope':_0x4115(0x13),'responseType':'code','hasNativeSDK':![]},'pinterest':{'authUrl':API_CONFIG[_0x4115(0xd)]+_0x4115(0x14),'clientId':_0x4115(0x15),'redirectUri':_0x4115(0xf),'scope':'boards:read,pins:read','responseType':_0x4115(0x10),'hasNativeSDK':![]},'facebook':{'authUrl':_0x4115(0x16),'clientId':'demo_facebook_client_id','redirectUri':_0x4115(0xf),'scope':_0x4115(0x17),'responseType':'code','hasNativeSDK':![]},'linkedin':{'authUrl':API_CONFIG[_0x4115(0xd)]+_0x4115(0x18),'clientId':'','redirectUri':_0x4115(0xf),'scope':'openid\x20profile\x20email','responseType':_0x4115(0x10),'hasNativeSDK':![]},'gmail':{'authUrl':API_CONFIG['BASE_URL']+'/gmail/authorize','clientId':_0x4115(0x19),'redirectUri':_0x4115(0xf),'scope':'https://www.googleapis.com/auth/gmail.readonly','responseType':'code','hasNativeSDK':![]},'email':{'hasNativeSDK':![],'authUrl':API_CONFIG[_0x4115(0xd)]+_0x4115(0x1a)},'chatgpt':{'authUrl':_0x4115(0x1b),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'claude':{'authUrl':'https://claude.ai/login','clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'gemini':{'authUrl':_0x4115(0x1c),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'grok':{'authUrl':'https://x.com/i/grok','clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'hinge':{'authUrl':_0x4115(0x1d),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'instagram_webview':{'authUrl':_0x4115(0x1e),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'sephora':{'authUrl':_0x4115(0x1f),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'telegram':{'authUrl':_0x4115(0x20),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]}};export const hasNativeSDK=_0x331c41=>{const _0xe23a33={'eNqdW':function(_0xea5dab,_0x4a8b2f){return _0xea5dab===_0x4a8b2f;}};var _0xf36aa3;return(_0xe23a33[_0x4115(0x21)](_0xf36aa3=OAUTH_CONFIG[_0x331c41],null)||_0xe23a33['eNqdW'](_0xf36aa3,void 0x0)?void 0x0:_0xf36aa3['hasNativeSDK'])||![];};export const testApiConnectivity=async()=>{const _0x5266cc={'GFWUS':_0x4115(0x22),'wvBEJ':'๐\x20[CONNECTIVITY]\x20Running\x20comprehensive\x20network\x20diagnostics...','dfBJb':_0x4115(0x23),'NsqSR':function(_0x3471eb,_0x4ab63f,_0x1e231c){return _0x3471eb(_0x4ab63f,_0x1e231c);},'QfkPA':_0x4115(0x24),'PvVZf':'no-cors','KfGaZ':'reachable','JWHQG':'โ
\x20[CONNECTIVITY]\x20Google\x20is\x20reachable\x20-\x20internet\x20is\x20working','BXCWM':_0x4115(0x25),'oWfdm':'๐\x20[CONNECTIVITY]\x20Test\x202:\x20Checking\x20API\x20server...','KAdOb':function(_0x4026ee,_0x29c447){return _0x4026ee(_0x29c447);},'TUcki':function(_0x53e9d4,_0x3693a6){return _0x53e9d4===_0x3693a6;},'vLfVQ':_0x4115(0x26),'tVxfs':_0x4115(0x27),'fRJqj':_0x4115(0x28),'ovqav':function(_0x3d6226,_0xe8ecaf){return _0x3d6226===_0xe8ecaf;},'kaPOt':'qMSMb','xklQZ':_0x4115(0x29),'lCNfk':function(_0x340649,_0x18522a){return _0x340649!==_0x18522a;},'xZtdG':'API\x20is\x20reachable','tjAMQ':function(_0x54075c,_0x10a348){return _0x54075c!==_0x10a348;},'PJtwB':_0x4115(0x2a),'izfwf':'No\x20internet\x20connectivity\x20detected.\x20Check\x20your\x20network\x20connection.','VTZhH':_0x4115(0x2b),'eGHay':_0x4115(0x2c)},_0x169661={'googleTest':null,'api2Test':null};try{var _0x55a04c,_0x2742c1;console[_0x4115(0x2d)](_0x5266cc[_0x4115(0x2e)]),console[_0x4115(0x2d)](_0x5266cc[_0x4115(0x2f)]);try{const _0x38f96d=await _0x5266cc['NsqSR'](fetch,_0x5266cc[_0x4115(0x30)],{'method':'HEAD','mode':_0x5266cc[_0x4115(0x31)]});_0x169661['googleTest']={'success':!![],'status':_0x5266cc[_0x4115(0x32)]},console[_0x4115(0x2d)](_0x5266cc['JWHQG']);}catch(_0x3302eb){_0x169661[_0x4115(0x33)]={'success':![],'error':_0x3302eb[_0x4115(0x34)]},console[_0x4115(0x35)](_0x5266cc[_0x4115(0x36)],_0x3302eb['message']);}console[_0x4115(0x2d)](_0x5266cc['oWfdm']);try{const _0x3e1f0b=new AbortController(),_0x3c6e0e=setTimeout(()=>_0x3e1f0b['abort'](),0x7530),_0x3791b2=await _0x5266cc['NsqSR'](fetch,API_CONFIG['BASE_URL']+_0x4115(0x37),{'method':'GET','signal':_0x3e1f0b[_0x4115(0x38)]});_0x5266cc[_0x4115(0x39)](clearTimeout,_0x3c6e0e);const _0x59115d=await _0x3791b2[_0x4115(0x3a)]()[_0x4115(0x3b)](()=>_0x4115(0x3c));_0x169661['api2Test']={'success':_0x3791b2['ok'],'status':_0x3791b2['status'],'statusText':_0x3791b2['statusText'],'response':_0x59115d['substring'](0x0,0xc8)},_0x3791b2['ok']?_0x5266cc[_0x4115(0x3d)](_0x5266cc[_0x4115(0x3e)],_0x5266cc[_0x4115(0x3f)])?(_0x35927f[_0x4115(0x2d)](_0x4115(0x40)+_0x50e984+'\x20-\x20aborting'),_0x384db2[_0x4115(0x41)]()):console[_0x4115(0x2d)](_0x5266cc[_0x4115(0x42)]):_0x5266cc[_0x4115(0x43)](_0x5266cc[_0x4115(0x44)],_0x5266cc[_0x4115(0x44)])?console[_0x4115(0x2d)](_0x4115(0x45)+_0x3791b2[_0x4115(0x46)]):_0x558c21[_0x4115(0x35)]('โ\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20'+_0x213345+':',_0x4ea430);}catch(_0x3df3d8){_0x169661[_0x4115(0x47)]={'success':![],'error':_0x3df3d8['message'],'name':_0x3df3d8[_0x4115(0x48)]},console[_0x4115(0x35)](_0x5266cc['xklQZ'],_0x3df3d8['message']);}if((_0x55a04c=_0x169661[_0x4115(0x47)])!==null&&_0x5266cc['lCNfk'](_0x55a04c,void 0x0)&&_0x55a04c[_0x4115(0x49)])return{'success':!![],'message':_0x5266cc[_0x4115(0x4a)],'details':_0x169661};else return _0x5266cc['tjAMQ'](_0x2742c1=_0x169661[_0x4115(0x33)],null)&&_0x5266cc['lCNfk'](_0x2742c1,void 0x0)&&_0x2742c1['success']?{'success':![],'message':_0x5266cc[_0x4115(0x4b)],'details':_0x169661}:{'success':![],'message':_0x5266cc[_0x4115(0x4c)],'details':_0x169661};}catch(_0x2d1d0a){return _0x5266cc[_0x4115(0x43)](_0x5266cc['VTZhH'],_0x5266cc[_0x4115(0x4d)])?(console[_0x4115(0x35)](_0x5266cc[_0x4115(0x4e)],_0x2d1d0a[_0x4115(0x34)]),{'success':![],'message':_0x4115(0x4f)+_0x2d1d0a[_0x4115(0x34)],'details':{'error':_0x2d1d0a[_0x4115(0x34)],'results':_0x169661}}):(_0x54ce2b['log'](_0x5266cc[_0x4115(0x50)]),_0x25c748[_0x4115(0xd)]+_0x4115(0x51));}};export const initiateOAuth=async(_0xc63cab,_0x4f3d34)=>{const _0x10f33a={'iCMeK':_0x4115(0x52),'WCnko':'โ\x20YouTube\x20reconnection\x20failed','OaUas':_0x4115(0x53),'jdMiL':_0x4115(0x54),'ZBDjj':_0x4115(0x55),'uMDOs':'โน๏ธ\x20Sign\x20out\x20not\x20needed:','PuwyJ':function(_0x34e11d,_0x12ee2b){return _0x34e11d!==_0x12ee2b;},'vcPQk':'FbyOI','sRBIr':_0x4115(0x56),'LRPxr':function(_0xb1fafd,_0x41ff59){return _0xb1fafd===_0x41ff59;},'TEYKY':_0x4115(0x57),'mciWe':_0x4115(0x22),'oTRUh':_0x4115(0x58),'lvMJL':function(_0x17335a,_0x6d24f8,_0x5f2bbe){return _0x17335a(_0x6d24f8,_0x5f2bbe);},'tOBce':function(_0x25a33a,_0x281d8b){return _0x25a33a(_0x281d8b);},'QzBZs':function(_0x56201c,_0x2673c5){return _0x56201c!==_0x2673c5;},'htpVT':_0x4115(0x59),'iQbLi':function(_0x4f87c6,_0x1ba2bf){return _0x4f87c6===_0x1ba2bf;},'ewzzN':'AbortError','TcUaU':function(_0x49cd75,_0x19b798){return _0x49cd75!==_0x19b798;},'ovnTD':function(_0x1f5066,_0x4f13d4){return _0x1f5066!==_0x4f13d4;},'mgRbZ':function(_0x1f25b8,_0x3dc573){return _0x1f25b8!==_0x3dc573;},'tSNEB':_0x4115(0x5a),'jlVXe':_0x4115(0x5b),'pujHK':'\x20\x20\x201.\x20No\x20internet\x20connection\x20on\x20device/simulator','pnMHg':_0x4115(0x5c),'wvqIW':'\x20\x20\x203.\x20DNS\x20resolution\x20failed','aleZx':_0x4115(0x5d),'MaoSC':'\x20\x20\x204.\x20SSL/TLS\x20certificate\x20issue','CJian':function(_0x5daf3e,_0x5ec5f5){return _0x5daf3e!==_0x5ec5f5;},'LNzXG':'tsaIV','VTNTw':'kwKGO'};try{if(_0x10f33a[_0x4115(0x5e)](_0x10f33a[_0x4115(0x5f)],_0x10f33a['sRBIr'])){console[_0x4115(0x2d)](_0x4115(0x60)+_0xc63cab),console[_0x4115(0x2d)](_0x4115(0x61)+Platform['OS']+_0x4115(0x62)+Platform[_0x4115(0x63)]);if(_0x10f33a[_0x4115(0x64)](_0xc63cab,_0x10f33a[_0x4115(0x65)]))return console['log'](_0x10f33a[_0x4115(0x66)]),API_CONFIG[_0x4115(0xd)]+_0x4115(0x51);let _0x567e48;try{_0x567e48=await getUserAuthHeaders(),console[_0x4115(0x2d)](_0x4115(0x67));}catch(_0x4ae6c3){if(_0x10f33a[_0x4115(0x68)]===_0x10f33a[_0x4115(0x68)])return console['error']('โ\x20[OAUTH]\x20User\x20not\x20authenticated\x20-\x20cannot\x20initiate\x20'+_0xc63cab+_0x4115(0x69)),console[_0x4115(0x35)](_0x4115(0x6a)),null;else _0x3b9801[_0x4115(0x35)](_0x10f33a[_0x4115(0x6b)]);}const _0x1b9d13=API_CONFIG['BASE_URL']+'/'+_0xc63cab+'/authorize';console[_0x4115(0x2d)](_0x4115(0x6c)+_0x1b9d13),console[_0x4115(0x2d)](_0x4115(0x6d));const _0x22b872={'platform':_0xc63cab,'timestamp':new Date()[_0x4115(0x6e)]()};console['log']('๐ค\x20[OAUTH]\x20Request\x20body:',_0x22b872);const _0x5ae71c=new AbortController(),_0x3210d3=_0x10f33a[_0x4115(0x6f)](setTimeout,()=>{console[_0x4115(0x2d)](_0x4115(0x40)+_0xc63cab+'\x20-\x20aborting'),_0x5ae71c[_0x4115(0x41)]();},0x7530),_0x31898f=await _0x10f33a['lvMJL'](fetch,_0x1b9d13,{'method':'POST','headers':_0x567e48,'body':JSON[_0x4115(0x70)](_0x22b872),'signal':_0x5ae71c[_0x4115(0x38)]});_0x10f33a[_0x4115(0x71)](clearTimeout,_0x3210d3),console[_0x4115(0x2d)](_0x4115(0x72)+_0x31898f[_0x4115(0x46)]+'\x20'+_0x31898f[_0x4115(0x73)]);if(!_0x31898f['ok']){const _0x409ae0=await _0x31898f[_0x4115(0x3a)]();return console[_0x4115(0x35)](_0x4115(0x74)+_0xc63cab+':\x20'+_0x31898f[_0x4115(0x46)]+_0x4115(0x75)+_0x409ae0),null;}const _0x3cff01=await _0x31898f['json']();console['log'](_0x4115(0x76)+_0xc63cab+':',_0x3cff01);const _0x3c6eaa=_0xc63cab+'URL',_0x3bcbd4=_0x3cff01[_0x3c6eaa]||_0x3cff01[_0x4115(0x77)]||null;return console['log'](_0x4115(0x78)+_0xc63cab+_0x4115(0x79)+_0x3c6eaa+'):',_0x3bcbd4),_0x3bcbd4;}else _0x402fa8[_0x4115(0x2d)](_0x4115(0x7a),_0x2cf93b[_0x4115(0x7b)]);}catch(_0x268f04){if(_0x10f33a[_0x4115(0x7c)](_0x10f33a[_0x4115(0x7d)],_0x4115(0x7e))){var _0x58b5f0;if(_0x10f33a[_0x4115(0x7f)](_0x268f04[_0x4115(0x48)],_0x10f33a[_0x4115(0x80)]))console[_0x4115(0x35)]('โ\x20[OAUTH]\x20Request\x20timeout\x20for\x20'+_0xc63cab+'\x20-\x20the\x20server\x20took\x20too\x20long\x20to\x20respond');else{if(_0x10f33a[_0x4115(0x81)](_0x58b5f0=_0x268f04[_0x4115(0x34)],null)&&_0x10f33a[_0x4115(0x82)](_0x58b5f0,void 0x0)&&_0x58b5f0['includes'](_0x4115(0x83))){if(_0x10f33a[_0x4115(0x84)](_0x10f33a['tSNEB'],_0x10f33a[_0x4115(0x85)]))return _0x27ddd4[_0x4115(0x35)](_0x10f33a[_0x4115(0x86)]),![];else{const _0x3da7d9=_0x10f33a['jlVXe']['split']('|');let _0x5f565a=0x0;while(!![]){switch(_0x3da7d9[_0x5f565a++]){case'0':console[_0x4115(0x35)](_0x10f33a['pujHK']);continue;case'1':console[_0x4115(0x35)](_0x4115(0x87)+_0xc63cab+'.\x20Possible\x20causes:');continue;case'2':console[_0x4115(0x35)](_0x10f33a['pnMHg']);continue;case'3':console[_0x4115(0x35)](_0x10f33a[_0x4115(0x88)]);continue;case'4':console['error'](_0x10f33a[_0x4115(0x89)]);continue;case'5':console[_0x4115(0x35)](_0x10f33a[_0x4115(0x8a)]);continue;}break;}}}else{if(_0x10f33a[_0x4115(0x8b)](_0x10f33a[_0x4115(0x8c)],_0x10f33a[_0x4115(0x8d)]))console[_0x4115(0x35)](_0x4115(0x74)+_0xc63cab+':',_0x268f04);else return _0x1fbb3d[_0x4115(0x8e)](_0x10f33a[_0x4115(0x8f)]),_0x4ae533['warn'](_0x10f33a[_0x4115(0x90)],_0x254336),_0x35c4b5['warn'](_0x10f33a[_0x4115(0x91)]),![];}}return null;}else _0x45e70f[_0x4115(0x2d)](_0x10f33a[_0x4115(0x92)],_0x46e46e);}};const initializeGoogleSignIn=()=>{const _0x1957cf={'ZlJsz':_0x4115(0x93),'LaSXv':_0x4115(0x94),'ssDof':_0x4115(0x95),'rXRFY':_0x4115(0x57)};GoogleSignin['configure']({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x1957cf[_0x4115(0x96)],_0x1957cf[_0x4115(0x97)],_0x1957cf[_0x4115(0x98)],_0x1957cf['rXRFY']],'hostedDomain':'','accountName':''});};export const forceYouTubeReconnectionWithConsent=async _0x106c8a=>{const _0x5e14c7={'NOpxu':function(_0x16350f,_0x2d638a){return _0x16350f===_0x2d638a;},'vGCVK':function(_0x610236,_0x17989c){return _0x610236===_0x17989c;},'NdpPg':function(_0x408f36,_0x56162b){return _0x408f36===_0x56162b;},'xgBgW':'โ\x20User\x20not\x20signed\x20in\x20to\x20Google,\x20cannot\x20refresh\x20tokens','JjhJh':_0x4115(0x99),'eOvRY':function(_0x5ec18e,_0x1bb5b5){return _0x5ec18e(_0x1bb5b5);},'RHbfQ':function(_0x35a7fe,_0x38ae86,_0x5d9791){return _0x35a7fe(_0x38ae86,_0x5d9791);},'ICDIs':_0x4115(0x93),'PzNhH':_0x4115(0x95),'bkPPQ':'email','EHRnm':_0x4115(0x9a),'vJQKU':_0x4115(0x9b),'TnZyz':_0x4115(0x9c),'yJEja':_0x4115(0x9d),'LIPTS':_0x4115(0x9e),'EuLXc':function(_0x444f91,_0x5f3cd6){return _0x444f91!==_0x5f3cd6;},'yWJoI':_0x4115(0x9f),'KUhlZ':function(_0x54c73d,_0x1f8070){return _0x54c73d===_0x1f8070;},'yLWpe':_0x4115(0xa0),'wNKbi':_0x4115(0xa1),'QZKMj':'โน๏ธ\x20No\x20token\x20cache\x20to\x20clear','tbAbM':_0x4115(0xa2),'MMWqF':_0x4115(0x94),'TmfCW':_0x4115(0xa3),'gOtBZ':_0x4115(0xa4),'XkKRf':'โ
\x20Sign-in\x20completed\x20-\x20checking\x20for\x20refresh\x20token...','xOhuT':function(_0x50b75,_0x181ced){return _0x50b75===_0x181ced;},'zFGji':_0x4115(0xa5),'xMkST':'๐\x20FULL\x20tokens\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','HlKYJ':_0x4115(0xa6),'wwLtZ':_0x4115(0xa7),'XaYeN':_0x4115(0xa8),'dIVYG':'Missing','ukOuY':_0x4115(0xa9),'eOQmP':_0x4115(0xaa),'vafyI':_0x4115(0xab),'DKHuT':_0x4115(0xac),'XZukz':function(_0x4f5b18,_0x3b277b){return _0x4f5b18!==_0x3b277b;},'nhRXQ':function(_0x549db0,_0x36bea9){return _0x549db0===_0x36bea9;},'DJdiG':_0x4115(0xad),'ippab':_0x4115(0xae),'GupWK':_0x4115(0xaf),'sJMwS':'๐\x20Refresh\x20token\x20preview:','mJIQv':'Unknown\x20Channel','EmSLX':_0x4115(0xb0),'jLLhn':_0x4115(0xb1),'dNWEP':function(_0x38654f,_0x1416d6){return _0x38654f>_0x1416d6;},'cqOQt':_0x4115(0xb2),'YmgtI':_0x4115(0xb3),'dIjTb':function(_0xde2da1,_0x2ba5bf){return _0xde2da1===_0x2ba5bf;},'ozuOS':function(_0x32cd77,_0x1ee10f){return _0x32cd77===_0x1ee10f;},'GSlMX':function(_0x32355e,_0x2a237d){return _0x32355e===_0x2a237d;},'bzxML':function(_0x33b8e9,_0x536085){return _0x33b8e9===_0x536085;},'HmTQz':function(_0xd6d0f,_0x594275){return _0xd6d0f===_0x594275;},'TzuYi':_0x4115(0xb4),'xujib':_0x4115(0xb5),'eVByi':function(_0x22f0e8,_0x1ec2ac){return _0x22f0e8===_0x1ec2ac;},'mLWBa':function(_0x4deb7a,_0x4707fd){return _0x4deb7a===_0x4707fd;},'IhIgZ':function(_0xbb2c9c,_0x3983a8){return _0xbb2c9c===_0x3983a8;},'UVnWm':function(_0xb19df4,_0x371e96){return _0xb19df4===_0x371e96;},'eaiYm':_0x4115(0xb6),'IrzHX':'โ ๏ธ\x20Error\x20fetching\x20YouTube\x20channel\x20info:','BqfYD':function(_0x5caa0,_0x297037){return _0x5caa0===_0x297037;},'qYZPs':function(_0x1c1c97,_0x40557f){return _0x1c1c97===_0x40557f;},'NjhQV':function(_0x4d86e5,_0x344f3c){return _0x4d86e5===_0x344f3c;},'QKbmM':function(_0x2e4e37,_0x35b031){return _0x2e4e37<_0x35b031;},'Ugnya':_0x4115(0xb7),'ymkWS':'youtube','LtnUd':function(_0x215813,_0x1e2008){return _0x215813===_0x1e2008;},'FvhBi':function(_0x9ddf18,_0x1c0c23){return _0x9ddf18===_0x1c0c23;},'VGlKT':function(_0x273f26,_0x5cc837){return _0x273f26===_0x5cc837;},'Yogwc':function(_0x44a14e,_0x39c9b1){return _0x44a14e===_0x39c9b1;},'ZAmHZ':function(_0x6fc925,_0x1c0a85){return _0x6fc925===_0x1c0a85;},'jqyLI':function(_0x5b071d,_0x52e310){return _0x5b071d===_0x52e310;},'bjoir':function(_0x54b5e1,_0x716f8e){return _0x54b5e1===_0x716f8e;},'vKQjD':function(_0x36169a,_0x22e8a7){return _0x36169a===_0x22e8a7;},'FlMUw':function(_0x163703,_0x3560b5){return _0x163703===_0x3560b5;},'GRcjr':function(_0x451239,_0x4eed8a){return _0x451239===_0x4eed8a;},'BrxyW':function(_0x51204a,_0x594e70){return _0x51204a+_0x594e70;},'JUwOv':function(_0x1d29f3,_0xd7c7ea){return _0x1d29f3*_0xd7c7ea;},'DjmRU':'serverAuthCode','SJhcM':function(_0x27b885,_0x22d4a2){return _0x27b885===_0x22d4a2;},'dTFTn':_0x4115(0xb8),'nZzGy':_0x4115(0xb9),'HHEsb':_0x4115(0xba),'PbQWu':'๐\x20[YOUTUBE\x20REAUTH]\x20Payload\x20Summary:','SenOT':_0x4115(0xbb),'xtuyx':function(_0x74e08c,_0x648538,_0x32b2c5){return _0x74e08c(_0x648538,_0x32b2c5);},'ZixAe':function(_0xfa6433,_0x4f3987){return _0xfa6433&&_0x4f3987;},'zwgZH':_0x4115(0xbc),'EKpnv':'โ
\x20[YOUTUBE\x20REAUTH]\x20Backend\x20Response\x20SUCCESS:','kbFTd':function(_0x3403d8,_0xab2070){return _0x3403d8===_0xab2070;},'lCYBg':function(_0x2da04c,_0x34707c){return _0x2da04c===_0x34707c;},'OITBM':_0x4115(0xbd),'HBFLM':_0x4115(0xbe),'bRiQe':'3|2|6|5|1|4|0','AZvuN':_0x4115(0xbf),'KrggJ':_0x4115(0xc0),'jePjZ':'๐\x20[YOUTUBE\x20REAUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','VjqJp':_0x4115(0xc1),'YLDfy':_0x4115(0xc2),'uYzEN':_0x4115(0xc3),'NEVXR':function(_0x3bec7f,_0x5b6182){return _0x3bec7f!==_0x5b6182;},'RaBvZ':'DHqSg','uSqKP':_0x4115(0xc4),'rKNoC':'โ
\x20[YOUTUBE\x20REAUTH]\x20Backend\x20CONFIRMED\x20refresh\x20token\x20received','DXoyF':_0x4115(0xc5),'pAmYC':'๐\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20length:','MMUUy':'โ
\x20[YOUTUBE\x20REAUTH]\x20Response\x20hasRefreshToken:','FKQrT':_0x4115(0xc6),'doTVN':'HvzxS','uKgAh':_0x4115(0x54),'CvRdh':'โ ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Expected\x20hasRefreshToken\x20or\x20refreshTokenReceived\x20in\x20response','BIXtA':function(_0x19f311,_0x1071e7){return _0x19f311!==_0x1071e7;},'wAWqy':_0x4115(0xc7),'xVDqf':_0x4115(0xc8),'STPte':function(_0x483bc2,_0x1ff194){return _0x483bc2!==_0x1ff194;},'CVWuv':_0x4115(0xc9),'QwIlE':_0x4115(0xca),'tkapv':_0x4115(0xcb),'YQmBN':_0x4115(0xcc),'RsYsQ':'โ\x20[YOUTUBE\x20REAUTH]\x20Backend\x20processing\x20FAILED:','TXpJe':'vpLqb','VMDXx':'1|6|4|5|0|2|3','rKYxA':'\x20\x20\x202.\x20Check\x20Google\x20Console\x20OAuth\x20configuration','SHRDF':_0x4115(0xcd),'fxWqa':'๐ก\x20Solutions:','QSfuM':_0x4115(0xce),'ABsgG':'โ\x20Error\x20forcing\x20YouTube\x20consent:','oYNhv':_0x4115(0xcf),'ZUyTr':_0x4115(0xd0),'NPbBG':function(_0x98214b,_0xc4bfad){return _0x98214b===_0xc4bfad;},'JduBb':_0x4115(0xd1),'pIkTq':'โ\x20Google\x20Play\x20Services\x20not\x20available'};try{var _0x38ad5d,_0x177ab5,_0x236914;console[_0x4115(0x2d)](_0x5e14c7[_0x4115(0xd2)]),console['log'](_0x5e14c7['yJEja'],_0x106c8a);try{await GoogleSignin['signOut'](),console['log'](_0x5e14c7[_0x4115(0xd3)]);}catch(_0x13d2e2){if(_0x5e14c7[_0x4115(0xd4)](_0x4115(0xd5),_0x4115(0xd5))){var _0x328f8c,_0x386a5d;_0x45a806[_0x4115(0x2d)](_0x4115(0xd6),_0x5ebf17),_0x247895=((_0x328f8c=_0xe11414[_0x4115(0xd7)])===null||_0x5e14c7[_0x4115(0xd8)](_0x328f8c,void 0x0)||(_0x328f8c=_0x328f8c[_0x4115(0xd9)])===null||_0x328f8c===void 0x0?void 0x0:_0x328f8c[_0x4115(0x48)])||(_0x5e14c7[_0x4115(0xda)](_0x386a5d=_0x318fd1[_0x4115(0xd7)],null)||_0x386a5d===void 0x0||_0x5e14c7[_0x4115(0xdb)](_0x386a5d=_0x386a5d[_0x4115(0xd9)],null)||_0x5e14c7['NOpxu'](_0x386a5d,void 0x0)?void 0x0:_0x386a5d[_0x4115(0x57)])||'Unknown\x20Channel';}else console[_0x4115(0x2d)](_0x5e14c7[_0x4115(0xdc)],_0x13d2e2);}try{const _0x52349b=await GoogleSignin[_0x4115(0xdd)]();_0x52349b['accessToken']&&(_0x5e14c7[_0x4115(0xde)](_0x5e14c7[_0x4115(0xdf)],_0x5e14c7[_0x4115(0xdf)])?(await GoogleSignin[_0x4115(0xe0)](_0x52349b[_0x4115(0xe1)]),console['log'](_0x5e14c7[_0x4115(0xe2)])):_0x30d4b7[_0x4115(0x2d)](_0x4115(0x45)+_0x577d6a[_0x4115(0x46)]));}catch(_0x558743){console[_0x4115(0x2d)](_0x5e14c7[_0x4115(0xe3)]);}console[_0x4115(0x2d)](_0x5e14c7[_0x4115(0xe4)]),GoogleSignin[_0x4115(0xe5)]({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':['https://www.googleapis.com/auth/youtube.readonly',_0x5e14c7[_0x4115(0xe6)],'profile',_0x5e14c7['bkPPQ']],'hostedDomain':'','accountName':''}),await GoogleSignin['hasPlayServices'](),console[_0x4115(0x2d)](_0x5e14c7[_0x4115(0xe7)]),console[_0x4115(0x2d)](_0x5e14c7[_0x4115(0xe8)]),console[_0x4115(0x2d)](_0x4115(0xe9));const _0x1246e0=await GoogleSignin['signIn']();console['log'](_0x5e14c7['XkKRf']),console[_0x4115(0x2d)]('๐ค\x20User\x20email:',_0x5e14c7[_0x4115(0xea)](_0x38ad5d=_0x1246e0[_0x4115(0xd7)],null)||_0x5e14c7[_0x4115(0xd8)](_0x38ad5d,void 0x0)||(_0x38ad5d=_0x38ad5d[_0x4115(0xd9)])===null||_0x5e14c7['xOhuT'](_0x38ad5d,void 0x0)?void 0x0:_0x38ad5d[_0x4115(0x57)]);const _0x482e74=await GoogleSignin['getTokens'](),_0x2692c9=await GoogleSignin[_0x4115(0xeb)]();console[_0x4115(0x2d)](_0x5e14c7[_0x4115(0xec)]),console[_0x4115(0x2d)](JSON[_0x4115(0x70)](_0x1246e0,null,0x2)),console[_0x4115(0x2d)](_0x5e14c7[_0x4115(0xed)]),console[_0x4115(0x2d)](JSON[_0x4115(0x70)](_0x482e74,null,0x2)),console[_0x4115(0x2d)](_0x5e14c7[_0x4115(0xee)]),console[_0x4115(0x2d)](JSON[_0x4115(0x70)](_0x2692c9,null,0x2)),console[_0x4115(0x2d)](_0x5e14c7[_0x4115(0xef)]),console[_0x4115(0x2d)](_0x5e14c7[_0x4115(0xf0)],_0x482e74[_0x4115(0xe1)]?_0x482e74['accessToken']['substring'](0x0,0x14)+_0x4115(0xf1):_0x5e14c7[_0x4115(0xf2)]),console[_0x4115(0x2d)](_0x5e14c7[_0x4115(0xf3)],_0x482e74['idToken']?_0x5e14c7[_0x4115(0xf4)]:_0x5e14c7[_0x4115(0xf2)]),console['log'](_0x5e14c7[_0x4115(0xf5)],(_0x177ab5=_0x1246e0[_0x4115(0xd7)])!==null&&_0x177ab5!==void 0x0&&_0x177ab5['serverAuthCode']?_0x1246e0[_0x4115(0xd7)][_0x4115(0xf6)][_0x4115(0xf7)](0x0,0x14)+'...':_0x5e14c7['dIVYG']),console[_0x4115(0x2d)](_0x5e14c7[_0x4115(0xf8)],_0x5e14c7[_0x4115(0xf9)](_0x2692c9,null)&&_0x2692c9!==void 0x0&&_0x2692c9[_0x4115(0xf6)]?_0x2692c9[_0x4115(0xf6)][_0x4115(0xf7)](0x0,0x14)+'...':_0x5e14c7[_0x4115(0xf2)]);const _0x5912f6=(_0x5e14c7[_0x4115(0xfa)](_0x236914=_0x1246e0[_0x4115(0xd7)],null)||_0x5e14c7['NOpxu'](_0x236914,void 0x0)?void 0x0:_0x236914[_0x4115(0xf6)])||(_0x2692c9===null||_0x2692c9===void 0x0?void 0x0:_0x2692c9['serverAuthCode']);if(_0x5912f6){var _0xdcc2b,_0x5c498,_0x32a22b,_0x378822,_0x2cc054,_0x56ce59;console[_0x4115(0x2d)](_0x5e14c7[_0x4115(0xfb)]),console[_0x4115(0x2d)](_0x5e14c7['ippab'],_0x5912f6[_0x4115(0xfc)]('4/')?'serverAuthCode':_0x5e14c7[_0x4115(0xfd)]),console['log'](_0x5e14c7[_0x4115(0xfe)],_0x5912f6[_0x4115(0xf7)](0x0,0x14)+_0x4115(0xf1));let _0x41b38e=_0x5e14c7['mJIQv'],_0x332c01=null;try{console[_0x4115(0x2d)]('๐บ\x20Fetching\x20YouTube\x20channel\x20information...');const _0x43ee4a=await _0x5e14c7[_0x4115(0xff)](fetch,_0x5e14c7[_0x4115(0x100)],{'headers':{'Authorization':_0x4115(0x101)+_0x482e74[_0x4115(0xe1)],'Accept':'application/json'}});if(_0x43ee4a['ok']){if(_0x5e14c7[_0x4115(0xf9)](_0x4115(0xb1),_0x5e14c7['jLLhn']))return _0x37e5ef[_0x4115(0x2d)](_0x5e14c7[_0x4115(0x102)]),null;else{const _0x240f70=await _0x43ee4a['json']();if(_0x240f70[_0x4115(0x103)]&&_0x5e14c7[_0x4115(0x104)](_0x240f70[_0x4115(0x103)][_0x4115(0x105)],0x0))_0x41b38e=_0x240f70['items'][0x0][_0x4115(0x106)][_0x4115(0x107)],_0x332c01=_0x240f70[_0x4115(0x103)][0x0]['id'],console[_0x4115(0x2d)](_0x5e14c7[_0x4115(0x108)],_0x41b38e,_0x5e14c7['YmgtI'],_0x332c01);else{var _0x3c7f39,_0x151572;console[_0x4115(0x2d)](_0x4115(0x109)),_0x41b38e=(_0x5e14c7[_0x4115(0x10a)](_0x3c7f39=_0x1246e0[_0x4115(0xd7)],null)||_0x5e14c7[_0x4115(0x10b)](_0x3c7f39,void 0x0)||_0x5e14c7[_0x4115(0x10a)](_0x3c7f39=_0x3c7f39[_0x4115(0xd9)],null)||_0x5e14c7[_0x4115(0xea)](_0x3c7f39,void 0x0)?void 0x0:_0x3c7f39['name'])||(_0x5e14c7['GSlMX'](_0x151572=_0x1246e0[_0x4115(0xd7)],null)||_0x151572===void 0x0||_0x5e14c7['bzxML'](_0x151572=_0x151572[_0x4115(0xd9)],null)||_0x5e14c7['HmTQz'](_0x151572,void 0x0)?void 0x0:_0x151572[_0x4115(0x57)])||_0x5e14c7[_0x4115(0x10c)];}}}else{var _0x233c46,_0x55c37c;console[_0x4115(0x2d)](_0x5e14c7[_0x4115(0x10d)],_0x43ee4a[_0x4115(0x46)]),_0x41b38e=((_0x233c46=_0x1246e0[_0x4115(0xd7)])===null||_0x5e14c7[_0x4115(0x10e)](_0x233c46,void 0x0)||(_0x233c46=_0x233c46[_0x4115(0xd9)])===null||_0x5e14c7[_0x4115(0xea)](_0x233c46,void 0x0)?void 0x0:_0x233c46['name'])||(_0x5e14c7[_0x4115(0x10f)](_0x55c37c=_0x1246e0[_0x4115(0xd7)],null)||_0x55c37c===void 0x0||_0x5e14c7[_0x4115(0x110)](_0x55c37c=_0x55c37c[_0x4115(0xd9)],null)||_0x55c37c===void 0x0?void 0x0:_0x55c37c[_0x4115(0x57)])||_0x5e14c7[_0x4115(0x111)];}}catch(_0x3a7384){if(_0x5e14c7[_0x4115(0x112)](_0x5e14c7['eaiYm'],_0x5e14c7[_0x4115(0x113)])){var _0x2a1e8c,_0x59359d;console[_0x4115(0x2d)](_0x5e14c7[_0x4115(0x114)],_0x3a7384),_0x41b38e=((_0x2a1e8c=_0x1246e0[_0x4115(0xd7)])===null||_0x5e14c7['BqfYD'](_0x2a1e8c,void 0x0)||(_0x2a1e8c=_0x2a1e8c[_0x4115(0xd9)])===null||_0x5e14c7[_0x4115(0xda)](_0x2a1e8c,void 0x0)?void 0x0:_0x2a1e8c[_0x4115(0x48)])||((_0x59359d=_0x1246e0[_0x4115(0xd7)])===null||_0x5e14c7['qYZPs'](_0x59359d,void 0x0)||_0x5e14c7[_0x4115(0x115)](_0x59359d=_0x59359d[_0x4115(0xd9)],null)||_0x59359d===void 0x0?void 0x0:_0x59359d[_0x4115(0x57)])||_0x5e14c7[_0x4115(0x111)];}else _0x2ba8c8[_0x4115(0x35)](_0x5e14c7['JjhJh'],_0x39c474);}let _0x18c61f=await getJWT();(!_0x18c61f||_0x5e14c7[_0x4115(0x116)](_0x18c61f[_0x4115(0x117)]()[_0x4115(0x105)],0x14))&&(console[_0x4115(0x2d)](_0x5e14c7[_0x4115(0x118)]),_0x18c61f=_0x4115(0x119));const _0x80d3de={'session':{'username':_0x106c8a,'platform':_0x5e14c7[_0x4115(0x11a)],'timestamp':new Date()[_0x4115(0x6e)](),'channelName':_0x41b38e,'channelId':_0x332c01,'forceConsent':!![]},'googleUser':_0x5e14c7[_0x4115(0x11b)](_0xdcc2b=_0x1246e0[_0x4115(0xd7)],null)||_0x5e14c7['FvhBi'](_0xdcc2b,void 0x0)?void 0x0:_0xdcc2b['user'],'accessToken':_0x482e74[_0x4115(0xe1)],'idToken':_0x482e74[_0x4115(0x11c)],'refreshToken':_0x5912f6,'serverAuthCode':_0x5912f6,'refresh_token':_0x5912f6,'server_auth_code':_0x5912f6,'authCode':_0x5912f6,'userAccountInfo':{'username':_0x106c8a,'email':_0x5e14c7['VGlKT'](_0x5c498=_0x1246e0[_0x4115(0xd7)],null)||_0x5e14c7['Yogwc'](_0x5c498,void 0x0)||_0x5e14c7[_0x4115(0x11d)](_0x5c498=_0x5c498[_0x4115(0xd9)],null)||_0x5e14c7['jqyLI'](_0x5c498,void 0x0)?void 0x0:_0x5c498[_0x4115(0x57)],'authToken':_0x18c61f,'channelName':_0x41b38e,'channelId':_0x332c01,'userIdentifier':_0x18c61f?_0x4115(0x11e)+_0x18c61f['substring'](0x0,0xa):_0x4115(0x11f)+(_0x5e14c7[_0x4115(0x120)](_0x32a22b=_0x1246e0[_0x4115(0xd7)],null)||_0x32a22b===void 0x0||(_0x32a22b=_0x32a22b[_0x4115(0xd9)])===null||_0x5e14c7[_0x4115(0x121)](_0x32a22b,void 0x0)?void 0x0:_0x32a22b[_0x4115(0x57)]),'googleId':_0x5e14c7[_0x4115(0x122)](_0x378822=_0x1246e0[_0x4115(0xd7)],null)||_0x5e14c7[_0x4115(0x123)](_0x378822,void 0x0)||_0x5e14c7[_0x4115(0x124)](_0x378822=_0x378822[_0x4115(0xd9)],null)||_0x5e14c7[_0x4115(0xea)](_0x378822,void 0x0)?void 0x0:_0x378822['id'],'refreshToken':_0x5912f6,'serverAuthCode':_0x5912f6},'tokenExpiry':new Date(_0x5e14c7[_0x4115(0x125)](Date[_0x4115(0x126)](),_0x5e14c7['JUwOv'](0xe10,0x3e8)))[_0x4115(0x6e)](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!![],'refreshTokenType':_0x5912f6[_0x4115(0xfc)]('4/')?_0x5e14c7[_0x4115(0x127)]:_0x5e14c7['GupWK'],'configuredForRefresh':!![],'forcedConsent':!![],'consentMethod':'signOut_and_configure','refreshTokenValue':_0x5912f6}};console['log'](_0x4115(0x128),{'hasAccessToken':!!_0x80d3de[_0x4115(0xe1)],'hasRefreshToken':!!_0x80d3de[_0x4115(0xaf)],'hasServerAuthCode':!!_0x80d3de[_0x4115(0xf6)],'refreshTokenType':_0x80d3de[_0x4115(0x129)][_0x4115(0x7b)],'userEmail':(_0x2cc054=_0x1246e0[_0x4115(0xd7)])===null||_0x5e14c7[_0x4115(0x12a)](_0x2cc054,void 0x0)||_0x5e14c7['ZAmHZ'](_0x2cc054=_0x2cc054[_0x4115(0xd9)],null)||_0x5e14c7['NdpPg'](_0x2cc054,void 0x0)?void 0x0:_0x2cc054[_0x4115(0x57)],'forcedConsent':!![]}),console['log'](_0x4115(0x12b)),console[_0x4115(0x2d)](_0x5e14c7['dTFTn']),console['log']('\uD83D\uDE80 [YOUTUBE REAUTH] Method: POST'),console[_0x4115(0x2d)](_0x5e14c7[_0x4115(0x12c)],{'Content-Type':'application/json','Authorization':_0x18c61f?_0x18c61f[_0x4115(0xf7)](0x0,0x14)+'...':_0x5e14c7[_0x4115(0x12d)]}),console[_0x4115(0x2d)](_0x5e14c7['PbQWu'],{'hasAccessToken':!!_0x80d3de[_0x4115(0xe1)],'hasRefreshToken':!!_0x80d3de['refreshToken'],'hasServerAuthCode':!!_0x80d3de[_0x4115(0xf6)],'refreshTokenType':_0x80d3de[_0x4115(0x129)]['refreshTokenType'],'userEmail':_0x5e14c7['bjoir'](_0x56ce59=_0x1246e0['data'],null)||_0x5e14c7[_0x4115(0x122)](_0x56ce59,void 0x0)||_0x5e14c7[_0x4115(0x12e)](_0x56ce59=_0x56ce59['user'],null)||_0x56ce59===void 0x0?void 0x0:_0x56ce59['email'],'channelName':_0x41b38e,'forcedConsent':!![],'requestRefreshToken':!![]}),console['log'](_0x5e14c7[_0x4115(0x12f)],JSON[_0x4115(0x70)](_0x80d3de,null,0x2));const _0x29db12=await _0x5e14c7['xtuyx'](fetch,API_CONFIG[_0x4115(0xd)]+'/youtube/native-auth',{'method':'POST','headers':{'Content-Type':'application/json',..._0x5e14c7['ZixAe'](_0x18c61f,{'Authorization':_0x18c61f})},'body':JSON['stringify'](_0x80d3de)});console[_0x4115(0x2d)](_0x5e14c7[_0x4115(0x130)],_0x29db12['status']),console['log'](_0x4115(0x131),_0x29db12[_0x4115(0x73)]),console[_0x4115(0x2d)](_0x4115(0x132),_0x29db12[_0x4115(0x133)]);if(_0x29db12['ok']){var _0x4fc614,_0x14aa59;const _0x6ed369=await _0x29db12[_0x4115(0x134)]();console[_0x4115(0x2d)](_0x5e14c7[_0x4115(0x135)],JSON[_0x4115(0x70)](_0x6ed369,null,0x2));const _0x43b3db=_0x5e14c7[_0x4115(0x123)](_0x5e14c7['kbFTd'](_0x4fc614=_0x6ed369[_0x4115(0x136)],null)||_0x5e14c7[_0x4115(0x137)](_0x4fc614,void 0x0)?void 0x0:_0x4fc614[_0x4115(0x138)],!![])||((_0x14aa59=_0x6ed369[_0x4115(0x139)])===null||_0x5e14c7[_0x4115(0x11d)](_0x14aa59,void 0x0)?void 0x0:_0x14aa59[_0x4115(0x13a)])===!![]||_0x6ed369[_0x4115(0x138)]===!![]||_0x6ed369[_0x4115(0x34)]&&_0x6ed369['message'][_0x4115(0x13b)](_0x5e14c7[_0x4115(0x13c)]);if(_0x43b3db){if('lSxoZ'===_0x5e14c7['HBFLM'])_0x4bc27a[_0x4115(0x35)](_0x4115(0x13d)+_0x30c324+_0x4115(0x13e));else{const _0x469863=_0x5e14c7[_0x4115(0x13f)][_0x4115(0x140)]('|');let _0x21d4ec=0x0;while(!![]){switch(_0x469863[_0x21d4ec++]){case'0':console['log'](_0x5e14c7['AZvuN'],_0x5912f6?_0x5e14c7[_0x4115(0x141)]:'No');continue;case'1':console[_0x4115(0x2d)](_0x4115(0x142));continue;case'2':console[_0x4115(0x2d)](_0x4115(0x143));continue;case'3':console[_0x4115(0x2d)](_0x5e14c7[_0x4115(0x144)]);continue;case'4':console[_0x4115(0x2d)](_0x5e14c7['VjqJp']);continue;case'5':console[_0x4115(0x2d)](_0x5e14c7[_0x4115(0x145)]);continue;case'6':console['log'](_0x5e14c7['uYzEN']);continue;}break;}}}else{if(_0x6ed369[_0x4115(0x146)]||_0x6ed369[_0x4115(0x147)]){if(_0x5e14c7[_0x4115(0x148)](_0x5e14c7['RaBvZ'],_0x5e14c7['RaBvZ']))_0x5e14c7[_0x4115(0xff)](_0x1f1195,()=>{_0xd6874f[_0x4115(0x2d)](_0x4115(0x149)),_0x5e14c7[_0x4115(0x14a)](_0x4307d6,!![]);},0x3e8);else{const _0x5aaa50=_0x5e14c7[_0x4115(0x14b)]['split']('|');let _0x797606=0x0;while(!![]){switch(_0x5aaa50[_0x797606++]){case'0':console[_0x4115(0x2d)](_0x5e14c7[_0x4115(0x14c)]);continue;case'1':console[_0x4115(0x2d)](_0x5e14c7[_0x4115(0x14d)],_0x5912f6['startsWith']('4/')?_0x5e14c7[_0x4115(0x127)]:_0x5e14c7[_0x4115(0xfd)]);continue;case'2':console[_0x4115(0x2d)](_0x4115(0x14e),_0x5912f6);continue;case'3':console[_0x4115(0x2d)](_0x4115(0x14f));continue;case'4':console['log'](_0x5e14c7[_0x4115(0x150)],_0x5912f6[_0x4115(0x105)]);continue;case'5':console[_0x4115(0x2d)]('๐\x20[YOUTUBE\x20REAUTH]\x20REFRESH\x20TOKEN\x20SENT\x20TO\x20BACKEND:');continue;case'6':console[_0x4115(0x2d)](_0x5e14c7[_0x4115(0x151)],_0x6ed369[_0x4115(0x146)]);continue;}break;}}}else{if(_0x5e14c7['EuLXc'](_0x5e14c7[_0x4115(0x152)],_0x5e14c7[_0x4115(0x153)]))return console['warn']('โ ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Backend\x20did\x20NOT\x20confirm\x20refresh\x20token\x20reception'),console['warn'](_0x5e14c7[_0x4115(0x154)],_0x6ed369),console['warn'](_0x5e14c7['CvRdh']),![];else GoogleSignin['configure']({'webClientId':_0x10f731,'iosClientId':_0x27fbd1,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x5e14c7['ICDIs'],'openid',_0x5e14c7[_0x4115(0x155)],_0x5e14c7['bkPPQ']],'hostedDomain':'','accountName':''});}}console[_0x4115(0x2d)](_0x4115(0x156));try{if(_0x5e14c7['BIXtA'](_0x5e14c7[_0x4115(0x157)],_0x5e14c7['xVDqf']))await triggerTrainingRestart(_0x106c8a,_0x18c61f),console['log'](_0x4115(0x158));else return{'success':![],'error':_0x48f57f[_0x4115(0x34)]||'Failed\x20to\x20send\x20verification\x20code'};}catch(_0x3530b3){if(_0x5e14c7[_0x4115(0x159)](_0x5e14c7['CVWuv'],_0x5e14c7[_0x4115(0x15a)]))console['warn'](_0x5e14c7['tkapv'],_0x3530b3),console[_0x4115(0x8e)](_0x5e14c7['YQmBN']);else return _0x5642fa['error'](_0x5e14c7[_0x4115(0x15b)],_0x32ff7a),![];}return!![];}else{const _0x876299=await _0x29db12[_0x4115(0x3a)]();return console['error'](_0x5e14c7[_0x4115(0x15c)],_0x29db12['status'],_0x876299),console[_0x4115(0x35)](_0x4115(0x15d)),![];}}else{if(_0x5e14c7['EuLXc'](_0x5e14c7['TXpJe'],'Uqtcq')){const _0x8a1941=_0x5e14c7[_0x4115(0x15e)][_0x4115(0x140)]('|');let _0x24493d=0x0;while(!![]){switch(_0x8a1941[_0x24493d++]){case'0':console[_0x4115(0x35)](_0x5e14c7[_0x4115(0x15f)]);continue;case'1':console[_0x4115(0x35)](_0x4115(0x160));continue;case'2':console[_0x4115(0x35)](_0x5e14c7['SHRDF']);continue;case'3':return![];case'4':console[_0x4115(0x35)](_0x5e14c7['fxWqa']);continue;case'5':console[_0x4115(0x35)](_0x5e14c7['QSfuM']);continue;case'6':console[_0x4115(0x35)](_0x4115(0x161));continue;}break;}}else return _0x250e3b[_0x4115(0x35)]('Error\x20exchanging\x20code\x20for\x20token:',_0x1e4247),_0x5644de[_0x4115(0x2d)](_0x5e14c7['vJQKU']),{'access_token':_0x36868d+_0x4115(0x162)+_0x28ce0f[_0x4115(0x163)]()[_0x4115(0x164)](0x24)[_0x4115(0xf7)](0x7),'refresh_token':_0x2f05c8+_0x4115(0x165)+_0x290c26['random']()['toString'](0x24)['substring'](0x7),'expires_in':0xe10};}}catch(_0x34125e){console[_0x4115(0x35)](_0x5e14c7[_0x4115(0x166)],_0x34125e);if(_0x34125e[_0x4115(0x10)]===statusCodes[_0x4115(0x167)])console[_0x4115(0x35)](_0x5e14c7[_0x4115(0x168)]),console['error'](_0x4115(0x169));else{if(_0x5e14c7[_0x4115(0x115)](_0x34125e[_0x4115(0x10)],statusCodes[_0x4115(0x16a)]))console[_0x4115(0x35)](_0x5e14c7[_0x4115(0x16b)]);else _0x5e14c7[_0x4115(0x120)](_0x34125e['code'],statusCodes[_0x4115(0x16c)])&&(_0x5e14c7[_0x4115(0x16d)](_0x5e14c7[_0x4115(0x16e)],_0x5e14c7[_0x4115(0x16e)])?console[_0x4115(0x35)](_0x5e14c7[_0x4115(0x16f)]):_0x442ea0[_0x4115(0x2d)](_0x4115(0x170)));}return![];}};export const forceYouTubeReconnectionWithRevoke=async _0x5ec734=>{const _0x372d63={'FnheW':_0x4115(0x28),'zTczx':_0x4115(0x171),'IqbBv':'๐ก\x20User\x20needs\x20to\x20reconnect\x20with\x20proper\x20consent\x20screen','qiAHJ':_0x4115(0x172),'PVBgr':_0x4115(0x173),'EOCcn':'๐\x20FORCING\x20YouTube\x20consent\x20via\x20REVOKE\x20method...','onxiB':_0x4115(0x9d),'gWUTq':function(_0x14693c,_0x33b7ad){return _0x14693c===_0x33b7ad;},'BNvhS':_0x4115(0x174),'TtRfo':_0x4115(0x175),'jjtiB':_0x4115(0x176),'CKpLn':_0x4115(0x177),'RduSm':_0x4115(0x178),'CMgyN':function(_0xba993a,_0x571e9d){return _0xba993a===_0x571e9d;},'ATaPU':function(_0x317aa4,_0x5150e5){return _0x317aa4===_0x5150e5;},'qtGSD':function(_0x16aa47,_0x14cfbc){return _0x16aa47===_0x14cfbc;},'OYViF':'qmXtg','GljcX':_0x4115(0x179),'ieuVc':_0x4115(0x17a),'oKvxb':'acKvY','WiZzg':_0x4115(0x17b)};try{var _0x31a9cd;console[_0x4115(0x2d)](_0x372d63[_0x4115(0x17c)]),console['log'](_0x372d63[_0x4115(0x17d)],_0x5ec734),initializeGoogleSignIn(),await GoogleSignin[_0x4115(0x17e)]();try{_0x372d63[_0x4115(0x17f)](_0x372d63['BNvhS'],_0x372d63[_0x4115(0x180)])?_0x2abfa8[_0x4115(0x2d)](_0x372d63['FnheW']):(await GoogleSignin[_0x4115(0x181)](),console['log'](_0x372d63[_0x4115(0x182)]));}catch(_0x1473ae){console[_0x4115(0x2d)](_0x372d63[_0x4115(0x183)],_0x1473ae);}await GoogleSignin[_0x4115(0x184)](),console[_0x4115(0x2d)](_0x4115(0x185)),console[_0x4115(0x2d)](_0x372d63[_0x4115(0x186)]);const _0x579b39=await GoogleSignin[_0x4115(0x187)](),_0x11b5a2=await GoogleSignin['getTokens'](),_0x40a1da=await GoogleSignin[_0x4115(0xeb)](),_0x417eed=(_0x372d63[_0x4115(0x17f)](_0x31a9cd=_0x579b39[_0x4115(0xd7)],null)||_0x372d63[_0x4115(0x188)](_0x31a9cd,void 0x0)?void 0x0:_0x31a9cd['serverAuthCode'])||(_0x372d63[_0x4115(0x189)](_0x40a1da,null)||_0x372d63[_0x4115(0x18a)](_0x40a1da,void 0x0)?void 0x0:_0x40a1da['serverAuthCode']);if(_0x417eed)return _0x372d63[_0x4115(0x188)]('GOTKg',_0x372d63[_0x4115(0x18b)])?(_0xd4255d[_0x4115(0x35)]('โ\x20Still\x20no\x20refresh\x20token\x20after\x20revoke\x20method'),![]):(console[_0x4115(0x2d)](_0x372d63[_0x4115(0x18c)]),console[_0x4115(0x2d)](_0x372d63[_0x4115(0x18d)],_0x417eed[_0x4115(0xf7)](0x0,0x14)+'...'),!![]);else{if(_0x372d63[_0x4115(0x18e)]===_0x4115(0x18f))return console['error'](_0x372d63[_0x4115(0x190)]),![];else _0x5cca83['error'](_0x372d63[_0x4115(0x191)]),_0x28d813[_0x4115(0x35)](_0x372d63[_0x4115(0x192)]),_0x29b5f3['error'](_0x372d63[_0x4115(0x193)]),_0x2bdc10[_0x4115(0x8e)](_0x372d63['PVBgr']);}}catch(_0x4b3d02){return console[_0x4115(0x35)]('โ\x20Error\x20with\x20revoke\x20method:',_0x4b3d02),![];}};export const fixUserYouTubeConnection=async _0x45493c=>{const _0x5b4b1b={'yYxvW':_0x4115(0x194),'QCujg':function(_0x1d05c1,_0x586130){return _0x1d05c1(_0x586130);},'pYcQr':_0x4115(0x195),'FPgvZ':function(_0x3be76d,_0x59461f){return _0x3be76d(_0x59461f);}};console['log'](_0x4115(0x196)+_0x45493c),console[_0x4115(0x2d)](_0x5b4b1b[_0x4115(0x197)]);let _0x177d26=await _0x5b4b1b[_0x4115(0x198)](forceYouTubeReconnectionWithConsent,_0x45493c);if(_0x177d26)return console[_0x4115(0x2d)]('โ
\x20'+_0x45493c+_0x4115(0x199)),!![];console['log'](_0x5b4b1b[_0x4115(0x19a)]),_0x177d26=await _0x5b4b1b[_0x4115(0x19b)](forceYouTubeReconnectionWithRevoke,_0x45493c);if(_0x177d26)return console[_0x4115(0x2d)]('โ
\x20'+_0x45493c+'\x20YouTube\x20connection\x20fixed\x20via\x20Method\x202!'),!![];return console[_0x4115(0x35)](_0x4115(0x19c)+_0x45493c+_0x4115(0x19d)),![];};const refreshGoogleTokens=async()=>{const _0x17e234={'irNxk':_0x4115(0x19e),'bCXIl':_0x4115(0x19f),'QQXEB':'๐\x20Attempting\x20to\x20refresh\x20Google\x20tokens...','ABmYd':'โ\x20User\x20not\x20signed\x20in\x20to\x20Google,\x20cannot\x20refresh\x20tokens','kvSHn':'โ
\x20Successfully\x20refreshed\x20Google\x20tokens','wYCeo':_0x4115(0x1a0),'elzln':function(_0xbab1bf,_0x46ba08){return _0xbab1bf===_0x46ba08;},'QuUxZ':'dLfdw','eOEqM':_0x4115(0x1a1),'OHowy':_0x4115(0x1a2),'vdaSX':_0x4115(0x1a3)};try{console['log'](_0x17e234[_0x4115(0x1a4)]);const _0x35a14c=await GoogleSignin[_0x4115(0xeb)]();if(!_0x35a14c)return console[_0x4115(0x2d)](_0x17e234['ABmYd']),null;const _0x372d9d=await GoogleSignin[_0x4115(0xdd)]();return console[_0x4115(0x2d)](_0x17e234[_0x4115(0x1a5)]),{'accessToken':_0x372d9d[_0x4115(0xe1)],'idToken':_0x372d9d[_0x4115(0x11c)]};}catch(_0x294e21){console['error'](_0x17e234[_0x4115(0x1a6)],_0x294e21);try{if(_0x17e234[_0x4115(0x1a7)](_0x17e234[_0x4115(0x1a8)],_0x4115(0x1a9))){console['log'](_0x17e234[_0x4115(0x1aa)]);const _0x42272c=await GoogleSignin['signIn'](),_0x4bdcb6=await GoogleSignin['getTokens']();return console[_0x4115(0x2d)](_0x17e234[_0x4115(0x1ab)]),{'accessToken':_0x4bdcb6[_0x4115(0xe1)],'idToken':_0x4bdcb6['idToken']};}else return _0x90b5ff['error'](_0x17e234[_0x4115(0x1ac)],_0x390550),{'success':![],'error':_0x17e234[_0x4115(0x1ad)]};}catch(_0x2fba4c){return console[_0x4115(0x35)](_0x17e234[_0x4115(0x1ae)],_0x2fba4c),null;}}},debugYouTubeTokens=async()=>{const _0xb2adcd={'TJaZW':_0x4115(0x1af),'TsHzE':_0x4115(0x1b0),'FLcEr':_0x4115(0x1b1),'ISqpQ':_0x4115(0x14f),'CtvNU':_0x4115(0x1b2),'qGMAB':'๐\x20[YOUTUBE\x20REAUTH]\x20Full\x20refresh\x20token:','fdoYA':_0x4115(0x1b3),'zYbMH':_0x4115(0xf6),'SURwl':'refreshToken','erwMm':_0x4115(0x1b4),'gvARd':_0x4115(0x1b5),'kqIDZ':_0x4115(0xaa),'PPirx':function(_0x6a510b,_0x1a7dd8){return _0x6a510b!==_0x1a7dd8;},'UYoxQ':function(_0x376a8a,_0x46e323){return _0x376a8a===_0x46e323;},'fPwPl':function(_0x379fec,_0x48ef34){return _0x379fec!==_0x48ef34;},'vkeKN':_0x4115(0x1b6),'pejPO':'โ\x20Debug\x20tokens\x20failed:','BaaNT':'error'};try{var _0x3411b9;const _0x4d2577=await GoogleSignin[_0x4115(0xdd)](),_0x1b8438=await GoogleSignin[_0x4115(0xeb)]();return console[_0x4115(0x2d)](_0xb2adcd[_0x4115(0x1b7)],{'accessToken':_0x4d2577[_0x4115(0xe1)]?_0x4d2577[_0x4115(0xe1)][_0x4115(0xf7)](0x0,0x14)+'...':_0xb2adcd[_0x4115(0x1b8)],'idToken':_0x4d2577[_0x4115(0x11c)]?_0xb2adcd['kqIDZ']:_0xb2adcd[_0x4115(0x1b8)],'serverAuthCode':_0x1b8438!==null&&_0xb2adcd[_0x4115(0x1b9)](_0x1b8438,void 0x0)&&_0x1b8438[_0x4115(0xf6)]?_0x1b8438['serverAuthCode'][_0x4115(0xf7)](0x0,0x14)+_0x4115(0xf1):_0xb2adcd[_0x4115(0x1b8)],'userEmail':(_0xb2adcd[_0x4115(0x1ba)](_0x1b8438,null)||_0xb2adcd['UYoxQ'](_0x1b8438,void 0x0)||(_0x3411b9=_0x1b8438[_0x4115(0xd9)])===null||_0xb2adcd['UYoxQ'](_0x3411b9,void 0x0)?void 0x0:_0x3411b9[_0x4115(0x57)])||'Missing'}),{'hasRefreshToken':!!(_0x1b8438!==null&&_0xb2adcd['PPirx'](_0x1b8438,void 0x0)&&_0x1b8438[_0x4115(0xf6)]),'refreshTokenType':_0xb2adcd[_0x4115(0x1bb)](_0x1b8438,null)&&_0x1b8438!==void 0x0&&_0x1b8438['serverAuthCode']?'serverAuthCode':_0x4115(0x1bc)};}catch(_0x136965){if(_0x4115(0x1b6)!==_0xb2adcd['vkeKN']){const _0x2d778c=_0xb2adcd['TJaZW']['split']('|');let _0x1ebbf7=0x0;while(!![]){switch(_0x2d778c[_0x1ebbf7++]){case'0':_0x4cf306[_0x4115(0x2d)](_0xb2adcd[_0x4115(0x1bd)]);continue;case'1':_0x3053a0[_0x4115(0x2d)](_0xb2adcd[_0x4115(0x1be)]);continue;case'2':_0x1a578b[_0x4115(0x2d)](_0xb2adcd[_0x4115(0x1bf)]);continue;case'3':_0xe5be2b[_0x4115(0x2d)](_0xb2adcd[_0x4115(0x1c0)],_0x4356a7[_0x4115(0x105)]);continue;case'4':_0x602446[_0x4115(0x2d)](_0xb2adcd[_0x4115(0x1c1)],_0x3ce16d);continue;case'5':_0x3ed9ef[_0x4115(0x2d)](_0xb2adcd[_0x4115(0x1c2)],_0x518165[_0x4115(0x146)]);continue;case'6':_0x26eca7['log'](_0x4115(0xc5),_0x6e34b7[_0x4115(0xfc)]('4/')?_0xb2adcd[_0x4115(0x1c3)]:_0xb2adcd[_0x4115(0x1c4)]);continue;}break;}}else return console['error'](_0xb2adcd[_0x4115(0x1c5)],_0x136965),{'hasRefreshToken':![],'refreshTokenType':_0xb2adcd['BaaNT']};}};export const reconnectYouTube=async _0x1ff2e5=>{const _0x6d889d={'bDXEz':_0x4115(0x177),'LnhxH':_0x4115(0x1c6),'CugJB':_0x4115(0x1c7),'rRZWB':function(_0x37472a,_0x86fd85){return _0x37472a!==_0x86fd85;},'HxbVX':_0x4115(0x1c8),'unBdp':_0x4115(0x1c9),'nFrAs':function(_0x3de51c,_0xfbeb5d){return _0x3de51c===_0xfbeb5d;},'wgkQn':_0x4115(0x1ca),'oksWZ':_0x4115(0x1cb),'WlCkp':_0x4115(0x1cc),'fDDXA':_0x4115(0x1cd),'EQLgA':function(_0x1b7231,_0x5842b5,_0x5ceee3){return _0x1b7231(_0x5842b5,_0x5ceee3);},'tMDvw':'youtube','luPcT':_0x4115(0x1ce),'NiRQL':function(_0x4b6a16){return _0x4b6a16();},'buTLX':_0x4115(0x1cf),'hWELU':_0x4115(0x1d0),'OENZM':_0x4115(0x1d1)};try{console[_0x4115(0x2d)](_0x6d889d['LnhxH']);try{await GoogleSignin['signOut'](),console[_0x4115(0x2d)](_0x6d889d[_0x4115(0x1d2)]);}catch(_0x575e8d){if(_0x6d889d[_0x4115(0x1d3)](_0x6d889d['HxbVX'],_0x6d889d[_0x4115(0x1d4)]))console[_0x4115(0x2d)](_0x4115(0x1d5),_0x575e8d);else{_0x363757[_0x4115(0x35)](_0x4115(0x1d6)+_0x1a2b44['status']);throw new _0x3d0fb3('Token\x20exchange\x20failed\x20with\x20status\x20'+_0x8eadc3[_0x4115(0x46)]);}}try{if(_0x6d889d[_0x4115(0x1d7)](_0x6d889d[_0x4115(0x1d8)],_0x6d889d['oksWZ']))_0x416acc[_0x4115(0x2d)](_0x6d889d[_0x4115(0x1d9)],_0x2e674f);else{const _0x6bb8f5=await GoogleSignin[_0x4115(0xdd)]();_0x6bb8f5[_0x4115(0xe1)]&&(await GoogleSignin[_0x4115(0xe0)](_0x6bb8f5[_0x4115(0xe1)]),console[_0x4115(0x2d)](_0x6d889d['WlCkp']));}}catch(_0x118567){console[_0x4115(0x2d)](_0x6d889d[_0x4115(0x1da)],_0x118567);}const _0x2e2e0a=await _0x6d889d[_0x4115(0x1db)](initiateNativeAuth,_0x6d889d[_0x4115(0x1dc)],_0x1ff2e5);if(_0x2e2e0a){console['log'](_0x6d889d[_0x4115(0x1dd)]);const _0x44f3bd=await _0x6d889d[_0x4115(0x1de)](debugYouTubeTokens);return _0x44f3bd[_0x4115(0x146)]?console[_0x4115(0x2d)](_0x4115(0x7a),_0x44f3bd[_0x4115(0x7b)]):console[_0x4115(0x8e)](_0x6d889d[_0x4115(0x1df)]),!![];}else return console[_0x4115(0x35)](_0x6d889d[_0x4115(0x1e0)]),![];}catch(_0x3f1a17){return console[_0x4115(0x35)](_0x6d889d['OENZM'],_0x3f1a17),![];}};function _0x2282(){const _0x4096c9=['โ\x20[TRAINING\x20RESTART]\x20Error\x20triggering\x20training\x20restart:','OiYay','SDK\x20not\x20initialized.\x20Developers\x20must\x20call\x20initializeApiKey()\x20before\x20using\x20auth\x20features.','No\x20API\x20key\x20configured.\x20Please\x20initialize\x20the\x20SDK\x20with\x20a\x20valid\x20developer\x20API\x20key.','3.0.72','eAfar','TeQxv','cKWTX','apiKey','HgVVo','1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com','https://api.instagram.com/oauth/authorize','user_profile,user_media','BASE_URL','/youtube/authorize','onairosevents://auth/callback','code','/reddit/authorize','demo_reddit_client_id','identity,read','/pinterest/authorize','demo_pinterest_client_id','https://www.facebook.com/v12.0/dialog/oauth','public_profile,email','/linkedin/authorize','demo_gmail_client_id','/email/authorize','https://chat.openai.com','https://gemini.google.com','https://hinge.co','https://www.instagram.com','https://www.sephora.com','https://web.telegram.org/k/','eNqdW','๐ง\x20[OAUTH]\x20Email\x20platform\x20selected,\x20returning\x20mock\x20auth\x20URL','๐\x20[CONNECTIVITY]\x20Test\x201:\x20Checking\x20general\x20internet\x20(google.com)...','https://www.google.com','โ\x20[CONNECTIVITY]\x20Cannot\x20reach\x20Google\x20-\x20internet\x20may\x20be\x20down:','pAXLN','RlKWI','โ
\x20[CONNECTIVITY]\x20API\x20server\x20is\x20reachable','โ\x20[CONNECTIVITY]\x20Cannot\x20reach\x20API\x20server:','Internet\x20works\x20but\x20API\x20server\x20is\x20unreachable.\x20The\x20server\x20may\x20be\x20blocking\x20requests\x20from\x20this\x20device/simulator.','CxNrX','โ\x20[CONNECTIVITY]\x20Connectivity\x20test\x20failed:','log','wvBEJ','dfBJb','QfkPA','PvVZf','KfGaZ','googleTest','message','error','BXCWM','/health','signal','KAdOb','text','catch','Unable\x20to\x20read\x20response','TUcki','vLfVQ','tVxfs','โฐ\x20[OAUTH]\x20Request\x20timeout\x20for\x20','abort','fRJqj','ovqav','kaPOt','โ ๏ธ\x20[CONNECTIVITY]\x20API\x20server\x20responded\x20with\x20status:\x20','status','api2Test','name','success','xZtdG','PJtwB','izfwf','VTZhH','eGHay','Network\x20error:\x20','GFWUS','/email/authorize?action=verify','โ\x20Google\x20Play\x20Services\x20not\x20available','โ ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Backend\x20did\x20NOT\x20confirm\x20refresh\x20token\x20reception','โ ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Response\x20data:','โ ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Expected\x20hasRefreshToken\x20or\x20refreshTokenReceived\x20in\x20response','qgrpo','email','QkLle','KMBxN','EZCcb','1|0|2|3|5|4','\x20\x20\x202.\x20API\x20server\x20(API\x20server)\x20is\x20unreachable','\x20\x20\x205.\x20iOS\x20simulator\x20network\x20sandbox\x20issue\x20-\x20try\x20on\x20physical\x20device','PuwyJ','vcPQk','๐\x20[OAUTH]\x20Starting\x20OAuth\x20for\x20platform:\x20','๐ฑ\x20[OAUTH]\x20Platform:\x20',',\x20Version:\x20','Version','LRPxr','TEYKY','mciWe','๐\x20[OAUTH]\x20Using\x20User\x20JWT\x20for\x20authentication','oTRUh','\x20OAuth','โ\x20[OAUTH]\x20Please\x20log\x20in\x20first\x20before\x20connecting\x20platforms','iCMeK','๐\x20[OAUTH]\x20Proxy\x20URL:\x20','๐\x20[OAUTH]\x20About\x20to\x20make\x20fetch\x20request...','toISOString','lvMJL','stringify','tOBce','๐ก\x20[OAUTH]\x20Response\x20status:\x20','statusText','โ\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20','\x20-\x20','๐\x20[OAUTH]\x20Response\x20data\x20for\x20','url','๐\x20[OAUTH]\x20Auth\x20URL\x20for\x20','\x20(key:\x20','โ
\x20Refresh\x20token\x20confirmed:','refreshTokenType','QzBZs','htpVT','nAWMg','iQbLi','ewzzN','TcUaU','ovnTD','Network\x20request\x20failed','mgRbZ','tSNEB','WCnko','โ\x20[OAUTH]\x20Network\x20request\x20failed\x20for\x20','wvqIW','aleZx','MaoSC','CJian','LNzXG','VTNTw','warn','OaUas','jdMiL','ZBDjj','uMDOs','https://www.googleapis.com/auth/youtube.readonly','openid','profile','ZlJsz','LaSXv','ssDof','โ\x20Error\x20testing\x20YouTube\x20refresh\x20token:','โ\x20Error\x20refreshing\x20YouTube\x20tokens:','Falling\x20back\x20to\x20simulated\x20token\x20response','๐\x20FORCING\x20fresh\x20YouTube\x20consent\x20for\x20refresh\x20token...','๐ค\x20User:','โ
\x20Signed\x20out\x20-\x20consent\x20cache\x20cleared','โน๏ธ\x20Sign\x20out\x20not\x20needed:','jTapy','โ
\x20Token\x20cache\x20cleared','๐ง\x20Configuring\x20Google\x20Sign-In\x20for\x20forced\x20consent...','โ
\x20Play\x20Services\x20available','๐\x20Initiating\x20sign-in\x20-\x20consent\x20screen\x20should\x20appear...','๐\x20FULL\x20userInfo\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','๐\x20FULL\x20currentUser\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','๐\x20Token\x20analysis:','-\x20Access\x20token:','-\x20ID\x20token:','Present','-\x20ServerAuthCode\x20(userInfo):','-\x20ServerAuthCode\x20(currentUser):','โ
\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20consent!','๐\x20Refresh\x20token\x20type:','refreshToken','https://www.googleapis.com/youtube/v3/channels?part=snippet&mine=true','tRrSx','โ
\x20YouTube\x20channel\x20found:','ID:','No\x20Channel','โ ๏ธ\x20Failed\x20to\x20fetch\x20YouTube\x20channel\x20info:','EvsDy','๐\x20Creating\x20authentication\x20token\x20for\x20YouTube\x20connection...','๐\x20[YOUTUBE\x20REAUTH]\x20Endpoint:\x20https://API\x20server/youtube/native-auth','๐\x20[YOUTUBE\x20REAUTH]\x20Headers:','NO\x20AUTH\x20TOKEN','๐\x20[YOUTUBE\x20REAUTH]\x20FULL\x20PAYLOAD:','๐ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Status:','temporary\x20access\x20token\x20mode','tRIsk','๐\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20sent:','Yes','๐\x20[YOUTUBE\x20REAUTH]\x20Training\x20Ready:\x20Yes','๐\x20[YOUTUBE\x20REAUTH]\x20Connection\x20Details:','๐\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Temporary\x20YouTube\x20connection\x20established!','0|6|3|5|2|1|4','๐\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20type:','sZWWs','iIajC','RFTfE','ilKZC','WJymZ','โ ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20failed:','โ ๏ธ\x20[YOUTUBE\x20REAUTH]\x20User\x20may\x20need\x20to\x20manually\x20restart\x20training','\x20\x20\x203.\x20Ensure\x20user\x20clicks\x20\x22Allow\x22\x20on\x20consent\x20screen','\x20\x20\x201.\x20Try\x20the\x20revoke\x20method:\x20forceYouTubeReconnectionWithRevoke()','โ\x20User\x20cancelled\x20sign-in\x20-\x20no\x20refresh\x20token\x20obtained','โ\x20Sign-in\x20already\x20in\x20progress','caqMH','TnZyz','LIPTS','EuLXc','jjhBP','โ ๏ธ\x20Error\x20fetching\x20YouTube\x20channel\x20info:','data','NOpxu','user','vGCVK','NdpPg','yWJoI','getTokens','KUhlZ','yLWpe','clearCachedAccessToken','accessToken','wNKbi','QZKMj','tbAbM','configure','MMWqF','TmfCW','gOtBZ','๐ฑ\x20User\x20should\x20see:\x20\x22Allow\x20[App]\x20to\x20access\x20your\x20YouTube\x20account\x20when\x20you\x27re\x20not\x20using\x20the\x20app?\x22','xOhuT','getCurrentUser','zFGji','xMkST','HlKYJ','wwLtZ','XaYeN','...','dIVYG','ukOuY','eOQmP','vafyI','serverAuthCode','substring','DKHuT','XZukz','nhRXQ','DJdiG','startsWith','GupWK','sJMwS','RHbfQ','EmSLX','Bearer\x20','xgBgW','items','dNWEP','length','snippet','title','cqOQt','โ ๏ธ\x20No\x20YouTube\x20channel\x20found\x20for\x20user','dIjTb','ozuOS','TzuYi','xujib','eVByi','mLWBa','IhIgZ','mJIQv','UVnWm','eaiYm','IrzHX','NjhQV','QKbmM','trim','Ugnya','temp_token_for_youtube_connection','ymkWS','LtnUd','idToken','ZAmHZ','user-','youtube-','bjoir','BqfYD','vKQjD','FlMUw','GRcjr','BrxyW','now','DjmRU','๐ค\x20Sending\x20comprehensive\x20payload\x20with\x20REFRESH\x20TOKEN\x20to\x20backend:','debugInfo','SJhcM','๐\x20[YOUTUBE\x20REAUTH]\x20=====\x20SENDING\x20REAUTH\x20SIGNAL\x20TO\x20BACKEND\x20=====','nZzGy','HHEsb','bzxML','SenOT','zwgZH','๐ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Status\x20Text:','๐ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Headers:','headers','json','EKpnv','validation','lCYBg','isTemporaryMode','temporaryMode','enabled','includes','OITBM','โ\x20[OAUTH]\x20Request\x20timeout\x20for\x20','\x20-\x20the\x20server\x20took\x20too\x20long\x20to\x20respond','bRiQe','split','KrggJ','๐\x20[YOUTUBE\x20REAUTH]\x20Mode:\x20Temporary\x20(expires\x20~1\x20hour)','โ
\x20[YOUTUBE\x20REAUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','jePjZ','YLDfy','hasRefreshToken','refreshTokenReceived','NEVXR','Facebook\x20Login\x20completed\x20successfully','eOvRY','uSqKP','rKNoC','DXoyF','๐\x20[YOUTUBE\x20REAUTH]\x20Full\x20refresh\x20token:','๐\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Full\x20YouTube\x20connection\x20with\x20refresh\x20tokens!','pAmYC','MMUUy','FKQrT','doTVN','uKgAh','PzNhH','๐\x20[YOUTUBE\x20REAUTH]\x20Signaling\x20training\x20system\x20to\x20restart...','wAWqy','โ
\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20sent\x20successfully','STPte','QwIlE','EHRnm','RsYsQ','โ\x20[YOUTUBE\x20REAUTH]\x20This\x20means\x20the\x20reauth\x20signal\x20was\x20not\x20processed','VMDXx','rKYxA','โ\x20CRITICAL:\x20No\x20refresh\x20token\x20even\x20after\x20consent\x20screen','โ\x20This\x20means\x20consent\x20screen\x20did\x20not\x20appear\x20or\x20user\x20denied\x20permissions','_access_token_','random','toString','_refresh_token_','ABsgG','SIGN_IN_CANCELLED','oYNhv','๐ก\x20User\x20must\x20click\x20\x22Allow\x22\x20to\x20get\x20refresh\x20token','IN_PROGRESS','ZUyTr','PLAY_SERVICES_NOT_AVAILABLE','NPbBG','JduBb','pIkTq','โน๏ธ\x20No\x20token\x20cache\x20to\x20clear','โ\x20CRITICAL:\x20No\x20refresh\x20token\x20available\x20-\x20YouTube\x20connection\x20will\x20fail\x20when\x20token\x20expires','๐ก\x20Check\x20Google\x20Sign-In\x20configuration:\x20offlineAccess,\x20forceCodeForRefreshToken','โ ๏ธ\x20Continuing\x20without\x20refresh\x20token\x20-\x20connection\x20may\x20fail\x20later','JQfKM','QyVmU','โ
\x20Revoked\x20existing\x20permissions\x20-\x20fresh\x20consent\x20REQUIRED','โน๏ธ\x20No\x20existing\x20permissions\x20to\x20revoke:','๐\x20Signing\x20in\x20after\x20revoke\x20-\x20consent\x20screen\x20MUST\x20appear...','โ
\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20REVOKE\x20+\x20consent!','๐\x20Refresh\x20token\x20preview:','โ\x20Still\x20no\x20refresh\x20token\x20after\x20revoke\x20method','EOCcn','onxiB','hasPlayServices','gWUTq','TtRfo','revokeAccess','jjtiB','CKpLn','signOut','โ
\x20Signed\x20out\x20completely','RduSm','signIn','CMgyN','ATaPU','qtGSD','OYViF','GljcX','ieuVc','oKvxb','acKvY','WiZzg','zTczx','IqbBv','qiAHJ','๐\x20Method\x201:\x20Trying\x20forced\x20consent\x20via\x20configuration...','๐\x20Method\x202:\x20Trying\x20forced\x20consent\x20via\x20revoke...','๐ง\x20Fixing\x20YouTube\x20connection\x20for\x20user:\x20','yYxvW','QCujg','\x20YouTube\x20connection\x20fixed\x20via\x20Method\x201!','pYcQr','FPgvZ','โ\x20Failed\x20to\x20fix\x20','\x20YouTube\x20connection\x20with\x20both\x20methods','โ\x20Error\x20verifying\x20email\x20code:','Network\x20error.\x20Please\x20check\x20your\x20connection\x20and\x20try\x20again.','โ\x20Failed\x20to\x20refresh\x20Google\x20tokens:','๐\x20Refresh\x20failed,\x20attempting\x20re-authentication...','โ
\x20Re-authentication\x20successful','โ\x20Re-authentication\x20also\x20failed:','QQXEB','kvSHn','wYCeo','elzln','QuUxZ','dLfdw','eOEqM','OHowy','irNxk','bCXIl','vdaSX','0|5|2|1|4|6|3','โ
\x20[YOUTUBE\x20REAUTH]\x20Backend\x20CONFIRMED\x20refresh\x20token\x20received','๐\x20[YOUTUBE\x20REAUTH]\x20REFRESH\x20TOKEN\x20SENT\x20TO\x20BACKEND:','๐\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20length:','โ
\x20[YOUTUBE\x20REAUTH]\x20Response\x20hasRefreshToken:','๐\x20YouTube\x20Token\x20Debug:','Missing','lCSMm','erwMm','gvARd','PPirx','UYoxQ','fPwPl','none','TsHzE','FLcEr','ISqpQ','CtvNU','qGMAB','fdoYA','zYbMH','SURwl','pejPO','๐\x20Forcing\x20fresh\x20YouTube\x20reconnection\x20for\x20refresh\x20token...','โ
\x20Signed\x20out\x20from\x20Google','EJTEt','eRoMu','IFqRl','YJrqV','โ
\x20Cleared\x20cached\x20access\x20token','โน๏ธ\x20Token\x20clearing\x20failed\x20or\x20not\x20needed:','โ
\x20YouTube\x20reconnected\x20successfully\x20with\x20refresh\x20token','โ ๏ธ\x20Still\x20no\x20refresh\x20token\x20after\x20reconnection','โ\x20YouTube\x20reconnection\x20failed','โ\x20YouTube\x20reconnection\x20error:','CugJB','rRZWB','unBdp','โน๏ธ\x20Already\x20signed\x20out\x20or\x20sign\x20out\x20failed:','Error\x20exchanging\x20code\x20for\x20token:\x20','nFrAs','wgkQn','bDXEz','fDDXA','EQLgA','tMDvw','luPcT','NiRQL','buTLX','hWELU','โ\x20Debug\x20tokens\x20failed:','โ\x20Failed\x20to\x20get\x20fresh\x20tokens\x20from\x20Google\x20SDK','โ\x20Error\x20requesting\x20email\x20verification:','๐\x20[YOUTUBE\x20AUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','โ
\x20[YOUTUBE\x20AUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','โน๏ธ\x20[YOUTUBE\x20AUTH]\x20User\x20can\x20reconnect\x20later\x20for\x20refresh\x20tokens\x20if\x20needed','AJOwN','youtube','RJULs','๐\x20Initiating\x20native\x20Google\x20Sign-In\x20for\x20YouTube','KKdaO','โน๏ธ\x20Sign\x20out\x20not\x20needed\x20or\x20failed:','โ
\x20Google\x20Sign-In\x20successful:','๐\x20FULL\x20userInfo\x20object:','๐\x20Got\x20Google\x20tokens','๐\x20FULL\x20tokens\x20object:','๐ค\x20Current\x20user\x20info:','-\x20userInfo.data?.serverAuthCode:','-\x20currentUser?.serverAuthCode:','-\x20tokens.idToken:','โ
\x20Got\x20serverAuthCode\x20(refresh\x20token\x20mechanism)','โ
\x20Got\x20serverAuthCode\x20from\x20sign-in\x20response','๐ก\x20User\x20needs\x20to\x20reconnect\x20with\x20proper\x20consent\x20screen','โ
\x20Refresh\x20token\x20available\x20for\x20YouTube\x20connection','Unknown\x20Channel','๐บ\x20Fetching\x20YouTube\x20channel\x20information...','bXIMB','onairos_username','youtube_user','gcfJU','โน๏ธ\x20No\x20valid\x20authentication\x20token\x20found\x20for\x20YouTube\x20connection','rvCpR','โ
\x20Found\x20existing\x20authentication\x20token\x20for\x20YouTube\x20auth','๐\x20Linking\x20YouTube\x20data\x20to\x20user:','๐บ\x20YouTube\x20channel\x20name:','apple','๐ค\x20BACKEND\x20PAYLOAD\x20SUMMARY:','-\x20hasRefreshToken:','-\x20hasServerAuthCode:','-\x20refreshTokenType:','๐ค\x20Sending\x20YouTube\x20auth\x20to\x20backend\x20with\x20refresh\x20token:','๐ก\x20Backend\x20response\x20status:','๐ก\x20Backend\x20response\x20headers:','โ ๏ธ\x20[YOUTUBE\x20AUTH]\x20Backend\x20did\x20not\x20confirm\x20refresh\x20token','๐\x20[YOUTUBE\x20AUTH]\x20Response\x20data\x20keys:','โ ๏ธ\x20[YOUTUBE\x20AUTH]\x20Connection\x20may\x20fail\x20when\x20tokens\x20expire','โ\x20YouTube\x20auth\x20failed:','OkyJU','User\x20cancelled\x20Google\x20Sign-In','Initiating\x20Facebook\x20Login\x20for\x20Instagram','DfGxW','SuSHB','oCGgE','oRNPg','ddFSu','EpvIF','LPFcD','qDPtV','BmWQN','nuvnN','iQBEP','kGTTr','auDBm','HAcrR','NkeWr','YFNGP','WBxAY','Kitnc','mGhWq','๐\x20FULL\x20currentUser\x20object:','DysEl','DbVxt','Present:\x20','mtmwY','kePcG','rivqj','-\x20tokens.accessToken:','DBbgh','xiBfh','mZmOR','OvqIl','yxaRZ','VzkIv','mcNTu','TJQIw','tMgau','biVnw','tFvQq','qCoUr','bKDSx','TMhov','sFDwq','AUKvB','upWJO','SCQBL','axlQS','MXGDK','vcjke','hZnBs','BEjyB','Colaz','wwDJt','dyKaj','lecNx','aGxAh','lXdzB','COFNc','dbgHk','pdiLo','enWNs','IRQhL','rpVxW','VsLBv','getItem','XIQlS','PyYql','TUtJV','GIijH','DiIPs','FFlam','eNDCy','JQfyf','โน๏ธ\x20User\x20should\x20authenticate\x20first\x20via\x20Google/Apple/Email\x20before\x20connecting\x20YouTube','IcTAC','burNA','eqWcv','KvHgk','DBkzE','SnVLc','nSupD','pYwmK','No\x20token','EbGem','wEPTB','XUezk','dDnNu','zVMNF','YbmtT','KdBjp','iCURq','XJsvA','-\x20hasAccessToken:','JJReB','areWh','ZaGDH','Oyris','ohLOP','uIPJu','tGcQm','uOqsq','MLtfx','eJlUu','โ
\x20YouTube\x20connection\x20successful','๐\x20COMPLETE\x20BACKEND\x20RESPONSE:','GCtje','GVwRK','psWtu','mnBRl','mGGKY','kDxQn','SxdgZ','HtHaC','๐\x20BACKEND\x20ERROR\x20RESPONSE:','wUkOA','jlSuB','HCTdi','ejTLw','uZYwD','zfALS','โ\x20Error\x20with\x20revoke\x20method:','ojtCJ','UPBKU','pXJxT','Google\x20Play\x20Services\x20not\x20available','Email\x20verified\x20successfully','existingUser','token','inEOE','ILVQN','wHWvn','instagram','WiILk','VZZTe','xrtQn','jcgMe','tIamd','gxkSd','YGmQQ','auth/callback','โ\x20Google\x20Sign-In\x20error:','Google\x20Sign-In\x20already\x20in\x20progress','ibgHV','UAQHT','jeDqH','VeiQH','Token\x20exchange\x20failed\x20with\x20status\x20','tYsVB','umQMy','ryBMc','Token\x20exchange\x20successful\x20for\x20','Error\x20exchanging\x20code\x20for\x20token:','nNnPf','๐\x20Refreshing\x20YouTube\x20tokens...','ZgPbl','โ\x20No\x20current\x20Google\x20user\x20found','โ\x20No\x20auth\x20token\x20found\x20for\x20YouTube\x20refresh','adUDh','cERHo','vXzwV','hiCXA','MpLzs','rOyvQ','diExh','puHxW','/youtube/refresh-token','JHgmm','sOzRN','โ
\x20YouTube\x20tokens\x20refreshed\x20successfully:','โ\x20YouTube\x20token\x20refresh\x20failed:','yHlII','๐\x20[TRAINING\x20RESTART]\x20Triggering\x20training\x20restart\x20for\x20user:','youtube_reauth','โ
\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20successful:','โ\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20failed:','USqYr','Wyvlf','LDyBk','LuKyB','/mobile-training/restart','eJysG','lkdoQ','XyIBo','DiNTk','Training\x20restart\x20failed:\x20','๐งช\x20Testing\x20YouTube\x20refresh\x20token\x20functionality...','FUCWD','NGWmD','โ
\x20Refresh\x20token\x20already\x20available','iBjXX','OhUeu','YGhvA','zDDPK','โ
\x20YouTube\x20connection\x20fixed!\x20Testing\x20again...','uHfWX','๐\x20New\x20token\x20status:','dvKFi','EVRVQ','\x20YouTube\x20connection\x20fixed\x20via\x20Method\x202!','nkPdy','ZLqQi','xAkXs','buBtp','โ\x20Failed\x20to\x20fix\x20YouTube\x20connection','DUZtv','request','fYcJE','ZeWvp','/email/verification','KOthH','rGxsv','JhRpd','vzbwT','๐\x20Token\x20preview:','qtWgJ','zzENL','KhHvB','ILjQE','rTmpU','GxLBL','โน๏ธ\x20NOTE:\x20SDK\x20does\x20not\x20create\x20users\x20during\x20YouTube\x20connection','Invalid\x20verification\x20code','gNSFC','CACAi','YcxnT','verify','EaNaj','pSRgU','FGWUX','IFDYy','CDaXJ','oLIiY','xGzBp','lXmaR','hasNativeSDK','xMYiF','cVcnf','qfKzQ','vZLLP','LEosR','ybAbB','No\x20internet\x20connectivity\x20detected.\x20Check\x20your\x20network\x20connection.','Network\x20error','THkNP','/email/verification/status','LNhWs','isPending','YAnnd','kZIIh','pUBpb','โ\x20Error\x20checking\x20email\x20verification\x20status:','OYlii','DRZrO'];_0x2282=function(){return _0x4096c9;};return _0x2282();}export const initiateNativeAuth=async(_0x438cab,_0x415957)=>{const _0x922e90={'iQBEP':_0x4115(0x1e1),'TJQIw':_0x4115(0x1e2),'dbgHk':'โ
\x20Refresh\x20token\x20already\x20available','IcTAC':_0x4115(0x1e3),'burNA':'Network\x20error.\x20Please\x20check\x20your\x20connection\x20and\x20try\x20again.','SnVLc':_0x4115(0x1e4),'dKnQF':_0x4115(0x1e5),'GVwRK':_0x4115(0x1e6),'EpvIF':'โ\x20[YOUTUBE\x20AUTH]\x20Username\x20is\x20required\x20for\x20YouTube\x20authentication','WBxAY':function(_0x666715,_0x104c1e){return _0x666715===_0x104c1e;},'lXdzB':function(_0x22973a,_0x26e40b){return _0x22973a===_0x26e40b;},'inEOE':function(_0x5e0c49,_0x4994a5){return _0x5e0c49===_0x4994a5;},'ILVQN':function(_0x1841ee,_0x4cc995){return _0x1841ee===_0x4cc995;},'wHWvn':_0x4115(0xd0),'VZZTe':function(_0x439182,_0x361e9d){return _0x439182(_0x361e9d);},'vcjke':_0x4115(0xb2),'DBbgh':function(_0x40b9d2,_0x76797e){return _0x40b9d2!==_0x76797e;},'jcgMe':_0x4115(0x1e7),'tIamd':function(_0x19494e,_0x795e63,_0x3fb58f){return _0x19494e(_0x795e63,_0x3fb58f);},'DfGxW':function(_0x160f65,_0x4715b9){return _0x160f65===_0x4715b9;},'SuSHB':_0x4115(0x1e8),'oCGgE':_0x4115(0x1e9),'ddFSu':_0x4115(0x1ea),'LPFcD':function(_0x5a46d3){return _0x5a46d3();},'qDPtV':function(_0x29f66d,_0x15a22e){return _0x29f66d===_0x15a22e;},'BmWQN':_0x4115(0x1eb),'nuvnN':'๐\x20Signed\x20out\x20to\x20force\x20fresh\x20consent','kGTTr':_0x4115(0x1ec),'gtiyN':_0x4115(0x1ed),'eqWcv':function(_0x54f815,_0x105433){return _0x54f815===_0x105433;},'auDBm':function(_0x52f885,_0x1f55b7){return _0x52f885===_0x1f55b7;},'HAcrR':_0x4115(0x1ee),'gloHW':_0x4115(0x1ef),'NkeWr':_0x4115(0x1f0),'YFNGP':_0x4115(0x1f1),'Kitnc':function(_0x29ed03,_0xda5bde){return _0x29ed03===_0xda5bde;},'mGhWq':function(_0x30fcdb,_0x5e9265){return _0x30fcdb===_0x5e9265;},'DysEl':'๐\x20REFRESH\x20TOKEN\x20EXTRACTION:','oIFRa':_0x4115(0x1f2),'DbVxt':function(_0x2bca22,_0x5ed649){return _0x2bca22!==_0x5ed649;},'mtmwY':_0x4115(0x1f3),'kePcG':_0x4115(0x1b5),'rivqj':_0x4115(0x1f4),'xiBfh':function(_0x486ca4,_0x4eb0b8){return _0x486ca4!==_0x4eb0b8;},'mZmOR':_0x4115(0x1f5),'OvqIl':function(_0x488a40,_0x4afcfc){return _0x488a40!==_0x4afcfc;},'yxaRZ':function(_0x475938,_0x34d484){return _0x475938===_0x34d484;},'mcNTu':'pNZzG','tMgau':_0x4115(0x1f6),'biVnw':'๐\x20Refresh\x20token\x20preview:','tFvQq':_0x4115(0x171),'qCoUr':_0x4115(0x1f7),'bKDSx':_0x4115(0x172),'TMhov':'โ ๏ธ\x20Continuing\x20without\x20refresh\x20token\x20-\x20connection\x20may\x20fail\x20later','sFDwq':_0x4115(0x1f8),'AUKvB':_0x4115(0xae),'upWJO':_0x4115(0xf6),'adGHL':'refreshToken','rpVxW':_0x4115(0x1f9),'SCQBL':_0x4115(0x1fa),'uIPJu':function(_0x3b0e60,_0x17e8d0,_0x3d8792){return _0x3b0e60(_0x17e8d0,_0x3d8792);},'axlQS':_0x4115(0xb0),'MXGDK':function(_0x498e67,_0xc075a0){return _0x498e67>_0xc075a0;},'hZnBs':'ID:','BEjyB':function(_0x3dd83b,_0x407327){return _0x3dd83b===_0x407327;},'Colaz':function(_0x474e76,_0x254aa4){return _0x474e76===_0x254aa4;},'wwDJt':function(_0x56b579,_0x30443f){return _0x56b579===_0x30443f;},'dyKaj':function(_0x2f3c85,_0x8e3646){return _0x2f3c85===_0x8e3646;},'aGxAh':_0x4115(0x1fb),'ORRmR':_0x4115(0xb5),'COFNc':function(_0xa8c913,_0x562f7f){return _0xa8c913===_0x562f7f;},'pdiLo':_0x4115(0xd6),'enWNs':function(_0x25befb,_0x4daf3f){return _0x25befb===_0x4daf3f;},'IRQhL':function(_0x24dd20,_0x1b42ff){return _0x24dd20===_0x1b42ff;},'VsLBv':function(_0x3fa1f8){return _0x3fa1f8();},'XIQlS':_0x4115(0x1fc),'PyYql':function(_0x1af7f5,_0xa7241f){return _0x1af7f5||_0xa7241f;},'TUtJV':function(_0x500944,_0x2da60d){return _0x500944===_0x2da60d;},'GIijH':function(_0x50d5e4,_0x52dc10){return _0x50d5e4===_0x52dc10;},'DiIPs':_0x4115(0x1fd),'FFlam':function(_0x50136d,_0x66676e){return _0x50136d<_0x66676e;},'eNDCy':_0x4115(0x1fe),'vfJAy':_0x4115(0x1ff),'JQfyf':'โน๏ธ\x20NOTE:\x20SDK\x20does\x20not\x20create\x20users\x20during\x20YouTube\x20connection','KvHgk':_0x4115(0x200),'nSupD':_0x4115(0x201),'TmTlV':'๐\x20Token\x20preview:','veuLs':_0x4115(0x202),'pYwmK':'๐\x20Using\x20auth\x20token\x20for\x20linking:','XKwrh':_0x4115(0x203),'EbGem':function(_0x34297b,_0x3238b0){return _0x34297b===_0x3238b0;},'wEPTB':function(_0x4b911e,_0x2f8db3){return _0x4b911e===_0x2f8db3;},'XUezk':function(_0x55b864,_0x3ad3c6){return _0x55b864===_0x3ad3c6;},'dDnNu':function(_0x4781db,_0x3badc6){return _0x4781db===_0x3badc6;},'zVMNF':function(_0x15bb26,_0x53ef4a){return _0x15bb26===_0x53ef4a;},'YbmtT':function(_0x5b1361,_0x598987){return _0x5b1361===_0x598987;},'KdBjp':function(_0x4cd519,_0x3af8d1){return _0x4cd519!==_0x3af8d1;},'iCURq':_0x4115(0x204),'XJsvA':function(_0xae563c,_0x5b85f8){return _0xae563c+_0x5b85f8;},'EUoMP':_0x4115(0x205),'JJReB':_0x4115(0x206),'areWh':_0x4115(0x207),'IDhds':_0x4115(0x208),'ZaGDH':'-\x20userEmail:','Oyris':function(_0x3f047d,_0x4dca5b){return _0x3f047d===_0x4dca5b;},'UtZQZ':'-\x20channelName:','ohLOP':'๐\x20COMPLETE\x20BACKEND\x20PAYLOAD:','Glsul':_0x4115(0x209),'tGcQm':function(_0x5aecfa,_0x1c5994){return _0x5aecfa&&_0x1c5994;},'UxxUw':_0x4115(0x20a),'uOqsq':_0x4115(0x20b),'MLtfx':function(_0x3d9fc2,_0x340c34){return _0x3d9fc2!==_0x340c34;},'eJlUu':'IaSxJ','SmDnZ':function(_0x20fbfe,_0x3ff48c){return _0x20fbfe===_0x3ff48c;},'GCtje':function(_0x4b7fe2,_0x54ab6a){return _0x4b7fe2===_0x54ab6a;},'AWPSi':function(_0x5240c2,_0x2c88f3){return _0x5240c2===_0x2c88f3;},'psWtu':'โ
\x20[YOUTUBE\x20AUTH]\x20Backend\x20confirmed\x20refresh\x20token\x20received','mnBRl':'โ
\x20[YOUTUBE\x20AUTH]\x20Full\x20YouTube\x20connection\x20with\x20persistent\x20access','mGGKY':_0x4115(0x20c),'kDxQn':_0x4115(0x20d),'SxdgZ':_0x4115(0x20e),'HtHaC':_0x4115(0x20f),'wUkOA':_0x4115(0x210),'jlSuB':'โ\x20Google\x20Sign-In\x20error:','HCTdi':_0x4115(0x211),'ejTLw':function(_0x3132a1,_0x1fd485){return _0x3132a1!==_0x1fd485;},'zfALS':'uZYwD','ojtCJ':'Google\x20Sign-In\x20already\x20in\x20progress','UPBKU':function(_0x2b5349,_0x535360){return _0x2b5349===_0x535360;},'pXJxT':'tyTdH','nWvzZ':function(_0x4bf73d,_0x19c247){return _0x4bf73d===_0x19c247;},'WiILk':_0x4115(0x212)};if(_0x922e90[_0x4115(0x213)](_0x438cab,_0x922e90[_0x4115(0x214)])){if(_0x922e90['DBbgh'](_0x922e90[_0x4115(0x215)],_0x4115(0x216))){console[_0x4115(0x2d)](_0x922e90[_0x4115(0x217)]);if(!_0x415957||_0x922e90['WBxAY'](_0x415957[_0x4115(0x117)](),''))return console[_0x4115(0x35)](_0x922e90[_0x4115(0x218)]),![];try{var _0xbd830,_0x2d75c3,_0x1d9be5,_0x369d78,_0xbffd27,_0x26ae39,_0x484d0a,_0x45a899,_0x37061b,_0x36113e;_0x922e90[_0x4115(0x219)](initializeGoogleSignIn),await GoogleSignin[_0x4115(0x17e)]();try{if(_0x922e90[_0x4115(0x21a)](_0x922e90['BmWQN'],_0x922e90[_0x4115(0x21b)]))await GoogleSignin['signOut'](),console[_0x4115(0x2d)](_0x922e90[_0x4115(0x21c)]);else return _0x36f46f['error'](_0x922e90[_0x4115(0x21d)],_0x2cace5),{'hasRefreshToken':![],'refreshTokenType':'error'};}catch(_0x180260){console[_0x4115(0x2d)](_0x922e90[_0x4115(0x21e)],_0x180260);}const _0x29d5ac=await GoogleSignin[_0x4115(0x187)]();console['log'](_0x922e90['gtiyN'],_0x922e90['eqWcv'](_0xbd830=_0x29d5ac[_0x4115(0xd7)],null)||_0xbd830===void 0x0||_0x922e90[_0x4115(0x21f)](_0xbd830=_0xbd830[_0x4115(0xd9)],null)||_0xbd830===void 0x0?void 0x0:_0xbd830['email']),console[_0x4115(0x2d)](_0x922e90[_0x4115(0x220)]),console[_0x4115(0x2d)](JSON[_0x4115(0x70)](_0x29d5ac,null,0x2));const _0x2ec5cd=await GoogleSignin['getTokens']();console[_0x4115(0x2d)](_0x922e90['gloHW']),console[_0x4115(0x2d)](_0x922e90[_0x4115(0x221)]),console[_0x4115(0x2d)](JSON[_0x4115(0x70)](_0x2ec5cd,null,0x2));const _0x38bbb6=await GoogleSignin[_0x4115(0xeb)]();console['log'](_0x922e90[_0x4115(0x222)],_0x922e90[_0x4115(0x223)](_0x38bbb6,null)||_0x922e90[_0x4115(0x224)](_0x38bbb6,void 0x0)||_0x922e90[_0x4115(0x225)](_0x2d75c3=_0x38bbb6[_0x4115(0xd9)],null)||_0x922e90[_0x4115(0x223)](_0x2d75c3,void 0x0)?void 0x0:_0x2d75c3[_0x4115(0x57)]),console[_0x4115(0x2d)](_0x4115(0x226)),console[_0x4115(0x2d)](JSON['stringify'](_0x38bbb6,null,0x2));let _0x284d10=null;console['log'](_0x922e90[_0x4115(0x227)]),console[_0x4115(0x2d)](_0x922e90['oIFRa'],_0x922e90[_0x4115(0x228)](_0x1d9be5=_0x29d5ac[_0x4115(0xd7)],null)&&_0x922e90[_0x4115(0x228)](_0x1d9be5,void 0x0)&&_0x1d9be5[_0x4115(0xf6)]?_0x4115(0x229)+_0x29d5ac[_0x4115(0xd7)][_0x4115(0xf6)][_0x4115(0xf7)](0x0,0x14)+_0x4115(0xf1):_0x4115(0x1b5)),console['log'](_0x922e90[_0x4115(0x22a)],_0x38bbb6!==null&&_0x38bbb6!==void 0x0&&_0x38bbb6[_0x4115(0xf6)]?_0x4115(0x229)+_0x38bbb6[_0x4115(0xf6)][_0x4115(0xf7)](0x0,0x14)+_0x4115(0xf1):_0x922e90[_0x4115(0x22b)]),console['log'](_0x922e90[_0x4115(0x22c)],_0x2ec5cd[_0x4115(0x11c)]?_0x4115(0x229)+_0x2ec5cd['idToken'][_0x4115(0xf7)](0x0,0x14)+'...':_0x922e90[_0x4115(0x22b)]),console[_0x4115(0x2d)](_0x4115(0x22d),_0x2ec5cd[_0x4115(0xe1)]?_0x4115(0x229)+_0x2ec5cd[_0x4115(0xe1)][_0x4115(0xf7)](0x0,0x14)+'...':_0x922e90[_0x4115(0x22b)]);if(_0x922e90[_0x4115(0x22e)](_0x38bbb6,null)&&_0x922e90[_0x4115(0x22f)](_0x38bbb6,void 0x0)&&_0x38bbb6[_0x4115(0xf6)])_0x284d10=_0x38bbb6[_0x4115(0xf6)],console[_0x4115(0x2d)](_0x922e90[_0x4115(0x230)]),console['log'](_0x4115(0x17a),_0x284d10[_0x4115(0xf7)](0x0,0x14)+_0x4115(0xf1));else{if(_0x922e90[_0x4115(0x231)](_0x369d78=_0x29d5ac['data'],null)&&_0x369d78!==void 0x0&&_0x369d78[_0x4115(0xf6)]){if(_0x922e90[_0x4115(0x232)](_0x4115(0x233),_0x922e90[_0x4115(0x234)]))return _0x48256d[_0x4115(0x35)](_0x922e90[_0x4115(0x235)]),![];else _0x284d10=_0x29d5ac[_0x4115(0xd7)][_0x4115(0xf6)],console[_0x4115(0x2d)](_0x922e90[_0x4115(0x236)]),console[_0x4115(0x2d)](_0x922e90[_0x4115(0x237)],_0x284d10[_0x4115(0xf7)](0x0,0x14)+'...');}}!_0x284d10?(console[_0x4115(0x35)](_0x922e90[_0x4115(0x238)]),console[_0x4115(0x35)](_0x922e90[_0x4115(0x239)]),console['error'](_0x922e90[_0x4115(0x23a)]),console['warn'](_0x922e90[_0x4115(0x23b)])):(console[_0x4115(0x2d)](_0x922e90[_0x4115(0x23c)]),console[_0x4115(0x2d)](_0x922e90[_0x4115(0x23d)],_0x284d10['startsWith']('4/')?_0x922e90[_0x4115(0x23e)]:_0x922e90['adGHL']));let _0x230b37=_0x922e90['rpVxW'],_0x4069af=null;try{console['log'](_0x922e90[_0x4115(0x23f)]);const _0x591c01=await _0x922e90['uIPJu'](fetch,_0x922e90[_0x4115(0x240)],{'headers':{'Authorization':'Bearer\x20'+_0x2ec5cd[_0x4115(0xe1)],'Accept':'application/json'}});if(_0x591c01['ok']){const _0x4b5ee5=await _0x591c01['json']();if(_0x4b5ee5[_0x4115(0x103)]&&_0x922e90[_0x4115(0x241)](_0x4b5ee5['items'][_0x4115(0x105)],0x0))_0x230b37=_0x4b5ee5[_0x4115(0x103)][0x0][_0x4115(0x106)][_0x4115(0x107)],_0x4069af=_0x4b5ee5[_0x4115(0x103)][0x0]['id'],console[_0x4115(0x2d)](_0x922e90[_0x4115(0x242)],_0x230b37,_0x922e90[_0x4115(0x243)],_0x4069af);else{var _0x207110,_0x502232;console['log'](_0x4115(0x109)),_0x230b37=((_0x207110=_0x29d5ac[_0x4115(0xd7)])===null||_0x922e90[_0x4115(0x244)](_0x207110,void 0x0)||_0x922e90[_0x4115(0x245)](_0x207110=_0x207110['user'],null)||_0x922e90[_0x4115(0x246)](_0x207110,void 0x0)?void 0x0:_0x207110[_0x4115(0x48)])||(_0x922e90[_0x4115(0x247)](_0x502232=_0x29d5ac[_0x4115(0xd7)],null)||_0x922e90[_0x4115(0x246)](_0x502232,void 0x0)||(_0x502232=_0x502232[_0x4115(0xd9)])===null||_0x502232===void 0x0?void 0x0:_0x502232[_0x4115(0x57)])||_0x4115(0xb4);}}else{if(_0x922e90[_0x4115(0x231)](_0x4115(0x248),_0x922e90[_0x4115(0x249)])){var _0x2cb911,_0x260c51;console[_0x4115(0x2d)](_0x922e90['ORRmR'],_0x591c01['status']),_0x230b37=(_0x922e90[_0x4115(0x246)](_0x2cb911=_0x29d5ac[_0x4115(0xd7)],null)||_0x922e90[_0x4115(0x21a)](_0x2cb911,void 0x0)||(_0x2cb911=_0x2cb911[_0x4115(0xd9)])===null||_0x922e90[_0x4115(0x24a)](_0x2cb911,void 0x0)?void 0x0:_0x2cb911[_0x4115(0x48)])||((_0x260c51=_0x29d5ac[_0x4115(0xd7)])===null||_0x260c51===void 0x0||(_0x260c51=_0x260c51['user'])===null||_0x922e90[_0x4115(0x24b)](_0x260c51,void 0x0)?void 0x0:_0x260c51[_0x4115(0x57)])||_0x4115(0x1f9);}else _0x5d2fe1[_0x4115(0x2d)](_0x922e90[_0x4115(0x24c)]);}}catch(_0x57c4f3){var _0x14e705,_0x14b4cb;console['log'](_0x922e90[_0x4115(0x24d)],_0x57c4f3),_0x230b37=((_0x14e705=_0x29d5ac[_0x4115(0xd7)])===null||_0x14e705===void 0x0||_0x922e90[_0x4115(0x24e)](_0x14e705=_0x14e705[_0x4115(0xd9)],null)||_0x922e90[_0x4115(0x246)](_0x14e705,void 0x0)?void 0x0:_0x14e705['name'])||((_0x14b4cb=_0x29d5ac[_0x4115(0xd7)])===null||_0x922e90[_0x4115(0x24f)](_0x14b4cb,void 0x0)||_0x922e90[_0x4115(0x24a)](_0x14b4cb=_0x14b4cb[_0x4115(0xd9)],null)||_0x14b4cb===void 0x0?void 0x0:_0x14b4cb[_0x4115(0x57)])||_0x922e90[_0x4115(0x250)];}let _0x54bfa7=await _0x922e90[_0x4115(0x251)](getJWT);const _0x4dcea8=await AsyncStorage[_0x4115(0x252)](_0x922e90[_0x4115(0x253)]),_0x4eb358=_0x922e90[_0x4115(0x254)](_0x4dcea8,_0x415957)||(_0x922e90[_0x4115(0x21a)](_0xbffd27=_0x29d5ac[_0x4115(0xd7)],null)||_0x922e90[_0x4115(0x21a)](_0xbffd27,void 0x0)||_0x922e90[_0x4115(0x255)](_0xbffd27=_0xbffd27['user'],null)||_0x922e90[_0x4115(0x256)](_0xbffd27,void 0x0)?void 0x0:_0xbffd27[_0x4115(0x57)])||_0x922e90[_0x4115(0x257)];if(!_0x54bfa7||_0x922e90[_0x4115(0x258)](_0x54bfa7[_0x4115(0x117)]()[_0x4115(0x105)],0x14)){if(_0x922e90[_0x4115(0x259)]===_0x922e90[_0x4115(0x259)])console[_0x4115(0x2d)](_0x922e90['vfJAy']),console[_0x4115(0x2d)](_0x922e90[_0x4115(0x25a)]),console[_0x4115(0x2d)](_0x4115(0x25b));else return _0x1a1215[_0x4115(0x35)](_0x922e90[_0x4115(0x25c)],_0xa669ce),{'success':![],'error':_0x922e90[_0x4115(0x25d)]};}else _0x922e90[_0x4115(0x25e)](_0x922e90[_0x4115(0x25f)],_0x4115(0x260))?(_0x4e3e24['log'](_0x922e90[_0x4115(0x261)]),_0x26f890[_0x4115(0x2d)](_0x922e90['dKnQF']),_0x3593e7[_0x4115(0x2d)](_0x922e90['GVwRK'])):(console['log'](_0x922e90[_0x4115(0x262)]),console[_0x4115(0x2d)](_0x922e90['TmTlV'],_0x54bfa7[_0x4115(0xf7)](0x0,0x14)+_0x4115(0xf1)));console[_0x4115(0x2d)](_0x922e90['veuLs'],_0x4eb358),console[_0x4115(0x2d)](_0x922e90[_0x4115(0x263)],_0x54bfa7?_0x54bfa7[_0x4115(0xf7)](0x0,0x14)+_0x4115(0xf1):_0x4115(0x264)),console[_0x4115(0x2d)](_0x922e90['XKwrh'],_0x230b37);const _0x5c09bf={'session':{'username':_0x4eb358,'platform':_0x4115(0x1e8),'timestamp':new Date()[_0x4115(0x6e)](),'channelName':_0x230b37,'channelId':_0x4069af},'googleUser':_0x922e90[_0x4115(0x265)](_0x26ae39=_0x29d5ac['data'],null)||_0x26ae39===void 0x0?void 0x0:_0x26ae39[_0x4115(0xd9)],'accessToken':_0x2ec5cd[_0x4115(0xe1)],'idToken':_0x2ec5cd[_0x4115(0x11c)],'refreshToken':_0x284d10,'serverAuthCode':_0x284d10,'refresh_token':_0x284d10,'server_auth_code':_0x284d10,'authCode':_0x284d10,'userAccountInfo':{'username':_0x4eb358,'email':_0x922e90[_0x4115(0x266)](_0x484d0a=_0x29d5ac[_0x4115(0xd7)],null)||_0x922e90[_0x4115(0x267)](_0x484d0a,void 0x0)||_0x922e90[_0x4115(0x268)](_0x484d0a=_0x484d0a[_0x4115(0xd9)],null)||_0x922e90[_0x4115(0x244)](_0x484d0a,void 0x0)?void 0x0:_0x484d0a['email'],'authToken':_0x54bfa7,'channelName':_0x230b37,'channelId':_0x4069af,'userIdentifier':_0x54bfa7?_0x4115(0x11e)+_0x54bfa7[_0x4115(0xf7)](0x0,0xa):_0x4115(0x11f)+(_0x922e90[_0x4115(0x24e)](_0x45a899=_0x29d5ac[_0x4115(0xd7)],null)||_0x922e90[_0x4115(0x225)](_0x45a899,void 0x0)||(_0x45a899=_0x45a899[_0x4115(0xd9)])===null||_0x922e90[_0x4115(0x269)](_0x45a899,void 0x0)?void 0x0:_0x45a899[_0x4115(0x57)]),'googleId':_0x922e90[_0x4115(0x245)](_0x37061b=_0x29d5ac['data'],null)||_0x37061b===void 0x0||_0x922e90['Kitnc'](_0x37061b=_0x37061b['user'],null)||_0x922e90[_0x4115(0x26a)](_0x37061b,void 0x0)?void 0x0:_0x37061b['id'],'appleUserId':_0x922e90[_0x4115(0x26b)](_0x54bfa7,null)&&_0x54bfa7!==void 0x0&&_0x54bfa7['includes'](_0x922e90[_0x4115(0x26c)])?_0x54bfa7[_0x4115(0x140)]('.')[0x1]:null,'refreshToken':_0x284d10,'serverAuthCode':_0x284d10},'tokenExpiry':new Date(_0x922e90[_0x4115(0x26d)](Date[_0x4115(0x126)](),0xe10*0x3e8))[_0x4115(0x6e)](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!!_0x284d10,'refreshTokenType':_0x284d10?_0x284d10['startsWith']('4/')?_0x922e90['upWJO']:_0x4115(0xaf):_0x4115(0x1bc),'configuredForRefresh':!![],'forcedConsent':!![],'refreshTokenValue':_0x284d10}};console[_0x4115(0x2d)](_0x922e90['EUoMP']),console[_0x4115(0x2d)](_0x4115(0x26e),!!_0x5c09bf[_0x4115(0xe1)]),console[_0x4115(0x2d)](_0x922e90[_0x4115(0x26f)],!!_0x5c09bf[_0x4115(0xaf)]),console[_0x4115(0x2d)](_0x922e90[_0x4115(0x270)],!!_0x5c09bf[_0x4115(0xf6)]),console[_0x4115(0x2d)](_0x922e90['IDhds'],_0x5c09bf[_0x4115(0x129)][_0x4115(0x7b)]),console['log'](_0x922e90[_0x4115(0x271)],(_0x36113e=_0x29d5ac[_0x4115(0xd7)])===null||_0x36113e===void 0x0||_0x922e90[_0x4115(0x272)](_0x36113e=_0x36113e['user'],null)||_0x36113e===void 0x0?void 0x0:_0x36113e[_0x4115(0x57)]),console[_0x4115(0x2d)](_0x922e90['UtZQZ'],_0x230b37),console[_0x4115(0x2d)](_0x922e90[_0x4115(0x273)]),console[_0x4115(0x2d)](JSON[_0x4115(0x70)](_0x5c09bf,null,0x2)),console[_0x4115(0x2d)](_0x922e90['Glsul'],!!_0x284d10);const _0xe13101=await _0x922e90[_0x4115(0x274)](fetch,API_CONFIG[_0x4115(0xd)]+'/youtube/native-auth',{'method':'POST','headers':{'Content-Type':'application/json',..._0x922e90[_0x4115(0x275)](_0x54bfa7,{'Authorization':_0x54bfa7})},'body':JSON[_0x4115(0x70)](_0x5c09bf)});console['log'](_0x922e90['UxxUw'],_0xe13101[_0x4115(0x46)]),console['log'](_0x922e90[_0x4115(0x276)],_0xe13101[_0x4115(0x133)]);if(_0xe13101['ok']){if(_0x922e90[_0x4115(0x277)](_0x922e90[_0x4115(0x278)],_0x922e90[_0x4115(0x278)]))return _0x102724['error'](_0x922e90[_0x4115(0x218)]),![];else{var _0x387749,_0x23616f;const _0x322694=await _0xe13101[_0x4115(0x134)]();console[_0x4115(0x2d)](_0x4115(0x279)),console[_0x4115(0x2d)](_0x4115(0x27a)),console['log'](JSON['stringify'](_0x322694,null,0x2));const _0x1fd5d3=_0x922e90['wwDJt'](_0x922e90['SmDnZ'](_0x387749=_0x322694['validation'],null)||_0x922e90[_0x4115(0x232)](_0x387749,void 0x0)?void 0x0:_0x387749[_0x4115(0x138)],!![])||_0x922e90[_0x4115(0x27b)]((_0x23616f=_0x322694['temporaryMode'])===null||_0x922e90['AWPSi'](_0x23616f,void 0x0)?void 0x0:_0x23616f[_0x4115(0x13a)],!![])||_0x322694[_0x4115(0x138)]===!![]||_0x322694[_0x4115(0x34)]&&_0x322694[_0x4115(0x34)][_0x4115(0x13b)](_0x4115(0xbd));if(_0x1fd5d3)console[_0x4115(0x2d)](_0x4115(0x1e4)),console['log'](_0x4115(0x1e5)),console['log'](_0x922e90[_0x4115(0x27c)]);else _0x322694[_0x4115(0x146)]||_0x322694['refreshTokenReceived']?(console[_0x4115(0x2d)](_0x922e90[_0x4115(0x27d)]),console[_0x4115(0x2d)](_0x922e90[_0x4115(0x27e)])):(console[_0x4115(0x8e)](_0x922e90[_0x4115(0x27f)]),console[_0x4115(0x8e)](_0x922e90[_0x4115(0x280)],Object['keys'](_0x322694)),console[_0x4115(0x8e)](_0x922e90[_0x4115(0x281)]));return!![];}}else{const _0x174826=await _0xe13101['text']();return console[_0x4115(0x35)](_0x922e90[_0x4115(0x282)],_0xe13101[_0x4115(0x46)]),console['error'](_0x4115(0x283)),console[_0x4115(0x35)](_0x174826),![];}}catch(_0x373c81){if(_0x922e90[_0x4115(0x284)]===_0x4115(0x210)){console['error'](_0x922e90[_0x4115(0x285)],_0x373c81);if(_0x922e90[_0x4115(0x244)](_0x373c81[_0x4115(0x10)],statusCodes['SIGN_IN_CANCELLED']))console['log'](_0x922e90[_0x4115(0x286)]);else{if(_0x922e90[_0x4115(0x246)](_0x373c81[_0x4115(0x10)],statusCodes[_0x4115(0x16a)])){if(_0x922e90[_0x4115(0x287)](_0x4115(0x288),_0x922e90[_0x4115(0x289)]))return _0x516fba[_0x4115(0x35)](_0x4115(0x28a),_0x2bfd80),![];else console[_0x4115(0x2d)](_0x922e90[_0x4115(0x28b)]);}else{if(_0x922e90[_0x4115(0x28c)](_0x373c81[_0x4115(0x10)],statusCodes[_0x4115(0x16c)])){if(_0x922e90['BEjyB'](_0x922e90[_0x4115(0x28d)],_0x922e90[_0x4115(0x28d)]))console['log'](_0x4115(0x28e));else return{'success':!![],'message':_0x102eb9[_0x4115(0x34)]||_0x4115(0x28f),'existingUser':_0x7e9b6c[_0x4115(0x290)]||![],'token':_0x422d5c[_0x4115(0x291)]};}}}return![];}else{var _0x596a30,_0x82a9ef;_0x5a7ba5[_0x4115(0x2d)](_0x4115(0x109)),_0xb148ca=(_0x922e90[_0x4115(0x223)](_0x596a30=_0xdf1a3d[_0x4115(0xd7)],null)||_0x922e90['WBxAY'](_0x596a30,void 0x0)||_0x922e90[_0x4115(0x223)](_0x596a30=_0x596a30[_0x4115(0xd9)],null)||_0x922e90[_0x4115(0x24a)](_0x596a30,void 0x0)?void 0x0:_0x596a30['name'])||(_0x922e90[_0x4115(0x292)](_0x82a9ef=_0x489ab0[_0x4115(0xd7)],null)||_0x922e90[_0x4115(0x293)](_0x82a9ef,void 0x0)||(_0x82a9ef=_0x82a9ef[_0x4115(0xd9)])===null||_0x922e90[_0x4115(0x292)](_0x82a9ef,void 0x0)?void 0x0:_0x82a9ef['email'])||_0x4115(0xb4);}}}else _0x278a18[_0x4115(0x35)](_0x922e90[_0x4115(0x294)]);}if(_0x922e90['nWvzZ'](_0x438cab,_0x4115(0x295)))return console[_0x4115(0x2d)](_0x922e90[_0x4115(0x296)]),new Promise(_0x3de59f=>{const _0x1b1a20={'gxkSd':function(_0x45a491,_0x4fa71a){return _0x922e90[_0x4115(0x297)](_0x45a491,_0x4fa71a);},'YGmQQ':_0x922e90[_0x4115(0x242)]};_0x922e90[_0x4115(0x22e)](_0x4115(0x298),_0x922e90[_0x4115(0x299)])?_0x922e90[_0x4115(0x29a)](setTimeout,()=>{console[_0x4115(0x2d)]('Facebook\x20Login\x20completed\x20successfully'),_0x1b1a20[_0x4115(0x29b)](_0x3de59f,!![]);},0x3e8):(_0x246558=_0x5a2354['items'][0x0][_0x4115(0x106)][_0x4115(0x107)],_0x11758e=_0x2b2599[_0x4115(0x103)][0x0]['id'],_0x2b9c45['log'](_0x1b1a20[_0x4115(0x29c)],_0x99893b,_0x4115(0xb3),_0x4ee4bb));});return![];};export const isOAuthCallback=_0x1f980d=>{return _0x1f980d[_0x4115(0x13b)](_0x4115(0x29d))||_0x1f980d[_0x4115(0x13b)]('code=');};export const exchangeCodeForToken=async(_0x2c9f95,_0x143f74)=>{const _0x4a2469={'tYsVB':_0x4115(0x29e),'LvHay':function(_0x5dc5f3,_0x2b8fb1){return _0x5dc5f3===_0x2b8fb1;},'umQMy':_0x4115(0x211),'yjbdL':function(_0x2a4170,_0x2961fb){return _0x2a4170===_0x2961fb;},'ryBMc':_0x4115(0x29f),'qNOtR':_0x4115(0x28e),'jeDqH':function(_0x503976,_0x4ba1b2,_0x4c3850){return _0x503976(_0x4ba1b2,_0x4c3850);},'VeiQH':function(_0x1467ef,_0x1e4941){return _0x1467ef!==_0x1e4941;},'FEeOo':_0x4115(0x2a0),'HtyUk':_0x4115(0x2a1),'nNnPf':_0x4115(0x9b)};console['log']('Exchanging\x20code\x20for\x20token\x20for\x20platform:\x20'+_0x143f74);try{const _0x29771c=API_CONFIG[_0x4115(0xd)]+'/'+_0x143f74+'/token',_0x591a01=await _0x4a2469[_0x4115(0x2a2)](fetch,_0x29771c,{'method':'POST','headers':{'Content-Type':'application/json'},'body':JSON[_0x4115(0x70)]({'code':_0x2c9f95,'platform':_0x143f74})});if(!_0x591a01['ok']){if(_0x4a2469[_0x4115(0x2a3)](_0x4a2469['FEeOo'],_0x4a2469['HtyUk'])){console[_0x4115(0x35)]('Error\x20exchanging\x20code\x20for\x20token:\x20'+_0x591a01[_0x4115(0x46)]);throw new Error(_0x4115(0x2a4)+_0x591a01[_0x4115(0x46)]);}else{_0xc1e6ef[_0x4115(0x35)](_0x4a2469[_0x4115(0x2a5)],_0x54fb77);if(_0x4a2469['LvHay'](_0x3fc884['code'],_0xfe57a1[_0x4115(0x167)]))_0x233aac[_0x4115(0x2d)](_0x4a2469[_0x4115(0x2a6)]);else{if(_0x4a2469['yjbdL'](_0xf0fcfe[_0x4115(0x10)],_0x32dc4b['IN_PROGRESS']))_0x4056a9[_0x4115(0x2d)](_0x4a2469[_0x4115(0x2a7)]);else _0x4a2469['yjbdL'](_0x52466b[_0x4115(0x10)],_0x361a99[_0x4115(0x16c)])&&_0x2ad2ea['log'](_0x4a2469['qNOtR']);}return![];}}const _0xbd8750=await _0x591a01['json']();return console[_0x4115(0x2d)](_0x4115(0x2a8)+_0x143f74),_0xbd8750;}catch(_0xcd5c5c){return console[_0x4115(0x35)](_0x4115(0x2a9),_0xcd5c5c),console[_0x4115(0x2d)](_0x4a2469[_0x4115(0x2aa)]),{'access_token':_0x143f74+_0x4115(0x162)+Math[_0x4115(0x163)]()[_0x4115(0x164)](0x24)[_0x4115(0xf7)](0x7),'refresh_token':_0x143f74+_0x4115(0x165)+Math[_0x4115(0x163)]()[_0x4115(0x164)](0x24)[_0x4115(0xf7)](0x7),'expires_in':0xe10};}};export const refreshYouTubeTokens=async()=>{const _0xbbbd5a={'hiCXA':'Invalid\x20verification\x20code','adUDh':_0x4115(0x2ab),'cERHo':function(_0x170d48,_0x5bc644){return _0x170d48===_0x5bc644;},'vXzwV':_0x4115(0x2ac),'HUCIq':_0x4115(0x1e2),'MpLzs':_0x4115(0x2ad),'rOyvQ':function(_0x693a47){return _0x693a47();},'diExh':_0x4115(0x2ae),'puHxW':function(_0x17ec11,_0x3929a4,_0x3553d1){return _0x17ec11(_0x3929a4,_0x3553d1);},'JHgmm':function(_0x3e6eed,_0x4403c7){return _0x3e6eed===_0x4403c7;},'sOzRN':function(_0x42aaa4,_0x51c588){return _0x42aaa4+_0x51c588;}};try{var _0x414221;console[_0x4115(0x2d)](_0xbbbd5a[_0x4115(0x2af)]);const _0x398367=await GoogleSignin[_0x4115(0xdd)]();if(!_0x398367)return _0xbbbd5a[_0x4115(0x2b0)](_0xbbbd5a['vXzwV'],_0xbbbd5a[_0x4115(0x2b1)])?(console[_0x4115(0x35)](_0xbbbd5a['HUCIq']),![]):{'success':![],'error':_0x3e9896[_0x4115(0x34)]||_0xbbbd5a[_0x4115(0x2b2)]};const _0x4a9554=await GoogleSignin['getCurrentUser']();if(!_0x4a9554)return console[_0x4115(0x35)](_0xbbbd5a[_0x4115(0x2b3)]),![];const _0x28f358=await _0xbbbd5a[_0x4115(0x2b4)](getJWT);if(!_0x28f358)return console[_0x4115(0x35)](_0xbbbd5a[_0x4115(0x2b5)]),![];const _0x50acdd=await _0xbbbd5a[_0x4115(0x2b6)](fetch,API_CONFIG[_0x4115(0xd)]+_0x4115(0x2b7),{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x28f358},'body':JSON['stringify']({'accessToken':_0x398367[_0x4115(0xe1)],'idToken':_0x398367[_0x4115(0x11c)],'refreshToken':_0x4a9554[_0x4115(0xf6)],'userEmail':_0xbbbd5a['JHgmm'](_0x414221=_0x4a9554['user'],null)||_0xbbbd5a[_0x4115(0x2b8)](_0x414221,void 0x0)?void 0x0:_0x414221[_0x4115(0x57)],'tokenExpiry':new Date(_0xbbbd5a[_0x4115(0x2b9)](Date['now'](),0xe10*0x3e8))[_0x4115(0x6e)](),'timestamp':new Date()[_0x4115(0x6e)]()})});if(_0x50acdd['ok']){const _0x570998=await _0x50acdd[_0x4115(0x134)]();return console[_0x4115(0x2d)](_0x4115(0x2ba),_0x570998),!![];}else{const _0x511fd4=await _0x50acdd['text']();return console[_0x4115(0x35)](_0x4115(0x2bb),_0x50acdd[_0x4115(0x46)],_0x511fd4),![];}}catch(_0x3d8217){return console[_0x4115(0x35)]('โ\x20Error\x20refreshing\x20YouTube\x20tokens:',_0x3d8217),![];}};const triggerTrainingRestart=async(_0x14c1d3,_0x56246a)=>{const _0x1e07dd={'USqYr':function(_0x157efe,_0x1caacc){return _0x157efe===_0x1caacc;},'Wyvlf':_0x4115(0x2bc),'LDyBk':_0x4115(0x2bd),'LuKyB':function(_0x1b2e68,_0x299c7a,_0x3c9ca2){return _0x1b2e68(_0x299c7a,_0x3c9ca2);},'eJysG':_0x4115(0x2be),'lkdoQ':_0x4115(0x1e8),'XyIBo':_0x4115(0x2bf),'DiNTk':_0x4115(0x2c0),'IBYDF':'โ\x20[TRAINING\x20RESTART]\x20Error\x20triggering\x20training\x20restart:'};try{if(_0x1e07dd[_0x4115(0x2c1)](_0x1e07dd['Wyvlf'],_0x1e07dd[_0x4115(0x2c2)])){console['log'](_0x1e07dd[_0x4115(0x2c3)],_0x14c1d3);const _0x383b18=await _0x1e07dd[_0x4115(0x2c4)](fetch,API_CONFIG[_0x4115(0xd)]+_0x4115(0x2c5),{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x56246a},'body':JSON[_0x4115(0x70)]({'username':_0x14c1d3,'reason':_0x1e07dd[_0x4115(0x2c6)],'platform':_0x1e07dd[_0x4115(0x2c7)],'timestamp':new Date()[_0x4115(0x6e)](),'requestNewTraining':!![]})});if(_0x383b18['ok']){const _0x438640=await _0x383b18[_0x4115(0x134)]();console['log'](_0x1e07dd[_0x4115(0x2c8)],_0x438640);}else{const _0x32c2d7=await _0x383b18[_0x4115(0x3a)]();console[_0x4115(0x35)](_0x1e07dd[_0x4115(0x2c9)],_0x383b18[_0x4115(0x46)],_0x32c2d7);throw new Error(_0x4115(0x2ca)+_0x383b18[_0x4115(0x46)]);}}else throw new _0x1a26bd('No\x20API\x20key\x20configured.\x20Please\x20initialize\x20the\x20SDK\x20with\x20a\x20valid\x20developer\x20API\x20key.');}catch(_0x2c8dfb){console[_0x4115(0x35)](_0x1e07dd['IBYDF'],_0x2c8dfb);throw _0x2c8dfb;}};export const testYouTubeRefreshToken=async _0x3bacb9=>{const _0x4dae04={'ppuZW':_0x4115(0x2),'iBjXX':_0x4115(0x2cb),'OhUeu':'๐ค\x20User:','ugLnU':function(_0x47cf2c){return _0x47cf2c();},'YGhvA':'๐\x20Current\x20token\x20status:','zDDPK':function(_0x202240,_0x341c94){return _0x202240(_0x341c94);},'uHfWX':function(_0x168c72){return _0x168c72();},'dvKFi':function(_0x4e7b85,_0x1aa8f2){return _0x4e7b85===_0x1aa8f2;},'EVRVQ':_0x4115(0x2cc),'nkPdy':'โ\x20Failed\x20to\x20fix\x20YouTube\x20connection','ZLqQi':function(_0x1b5f0d,_0xbc2dea){return _0x1b5f0d!==_0xbc2dea;},'buBtp':_0x4115(0x2cd),'egECh':_0x4115(0x2ce),'cObyP':_0x4115(0x99)};console[_0x4115(0x2d)](_0x4dae04[_0x4115(0x2cf)]),console[_0x4115(0x2d)](_0x4dae04[_0x4115(0x2d0)],_0x3bacb9);try{const _0x5872a1=await _0x4dae04['ugLnU'](debugYouTubeTokens);console[_0x4115(0x2d)](_0x4dae04[_0x4115(0x2d1)],_0x5872a1);if(!_0x5872a1[_0x4115(0x146)]){console[_0x4115(0x2d)]('โ ๏ธ\x20No\x20refresh\x20token\x20found\x20-\x20attempting\x20to\x20fix...');const _0xf6ac2c=await _0x4dae04[_0x4115(0x2d2)](fixUserYouTubeConnection,_0x3bacb9);if(_0xf6ac2c){console[_0x4115(0x2d)](_0x4115(0x2d3));const _0x4d90e8=await _0x4dae04[_0x4115(0x2d4)](debugYouTubeTokens);console['log'](_0x4115(0x2d5),_0x4d90e8);}else{if(_0x4dae04[_0x4115(0x2d6)](_0x4dae04[_0x4115(0x2d7)],'TbTjf'))return _0x53932c['log']('โ
\x20'+_0x4693cb+_0x4115(0x2d8)),!![];else console[_0x4115(0x35)](_0x4dae04[_0x4115(0x2d9)]);}}else{if(_0x4dae04[_0x4115(0x2da)](_0x4115(0x2db),_0x4dae04[_0x4115(0x2dc)]))console[_0x4115(0x2d)](_0x4dae04['egECh']);else throw new _0x2e25df(_0x4dae04['ppuZW']);}}catch(_0x100b01){console[_0x4115(0x35)](_0x4dae04['cObyP'],_0x100b01);}};export const requestEmailVerification=async(_0x13108f,_0x21cdef=![])=>{const _0x32ec95={'vzbwT':_0x4115(0x201),'KhHvB':_0x4115(0x2dd),'qtWgJ':'Verification\x20code\x20sent\x20to\x20your\x20email','fYcJE':_0x4115(0x2de),'ZeWvp':'๐ง\x20Requesting\x20email\x20verification\x20for:','dQixm':function(_0x1e1d5,_0xfa224,_0x4a0b69){return _0x1e1d5(_0xfa224,_0x4a0b69);},'ZHNeQ':function(_0x570b71){return _0x570b71();},'Lcrir':_0x4115(0x2df),'KOthH':function(_0x2c0657,_0x3d0009){return _0x2c0657===_0x3d0009;},'JhRpd':'gEfRi','zzENL':'ENeyW','ILjQE':'Failed\x20to\x20send\x20verification\x20code','rTmpU':_0x4115(0x1e3),'GxLBL':_0x4115(0x19f)};try{if(_0x32ec95[_0x4115(0x2e0)]===_0x32ec95[_0x4115(0x2e0)]){console['log'](_0x32ec95[_0x4115(0x2e1)],_0x13108f);const _0x21f819=await _0x32ec95['dQixm'](fetch,API_CONFIG[_0x4115(0xd)]+_0x4115(0x2e2),{'method':'POST','headers':_0x32ec95['ZHNeQ'](getDeveloperAuthHeaders),'body':JSON[_0x4115(0x70)]({'email':_0x13108f,'action':_0x32ec95['Lcrir'],'testMode':_0x21cdef})}),_0x1f51b3=await _0x21f819[_0x4115(0x134)]();if(_0x21f819['ok']){if(_0x32ec95[_0x4115(0x2e3)](_0x4115(0x2e4),_0x32ec95[_0x4115(0x2e5)]))_0xde95ce[_0x4115(0x2d)](_0x32ec95[_0x4115(0x2e6)]),_0x34265b[_0x4115(0x2d)](_0x4115(0x2e7),_0x2eb54f['substring'](0x0,0x14)+_0x4115(0xf1));else return{'success':!![],'message':_0x1f51b3[_0x4115(0x34)]||_0x32ec95[_0x4115(0x2e8)]};}else{if(_0x32ec95['zzENL']!==_0x32ec95[_0x4115(0x2e9)])_0x5859d5[_0x4115(0x35)](_0x32ec95[_0x4115(0x2ea)]);else return{'success':![],'error':_0x1f51b3[_0x4115(0x34)]||_0x32ec95[_0x4115(0x2eb)]};}}else return{'success':!![],'message':_0x5f8e56[_0x4115(0x34)]||_0x32ec95['qtWgJ']};}catch(_0xb8b7c8){return console[_0x4115(0x35)](_0x32ec95[_0x4115(0x2ec)],_0xb8b7c8),{'success':![],'error':_0x32ec95[_0x4115(0x2ed)]};}};export const verifyEmailCode=async(_0x37a8d4,_0x2704f2,_0x1abc6e=![])=>{const _0x4af2b9={'CDaXJ':_0x4115(0x1ff),'YomwF':_0x4115(0x2ee),'xGzBp':function(_0x614ae1,_0x2366ef){return _0x614ae1===_0x2366ef;},'lXmaR':function(_0x173892,_0xe55798){return _0x173892===_0xe55798;},'ybAbB':'Internet\x20works\x20but\x20API\x20server\x20is\x20unreachable.\x20The\x20server\x20may\x20be\x20blocking\x20requests\x20from\x20this\x20device/simulator.','CACAi':function(_0x5d33f9,_0x3c3904,_0x2531ea){return _0x5d33f9(_0x3c3904,_0x2531ea);},'YcxnT':function(_0x146ee2){return _0x146ee2();},'EaNaj':function(_0x582e06,_0x30d46c){return _0x582e06!==_0x30d46c;},'IFDYy':'Email\x20verified\x20successfully','xMYiF':_0x4115(0x2ef),'cVcnf':_0x4115(0x2f0),'vZLLP':_0x4115(0x19e),'LEosR':'Network\x20error.\x20Please\x20check\x20your\x20connection\x20and\x20try\x20again.'};try{console[_0x4115(0x2d)]('๐\x20Verifying\x20email\x20code\x20for:',_0x37a8d4);const _0x3536db=await _0x4af2b9[_0x4115(0x2f1)](fetch,API_CONFIG[_0x4115(0xd)]+_0x4115(0x2e2),{'method':'POST','headers':_0x4af2b9[_0x4115(0x2f2)](getDeveloperAuthHeaders),'body':JSON['stringify']({'email':_0x37a8d4,'code':_0x2704f2,'action':_0x4115(0x2f3),'testMode':_0x1abc6e})}),_0x4cfef9=await _0x3536db[_0x4115(0x134)]();if(_0x3536db['ok']){if(_0x4af2b9[_0x4115(0x2f4)](_0x4115(0x2f5),_0x4115(0x2f6)))return{'success':!![],'message':_0x4cfef9[_0x4115(0x34)]||_0x4af2b9[_0x4115(0x2f7)],'existingUser':_0x4cfef9[_0x4115(0x290)]||![],'token':_0x4cfef9[_0x4115(0x291)]};else _0x888285[_0x4115(0x2d)](_0x4af2b9[_0x4115(0x2f8)]),_0x2d2ed1[_0x4115(0x2d)](_0x4af2b9['YomwF']),_0xd82a4[_0x4115(0x2d)](_0x4115(0x25b));}else{if(_0x4115(0x2f9)!==_0x4115(0x2f9)){var _0x5294cf;return(_0x4af2b9[_0x4115(0x2fa)](_0x5294cf=_0x8d9b3[_0xdf9622],null)||_0x4af2b9[_0x4115(0x2fb)](_0x5294cf,void 0x0)?void 0x0:_0x5294cf[_0x4115(0x2fc)])||![];}else return{'success':![],'error':_0x4cfef9[_0x4115(0x34)]||_0x4af2b9[_0x4115(0x2fd)]};}}catch(_0x19b902){return _0x4af2b9[_0x4115(0x2f4)](_0x4af2b9[_0x4115(0x2fe)],_0x4115(0x2ff))?(console['error'](_0x4af2b9[_0x4115(0x300)],_0x19b902),{'success':![],'error':_0x4af2b9[_0x4115(0x301)]}):{'success':![],'message':_0x4af2b9[_0x4115(0x302)],'details':_0x2a9100};}};export const checkEmailVerificationStatus=async(_0xd02021,_0x4a3f18=![])=>{const _0x54ad5a={'pUBpb':_0x4115(0x303),'THkNP':function(_0x3d4975,_0x5a9241,_0x23475b){return _0x3d4975(_0x5a9241,_0x23475b);},'LNhWs':function(_0x41c4e0){return _0x41c4e0();},'YAnnd':function(_0x27e296,_0x48234b){return _0x27e296!==_0x48234b;},'kZIIh':'AMpMt','OYlii':_0x4115(0x304)};try{const _0x739b4b=await _0x54ad5a[_0x4115(0x305)](fetch,API_CONFIG[_0x4115(0xd)]+_0x4115(0x306),{'method':'POST','headers':_0x54ad5a[_0x4115(0x307)](getDeveloperAuthHeaders),'body':JSON[_0x4115(0x70)]({'email':_0xd02021,'testMode':_0x4a3f18})}),_0x3ba8ee=await _0x739b4b[_0x4115(0x134)]();return{'success':_0x739b4b['ok'],'isPending':_0x3ba8ee[_0x4115(0x308)]||![],'message':_0x3ba8ee[_0x4115(0x34)]};}catch(_0x14fe06){return _0x54ad5a[_0x4115(0x309)](_0x54ad5a[_0x4115(0x30a)],_0x54ad5a[_0x4115(0x30a)])?{'success':![],'message':_0x54ad5a[_0x4115(0x30b)],'details':_0x36c96e}:(console[_0x4115(0x35)](_0x4115(0x30c),_0x14fe06),{'success':![],'isPending':![],'error':_0x54ad5a[_0x4115(0x30d)]});}};export const initializePlatformAuthService=()=>{const _0x3424ac={'DRZrO':'๐ง\x20Platform\x20auth\x20service\x20initialized','RjNlA':function(_0x1a1604){return _0x1a1604();}};console[_0x4115(0x2d)](_0x3424ac[_0x4115(0x30e)]),_0x3424ac['RjNlA'](initializeGoogleSignIn);};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x3eca(_0x4c8567,_0x3ecaa1){_0x4c8567=_0x4c8567-0x0;const _0x53baf4=_0x4c85();let _0x1b5f62=_0x53baf4[_0x4c8567];return _0x1b5f62;}import{storeSephoraData}from'./sephoraDataService';function _0x4c85(){const _0x2e4bca=['DizST','โ\x20[SEPHORA_EXTRACTOR]\x20Unexpected\x20error\x20during\x20export:','Export\x20Error','โ\x20[SEPHORA_EXTRACTOR]\x20Username\x20is\x20required','Error','โ ๏ธ\x20[SEPHORA_EXTRACTOR]\x20Invalid\x20loved\x20item:','๐\x20[SEPHORA_EXTRACTOR]\x20Backend\x20response:','number','โ ๏ธ\x20[SEPHORA_EXTRACTOR]\x20Invalid\x20rating:','๐\x20[SEPHORA_EXTRACTOR]\x20Initiating\x20data\x20export','๐ค\x20[SEPHORA_EXTRACTOR]\x20Username:','๐\x20[SEPHORA_EXTRACTOR]\x20Summary:','Username\x20is\x20required\x20to\x20export\x20Sephora\x20data.','โน๏ธ\x20[SEPHORA_EXTRACTOR]\x20No\x20data\x20to\x20export\x20-\x20treating\x20as\x20success\x20(connected)','jmFJa','โ
\x20[SEPHORA_EXTRACTOR]\x20Export\x20completed\x20successfully','XeyQI','Export\x20Failed','MBGcY','zutzN','ZeGox','QMwyT','QBPNb','IVgrp','DAwvB','sHaMO','EuRfq','fRJet','hzPJs','JieEO','vhoPH','log','summary','error','alert','iRRfD','Qxzjk','basket','pxHra','items','RuEnY','length','orders','RBGDP','loves','ratings','KflgB','mulje','QjuBH','xidLg','filter','warn','kApOc','orderId','date','lcDEw','PwSXA','bJKQE','lMFZH','NgIZH','NuwDh','name','BzDWJ','productId','rating','fHpti','EOUFO','oJvKR','EcaUZ','xoANH','HpEJe','dieKM','dRgun','WqsjS','YTZml','TzkeF','Slwhr','โ ๏ธ\x20[SEPHORA_EXTRACTOR]\x20Filtered\x20out\x20','ZWjmN','SYOXN','hmmkE','ASHSU','oIhmL','XiczT','IEKqk','total','LSvaH','data','iWnDl','mLzBH','tTwxx','TVHDF','IRhiu','default','Yuxhr','kdQdC','Failed\x20to\x20connect\x20to\x20the\x20data\x20storage\x20service.\x20Please\x20check\x20your\x20network\x20connection.'];_0x4c85=function(){return _0x2e4bca;};return _0x4c85();}import{Alert}from'react-native';export const useSephoraDataExtractor=()=>{const _0x326795={'kApOc':'โ ๏ธ\x20[SEPHORA_EXTRACTOR]\x20Invalid\x20basket\x20item:','lcDEw':_0x3eca(0x0),'PwSXA':'โ ๏ธ\x20[SEPHORA_EXTRACTOR]\x20Invalid\x20order:','tTwxx':_0x3eca(0x1),'TVHDF':_0x3eca(0x2),'IRhiu':'Failed\x20to\x20connect\x20to\x20the\x20data\x20storage\x20service.\x20Please\x20check\x20your\x20network\x20connection.','ZeGox':_0x3eca(0x3),'QMwyT':_0x3eca(0x4),'QBPNb':'default','IVgrp':_0x3eca(0x5),'DAwvB':_0x3eca(0x6),'sHaMO':function(_0x5a131c,_0x9e1eca){return _0x5a131c===_0x9e1eca;},'EuRfq':_0x3eca(0x7),'hzPJs':_0x3eca(0x8),'JieEO':_0x3eca(0x9),'vhoPH':_0x3eca(0xa),'LQsvg':_0x3eca(0xb),'iRRfD':_0x3eca(0xc),'TzkeF':function(_0x1eac5a,_0x5ce759){return _0x1eac5a+_0x5ce759;},'bXDpM':function(_0x4c5563,_0x578666){return _0x4c5563+_0x578666;},'MgJvl':function(_0x9f4083,_0x368fae){return _0x9f4083+_0x368fae;},'Qxzjk':function(_0x17dea3,_0x3562e8){return _0x17dea3===_0x3562e8;},'pxHra':function(_0x398e5f,_0x5eef55){return _0x398e5f===_0x5eef55;},'RuEnY':function(_0x1fc14f,_0x1b59d4){return _0x1fc14f===_0x1b59d4;},'RBGDP':function(_0x39b889,_0x4c42cf){return _0x39b889===_0x4c42cf;},'KflgB':function(_0x27fea0,_0x5aea6a){return _0x27fea0===_0x5aea6a;},'mulje':_0x3eca(0xd),'QjuBH':function(_0x174b0a,_0x4a350e){return _0x174b0a===_0x4a350e;},'xidLg':function(_0x1c01b0,_0x3d5239){return _0x1c01b0===_0x3d5239;},'HpEJe':function(_0x6d0659,_0x35a3c1){return _0x6d0659+_0x35a3c1;},'dieKM':function(_0x4588d1,_0x496d83){return _0x4588d1===_0x496d83;},'WPiOQ':function(_0x379e67,_0x565264){return _0x379e67===_0x565264;},'dRgun':function(_0x30721f,_0x3f663d){return _0x30721f===_0x3f663d;},'YTZml':function(_0x136d71,_0x42c045){return _0x136d71===_0x42c045;},'WqsjS':function(_0x351d98,_0x5bf039){return _0x351d98===_0x5bf039;},'Slwhr':function(_0x16eb2f,_0x3816d3){return _0x16eb2f<_0x3816d3;},'ZWjmN':function(_0xb7b74d,_0xc015ae){return _0xb7b74d-_0xc015ae;},'SYOXN':function(_0x2cecb6,_0x46bfb1){return _0x2cecb6!==_0x46bfb1;},'hmmkE':_0x3eca(0xe),'oIhmL':'๐ก\x20[SEPHORA_EXTRACTOR]\x20Sending\x20to\x20backend...','XiczT':function(_0x6427f1,_0x177777,_0x60156f){return _0x6427f1(_0x177777,_0x60156f);},'IEKqk':function(_0x5d0e95,_0xc0c389){return _0x5d0e95===_0xc0c389;},'LSvaH':_0x3eca(0xf),'UhonY':_0x3eca(0x10),'YXtnS':'โ\x20[SEPHORA_EXTRACTOR]\x20Backend\x20storage\x20failed:','mLzBH':_0x3eca(0x11),'Yuxhr':function(_0x54c9bf,_0x1de6bd){return _0x54c9bf===_0x1de6bd;},'WWOrv':_0x3eca(0x12),'kdQdC':_0x3eca(0x13)},_0x9bbdb1=async(_0x30bcf8,_0x5f0951)=>{const _0x62deb2={'bJKQE':_0x326795[_0x3eca(0x14)],'lMFZH':_0x326795[_0x3eca(0x15)],'NgIZH':_0x3eca(0xc),'NuwDh':_0x326795[_0x3eca(0x16)],'BzDWJ':_0x326795[_0x3eca(0x17)],'EcaUZ':'โ
\x20[SEPHORA_EXTRACTOR]\x20Export\x20completed\x20successfully','xoANH':_0x326795[_0x3eca(0x18)],'cMovd':function(_0x394d60,_0x41833a){return _0x326795[_0x3eca(0x19)](_0x394d60,_0x41833a);},'fHpti':_0x326795[_0x3eca(0x1a)],'EOUFO':_0x3eca(0x1b),'oJvKR':_0x326795[_0x3eca(0x1c)],'ASHSU':'โ ๏ธ\x20[SEPHORA_EXTRACTOR]\x20Invalid\x20order:'};var _0xb1fdbd,_0x23fac3,_0x3f1259,_0x17c736,_0x52782b,_0x2aa304,_0x4c2a3e,_0x27d89f,_0x2cd022;console['log'](_0x326795[_0x3eca(0x1d)]),console['log'](_0x326795[_0x3eca(0x1e)],_0x30bcf8),console[_0x3eca(0x1f)](_0x326795['LQsvg'],_0x5f0951[_0x3eca(0x20)]);if(!_0x30bcf8)return console[_0x3eca(0x21)](_0x326795['ZeGox']),Alert[_0x3eca(0x22)](_0x326795[_0x3eca(0x15)],_0x326795[_0x3eca(0x23)],[{'text':'OK','style':_0x326795[_0x3eca(0x16)]}]),![];const _0x2a77c6=_0x326795['TzkeF'](_0x326795['bXDpM'](_0x326795['MgJvl']((_0x326795[_0x3eca(0x24)](_0xb1fdbd=_0x5f0951[_0x3eca(0x25)],null)||_0x326795[_0x3eca(0x19)](_0xb1fdbd,void 0x0)||_0x326795[_0x3eca(0x26)](_0xb1fdbd=_0xb1fdbd[_0x3eca(0x27)],null)||_0x326795[_0x3eca(0x28)](_0xb1fdbd,void 0x0)?void 0x0:_0xb1fdbd[_0x3eca(0x29)])||0x0,(_0x326795[_0x3eca(0x26)](_0x23fac3=_0x5f0951[_0x3eca(0x2a)],null)||_0x23fac3===void 0x0?void 0x0:_0x23fac3['length'])||0x0),(_0x326795[_0x3eca(0x2b)](_0x3f1259=_0x5f0951[_0x3eca(0x2c)],null)||_0x326795[_0x3eca(0x28)](_0x3f1259,void 0x0)?void 0x0:_0x3f1259[_0x3eca(0x29)])||0x0),(_0x326795[_0x3eca(0x28)](_0x17c736=_0x5f0951[_0x3eca(0x2d)],null)||_0x326795[_0x3eca(0x28)](_0x17c736,void 0x0)?void 0x0:_0x17c736['length'])||0x0);if(_0x326795[_0x3eca(0x2e)](_0x2a77c6,0x0))return console[_0x3eca(0x1f)](_0x326795[_0x3eca(0x2f)]),!![];const _0x15bf90=((_0x326795[_0x3eca(0x30)](_0x52782b=_0x5f0951[_0x3eca(0x25)],null)||_0x326795[_0x3eca(0x31)](_0x52782b,void 0x0)?void 0x0:_0x52782b[_0x3eca(0x27)])||[])[_0x3eca(0x32)](_0x2deefb=>{const _0x103179=_0x2deefb['id']&&_0x2deefb['name'];return!_0x103179&&console[_0x3eca(0x33)](_0x326795[_0x3eca(0x34)],_0x2deefb),_0x103179;}),_0x45e5ea=(_0x5f0951[_0x3eca(0x2a)]||[])[_0x3eca(0x32)](_0x51516f=>{const _0x2c99d8=_0x51516f[_0x3eca(0x35)]&&_0x51516f[_0x3eca(0x36)];if(!_0x2c99d8){if(_0x326795[_0x3eca(0x37)]===_0x326795['lcDEw'])console['warn'](_0x326795[_0x3eca(0x38)],_0x51516f);else return _0xc93807['error'](_0x62deb2[_0x3eca(0x39)]),Alert[_0x3eca(0x22)](_0x62deb2[_0x3eca(0x3a)],_0x62deb2[_0x3eca(0x3b)],[{'text':'OK','style':_0x62deb2[_0x3eca(0x3c)]}]),![];}return _0x2c99d8;}),_0x3bbe75=(_0x5f0951[_0x3eca(0x2c)]||[])[_0x3eca(0x32)](_0x4febe5=>{const _0x1ed479=_0x4febe5['id']&&_0x4febe5[_0x3eca(0x3d)];return!_0x1ed479&&console[_0x3eca(0x33)](_0x62deb2[_0x3eca(0x3e)],_0x4febe5),_0x1ed479;}),_0xce3076=(_0x5f0951[_0x3eca(0x2d)]||[])[_0x3eca(0x32)](_0x33b964=>{const _0x470bf8=_0x33b964[_0x3eca(0x3f)]&&_0x62deb2['cMovd'](typeof _0x33b964[_0x3eca(0x40)],_0x62deb2[_0x3eca(0x41)]);if(!_0x470bf8){if(_0x62deb2[_0x3eca(0x42)]===_0x62deb2['EOUFO'])console['warn'](_0x62deb2[_0x3eca(0x43)],_0x33b964);else return _0x434fdd[_0x3eca(0x1f)](_0x62deb2[_0x3eca(0x44)]),_0x5c8070[_0x3eca(0x1f)](_0x62deb2[_0x3eca(0x45)],_0x113673['data']),!![];}return _0x470bf8;}),_0x2bb49c=_0x326795[_0x3eca(0x46)](((_0x326795['Qxzjk'](_0x2aa304=_0x5f0951[_0x3eca(0x25)],null)||_0x326795[_0x3eca(0x47)](_0x2aa304,void 0x0)||_0x326795['Qxzjk'](_0x2aa304=_0x2aa304['items'],null)||_0x326795['WPiOQ'](_0x2aa304,void 0x0)?void 0x0:_0x2aa304[_0x3eca(0x29)])||0x0)+((_0x326795[_0x3eca(0x48)](_0x4c2a3e=_0x5f0951[_0x3eca(0x2a)],null)||_0x326795[_0x3eca(0x26)](_0x4c2a3e,void 0x0)?void 0x0:_0x4c2a3e[_0x3eca(0x29)])||0x0),(_0x326795['YTZml'](_0x27d89f=_0x5f0951[_0x3eca(0x2c)],null)||_0x326795[_0x3eca(0x49)](_0x27d89f,void 0x0)?void 0x0:_0x27d89f['length'])||0x0)+((_0x326795[_0x3eca(0x19)](_0x2cd022=_0x5f0951['ratings'],null)||_0x326795[_0x3eca(0x4a)](_0x2cd022,void 0x0)?void 0x0:_0x2cd022[_0x3eca(0x29)])||0x0),_0x3d3840=_0x326795[_0x3eca(0x4b)](_0x15bf90[_0x3eca(0x29)]+_0x45e5ea['length'],_0x3bbe75['length'])+_0xce3076[_0x3eca(0x29)];_0x326795[_0x3eca(0x4c)](_0x3d3840,_0x2bb49c)&&console[_0x3eca(0x33)](_0x3eca(0x4d)+_0x326795[_0x3eca(0x4e)](_0x2bb49c,_0x3d3840)+'\x20invalid\x20items');try{if(_0x326795[_0x3eca(0x4f)](_0x326795[_0x3eca(0x50)],_0x326795[_0x3eca(0x50)])){const _0xa439ad=_0x3f8fe4[_0x3eca(0x35)]&&_0x6c665c[_0x3eca(0x36)];return!_0xa439ad&&_0x7e254f[_0x3eca(0x33)](_0x62deb2[_0x3eca(0x51)],_0x120726),_0xa439ad;}else{var _0x3f8920;console[_0x3eca(0x1f)](_0x326795[_0x3eca(0x52)]);const _0x2a61e9=await _0x326795[_0x3eca(0x53)](storeSephoraData,_0x30bcf8,{'basket':{'items':_0x15bf90,'total':(_0x326795[_0x3eca(0x54)](_0x3f8920=_0x5f0951[_0x3eca(0x25)],null)||_0x326795[_0x3eca(0x48)](_0x3f8920,void 0x0)?void 0x0:_0x3f8920[_0x3eca(0x55)])||0x0,'itemCount':_0x15bf90['length']},'orders':_0x45e5ea,'loves':_0x3bbe75,'ratings':_0xce3076,'userId':_0x5f0951['userId']});return _0x2a61e9['success']?(console[_0x3eca(0x1f)](_0x326795[_0x3eca(0x56)]),console[_0x3eca(0x1f)](_0x326795[_0x3eca(0x18)],_0x2a61e9[_0x3eca(0x57)]),!![]):_0x326795['UhonY']!==_0x3eca(0x58)?(console[_0x3eca(0x21)](_0x326795['YXtnS'],_0x2a61e9[_0x3eca(0x21)]),Alert[_0x3eca(0x22)](_0x326795[_0x3eca(0x59)],_0x2a61e9[_0x3eca(0x21)]||'An\x20unknown\x20error\x20occurred\x20during\x20data\x20storage.',[{'text':'OK','style':_0x326795['QBPNb']}]),![]):(_0x2613e4[_0x3eca(0x21)](_0x326795[_0x3eca(0x5a)],_0x23cca7),Alert['alert'](_0x326795[_0x3eca(0x5b)],_0x326795[_0x3eca(0x5c)],[{'text':'OK','style':_0x3eca(0x5d)}]),![]);}}catch(_0xbb5069){if(_0x326795[_0x3eca(0x5e)](_0x326795['WWOrv'],_0x326795[_0x3eca(0x5f)]))_0x115ce0['warn'](_0x62deb2[_0x3eca(0x51)],_0x4dc707);else return console[_0x3eca(0x21)](_0x326795[_0x3eca(0x5a)],_0xbb5069),Alert['alert'](_0x326795[_0x3eca(0x5b)],_0x3eca(0x60),[{'text':'OK','style':_0x326795[_0x3eca(0x16)]}]),![];}};return{'initiateDataExport':_0x9bbdb1};};
|