@onairos/react-native 3.6.6 → 3.6.7

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.
Files changed (216) hide show
  1. package/lib/commonjs/api/index.js +1 -1
  2. package/lib/commonjs/components/BodyText.js +1 -1
  3. package/lib/commonjs/components/BrandMark.js +1 -1
  4. package/lib/commonjs/components/CodeInput.js +1 -1
  5. package/lib/commonjs/components/EmailInput.js +1 -1
  6. package/lib/commonjs/components/GoogleButton.js +1 -1
  7. package/lib/commonjs/components/HeadingGroup.js +1 -1
  8. package/lib/commonjs/components/LLMDataInputModal.js +1 -1
  9. package/lib/commonjs/components/ModalHeader.js +1 -1
  10. package/lib/commonjs/components/ModalSheet.js +1 -1
  11. package/lib/commonjs/components/Onairos.js +1 -1
  12. package/lib/commonjs/components/OnairosButton.js +1 -1
  13. package/lib/commonjs/components/OnairosSignInButton.js +1 -1
  14. package/lib/commonjs/components/Overlay.js +1 -1
  15. package/lib/commonjs/components/PersonaImage.js +1 -1
  16. package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
  17. package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
  18. package/lib/commonjs/components/PinCreationScreen.js +1 -1
  19. package/lib/commonjs/components/PinInput.js +1 -1
  20. package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
  21. package/lib/commonjs/components/PlatformList.js +1 -1
  22. package/lib/commonjs/components/PlatformToggle.js +1 -1
  23. package/lib/commonjs/components/PrimaryButton.js +1 -1
  24. package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
  25. package/lib/commonjs/components/SignInStep.js +1 -1
  26. package/lib/commonjs/components/UniversalOnboarding.js +1 -1
  27. package/lib/commonjs/components/VerificationStep.js +1 -1
  28. package/lib/commonjs/components/WelcomeScreen.js +1 -1
  29. package/lib/commonjs/components/icons/Basicproficon.js +1 -1
  30. package/lib/commonjs/components/icons/Basicprofile.js +1 -1
  31. package/lib/commonjs/components/icons/Checkbox.js +1 -1
  32. package/lib/commonjs/components/icons/Checkmark.js +1 -1
  33. package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
  34. package/lib/commonjs/components/icons/Contenticon.js +1 -1
  35. package/lib/commonjs/components/icons/EnochE.js +1 -1
  36. package/lib/commonjs/components/icons/Personalityicon.js +1 -1
  37. package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
  38. package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
  39. package/lib/commonjs/components/icons/Userpreferences.js +1 -1
  40. package/lib/commonjs/components/icons/index.js +1 -1
  41. package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
  42. package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
  43. package/lib/commonjs/components/onboarding/PinInput.js +1 -1
  44. package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
  45. package/lib/commonjs/config/api.js +1 -1
  46. package/lib/commonjs/constants/index.js +1 -1
  47. package/lib/commonjs/context/AuthContext.js +1 -1
  48. package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
  49. package/lib/commonjs/hooks/useConnections.js +1 -1
  50. package/lib/commonjs/hooks/useCredentials.js +1 -1
  51. package/lib/commonjs/hooks/useUserConnections.js +1 -1
  52. package/lib/commonjs/index.js +1 -1
  53. package/lib/commonjs/services/apiClient.js +1 -1
  54. package/lib/commonjs/services/biometricPinService.js +1 -1
  55. package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
  56. package/lib/commonjs/services/chatGPTConversationService.js +1 -1
  57. package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
  58. package/lib/commonjs/services/claudeConversationService.js +1 -1
  59. package/lib/commonjs/services/connectedAccountsService.js +1 -1
  60. package/lib/commonjs/services/googleAuthService.js +1 -1
  61. package/lib/commonjs/services/hingeDataExtractor.js +1 -1
  62. package/lib/commonjs/services/hingeDataService.js +1 -1
  63. package/lib/commonjs/services/imageCompressionService.js +1 -1
  64. package/lib/commonjs/services/instagramDataExtractor.js +1 -1
  65. package/lib/commonjs/services/instagramDataService.js +1 -1
  66. package/lib/commonjs/services/jwtStorageService.js +1 -1
  67. package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
  68. package/lib/commonjs/services/linkedinProfileService.js +1 -1
  69. package/lib/commonjs/services/linkedinScrapingService.js +1 -1
  70. package/lib/commonjs/services/llmDataStorage.js +1 -1
  71. package/lib/commonjs/services/mobileTrainingService.js +1 -1
  72. package/lib/commonjs/services/pinEncryptionService.js +1 -1
  73. package/lib/commonjs/services/pinStorageUtils.js +1 -1
  74. package/lib/commonjs/services/platformAuthService.js +1 -1
  75. package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
  76. package/lib/commonjs/services/sephoraDataService.js +1 -1
  77. package/lib/commonjs/services/storageService.js +1 -1
  78. package/lib/commonjs/services/telegramDataExtractor.js +1 -1
  79. package/lib/commonjs/services/telegramDataService.js +1 -1
  80. package/lib/commonjs/services/trainingApiHelpers.js +1 -1
  81. package/lib/commonjs/services/userConnectionsService.js +1 -1
  82. package/lib/commonjs/services/youtubeMigrationService.js +1 -1
  83. package/lib/commonjs/theme/index.js +1 -1
  84. package/lib/commonjs/types/index.js +1 -1
  85. package/lib/commonjs/types.js +1 -1
  86. package/lib/commonjs/utils/Portal.js +1 -1
  87. package/lib/commonjs/utils/api.js +1 -1
  88. package/lib/commonjs/utils/assetRegistry.js +1 -1
  89. package/lib/commonjs/utils/auth.js +1 -1
  90. package/lib/commonjs/utils/connectorTests.js +1 -1
  91. package/lib/commonjs/utils/crypto.js +1 -1
  92. package/lib/commonjs/utils/debugHelper.js +1 -1
  93. package/lib/commonjs/utils/encryption.js +1 -1
  94. package/lib/commonjs/utils/eventUtils.js +1 -1
  95. package/lib/commonjs/utils/haptics.js +1 -1
  96. package/lib/commonjs/utils/imagePreloader.js +1 -1
  97. package/lib/commonjs/utils/networkDiagnostics.js +1 -1
  98. package/lib/commonjs/utils/onairosApi.js +1 -1
  99. package/lib/commonjs/utils/programmaticFlow.js +1 -1
  100. package/lib/commonjs/utils/retryHelper.js +1 -1
  101. package/lib/commonjs/utils/secureStorage.js +1 -1
  102. package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
  103. package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
  104. package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
  105. package/lib/commonjs/utils/webviewScripts/index.js +1 -1
  106. package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
  107. package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
  108. package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
  109. package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
  110. package/lib/module/api/index.js +1 -1
  111. package/lib/module/components/BodyText.js +1 -1
  112. package/lib/module/components/BrandMark.js +1 -1
  113. package/lib/module/components/CodeInput.js +1 -1
  114. package/lib/module/components/EmailInput.js +1 -1
  115. package/lib/module/components/GoogleButton.js +1 -1
  116. package/lib/module/components/HeadingGroup.js +1 -1
  117. package/lib/module/components/LLMDataInputModal.js +1 -1
  118. package/lib/module/components/ModalHeader.js +1 -1
  119. package/lib/module/components/ModalSheet.js +1 -1
  120. package/lib/module/components/Onairos.js +1 -1
  121. package/lib/module/components/OnairosButton.js +1 -1
  122. package/lib/module/components/OnairosSignInButton.js +1 -1
  123. package/lib/module/components/Overlay.js +1 -1
  124. package/lib/module/components/PersonaImage.js +1 -1
  125. package/lib/module/components/PersonaLoadingScreen.js +1 -1
  126. package/lib/module/components/PersonalizationConsentScreen.js +1 -1
  127. package/lib/module/components/PinCreationScreen.js +1 -1
  128. package/lib/module/components/PinInput.js +1 -1
  129. package/lib/module/components/PlatformConnectorsStep.js +1 -1
  130. package/lib/module/components/PlatformList.js +1 -1
  131. package/lib/module/components/PlatformToggle.js +1 -1
  132. package/lib/module/components/PrimaryButton.js +1 -1
  133. package/lib/module/components/SignInMatchAnimation.js +1 -1
  134. package/lib/module/components/SignInStep.js +1 -1
  135. package/lib/module/components/UniversalOnboarding.js +1 -1
  136. package/lib/module/components/VerificationStep.js +1 -1
  137. package/lib/module/components/WelcomeScreen.js +1 -1
  138. package/lib/module/components/icons/Basicproficon.js +1 -1
  139. package/lib/module/components/icons/Basicprofile.js +1 -1
  140. package/lib/module/components/icons/Checkbox.js +1 -1
  141. package/lib/module/components/icons/Checkmark.js +1 -1
  142. package/lib/module/components/icons/Contentanalysis.js +1 -1
  143. package/lib/module/components/icons/Contenticon.js +1 -1
  144. package/lib/module/components/icons/EnochE.js +1 -1
  145. package/lib/module/components/icons/Personalityicon.js +1 -1
  146. package/lib/module/components/icons/Personalityprofile.js +1 -1
  147. package/lib/module/components/icons/Personalitytraits.js +1 -1
  148. package/lib/module/components/icons/Userpreferences.js +1 -1
  149. package/lib/module/components/onboarding/OAuthWebView.js +1 -1
  150. package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
  151. package/lib/module/components/onboarding/PinInput.js +1 -1
  152. package/lib/module/components/onboarding/PlatformConnector.js +1 -1
  153. package/lib/module/config/api.js +1 -1
  154. package/lib/module/constants/index.js +1 -1
  155. package/lib/module/context/AuthContext.js +1 -1
  156. package/lib/module/hooks/useConnectedAccounts.js +1 -1
  157. package/lib/module/hooks/useConnections.js +1 -1
  158. package/lib/module/hooks/useCredentials.js +1 -1
  159. package/lib/module/hooks/useUserConnections.js +1 -1
  160. package/lib/module/index.js +1 -1
  161. package/lib/module/services/apiClient.js +1 -1
  162. package/lib/module/services/biometricPinService.js +1 -1
  163. package/lib/module/services/chatGPTConversationExtractor.js +1 -1
  164. package/lib/module/services/chatGPTConversationService.js +1 -1
  165. package/lib/module/services/claudeConversationExtractor.js +1 -1
  166. package/lib/module/services/claudeConversationService.js +1 -1
  167. package/lib/module/services/connectedAccountsService.js +1 -1
  168. package/lib/module/services/googleAuthService.js +1 -1
  169. package/lib/module/services/hingeDataExtractor.js +1 -1
  170. package/lib/module/services/hingeDataService.js +1 -1
  171. package/lib/module/services/imageCompressionService.js +1 -1
  172. package/lib/module/services/instagramDataExtractor.js +1 -1
  173. package/lib/module/services/instagramDataService.js +1 -1
  174. package/lib/module/services/jwtStorageService.js +1 -1
  175. package/lib/module/services/linkedinDOMExtractor.js +1 -1
  176. package/lib/module/services/linkedinProfileService.js +1 -1
  177. package/lib/module/services/linkedinScrapingService.js +1 -1
  178. package/lib/module/services/llmDataStorage.js +1 -1
  179. package/lib/module/services/mobileTrainingService.js +1 -1
  180. package/lib/module/services/pinEncryptionService.js +1 -1
  181. package/lib/module/services/pinStorageUtils.js +1 -1
  182. package/lib/module/services/platformAuthService.js +1 -1
  183. package/lib/module/services/sephoraDataExtractor.js +1 -1
  184. package/lib/module/services/sephoraDataService.js +1 -1
  185. package/lib/module/services/storageService.js +1 -1
  186. package/lib/module/services/telegramDataExtractor.js +1 -1
  187. package/lib/module/services/telegramDataService.js +1 -1
  188. package/lib/module/services/trainingApiHelpers.js +1 -1
  189. package/lib/module/services/userConnectionsService.js +1 -1
  190. package/lib/module/services/youtubeMigrationService.js +1 -1
  191. package/lib/module/theme/index.js +1 -1
  192. package/lib/module/types.js +1 -1
  193. package/lib/module/utils/Portal.js +1 -1
  194. package/lib/module/utils/api.js +1 -1
  195. package/lib/module/utils/assetRegistry.js +1 -1
  196. package/lib/module/utils/auth.js +1 -1
  197. package/lib/module/utils/connectorTests.js +1 -1
  198. package/lib/module/utils/crypto.js +1 -1
  199. package/lib/module/utils/debugHelper.js +1 -1
  200. package/lib/module/utils/encryption.js +1 -1
  201. package/lib/module/utils/eventUtils.js +1 -1
  202. package/lib/module/utils/haptics.js +1 -1
  203. package/lib/module/utils/networkDiagnostics.js +1 -1
  204. package/lib/module/utils/onairosApi.js +1 -1
  205. package/lib/module/utils/programmaticFlow.js +1 -1
  206. package/lib/module/utils/retryHelper.js +1 -1
  207. package/lib/module/utils/secureStorage.js +1 -1
  208. package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
  209. package/lib/module/utils/webviewScripts/claude.js +1 -1
  210. package/lib/module/utils/webviewScripts/hinge.js +1 -1
  211. package/lib/module/utils/webviewScripts/index.js +1 -1
  212. package/lib/module/utils/webviewScripts/instagram.js +1 -1
  213. package/lib/module/utils/webviewScripts/linkedin.js +1 -1
  214. package/lib/module/utils/webviewScripts/sephora.js +1 -1
  215. package/lib/module/utils/webviewScripts/telegram.js +1 -1
  216. 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';function _0xf9d7(_0x44edbb,_0xf9d756){_0x44edbb=_0x44edbb-0x0;const _0x26d211=_0x44ed();let _0x17458d=_0x26d211[_0x44edbb];return _0x17458d;}import{API_CONFIG,getApiHeaders,getUserAuthHeaders}from'../config/api';import{getApiConfig,isApiKeyInitialized}from'./apiKeyService';import{getJWT}from'./jwtStorageService';const getDeveloperAuthHeaders=()=>{const _0x3cc596={'uWKnO':_0xf9d7(0x0),'tLbvC':function(_0x1fcc50){return _0x1fcc50();},'NCCVL':function(_0x5e0959,_0x3a5b73){return _0x5e0959!==_0x3a5b73;},'FESAa':function(_0x41b77a,_0x1a418c){return _0x41b77a!==_0x1a418c;}};if(!isApiKeyInitialized())throw new Error(_0x3cc596[_0xf9d7(0x1)]);const _0x5b0eee=_0x3cc596[_0xf9d7(0x2)](getApiConfig);if(!(_0x3cc596['NCCVL'](_0x5b0eee,null)&&_0x3cc596[_0xf9d7(0x3)](_0x5b0eee,void 0x0)&&_0x5b0eee[_0xf9d7(0x4)]))throw new Error(_0xf9d7(0x5));return{...getApiHeaders(),'Authorization':'Bearer\x20'+_0x5b0eee[_0xf9d7(0x4)],'X-SDK-Version':_0xf9d7(0x6),'X-SDK-Platform':'react-native'};},WEB_CLIENT_ID=_0xf9d7(0x7),IOS_CLIENT_ID='1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com',OAUTH_CONFIG={'instagram':{'authUrl':_0xf9d7(0x8),'clientId':_0xf9d7(0x9),'redirectUri':_0xf9d7(0xa),'scope':_0xf9d7(0xb),'responseType':'code','hasNativeSDK':![]},'youtube':{'authUrl':API_CONFIG[_0xf9d7(0xc)]+_0xf9d7(0xd),'clientId':_0xf9d7(0x7),'redirectUri':_0xf9d7(0xa),'scope':'https://www.googleapis.com/auth/youtube.readonly','responseType':_0xf9d7(0xe),'hasNativeSDK':!![]},'reddit':{'authUrl':API_CONFIG[_0xf9d7(0xc)]+'/reddit/authorize','clientId':'demo_reddit_client_id','redirectUri':'onairosevents://auth/callback','scope':_0xf9d7(0xf),'responseType':_0xf9d7(0xe),'hasNativeSDK':![]},'pinterest':{'authUrl':API_CONFIG['BASE_URL']+'/pinterest/authorize','clientId':_0xf9d7(0x10),'redirectUri':'onairosevents://auth/callback','scope':_0xf9d7(0x11),'responseType':'code','hasNativeSDK':![]},'facebook':{'authUrl':_0xf9d7(0x12),'clientId':_0xf9d7(0x13),'redirectUri':_0xf9d7(0xa),'scope':_0xf9d7(0x14),'responseType':'code','hasNativeSDK':![]},'linkedin':{'authUrl':API_CONFIG[_0xf9d7(0xc)]+_0xf9d7(0x15),'clientId':'','redirectUri':_0xf9d7(0xa),'scope':_0xf9d7(0x16),'responseType':_0xf9d7(0xe),'hasNativeSDK':![]},'gmail':{'authUrl':API_CONFIG[_0xf9d7(0xc)]+_0xf9d7(0x17),'clientId':_0xf9d7(0x18),'redirectUri':_0xf9d7(0xa),'scope':_0xf9d7(0x19),'responseType':_0xf9d7(0xe),'hasNativeSDK':![]},'email':{'hasNativeSDK':![],'authUrl':API_CONFIG[_0xf9d7(0xc)]+_0xf9d7(0x1a)},'chatgpt':{'authUrl':_0xf9d7(0x1b),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'claude':{'authUrl':_0xf9d7(0x1c),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'gemini':{'authUrl':_0xf9d7(0x1d),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'grok':{'authUrl':_0xf9d7(0x1e),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'hinge':{'authUrl':_0xf9d7(0x1f),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'instagram_webview':{'authUrl':_0xf9d7(0x20),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'sephora':{'authUrl':_0xf9d7(0x21),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'telegram':{'authUrl':_0xf9d7(0x22),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]}};export const hasNativeSDK=_0x24a0a3=>{const _0x105bbf={'ybQKI':function(_0x20e1ea,_0x230545){return _0x20e1ea===_0x230545;}};var _0xf3105;return((_0xf3105=OAUTH_CONFIG[_0x24a0a3])===null||_0x105bbf[_0xf9d7(0x23)](_0xf3105,void 0x0)?void 0x0:_0xf3105['hasNativeSDK'])||![];};export const testApiConnectivity=async()=>{const _0x426ff8={'Abfyq':'Facebook\x20Login\x20completed\x20successfully','KxDLa':function(_0x1cb7da,_0x4fe325){return _0x1cb7da(_0x4fe325);},'QxjeM':'SDK\x20not\x20initialized.\x20Developers\x20must\x20call\x20initializeApiKey()\x20before\x20using\x20auth\x20features.','WapqC':function(_0x4f1e03,_0xc7da52){return _0x4f1e03!==_0xc7da52;},'PnatV':_0xf9d7(0x24),'rGJeG':_0xf9d7(0x25),'iQaNz':_0xf9d7(0x26),'quzyD':function(_0x131040,_0x262733,_0x2bd29e){return _0x131040(_0x262733,_0x2bd29e);},'ZKVKI':_0xf9d7(0x27),'bQCUc':'no-cors','hmVRz':function(_0x1eabc8,_0x5c0802){return _0x1eabc8===_0x5c0802;},'tfUsu':_0xf9d7(0x28),'rVaqs':_0xf9d7(0x29),'XZtkb':function(_0x1c03b8,_0x5e59ea,_0x141f7e){return _0x1c03b8(_0x5e59ea,_0x141f7e);},'friPX':function(_0x46f826,_0x19f3c1){return _0x46f826(_0x19f3c1);},'rpUov':_0xf9d7(0x2a),'QHBQY':_0xf9d7(0x2b),'noBWZ':_0xf9d7(0x2c),'FYWgK':_0xf9d7(0x2d),'LIDXb':function(_0x2cba2b,_0x19dbc5){return _0x2cba2b!==_0x19dbc5;},'YCANo':_0xf9d7(0x2e),'TqrYe':'Internet\x20works\x20but\x20API\x20server\x20is\x20unreachable.\x20The\x20server\x20may\x20be\x20blocking\x20requests\x20from\x20this\x20device/simulator.','mnRlX':'❌\x20[CONNECTIVITY]\x20Connectivity\x20test\x20failed:'},_0x438ee8={'googleTest':null,'api2Test':null};try{if(_0x426ff8[_0xf9d7(0x2f)](_0x426ff8[_0xf9d7(0x30)],_0x426ff8[_0xf9d7(0x31)])){var _0x14181f,_0xac1f84;console[_0xf9d7(0x32)](_0x426ff8['iQaNz']),console[_0xf9d7(0x32)]('🌐\x20[CONNECTIVITY]\x20Test\x201:\x20Checking\x20general\x20internet\x20(google.com)...');try{const _0x15cc3f=await _0x426ff8[_0xf9d7(0x33)](fetch,_0x426ff8[_0xf9d7(0x34)],{'method':_0xf9d7(0x35),'mode':_0x426ff8[_0xf9d7(0x36)]});_0x438ee8[_0xf9d7(0x37)]={'success':!![],'status':_0xf9d7(0x38)},console[_0xf9d7(0x32)](_0xf9d7(0x39));}catch(_0x5730a5){_0x426ff8[_0xf9d7(0x3a)](_0x426ff8[_0xf9d7(0x3b)],_0xf9d7(0x28))?(_0x438ee8[_0xf9d7(0x37)]={'success':![],'error':_0x5730a5[_0xf9d7(0x3c)]},console[_0xf9d7(0x3d)](_0x426ff8[_0xf9d7(0x3e)],_0x5730a5[_0xf9d7(0x3c)])):(_0x1dc32e['log'](_0x426ff8[_0xf9d7(0x3f)]),_0x426ff8['KxDLa'](_0x56cf58,!![]));}console[_0xf9d7(0x32)](_0xf9d7(0x40));try{const _0x12e273=new AbortController(),_0x3d38a7=setTimeout(()=>_0x12e273['abort'](),0x7530),_0x3757a8=await _0x426ff8['XZtkb'](fetch,API_CONFIG[_0xf9d7(0xc)]+_0xf9d7(0x41),{'method':'GET','signal':_0x12e273[_0xf9d7(0x42)]});_0x426ff8[_0xf9d7(0x43)](clearTimeout,_0x3d38a7);const _0x133dbe=await _0x3757a8['text']()['catch'](()=>_0xf9d7(0x44));_0x438ee8[_0xf9d7(0x45)]={'success':_0x3757a8['ok'],'status':_0x3757a8['status'],'statusText':_0x3757a8['statusText'],'response':_0x133dbe[_0xf9d7(0x46)](0x0,0xc8)},_0x3757a8['ok']?_0x426ff8[_0xf9d7(0x3a)](_0x426ff8[_0xf9d7(0x47)],_0x426ff8[_0xf9d7(0x48)])?(_0x21a598=_0x5724b1[_0xf9d7(0x49)][_0xf9d7(0x4a)],_0x3305b2[_0xf9d7(0x32)](_0xf9d7(0x4b)),_0x4e8006['log'](_0xf9d7(0x4c),_0x4d13fd[_0xf9d7(0x46)](0x0,0x14)+_0xf9d7(0x4d))):console[_0xf9d7(0x32)](_0x426ff8[_0xf9d7(0x4e)]):console[_0xf9d7(0x32)]('⚠️\x20[CONNECTIVITY]\x20API\x20server\x20responded\x20with\x20status:\x20'+_0x3757a8[_0xf9d7(0x4f)]);}catch(_0x13604a){_0x438ee8[_0xf9d7(0x45)]={'success':![],'error':_0x13604a[_0xf9d7(0x3c)],'name':_0x13604a['name']},console[_0xf9d7(0x3d)](_0x426ff8['FYWgK'],_0x13604a['message']);}if(_0x426ff8[_0xf9d7(0x2f)](_0x14181f=_0x438ee8['api2Test'],null)&&_0x426ff8[_0xf9d7(0x50)](_0x14181f,void 0x0)&&_0x14181f[_0xf9d7(0x51)])return{'success':!![],'message':_0x426ff8['YCANo'],'details':_0x438ee8};else return _0x426ff8[_0xf9d7(0x2f)](_0xac1f84=_0x438ee8[_0xf9d7(0x37)],null)&&_0x426ff8['LIDXb'](_0xac1f84,void 0x0)&&_0xac1f84[_0xf9d7(0x51)]?{'success':![],'message':_0x426ff8[_0xf9d7(0x52)],'details':_0x438ee8}:{'success':![],'message':_0xf9d7(0x53),'details':_0x438ee8};}else throw new _0x2bd82a(_0x426ff8[_0xf9d7(0x54)]);}catch(_0x415f55){return console[_0xf9d7(0x3d)](_0x426ff8[_0xf9d7(0x55)],_0x415f55[_0xf9d7(0x3c)]),{'success':![],'message':_0xf9d7(0x56)+_0x415f55[_0xf9d7(0x3c)],'details':{'error':_0x415f55[_0xf9d7(0x3c)],'results':_0x438ee8}};}};export const initiateOAuth=async(_0x1850a5,_0x44278d)=>{const _0x43201c={'ePhKY':_0xf9d7(0x57),'YrWfx':_0xf9d7(0x58),'glNDU':'🔑\x20Token\x20preview:','jhoys':_0xf9d7(0x59),'QiOsg':_0xf9d7(0x5a),'RFObW':function(_0x3e1927,_0x3fe01c){return _0x3e1927===_0x3fe01c;},'pQDcQ':function(_0x3dff56,_0x561eb1){return _0x3dff56===_0x561eb1;},'yiCmN':function(_0x5d2342,_0x16230c){return _0x5d2342===_0x16230c;},'rAUgb':_0xf9d7(0x5b),'ccKAY':function(_0x376db8,_0x2e4493){return _0x376db8===_0x2e4493;},'YqZHc':_0xf9d7(0x5c),'DthrS':_0xf9d7(0x5d),'OuQJl':function(_0x356854,_0x1f2f28){return _0x356854!==_0x1f2f28;},'HhJHs':_0xf9d7(0x5e),'EKUmw':function(_0x45559e){return _0x45559e();},'lTdCp':function(_0x4ad38e,_0x257646,_0x202bb1){return _0x4ad38e(_0x257646,_0x202bb1);},'NfTvA':function(_0x27e2dd,_0x585b94,_0x3384ce){return _0x27e2dd(_0x585b94,_0x3384ce);},'YDsrn':function(_0x2596e5,_0x1eee67){return _0x2596e5===_0x1eee67;},'xHFuI':_0xf9d7(0x5f),'qYbXv':_0xf9d7(0x60),'MVaaH':_0xf9d7(0x61),'hbhEb':function(_0x28c86f,_0xad1a1e){return _0x28c86f!==_0xad1a1e;},'yvRvH':'3|2|4|5|0|1','yNDwH':_0xf9d7(0x62),'DNWKN':_0xf9d7(0x63),'tTzsM':_0xf9d7(0x64),'GSvdB':_0xf9d7(0x65)};try{if(_0x43201c[_0xf9d7(0x66)](_0x43201c[_0xf9d7(0x67)],_0x43201c[_0xf9d7(0x67)])){console[_0xf9d7(0x32)](_0xf9d7(0x68)+_0x1850a5),console['log'](_0xf9d7(0x69)+Platform['OS']+_0xf9d7(0x6a)+Platform[_0xf9d7(0x6b)]);if(_0x43201c[_0xf9d7(0x6c)](_0x1850a5,_0x43201c['YqZHc']))return'ETzee'!==_0xf9d7(0x6d)?{'success':![],'error':_0x5d9886[_0xf9d7(0x3c)]||_0x43201c[_0xf9d7(0x6e)]}:(console['log'](_0x43201c[_0xf9d7(0x6f)]),API_CONFIG[_0xf9d7(0xc)]+_0xf9d7(0x70));let _0x289bd0;try{_0x43201c[_0xf9d7(0x71)](_0x43201c[_0xf9d7(0x72)],_0x43201c[_0xf9d7(0x72)])?(_0x422969['log'](_0x43201c[_0xf9d7(0x73)]),_0x25b4ea['log'](_0x43201c[_0xf9d7(0x74)],_0x30d52c['substring'](0x0,0x14)+_0xf9d7(0x4d))):(_0x289bd0=await _0x43201c[_0xf9d7(0x75)](getUserAuthHeaders),console[_0xf9d7(0x32)]('🔑\x20[OAUTH]\x20Using\x20User\x20JWT\x20for\x20authentication'));}catch(_0x23449a){return console['error']('❌\x20[OAUTH]\x20User\x20not\x20authenticated\x20-\x20cannot\x20initiate\x20'+_0x1850a5+_0xf9d7(0x76)),console[_0xf9d7(0x3d)](_0xf9d7(0x77)),null;}const _0xcdac85=API_CONFIG[_0xf9d7(0xc)]+'/'+_0x1850a5+_0xf9d7(0x78);console[_0xf9d7(0x32)](_0xf9d7(0x79)+_0xcdac85),console['log']('🔗\x20[OAUTH]\x20About\x20to\x20make\x20fetch\x20request...');const _0x3b35f9={'platform':_0x1850a5,'timestamp':new Date()[_0xf9d7(0x7a)]()};console[_0xf9d7(0x32)](_0xf9d7(0x7b),_0x3b35f9);const _0x55abf2=new AbortController(),_0x29433d=_0x43201c['lTdCp'](setTimeout,()=>{console[_0xf9d7(0x32)](_0xf9d7(0x7c)+_0x1850a5+_0xf9d7(0x7d)),_0x55abf2[_0xf9d7(0x7e)]();},0x7530),_0x1c2540=await _0x43201c[_0xf9d7(0x7f)](fetch,_0xcdac85,{'method':'POST','headers':_0x289bd0,'body':JSON[_0xf9d7(0x80)](_0x3b35f9),'signal':_0x55abf2[_0xf9d7(0x42)]});clearTimeout(_0x29433d),console[_0xf9d7(0x32)](_0xf9d7(0x81)+_0x1c2540[_0xf9d7(0x4f)]+'\x20'+_0x1c2540[_0xf9d7(0x82)]);if(!_0x1c2540['ok']){const _0x40d469=await _0x1c2540[_0xf9d7(0x83)]();return console[_0xf9d7(0x3d)](_0xf9d7(0x84)+_0x1850a5+':\x20'+_0x1c2540[_0xf9d7(0x4f)]+'\x20-\x20'+_0x40d469),null;}const _0x1daba8=await _0x1c2540[_0xf9d7(0x85)]();console[_0xf9d7(0x32)]('📋\x20[OAUTH]\x20Response\x20data\x20for\x20'+_0x1850a5+':',_0x1daba8);const _0x12cfb1=_0x1850a5+_0xf9d7(0x86),_0x2ae071=_0x1daba8[_0x12cfb1]||_0x1daba8[_0xf9d7(0x87)]||null;return console[_0xf9d7(0x32)](_0xf9d7(0x88)+_0x1850a5+'\x20(key:\x20'+_0x12cfb1+'):',_0x2ae071),_0x2ae071;}else _0x960d73=_0x171c74[_0xf9d7(0x89)][0x0][_0xf9d7(0x8a)][_0xf9d7(0x8b)],_0x4c7b80=_0x164126[_0xf9d7(0x89)][0x0]['id'],_0x28e66f[_0xf9d7(0x32)](_0x43201c[_0xf9d7(0x8c)],_0x300bba,_0xf9d7(0x8d),_0x30b284);}catch(_0x1d3d56){var _0x1fc668;if(_0x43201c[_0xf9d7(0x8e)](_0x1d3d56[_0xf9d7(0x8f)],_0x43201c[_0xf9d7(0x90)])){if(_0x43201c[_0xf9d7(0x71)](_0x43201c['qYbXv'],_0x43201c['MVaaH']))console[_0xf9d7(0x3d)](_0xf9d7(0x91)+_0x1850a5+'\x20-\x20the\x20server\x20took\x20too\x20long\x20to\x20respond');else{var _0x58c359,_0x5ce69a;_0x4f74b2[_0xf9d7(0x32)](_0x43201c['QiOsg'],_0x535056),_0x3c799e=((_0x58c359=_0x19f65f[_0xf9d7(0x49)])===null||_0x58c359===void 0x0||_0x43201c[_0xf9d7(0x66)](_0x58c359=_0x58c359[_0xf9d7(0x92)],null)||_0x43201c['RFObW'](_0x58c359,void 0x0)?void 0x0:_0x58c359[_0xf9d7(0x8f)])||((_0x5ce69a=_0x4942be['data'])===null||_0x43201c[_0xf9d7(0x93)](_0x5ce69a,void 0x0)||_0x43201c[_0xf9d7(0x94)](_0x5ce69a=_0x5ce69a[_0xf9d7(0x92)],null)||_0x5ce69a===void 0x0?void 0x0:_0x5ce69a[_0xf9d7(0x5c)])||'Unknown\x20Channel';}}else{if(_0x43201c[_0xf9d7(0x95)](_0x1fc668=_0x1d3d56[_0xf9d7(0x3c)],null)&&_0x43201c[_0xf9d7(0x95)](_0x1fc668,void 0x0)&&_0x1fc668[_0xf9d7(0x96)](_0xf9d7(0x97))){const _0x56d18a=_0x43201c[_0xf9d7(0x98)][_0xf9d7(0x99)]('|');let _0x4aae28=0x0;while(!![]){switch(_0x56d18a[_0x4aae28++]){case'0':console[_0xf9d7(0x3d)](_0x43201c['yNDwH']);continue;case'1':console['error'](_0x43201c[_0xf9d7(0x9a)]);continue;case'2':console['error'](_0xf9d7(0x9b));continue;case'3':console[_0xf9d7(0x3d)](_0xf9d7(0x9c)+_0x1850a5+'.\x20Possible\x20causes:');continue;case'4':console[_0xf9d7(0x3d)](_0x43201c['tTzsM']);continue;case'5':console[_0xf9d7(0x3d)](_0x43201c['GSvdB']);continue;}break;}}else console[_0xf9d7(0x3d)](_0xf9d7(0x84)+_0x1850a5+':',_0x1d3d56);}return null;}};const initializeGoogleSignIn=()=>{const _0x3831f0={'vJFMe':_0xf9d7(0x9d),'IwwIl':_0xf9d7(0x9e),'LUfqd':'email'};GoogleSignin[_0xf9d7(0x9f)]({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':['https://www.googleapis.com/auth/youtube.readonly',_0x3831f0[_0xf9d7(0xa0)],_0x3831f0['IwwIl'],_0x3831f0['LUfqd']],'hostedDomain':'','accountName':''});};export const forceYouTubeReconnectionWithConsent=async _0x3182b5=>{const _0x49a3dc={'wyIME':_0xf9d7(0xa1),'OPqJk':_0xf9d7(0xa2),'bCyVo':function(_0x211a0f,_0x1c0460){return _0x211a0f===_0x1c0460;},'CpEga':_0xf9d7(0xa3),'YqbZv':_0xf9d7(0xa4),'nHDuM':'🔄\x20[YOUTUBE\x20AUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','FZIGb':_0xf9d7(0xa5),'SIPIf':_0xf9d7(0xa6),'NZpRU':_0xf9d7(0xa7),'wIEYm':'⚠️\x20[YOUTUBE\x20REAUTH]\x20Backend\x20did\x20NOT\x20confirm\x20refresh\x20token\x20reception','SEsle':_0xf9d7(0xa8),'xWscS':_0xf9d7(0xa9),'mthOo':'KKHWv','rBTIL':_0xf9d7(0xaa),'nFVSo':'👤\x20User:','RArYk':function(_0xbc0e49,_0x550244){return _0xbc0e49===_0x550244;},'sXIon':'ovfhr','qzzRx':_0xf9d7(0xab),'ptGJO':'ℹ️\x20Sign\x20out\x20not\x20needed:','LzctA':_0xf9d7(0xac),'Sbcow':_0xf9d7(0xad),'Siyxc':_0xf9d7(0x9d),'UrLIp':_0xf9d7(0x9e),'gVKxt':_0xf9d7(0x5c),'CDWhE':_0xf9d7(0xae),'LRdkc':'✅\x20Sign-in\x20completed\x20-\x20checking\x20for\x20refresh\x20token...','EjhWh':_0xf9d7(0xaf),'zodDq':function(_0x475e21,_0x2abed6){return _0x475e21===_0x2abed6;},'jBKug':function(_0x2e389d,_0xcf34b1){return _0x2e389d===_0xcf34b1;},'JRlyJ':_0xf9d7(0xb0),'fdmXZ':_0xf9d7(0xb1),'eRMEW':'Missing','gnYfs':_0xf9d7(0xb2),'AsCSw':_0xf9d7(0xb3),'LRelC':'-\x20ServerAuthCode\x20(currentUser):','OntqR':function(_0x303b72,_0xe51560){return _0x303b72!==_0xe51560;},'hzpRu':function(_0x401038,_0x5bda74){return _0x401038!==_0x5bda74;},'qsKwm':_0xf9d7(0xb4),'ovocj':'🔑\x20Refresh\x20token\x20type:','KKJuT':_0xf9d7(0x4a),'PDPvq':_0xf9d7(0xb5),'hfzqI':_0xf9d7(0x4c),'Mwhfj':_0xf9d7(0xb6),'BUNXN':_0xf9d7(0xb7),'iUvBc':'https://www.googleapis.com/youtube/v3/channels?part=snippet&mine=true','dAeuO':function(_0x4a81c9,_0x2693c5){return _0x4a81c9>_0x2693c5;},'FJcCa':function(_0x3fb0b8,_0x2f80f5){return _0x3fb0b8!==_0x2f80f5;},'tnQJr':'ljDds','LAEws':'✅\x20YouTube\x20channel\x20found:','Ycvby':_0xf9d7(0x8d),'ifNJb':_0xf9d7(0xb8),'OSnmE':function(_0x13db63,_0x211ff5){return _0x13db63===_0x211ff5;},'jApmz':function(_0x58c2cc,_0x52f3a5){return _0x58c2cc===_0x52f3a5;},'uVnNt':function(_0x370dcd,_0x235c3f){return _0x370dcd===_0x235c3f;},'AaAbQ':_0xf9d7(0xb9),'EXune':_0xf9d7(0xba),'DZBBv':function(_0x5ce268,_0x478316){return _0x5ce268===_0x478316;},'uLqOQ':function(_0x54df14,_0x4b9c4b){return _0x54df14===_0x4b9c4b;},'xKHyk':function(_0x1483eb,_0x40e989){return _0x1483eb===_0x40e989;},'ldrhP':function(_0x51d24b,_0x1eaf64){return _0x51d24b===_0x1eaf64;},'NrNkT':function(_0x3605c1,_0x33e300){return _0x3605c1===_0x33e300;},'EPFBS':function(_0x593c73,_0x214161){return _0x593c73===_0x214161;},'aSCEW':function(_0x20bfbe,_0x364ebd){return _0x20bfbe===_0x364ebd;},'XZXFa':function(_0xf9a45c,_0xb3f5ba){return _0xf9a45c===_0xb3f5ba;},'EiZMs':function(_0x1fcace,_0x500a46){return _0x1fcace===_0x500a46;},'hHTmN':function(_0x27c521){return _0x27c521();},'QXHcb':function(_0x5665ca,_0x1b8581){return _0x5665ca<_0x1b8581;},'RGdgx':'🔐\x20Creating\x20authentication\x20token\x20for\x20YouTube\x20connection...','qlEcH':_0xf9d7(0xbb),'yjabP':function(_0x1046fd,_0x53cb8a){return _0x1046fd===_0x53cb8a;},'HllWb':function(_0x3c57fe,_0x2a04f1){return _0x3c57fe===_0x2a04f1;},'dhMnG':function(_0x28170e,_0x10d642){return _0x28170e===_0x10d642;},'VYGhm':function(_0x3227cd,_0x164068){return _0x3227cd===_0x164068;},'GPPvk':function(_0x12ab8c,_0x15f6a6){return _0x12ab8c===_0x15f6a6;},'uYmFA':function(_0x3c8310,_0x2ff0da){return _0x3c8310===_0x2ff0da;},'iBZZo':_0xf9d7(0xbc),'uUAwM':function(_0x4fa382,_0x49009d){return _0x4fa382===_0x49009d;},'zIVAa':'🚀\x20[YOUTUBE\x20REAUTH]\x20=====\x20SENDING\x20REAUTH\x20SIGNAL\x20TO\x20BACKEND\x20=====','gKtTr':_0xf9d7(0xbd),'okAdy':_0xf9d7(0xbe),'KOEsR':'🚀\x20[YOUTUBE\x20REAUTH]\x20Payload\x20Summary:','lYxuy':function(_0x3f4b05,_0x553a4f){return _0x3f4b05===_0x553a4f;},'jnFpv':function(_0x4f88c7,_0x26593b){return _0x4f88c7===_0x26593b;},'ShJPC':function(_0x9cf30,_0x39768b){return _0x9cf30===_0x39768b;},'vxFnf':'🚀\x20[YOUTUBE\x20REAUTH]\x20FULL\x20PAYLOAD:','aCRaX':function(_0x319ff4,_0xa91111,_0x2da8bf){return _0x319ff4(_0xa91111,_0x2da8bf);},'siold':function(_0x4dedf2,_0x5ec23a){return _0x4dedf2&&_0x5ec23a;},'MTLRZ':'📡\x20[YOUTUBE\x20REAUTH]\x20Response\x20Status:','WPHxs':_0xf9d7(0xbf),'MYVBv':_0xf9d7(0xc0),'avedd':_0xf9d7(0xc1),'PHfpU':function(_0x3cdd0e,_0x452b77){return _0x3cdd0e===_0x452b77;},'qcpUH':_0xf9d7(0xc2),'niVhN':_0xf9d7(0xc3),'BhAiw':'🔑\x20[YOUTUBE\x20REAUTH]\x20Training\x20Ready:\x20Yes','aEriI':'✅\x20[YOUTUBE\x20REAUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','paZPc':_0xf9d7(0xc4),'QDLqc':'🔑\x20[YOUTUBE\x20REAUTH]\x20Mode:\x20Temporary\x20(expires\x20~1\x20hour)','Ejsmj':'🔑\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20sent:','NyvsI':'Yes','pkOft':'🔑\x20[YOUTUBE\x20REAUTH]\x20Connection\x20Details:','PdOPE':'🎉\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Temporary\x20YouTube\x20connection\x20established!','gnqPr':_0xf9d7(0xc5),'RypWW':_0xf9d7(0xc6),'xXMHs':'🎉\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Full\x20YouTube\x20connection\x20with\x20refresh\x20tokens!','AZQau':_0xf9d7(0xc7),'RaAdz':'🔑\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20length:','TvzNk':_0xf9d7(0xc8),'hOIKW':_0xf9d7(0xc9),'hIZzh':_0xf9d7(0xca),'qQVAX':function(_0x394d47,_0x284a75){return _0x394d47===_0x284a75;},'FfOJD':'zmxbU','RUjrf':'TOsgY','IewCD':_0xf9d7(0xcb),'EiVsR':_0xf9d7(0xcc),'aasxb':'❌\x20CRITICAL:\x20No\x20refresh\x20token\x20even\x20after\x20consent\x20screen','dpkTG':_0xf9d7(0xcd),'fIkZr':_0xf9d7(0xce),'uyiGC':_0xf9d7(0xcf),'LZETN':_0xf9d7(0xd0),'zAFBI':function(_0x233687,_0x40f289){return _0x233687===_0x40f289;},'koqgM':_0xf9d7(0xd1),'lJdRp':_0xf9d7(0xd2),'KdhwK':function(_0xb43a7d,_0x147c1f){return _0xb43a7d===_0x147c1f;},'BcMHQ':_0xf9d7(0xd3),'LqcgK':function(_0x3a9955,_0x20c057){return _0x3a9955===_0x20c057;}};try{if(_0x49a3dc[_0xf9d7(0xd4)](_0x49a3dc['mthOo'],_0x49a3dc['mthOo'])){var _0x44a4dc,_0x5b02e5,_0x225bc8;console[_0xf9d7(0x32)](_0x49a3dc[_0xf9d7(0xd5)]),console[_0xf9d7(0x32)](_0x49a3dc[_0xf9d7(0xd6)],_0x3182b5);try{if(_0x49a3dc[_0xf9d7(0xd7)](_0x49a3dc[_0xf9d7(0xd8)],_0x49a3dc[_0xf9d7(0xd8)]))await GoogleSignin[_0xf9d7(0xd9)](),console['log'](_0x49a3dc[_0xf9d7(0xda)]);else{_0x11499b[_0xf9d7(0x3d)](_0x49a3dc[_0xf9d7(0xdb)],_0x4f7bf6);if(_0x2d632a[_0xf9d7(0xe)]===_0x569b2f[_0xf9d7(0xdc)])_0x3ab212['log'](_0x49a3dc[_0xf9d7(0xdd)]);else{if(_0x49a3dc['bCyVo'](_0x8c30a['code'],_0x4a2bdf[_0xf9d7(0xde)]))_0x4050bd[_0xf9d7(0x32)](_0x49a3dc[_0xf9d7(0xdf)]);else _0x3f799a[_0xf9d7(0xe)]===_0x62aa7d['PLAY_SERVICES_NOT_AVAILABLE']&&_0x4c0dec[_0xf9d7(0x32)](_0x49a3dc[_0xf9d7(0xe0)]);}return![];}}catch(_0x3a3da8){console[_0xf9d7(0x32)](_0x49a3dc[_0xf9d7(0xe1)],_0x3a3da8);}try{const _0x5a6f10=await GoogleSignin[_0xf9d7(0xe2)]();_0x5a6f10[_0xf9d7(0xe3)]&&(await GoogleSignin[_0xf9d7(0xe4)](_0x5a6f10[_0xf9d7(0xe3)]),console['log'](_0x49a3dc[_0xf9d7(0xe5)]));}catch(_0x28b8bd){console[_0xf9d7(0x32)](_0xf9d7(0xe6));}console[_0xf9d7(0x32)](_0xf9d7(0xe7)),GoogleSignin[_0xf9d7(0x9f)]({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x49a3dc[_0xf9d7(0xe8)],_0x49a3dc[_0xf9d7(0xe9)],_0x49a3dc[_0xf9d7(0xea)],_0x49a3dc[_0xf9d7(0xeb)]],'hostedDomain':'','accountName':''}),await GoogleSignin[_0xf9d7(0xec)](),console[_0xf9d7(0x32)]('✅\x20Play\x20Services\x20available'),console[_0xf9d7(0x32)](_0xf9d7(0xed)),console[_0xf9d7(0x32)](_0x49a3dc[_0xf9d7(0xee)]);const _0x774cfa=await GoogleSignin[_0xf9d7(0xef)]();console[_0xf9d7(0x32)](_0x49a3dc[_0xf9d7(0xf0)]),console[_0xf9d7(0x32)](_0x49a3dc[_0xf9d7(0xf1)],_0x49a3dc[_0xf9d7(0xd7)](_0x44a4dc=_0x774cfa[_0xf9d7(0x49)],null)||_0x49a3dc[_0xf9d7(0xf2)](_0x44a4dc,void 0x0)||_0x49a3dc['bCyVo'](_0x44a4dc=_0x44a4dc['user'],null)||_0x49a3dc[_0xf9d7(0xf3)](_0x44a4dc,void 0x0)?void 0x0:_0x44a4dc[_0xf9d7(0x5c)]);const _0x1f7427=await GoogleSignin['getTokens'](),_0x1645ce=await GoogleSignin[_0xf9d7(0xf4)]();console['log'](_0x49a3dc['JRlyJ']),console[_0xf9d7(0x32)](JSON[_0xf9d7(0x80)](_0x774cfa,null,0x2)),console[_0xf9d7(0x32)](_0xf9d7(0xf5)),console[_0xf9d7(0x32)](JSON['stringify'](_0x1f7427,null,0x2)),console[_0xf9d7(0x32)](_0x49a3dc[_0xf9d7(0xf6)]),console[_0xf9d7(0x32)](JSON[_0xf9d7(0x80)](_0x1645ce,null,0x2)),console[_0xf9d7(0x32)](_0xf9d7(0xf7)),console[_0xf9d7(0x32)](_0xf9d7(0xf8),_0x1f7427[_0xf9d7(0xe3)]?_0x1f7427['accessToken'][_0xf9d7(0x46)](0x0,0x14)+_0xf9d7(0x4d):_0x49a3dc[_0xf9d7(0xf9)]),console[_0xf9d7(0x32)](_0x49a3dc[_0xf9d7(0xfa)],_0x1f7427['idToken']?_0x49a3dc[_0xf9d7(0xfb)]:_0x49a3dc[_0xf9d7(0xf9)]),console[_0xf9d7(0x32)]('-\x20ServerAuthCode\x20(userInfo):',(_0x5b02e5=_0x774cfa['data'])!==null&&_0x5b02e5!==void 0x0&&_0x5b02e5[_0xf9d7(0x4a)]?_0x774cfa[_0xf9d7(0x49)][_0xf9d7(0x4a)][_0xf9d7(0x46)](0x0,0x14)+_0xf9d7(0x4d):_0x49a3dc['eRMEW']),console['log'](_0x49a3dc[_0xf9d7(0xfc)],_0x49a3dc[_0xf9d7(0xfd)](_0x1645ce,null)&&_0x49a3dc[_0xf9d7(0xfe)](_0x1645ce,void 0x0)&&_0x1645ce[_0xf9d7(0x4a)]?_0x1645ce[_0xf9d7(0x4a)]['substring'](0x0,0x14)+_0xf9d7(0x4d):_0x49a3dc[_0xf9d7(0xf9)]);const _0x10e84f=(_0x49a3dc[_0xf9d7(0xf2)](_0x225bc8=_0x774cfa[_0xf9d7(0x49)],null)||_0x49a3dc[_0xf9d7(0xf2)](_0x225bc8,void 0x0)?void 0x0:_0x225bc8[_0xf9d7(0x4a)])||(_0x1645ce===null||_0x1645ce===void 0x0?void 0x0:_0x1645ce[_0xf9d7(0x4a)]);if(_0x10e84f){var _0x942cd0,_0x42429f,_0x104a07,_0x2912d7,_0x8ddd95,_0x21712e;console[_0xf9d7(0x32)](_0x49a3dc[_0xf9d7(0xff)]),console[_0xf9d7(0x32)](_0x49a3dc[_0xf9d7(0x100)],_0x10e84f[_0xf9d7(0x101)]('4/')?_0x49a3dc[_0xf9d7(0x102)]:_0x49a3dc[_0xf9d7(0x103)]),console[_0xf9d7(0x32)](_0x49a3dc['hfzqI'],_0x10e84f[_0xf9d7(0x46)](0x0,0x14)+_0xf9d7(0x4d));let _0x2298a3=_0x49a3dc[_0xf9d7(0x104)],_0x2af7e6=null;try{console[_0xf9d7(0x32)](_0x49a3dc[_0xf9d7(0x105)]);const _0x35cea5=await fetch(_0x49a3dc[_0xf9d7(0x106)],{'headers':{'Authorization':'Bearer\x20'+_0x1f7427[_0xf9d7(0xe3)],'Accept':'application/json'}});if(_0x35cea5['ok']){const _0x1f2f7c=await _0x35cea5[_0xf9d7(0x85)]();if(_0x1f2f7c[_0xf9d7(0x89)]&&_0x49a3dc[_0xf9d7(0x107)](_0x1f2f7c[_0xf9d7(0x89)][_0xf9d7(0x108)],0x0))_0x49a3dc[_0xf9d7(0x109)](_0xf9d7(0x10a),_0x49a3dc[_0xf9d7(0x10b)])?(_0x124dea[_0xf9d7(0x32)](_0x49a3dc['nHDuM']),_0x3202ba[_0xf9d7(0x32)](_0x49a3dc[_0xf9d7(0x10c)]),_0x240b02[_0xf9d7(0x32)](_0x49a3dc[_0xf9d7(0x10d)])):(_0x2298a3=_0x1f2f7c[_0xf9d7(0x89)][0x0][_0xf9d7(0x8a)]['title'],_0x2af7e6=_0x1f2f7c['items'][0x0]['id'],console['log'](_0x49a3dc[_0xf9d7(0x10e)],_0x2298a3,_0x49a3dc['Ycvby'],_0x2af7e6));else{var _0xd67558,_0x58964b;console['log'](_0x49a3dc[_0xf9d7(0x10f)]),_0x2298a3=(_0x49a3dc[_0xf9d7(0xd7)](_0xd67558=_0x774cfa['data'],null)||_0x49a3dc['OSnmE'](_0xd67558,void 0x0)||_0x49a3dc[_0xf9d7(0xd4)](_0xd67558=_0xd67558[_0xf9d7(0x92)],null)||_0xd67558===void 0x0?void 0x0:_0xd67558[_0xf9d7(0x8f)])||(_0x49a3dc[_0xf9d7(0x110)](_0x58964b=_0x774cfa['data'],null)||_0x49a3dc['RArYk'](_0x58964b,void 0x0)||_0x49a3dc['uVnNt'](_0x58964b=_0x58964b[_0xf9d7(0x92)],null)||_0x58964b===void 0x0?void 0x0:_0x58964b[_0xf9d7(0x5c)])||_0x49a3dc[_0xf9d7(0x111)];}}else{var _0x3db78e,_0x569a70;console[_0xf9d7(0x32)](_0x49a3dc[_0xf9d7(0x112)],_0x35cea5[_0xf9d7(0x4f)]),_0x2298a3=((_0x3db78e=_0x774cfa[_0xf9d7(0x49)])===null||_0x49a3dc['DZBBv'](_0x3db78e,void 0x0)||_0x49a3dc['uLqOQ'](_0x3db78e=_0x3db78e['user'],null)||_0x49a3dc[_0xf9d7(0x113)](_0x3db78e,void 0x0)?void 0x0:_0x3db78e[_0xf9d7(0x8f)])||(_0x49a3dc[_0xf9d7(0x114)](_0x569a70=_0x774cfa['data'],null)||_0x49a3dc[_0xf9d7(0x115)](_0x569a70,void 0x0)||_0x49a3dc['NrNkT'](_0x569a70=_0x569a70['user'],null)||_0x569a70===void 0x0?void 0x0:_0x569a70[_0xf9d7(0x5c)])||_0x49a3dc[_0xf9d7(0x104)];}}catch(_0x25fd91){var _0x8d7e37,_0x32ed67;console['log'](_0xf9d7(0x5a),_0x25fd91),_0x2298a3=(_0x49a3dc['jApmz'](_0x8d7e37=_0x774cfa[_0xf9d7(0x49)],null)||_0x49a3dc['EPFBS'](_0x8d7e37,void 0x0)||_0x49a3dc['aSCEW'](_0x8d7e37=_0x8d7e37[_0xf9d7(0x92)],null)||_0x49a3dc[_0xf9d7(0x114)](_0x8d7e37,void 0x0)?void 0x0:_0x8d7e37[_0xf9d7(0x8f)])||((_0x32ed67=_0x774cfa[_0xf9d7(0x49)])===null||_0x49a3dc['XZXFa'](_0x32ed67,void 0x0)||_0x49a3dc[_0xf9d7(0x116)](_0x32ed67=_0x32ed67[_0xf9d7(0x92)],null)||_0x49a3dc['EiZMs'](_0x32ed67,void 0x0)?void 0x0:_0x32ed67[_0xf9d7(0x5c)])||_0x49a3dc[_0xf9d7(0x104)];}let _0x580558=await _0x49a3dc['hHTmN'](getJWT);(!_0x580558||_0x49a3dc['QXHcb'](_0x580558['trim']()[_0xf9d7(0x108)],0x14))&&(console[_0xf9d7(0x32)](_0x49a3dc['RGdgx']),_0x580558=_0xf9d7(0x117));const _0x390e87={'session':{'username':_0x3182b5,'platform':_0x49a3dc[_0xf9d7(0x118)],'timestamp':new Date()['toISOString'](),'channelName':_0x2298a3,'channelId':_0x2af7e6,'forceConsent':!![]},'googleUser':_0x49a3dc[_0xf9d7(0x119)](_0x942cd0=_0x774cfa[_0xf9d7(0x49)],null)||_0x49a3dc['HllWb'](_0x942cd0,void 0x0)?void 0x0:_0x942cd0[_0xf9d7(0x92)],'accessToken':_0x1f7427['accessToken'],'idToken':_0x1f7427[_0xf9d7(0x11a)],'refreshToken':_0x10e84f,'serverAuthCode':_0x10e84f,'refresh_token':_0x10e84f,'server_auth_code':_0x10e84f,'authCode':_0x10e84f,'userAccountInfo':{'username':_0x3182b5,'email':_0x49a3dc[_0xf9d7(0x11b)](_0x42429f=_0x774cfa['data'],null)||_0x49a3dc[_0xf9d7(0x11c)](_0x42429f,void 0x0)||_0x49a3dc['GPPvk'](_0x42429f=_0x42429f[_0xf9d7(0x92)],null)||_0x42429f===void 0x0?void 0x0:_0x42429f['email'],'authToken':_0x580558,'channelName':_0x2298a3,'channelId':_0x2af7e6,'userIdentifier':_0x580558?_0xf9d7(0x11d)+_0x580558['substring'](0x0,0xa):_0xf9d7(0x11e)+((_0x104a07=_0x774cfa['data'])===null||_0x49a3dc[_0xf9d7(0x11c)](_0x104a07,void 0x0)||_0x49a3dc[_0xf9d7(0x114)](_0x104a07=_0x104a07['user'],null)||_0x104a07===void 0x0?void 0x0:_0x104a07[_0xf9d7(0x5c)]),'googleId':(_0x2912d7=_0x774cfa[_0xf9d7(0x49)])===null||_0x49a3dc[_0xf9d7(0x116)](_0x2912d7,void 0x0)||(_0x2912d7=_0x2912d7[_0xf9d7(0x92)])===null||_0x49a3dc['uYmFA'](_0x2912d7,void 0x0)?void 0x0:_0x2912d7['id'],'refreshToken':_0x10e84f,'serverAuthCode':_0x10e84f},'tokenExpiry':new Date(Date[_0xf9d7(0x11f)]()+0xe10*0x3e8)[_0xf9d7(0x7a)](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!![],'refreshTokenType':_0x10e84f[_0xf9d7(0x101)]('4/')?_0x49a3dc[_0xf9d7(0x102)]:_0xf9d7(0xb5),'configuredForRefresh':!![],'forcedConsent':!![],'consentMethod':_0xf9d7(0x120),'refreshTokenValue':_0x10e84f}};console[_0xf9d7(0x32)](_0x49a3dc['iBZZo'],{'hasAccessToken':!!_0x390e87[_0xf9d7(0xe3)],'hasRefreshToken':!!_0x390e87[_0xf9d7(0xb5)],'hasServerAuthCode':!!_0x390e87[_0xf9d7(0x4a)],'refreshTokenType':_0x390e87[_0xf9d7(0x121)][_0xf9d7(0x122)],'userEmail':_0x49a3dc[_0xf9d7(0x123)](_0x8ddd95=_0x774cfa[_0xf9d7(0x49)],null)||_0x49a3dc[_0xf9d7(0x124)](_0x8ddd95,void 0x0)||_0x49a3dc[_0xf9d7(0x11b)](_0x8ddd95=_0x8ddd95[_0xf9d7(0x92)],null)||_0x8ddd95===void 0x0?void 0x0:_0x8ddd95[_0xf9d7(0x5c)],'forcedConsent':!![]}),console[_0xf9d7(0x32)](_0x49a3dc[_0xf9d7(0x125)]),console[_0xf9d7(0x32)](_0xf9d7(0x126)),console[_0xf9d7(0x32)]('\uD83D\uDE80 [YOUTUBE REAUTH] Method: POST'),console[_0xf9d7(0x32)](_0x49a3dc['gKtTr'],{'Content-Type':'application/json','Authorization':_0x580558?_0x580558[_0xf9d7(0x46)](0x0,0x14)+_0xf9d7(0x4d):_0x49a3dc[_0xf9d7(0x127)]}),console['log'](_0x49a3dc[_0xf9d7(0x128)],{'hasAccessToken':!!_0x390e87[_0xf9d7(0xe3)],'hasRefreshToken':!!_0x390e87[_0xf9d7(0xb5)],'hasServerAuthCode':!!_0x390e87[_0xf9d7(0x4a)],'refreshTokenType':_0x390e87[_0xf9d7(0x121)]['refreshTokenType'],'userEmail':_0x49a3dc[_0xf9d7(0x129)](_0x21712e=_0x774cfa[_0xf9d7(0x49)],null)||_0x49a3dc['jnFpv'](_0x21712e,void 0x0)||_0x49a3dc[_0xf9d7(0x12a)](_0x21712e=_0x21712e[_0xf9d7(0x92)],null)||_0x21712e===void 0x0?void 0x0:_0x21712e[_0xf9d7(0x5c)],'channelName':_0x2298a3,'forcedConsent':!![],'requestRefreshToken':!![]}),console[_0xf9d7(0x32)](_0x49a3dc[_0xf9d7(0x12b)],JSON[_0xf9d7(0x80)](_0x390e87,null,0x2));const _0x28b889=await _0x49a3dc[_0xf9d7(0x12c)](fetch,API_CONFIG[_0xf9d7(0xc)]+_0xf9d7(0x12d),{'method':'POST','headers':{'Content-Type':'application/json',..._0x49a3dc['siold'](_0x580558,{'Authorization':_0x580558})},'body':JSON[_0xf9d7(0x80)](_0x390e87)});console['log'](_0x49a3dc['MTLRZ'],_0x28b889[_0xf9d7(0x4f)]),console['log'](_0x49a3dc[_0xf9d7(0x12e)],_0x28b889['statusText']),console[_0xf9d7(0x32)](_0x49a3dc[_0xf9d7(0x12f)],_0x28b889[_0xf9d7(0x130)]);if(_0x28b889['ok']){var _0x54a644,_0x550e26;const _0x57ca3c=await _0x28b889[_0xf9d7(0x85)]();console['log'](_0x49a3dc[_0xf9d7(0x131)],JSON[_0xf9d7(0x80)](_0x57ca3c,null,0x2));const _0x3ec100=((_0x54a644=_0x57ca3c[_0xf9d7(0x132)])===null||_0x54a644===void 0x0?void 0x0:_0x54a644[_0xf9d7(0x133)])===!![]||_0x49a3dc[_0xf9d7(0x134)]((_0x550e26=_0x57ca3c['temporaryMode'])===null||_0x49a3dc[_0xf9d7(0x129)](_0x550e26,void 0x0)?void 0x0:_0x550e26['enabled'],!![])||_0x49a3dc[_0xf9d7(0x116)](_0x57ca3c['isTemporaryMode'],!![])||_0x57ca3c[_0xf9d7(0x3c)]&&_0x57ca3c[_0xf9d7(0x3c)]['includes'](_0x49a3dc[_0xf9d7(0x135)]);if(_0x3ec100){const _0x1cb005=_0x49a3dc[_0xf9d7(0x136)][_0xf9d7(0x99)]('|');let _0x4be621=0x0;while(!![]){switch(_0x1cb005[_0x4be621++]){case'0':console[_0xf9d7(0x32)](_0x49a3dc[_0xf9d7(0x137)]);continue;case'1':console[_0xf9d7(0x32)](_0x49a3dc[_0xf9d7(0x138)]);continue;case'2':console['log'](_0x49a3dc[_0xf9d7(0x139)]);continue;case'3':console['log'](_0x49a3dc['QDLqc']);continue;case'4':console[_0xf9d7(0x32)](_0x49a3dc[_0xf9d7(0x13a)],_0x10e84f?_0x49a3dc[_0xf9d7(0x13b)]:'No');continue;case'5':console[_0xf9d7(0x32)](_0x49a3dc[_0xf9d7(0x13c)]);continue;case'6':console['log'](_0x49a3dc[_0xf9d7(0x13d)]);continue;}break;}}else{if(_0x57ca3c['hasRefreshToken']||_0x57ca3c[_0xf9d7(0x13e)])console[_0xf9d7(0x32)](_0x49a3dc[_0xf9d7(0x13f)]),console[_0xf9d7(0x32)](_0x49a3dc[_0xf9d7(0x140)],_0x57ca3c[_0xf9d7(0x141)]),console[_0xf9d7(0x32)](_0x49a3dc[_0xf9d7(0x142)]),console[_0xf9d7(0x32)]('🔑\x20[YOUTUBE\x20REAUTH]\x20REFRESH\x20TOKEN\x20SENT\x20TO\x20BACKEND:'),console[_0xf9d7(0x32)](_0xf9d7(0x143),_0x10e84f),console['log'](_0x49a3dc[_0xf9d7(0x144)],_0x10e84f[_0xf9d7(0x101)]('4/')?_0x49a3dc['KKJuT']:_0x49a3dc[_0xf9d7(0x103)]),console[_0xf9d7(0x32)](_0x49a3dc[_0xf9d7(0x145)],_0x10e84f[_0xf9d7(0x108)]);else return _0x49a3dc[_0xf9d7(0xfe)](_0x49a3dc[_0xf9d7(0x146)],_0xf9d7(0x147))?(console[_0xf9d7(0x148)](_0x49a3dc['wIEYm']),console[_0xf9d7(0x148)](_0x49a3dc['SEsle'],_0x57ca3c),console['warn'](_0xf9d7(0xa9)),![]):{'success':![],'message':_0x49a3dc[_0xf9d7(0x149)],'details':_0x5b17e};}console[_0xf9d7(0x32)](_0x49a3dc['hOIKW']);try{await _0x49a3dc[_0xf9d7(0x12c)](triggerTrainingRestart,_0x3182b5,_0x580558),console[_0xf9d7(0x32)]('✅\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20sent\x20successfully');}catch(_0x6ff44d){console[_0xf9d7(0x148)](_0x49a3dc['hIZzh'],_0x6ff44d),console[_0xf9d7(0x148)](_0xf9d7(0x14a));}return!![];}else{if(_0x49a3dc['qQVAX'](_0x49a3dc[_0xf9d7(0x14b)],_0x49a3dc['RUjrf']))return _0x237e38[_0xf9d7(0x148)](_0x49a3dc[_0xf9d7(0x14c)]),_0xf557fd[_0xf9d7(0x148)](_0x49a3dc[_0xf9d7(0x14d)],_0x5ae83f),_0x4c05f2[_0xf9d7(0x148)](_0x49a3dc[_0xf9d7(0x14e)]),![];else{const _0x20db27=await _0x28b889[_0xf9d7(0x83)]();return console[_0xf9d7(0x3d)](_0x49a3dc[_0xf9d7(0x14f)],_0x28b889[_0xf9d7(0x4f)],_0x20db27),console['error'](_0xf9d7(0x150)),![];}}}else{const _0xb3fb06=_0x49a3dc[_0xf9d7(0x151)]['split']('|');let _0x4c8369=0x0;while(!![]){switch(_0xb3fb06[_0x4c8369++]){case'0':return![];case'1':console[_0xf9d7(0x3d)](_0xf9d7(0x152));continue;case'2':console[_0xf9d7(0x3d)](_0x49a3dc[_0xf9d7(0x153)]);continue;case'3':console[_0xf9d7(0x3d)](_0x49a3dc[_0xf9d7(0x154)]);continue;case'4':console[_0xf9d7(0x3d)](_0x49a3dc[_0xf9d7(0x155)]);continue;case'5':console[_0xf9d7(0x3d)](_0x49a3dc[_0xf9d7(0x156)]);continue;case'6':console[_0xf9d7(0x3d)](_0xf9d7(0x157));continue;}break;}}}else{_0x2204c2[_0xf9d7(0x3d)](_0xf9d7(0x158)+_0x26df53['status']);throw new _0x296ce1(_0xf9d7(0x159)+_0xaddd7f[_0xf9d7(0x4f)]);}}catch(_0x43750e){console['error'](_0x49a3dc[_0xf9d7(0x15a)],_0x43750e);if(_0x49a3dc[_0xf9d7(0x15b)](_0x43750e[_0xf9d7(0xe)],statusCodes[_0xf9d7(0xdc)]))console['error'](_0x49a3dc[_0xf9d7(0x15c)]),console[_0xf9d7(0x3d)](_0x49a3dc[_0xf9d7(0x15d)]);else{if(_0x49a3dc[_0xf9d7(0x15e)](_0x43750e[_0xf9d7(0xe)],statusCodes[_0xf9d7(0xde)]))console[_0xf9d7(0x3d)](_0x49a3dc[_0xf9d7(0x15f)]);else _0x49a3dc[_0xf9d7(0x160)](_0x43750e[_0xf9d7(0xe)],statusCodes[_0xf9d7(0x161)])&&console[_0xf9d7(0x3d)](_0xf9d7(0x162));}return![];}};export const forceYouTubeReconnectionWithRevoke=async _0x3c6950=>{const _0x1881ee={'iIpuR':_0xf9d7(0xd1),'mWuFM':function(_0x3fa2f2,_0x351205){return _0x3fa2f2===_0x351205;},'pebJm':function(_0x52e30f,_0x195324){return _0x52e30f===_0x195324;},'LLkSh':'Unknown\x20Channel','zlqVH':function(_0x1aaaf1,_0x1bc8a4){return _0x1aaaf1===_0x1bc8a4;},'ozdMf':_0xf9d7(0x163),'NtaEk':_0xf9d7(0x164),'hpHVr':'👤\x20User:','RBTiD':function(_0x35d16d){return _0x35d16d();},'mPbxu':_0xf9d7(0x165),'PWMiW':'ℹ️\x20No\x20existing\x20permissions\x20to\x20revoke:','RsoVL':_0xf9d7(0x166),'ItBAi':function(_0x56c534,_0x5d06be){return _0x56c534===_0x5d06be;},'PtJvW':function(_0x4a52d2,_0x29502b){return _0x4a52d2===_0x29502b;},'vJXHV':_0xf9d7(0x167),'oPVfk':_0xf9d7(0x4c),'Hjbzs':function(_0x394758,_0x4c992a){return _0x394758!==_0x4c992a;},'AToAB':_0xf9d7(0x168),'brTzh':'bdbPp','AEEIU':_0xf9d7(0x169)};try{if(_0x1881ee[_0xf9d7(0x16a)](_0xf9d7(0x163),_0x1881ee[_0xf9d7(0x16b)])){var _0x3fe7b5;console['log'](_0x1881ee[_0xf9d7(0x16c)]),console[_0xf9d7(0x32)](_0x1881ee['hpHVr'],_0x3c6950),_0x1881ee[_0xf9d7(0x16d)](initializeGoogleSignIn),await GoogleSignin[_0xf9d7(0xec)]();try{await GoogleSignin['revokeAccess'](),console['log'](_0x1881ee[_0xf9d7(0x16e)]);}catch(_0x5151f3){console[_0xf9d7(0x32)](_0x1881ee['PWMiW'],_0x5151f3);}await GoogleSignin[_0xf9d7(0xd9)](),console[_0xf9d7(0x32)](_0xf9d7(0x16f)),console[_0xf9d7(0x32)](_0x1881ee[_0xf9d7(0x170)]);const _0x40e8e1=await GoogleSignin[_0xf9d7(0xef)](),_0x3a1382=await GoogleSignin[_0xf9d7(0xe2)](),_0x2daa48=await GoogleSignin[_0xf9d7(0xf4)](),_0xde6f01=(_0x1881ee[_0xf9d7(0x171)](_0x3fe7b5=_0x40e8e1[_0xf9d7(0x49)],null)||_0x1881ee[_0xf9d7(0x172)](_0x3fe7b5,void 0x0)?void 0x0:_0x3fe7b5[_0xf9d7(0x4a)])||(_0x1881ee[_0xf9d7(0x172)](_0x2daa48,null)||_0x1881ee[_0xf9d7(0x16a)](_0x2daa48,void 0x0)?void 0x0:_0x2daa48[_0xf9d7(0x4a)]);return _0xde6f01?(console[_0xf9d7(0x32)](_0x1881ee[_0xf9d7(0x173)]),console[_0xf9d7(0x32)](_0x1881ee[_0xf9d7(0x174)],_0xde6f01['substring'](0x0,0x14)+'...'),!![]):(console[_0xf9d7(0x3d)](_0xf9d7(0x175)),![]);}else _0x5e5ffc['error'](_0x1881ee[_0xf9d7(0x176)]),_0x10a020['error'](_0xf9d7(0xd2));}catch(_0x55f4d9){if(_0x1881ee[_0xf9d7(0x177)](_0x1881ee[_0xf9d7(0x178)],_0x1881ee[_0xf9d7(0x179)]))return console['error'](_0x1881ee[_0xf9d7(0x17a)],_0x55f4d9),![];else{var _0x26665b,_0x5e5215;_0x495dbc['log'](_0xf9d7(0xba),_0x238554[_0xf9d7(0x4f)]),_0x5ca447=((_0x26665b=_0x522968[_0xf9d7(0x49)])===null||_0x1881ee[_0xf9d7(0x17b)](_0x26665b,void 0x0)||_0x1881ee[_0xf9d7(0x17b)](_0x26665b=_0x26665b[_0xf9d7(0x92)],null)||_0x26665b===void 0x0?void 0x0:_0x26665b[_0xf9d7(0x8f)])||(_0x1881ee['mWuFM'](_0x5e5215=_0x1dc04c[_0xf9d7(0x49)],null)||_0x5e5215===void 0x0||_0x1881ee[_0xf9d7(0x17b)](_0x5e5215=_0x5e5215[_0xf9d7(0x92)],null)||_0x1881ee[_0xf9d7(0x17c)](_0x5e5215,void 0x0)?void 0x0:_0x5e5215[_0xf9d7(0x5c)])||_0x1881ee['LLkSh'];}}};export const fixUserYouTubeConnection=async _0x14b7a4=>{const _0x47fdc9={'TWJSh':_0xf9d7(0x17d),'jpzCd':'🔄\x20Method\x201:\x20Trying\x20forced\x20consent\x20via\x20configuration...','HhpPQ':function(_0x10ab2d,_0x3e4690){return _0x10ab2d(_0x3e4690);},'ZLjvA':_0xf9d7(0x17e),'baFOP':function(_0x413278,_0x4d4f99){return _0x413278(_0x4d4f99);},'wGscR':function(_0x2809cc,_0x4688bf){return _0x2809cc===_0x4688bf;},'lfdfe':'xwepa'};console[_0xf9d7(0x32)](_0xf9d7(0x17f)+_0x14b7a4),console['log'](_0x47fdc9[_0xf9d7(0x180)]);let _0x4e388a=await _0x47fdc9[_0xf9d7(0x181)](forceYouTubeReconnectionWithConsent,_0x14b7a4);if(_0x4e388a)return console[_0xf9d7(0x32)]('✅\x20'+_0x14b7a4+_0xf9d7(0x182)),!![];console[_0xf9d7(0x32)](_0x47fdc9[_0xf9d7(0x183)]),_0x4e388a=await _0x47fdc9[_0xf9d7(0x184)](forceYouTubeReconnectionWithRevoke,_0x14b7a4);if(_0x4e388a){if(_0x47fdc9[_0xf9d7(0x185)]('Tuoag',_0x47fdc9[_0xf9d7(0x186)]))_0x3bdbe5[_0xf9d7(0x32)](_0x47fdc9[_0xf9d7(0x187)]),_0x5dd3b3();else return console[_0xf9d7(0x32)]('✅\x20'+_0x14b7a4+_0xf9d7(0x188)),!![];}return console[_0xf9d7(0x3d)](_0xf9d7(0x189)+_0x14b7a4+_0xf9d7(0x18a)),![];};const refreshGoogleTokens=async()=>{const _0x1eddc1={'eVdDe':_0xf9d7(0x18b),'dNbOO':_0xf9d7(0x152),'IDCOd':_0xf9d7(0xcd),'sWQqC':_0xf9d7(0x157),'etcbK':_0xf9d7(0x18c),'WCePP':_0xf9d7(0x18d),'dMeoS':function(_0x840358,_0x171eca){return _0x840358===_0x171eca;},'KeQjt':_0xf9d7(0x18e),'bcjFR':'✅\x20Successfully\x20refreshed\x20Google\x20tokens','IiZwX':_0xf9d7(0x18f),'VmUuY':_0xf9d7(0x190),'JCRxV':_0xf9d7(0x191),'iAXNw':_0xf9d7(0x192),'qVEuz':_0xf9d7(0x193)};try{console[_0xf9d7(0x32)](_0x1eddc1[_0xf9d7(0x194)]);const _0x2722eb=await GoogleSignin[_0xf9d7(0xf4)]();if(!_0x2722eb){if(_0x1eddc1['dMeoS'](_0x1eddc1[_0xf9d7(0x195)],_0x1eddc1[_0xf9d7(0x195)]))return console['log'](_0xf9d7(0x196)),null;else{const _0x5a89e4=_0x1eddc1[_0xf9d7(0x197)][_0xf9d7(0x99)]('|');let _0x1e63d3=0x0;while(!![]){switch(_0x5a89e4[_0x1e63d3++]){case'0':_0x5c077b[_0xf9d7(0x3d)](_0xf9d7(0xce));continue;case'1':_0x533ea4[_0xf9d7(0x3d)](_0x1eddc1[_0xf9d7(0x198)]);continue;case'2':_0x302b10[_0xf9d7(0x3d)](_0xf9d7(0xcf));continue;case'3':_0x416704[_0xf9d7(0x3d)]('❌\x20CRITICAL:\x20No\x20refresh\x20token\x20even\x20after\x20consent\x20screen');continue;case'4':_0xc6e122[_0xf9d7(0x3d)](_0x1eddc1[_0xf9d7(0x199)]);continue;case'5':return![];case'6':_0xc6f343[_0xf9d7(0x3d)](_0x1eddc1[_0xf9d7(0x19a)]);continue;}break;}}}const _0x419de7=await GoogleSignin[_0xf9d7(0xe2)]();return console[_0xf9d7(0x32)](_0x1eddc1['bcjFR']),{'accessToken':_0x419de7['accessToken'],'idToken':_0x419de7[_0xf9d7(0x11a)]};}catch(_0x1bda25){console[_0xf9d7(0x3d)](_0x1eddc1[_0xf9d7(0x19b)],_0x1bda25);try{if(_0x1eddc1[_0xf9d7(0x19c)](_0x1eddc1[_0xf9d7(0x19d)],_0xf9d7(0x190))){console[_0xf9d7(0x32)](_0x1eddc1['JCRxV']);const _0x46c605=await GoogleSignin['signIn'](),_0x55f566=await GoogleSignin['getTokens']();return console['log'](_0x1eddc1[_0xf9d7(0x19e)]),{'accessToken':_0x55f566['accessToken'],'idToken':_0x55f566[_0xf9d7(0x11a)]};}else return{'success':!![],'message':_0xf9d7(0x2e),'details':_0x6614bc};}catch(_0x119b50){if(_0xf9d7(0x19f)===_0x1eddc1[_0xf9d7(0x1a0)])_0x1463e7[_0xf9d7(0x32)](_0x1eddc1[_0xf9d7(0x1a1)],_0x290d5e);else return console[_0xf9d7(0x3d)](_0xf9d7(0x1a2),_0x119b50),null;}}},debugYouTubeTokens=async()=>{const _0x36f52={'iFmtl':'✅\x20Refresh\x20token\x20already\x20available','ahopx':function(_0x2a55bd,_0x4bc9bb){return _0x2a55bd!==_0x4bc9bb;},'ffpAE':_0xf9d7(0x1a3),'gIapg':'🔍\x20YouTube\x20Token\x20Debug:','Xyghw':'Missing','CcWyH':_0xf9d7(0xb3),'OUQNw':function(_0x5431c1,_0x179651){return _0x5431c1!==_0x179651;},'Xusyj':function(_0xa7e89a,_0x2b100a){return _0xa7e89a!==_0x2b100a;},'WDAxU':function(_0x2d866c,_0x2c279c){return _0x2d866c===_0x2c279c;},'PWFfE':function(_0xe01eb4,_0x524899){return _0xe01eb4!==_0x524899;},'bIlOj':function(_0x37e7f3,_0xc5d8e2){return _0x37e7f3!==_0xc5d8e2;},'AnFgR':function(_0x4d88ba,_0x571d9b){return _0x4d88ba!==_0x571d9b;},'njmxD':_0xf9d7(0x4a),'aDHfm':_0xf9d7(0x1a4),'IPUWE':_0xf9d7(0x1a5),'MPUce':_0xf9d7(0x3d)};try{if(_0x36f52[_0xf9d7(0x1a6)](_0x36f52['ffpAE'],_0xf9d7(0x1a7))){var _0x222f64;const _0x5cd5ca=await GoogleSignin[_0xf9d7(0xe2)](),_0x229c60=await GoogleSignin[_0xf9d7(0xf4)]();return console['log'](_0x36f52['gIapg'],{'accessToken':_0x5cd5ca[_0xf9d7(0xe3)]?_0x5cd5ca[_0xf9d7(0xe3)][_0xf9d7(0x46)](0x0,0x14)+_0xf9d7(0x4d):_0x36f52[_0xf9d7(0x1a8)],'idToken':_0x5cd5ca[_0xf9d7(0x11a)]?_0x36f52[_0xf9d7(0x1a9)]:_0x36f52[_0xf9d7(0x1a8)],'serverAuthCode':_0x36f52[_0xf9d7(0x1aa)](_0x229c60,null)&&_0x36f52['Xusyj'](_0x229c60,void 0x0)&&_0x229c60[_0xf9d7(0x4a)]?_0x229c60['serverAuthCode'][_0xf9d7(0x46)](0x0,0x14)+'...':_0xf9d7(0x1ab),'userEmail':(_0x36f52[_0xf9d7(0x1ac)](_0x229c60,null)||_0x36f52[_0xf9d7(0x1ac)](_0x229c60,void 0x0)||_0x36f52[_0xf9d7(0x1ac)](_0x222f64=_0x229c60[_0xf9d7(0x92)],null)||_0x36f52['WDAxU'](_0x222f64,void 0x0)?void 0x0:_0x222f64[_0xf9d7(0x5c)])||_0x36f52[_0xf9d7(0x1a8)]}),{'hasRefreshToken':!!(_0x229c60!==null&&_0x36f52[_0xf9d7(0x1ad)](_0x229c60,void 0x0)&&_0x229c60[_0xf9d7(0x4a)]),'refreshTokenType':_0x36f52[_0xf9d7(0x1ae)](_0x229c60,null)&&_0x36f52[_0xf9d7(0x1af)](_0x229c60,void 0x0)&&_0x229c60[_0xf9d7(0x4a)]?_0x36f52[_0xf9d7(0x1b0)]:_0x36f52[_0xf9d7(0x1b1)]};}else _0x39fdc8[_0xf9d7(0x32)](_0x36f52['iFmtl']);}catch(_0x31ac39){return console['error'](_0x36f52[_0xf9d7(0x1b2)],_0x31ac39),{'hasRefreshToken':![],'refreshTokenType':_0x36f52[_0xf9d7(0x1b3)]};}};export const reconnectYouTube=async _0x52e856=>{const _0x4682c5={'PhOiO':'✅\x20Refresh\x20token\x20confirmed:','lBzEx':_0xf9d7(0x2c),'lxhcx':_0xf9d7(0x1b4),'vNSRG':_0xf9d7(0x1b5),'FnNhC':'⚠️\x20Still\x20no\x20refresh\x20token\x20after\x20reconnection','HhoZY':_0xf9d7(0x1b6),'xTzcN':function(_0x5d50dc,_0x46b6f4){return _0x5d50dc===_0x46b6f4;},'jkZVg':function(_0xf09a19,_0x4c6120){return _0xf09a19===_0x4c6120;},'KAkTR':function(_0x5cbb2f,_0x18b2d0){return _0x5cbb2f===_0x18b2d0;},'jwAQB':function(_0x572758,_0x237ebe){return _0x572758===_0x237ebe;},'WgOtR':_0xf9d7(0xb6),'OTSrT':_0xf9d7(0x1b7),'wrIuH':_0xf9d7(0x1b8),'tGGcB':'LtRTk','eEomP':'✅\x20Signed\x20out\x20from\x20Google','auhkr':'htubY','hvvav':_0xf9d7(0x18c),'kHPVu':'yKhKv','juGcj':_0xf9d7(0x1b9),'ptEef':_0xf9d7(0x1ba),'XtiEP':_0xf9d7(0xbb),'qhZdj':_0xf9d7(0x1bb),'OUpGX':function(_0x10d6cc){return _0x10d6cc();},'eDauU':'bfMvp','YGYjr':_0xf9d7(0x1bc),'yShuC':function(_0x4a7614,_0x2ee53f){return _0x4a7614===_0x2ee53f;},'hucyz':_0xf9d7(0x1bd),'gIKVu':_0xf9d7(0x1be)};try{if(_0x4682c5[_0xf9d7(0x1bf)]===_0x4682c5[_0xf9d7(0x1bf)]){console[_0xf9d7(0x32)]('🔄\x20Forcing\x20fresh\x20YouTube\x20reconnection\x20for\x20refresh\x20token...');try{_0x4682c5[_0xf9d7(0x1c0)](_0x4682c5[_0xf9d7(0x1c1)],_0x4682c5[_0xf9d7(0x1c2)])?_0x29377c[_0xf9d7(0x32)](_0x4682c5[_0xf9d7(0x1c3)],_0x40dc43[_0xf9d7(0x122)]):(await GoogleSignin[_0xf9d7(0xd9)](),console[_0xf9d7(0x32)](_0x4682c5[_0xf9d7(0x1c4)]));}catch(_0x5aebdf){'htubY'===_0x4682c5['auhkr']?console[_0xf9d7(0x32)](_0x4682c5['hvvav'],_0x5aebdf):_0x4ab553[_0xf9d7(0x32)](_0x4682c5[_0xf9d7(0x1c5)]);}try{const _0x2702cc=await GoogleSignin[_0xf9d7(0xe2)]();if(_0x2702cc[_0xf9d7(0xe3)]){if(_0xf9d7(0x1c6)===_0x4682c5[_0xf9d7(0x1c7)])await GoogleSignin['clearCachedAccessToken'](_0x2702cc[_0xf9d7(0xe3)]),console[_0xf9d7(0x32)](_0xf9d7(0x1c8));else return _0x566ea7[_0xf9d7(0x3d)](_0x4682c5['lxhcx']),![];}}catch(_0x2d8a35){_0x4682c5[_0xf9d7(0x1c9)]===_0x4682c5[_0xf9d7(0x1ca)]?(_0x46dacb=_0x35667e['serverAuthCode'],_0x3cad0c[_0xf9d7(0x32)](_0x4682c5[_0xf9d7(0x1cb)]),_0x505f72[_0xf9d7(0x32)](_0xf9d7(0x4c),_0xa88a60[_0xf9d7(0x46)](0x0,0x14)+'...')):console[_0xf9d7(0x32)](_0xf9d7(0x1cc),_0x2d8a35);}const _0x372ab9=await initiateNativeAuth(_0x4682c5['XtiEP'],_0x52e856);if(_0x372ab9){console[_0xf9d7(0x32)](_0x4682c5[_0xf9d7(0x1cd)]);const _0x5ef04d=await _0x4682c5[_0xf9d7(0x1ce)](debugYouTubeTokens);return _0x5ef04d[_0xf9d7(0x141)]?console[_0xf9d7(0x32)](_0x4682c5['PhOiO'],_0x5ef04d[_0xf9d7(0x122)]):console[_0xf9d7(0x148)](_0x4682c5[_0xf9d7(0x1cf)]),!![];}else{if(_0x4682c5['xTzcN'](_0x4682c5[_0xf9d7(0x1d0)],_0x4682c5[_0xf9d7(0x1d0)]))return console[_0xf9d7(0x3d)](_0x4682c5['YGYjr']),![];else _0x5b418d[_0xf9d7(0x148)](_0x4682c5[_0xf9d7(0x1cf)]);}}else return _0x4b9278[_0xf9d7(0x3d)](_0xf9d7(0x1d1),_0x47d77e),_0x2bba6d[_0xf9d7(0x32)](_0x4682c5[_0xf9d7(0x1d2)]),{'access_token':_0x196b74+_0xf9d7(0x1d3)+_0x27f13e[_0xf9d7(0x1d4)]()[_0xf9d7(0x1d5)](0x24)[_0xf9d7(0x46)](0x7),'refresh_token':_0x4abba9+_0xf9d7(0x1d6)+_0x3e939a['random']()[_0xf9d7(0x1d5)](0x24)[_0xf9d7(0x46)](0x7),'expires_in':0xe10};}catch(_0x2df923){if(_0x4682c5[_0xf9d7(0x1d7)](_0xf9d7(0x1bd),_0x4682c5[_0xf9d7(0x1d8)]))return console[_0xf9d7(0x3d)](_0x4682c5[_0xf9d7(0x1d9)],_0x2df923),![];else{var _0x16a330,_0x2037a4;_0x2c2033[_0xf9d7(0x32)](_0xf9d7(0xba),_0x1a0e16[_0xf9d7(0x4f)]),_0x4a8b5e=(_0x4682c5['xTzcN'](_0x16a330=_0x2bb6d8[_0xf9d7(0x49)],null)||_0x4682c5[_0xf9d7(0x1da)](_0x16a330,void 0x0)||_0x4682c5[_0xf9d7(0x1da)](_0x16a330=_0x16a330[_0xf9d7(0x92)],null)||_0x4682c5['jkZVg'](_0x16a330,void 0x0)?void 0x0:_0x16a330[_0xf9d7(0x8f)])||(_0x4682c5['xTzcN'](_0x2037a4=_0x14c118[_0xf9d7(0x49)],null)||_0x4682c5[_0xf9d7(0x1c0)](_0x2037a4,void 0x0)||_0x4682c5[_0xf9d7(0x1db)](_0x2037a4=_0x2037a4[_0xf9d7(0x92)],null)||_0x4682c5['jwAQB'](_0x2037a4,void 0x0)?void 0x0:_0x2037a4['email'])||_0x4682c5[_0xf9d7(0x1dc)];}}};export const initiateNativeAuth=async(_0x2161d7,_0x1ed6b1)=>{const _0x1c8381={'IykZd':_0xf9d7(0x1dd),'VGIIL':_0xf9d7(0x1de),'yNGko':_0xf9d7(0x1df),'xfPxP':_0xf9d7(0x5a),'VtYqG':function(_0x129b81,_0x5e6a87){return _0x129b81===_0x5e6a87;},'JLRyK':function(_0x487b45,_0x450d5e){return _0x487b45===_0x450d5e;},'ANmlz':function(_0x1aaaaf,_0x2ed635){return _0x1aaaaf===_0x2ed635;},'anFjs':'Unknown\x20Channel','oUfmw':_0xf9d7(0xd0),'yJKhA':function(_0x3414a6,_0x4f7775){return _0x3414a6===_0x4f7775;},'JEbfY':_0xf9d7(0xd1),'CMUrO':_0xf9d7(0xd2),'OKLFC':function(_0x73b667,_0x507887){return _0x73b667===_0x507887;},'LULlK':_0xf9d7(0xd3),'OSeVg':_0xf9d7(0x1e0),'udLow':_0xf9d7(0xa2),'LYNbN':_0xf9d7(0x1e1),'sUvrK':'Yes','HOYsP':_0xf9d7(0x1e2),'nEPrP':_0xf9d7(0x1e3),'dxkhd':_0xf9d7(0xc4),'EaCkg':'✅\x20[YOUTUBE\x20REAUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','hGByH':_0xf9d7(0x1e4),'eMkcI':_0xf9d7(0x1e5),'aPkRM':_0xf9d7(0x117),'jKCeg':function(_0x40cfb0,_0x241d7d){return _0x40cfb0(_0x241d7d);},'EmETP':function(_0x15beb9,_0x1de0cc,_0x1d893a){return _0x15beb9(_0x1de0cc,_0x1d893a);},'aXmSB':'ID:','llcfM':function(_0x31f38d,_0x5799da){return _0x31f38d!==_0x5799da;},'dZdbA':'nxqnV','cgOHO':_0xf9d7(0x1e6),'huIbE':function(_0x30ba0c,_0x9414ed,_0x302615){return _0x30ba0c(_0x9414ed,_0x302615);},'nSYoj':function(_0x5a46d8,_0x2df008){return _0x5a46d8===_0x2df008;},'KpcKe':_0xf9d7(0x1e7),'hEJTG':function(_0x11a831,_0x2900ac){return _0x11a831===_0x2900ac;},'xpcYY':_0xf9d7(0x1e8),'aBxps':'❌\x20[YOUTUBE\x20AUTH]\x20Username\x20is\x20required\x20for\x20YouTube\x20authentication','CmtLi':function(_0x2294b0){return _0x2294b0();},'RuZYq':_0xf9d7(0x1e9),'bToEG':_0xf9d7(0x1ea),'QARhl':_0xf9d7(0x1eb),'URcXi':'✅\x20Google\x20Sign-In\x20successful:','cBLXS':function(_0xc7b712,_0x9d7b91){return _0xc7b712===_0x9d7b91;},'CMBHX':_0xf9d7(0x1ec),'WJpTW':_0xf9d7(0x1ed),'GNSdl':_0xf9d7(0x1ee),'ohwiZ':'👤\x20Current\x20user\x20info:','LWRrA':function(_0x226a93,_0x40cd42){return _0x226a93===_0x40cd42;},'JAWah':_0xf9d7(0x1ef),'KMXYd':_0xf9d7(0x1f0),'WRExK':function(_0x1a080b,_0x43a7d4){return _0x1a080b!==_0x43a7d4;},'AfZGq':function(_0x71f5fb,_0x3d529b){return _0x71f5fb!==_0x3d529b;},'xGgUK':'Missing','nVtfW':_0xf9d7(0x1f1),'piuqE':_0xf9d7(0x1f2),'NBeJA':function(_0x38cbbe,_0x2f4d5e){return _0x38cbbe!==_0x2f4d5e;},'MviBQ':'✅\x20Got\x20serverAuthCode\x20(refresh\x20token\x20mechanism)','ybKnv':_0xf9d7(0x4c),'AhuTr':function(_0x59456b,_0x3a5457){return _0x59456b===_0x3a5457;},'UtzxP':_0xf9d7(0x1f3),'wTwpd':_0xf9d7(0x4b),'NPnNv':_0xf9d7(0x1f4),'KhErd':'✅\x20Refresh\x20token\x20available\x20for\x20YouTube\x20connection','NQtzb':'refreshToken','mpqqE':_0xf9d7(0x1f5),'HRrLT':_0xf9d7(0xb7),'kFyNt':function(_0x1e6eed,_0x23ccde,_0x52337d){return _0x1e6eed(_0x23ccde,_0x52337d);},'tHiCw':'https://www.googleapis.com/youtube/v3/channels?part=snippet&mine=true','EawGQ':function(_0x4bd2a6,_0x4cbda4){return _0x4bd2a6>_0x4cbda4;},'ntyad':_0xf9d7(0x59),'mpvzw':_0xf9d7(0xb8),'FuaOD':function(_0x48614a,_0x500f4a){return _0x48614a===_0x500f4a;},'tZdYS':function(_0x1a98e6,_0x3db9ee){return _0x1a98e6===_0x3db9ee;},'piRyI':function(_0x51e187,_0x20b476){return _0x51e187===_0x20b476;},'lAhKe':function(_0x22326a,_0x58d8e6){return _0x22326a===_0x58d8e6;},'FeMkQ':function(_0x1addd6,_0x5dd5bb){return _0x1addd6===_0x5dd5bb;},'wbXII':_0xf9d7(0xb9),'qPkbL':_0xf9d7(0xba),'lsRIV':function(_0x36b269,_0x4a22f4){return _0x36b269===_0x4a22f4;},'OCZbw':function(_0x3b566b,_0x659a17){return _0x3b566b===_0x659a17;},'ludKb':function(_0x306522,_0x171a1c){return _0x306522===_0x171a1c;},'vGBYd':function(_0x4b2454,_0x27d6f9){return _0x4b2454===_0x27d6f9;},'RnFnA':function(_0x40ee0b,_0x35eb9d){return _0x40ee0b===_0x35eb9d;},'qAuQU':'onairos_username','XNwsA':function(_0x3b63a2,_0x540ab5){return _0x3b63a2||_0x540ab5;},'AgRrk':_0xf9d7(0x1f6),'wIFOz':function(_0x516eda,_0x400b14){return _0x516eda<_0x400b14;},'jQUjj':_0xf9d7(0x1f7),'jryJV':_0xf9d7(0x1f8),'ASsiV':_0xf9d7(0x1f9),'DGRiu':_0xf9d7(0x1fa),'jXBfA':_0xf9d7(0x1fb),'qegky':'✅\x20Found\x20existing\x20authentication\x20token\x20for\x20YouTube\x20auth','EAatu':_0xf9d7(0x1fc),'ihOgE':_0xf9d7(0x1fd),'iTEKB':'🔑\x20Using\x20auth\x20token\x20for\x20linking:','rgWQe':'No\x20token','pJjRC':_0xf9d7(0x1fe),'mucEM':_0xf9d7(0xbb),'JivvV':function(_0x35b9f5,_0x326e2f){return _0x35b9f5===_0x326e2f;},'wGoLT':function(_0x3de8c9,_0x33c099){return _0x3de8c9===_0x33c099;},'aVNxS':function(_0x354f33,_0x18d1e9){return _0x354f33===_0x18d1e9;},'Djzca':function(_0x20b8ab,_0x7b4c85){return _0x20b8ab===_0x7b4c85;},'zzoUo':function(_0xdcee10,_0x1fab0e){return _0xdcee10===_0x1fab0e;},'VnzFI':function(_0x42a4fd,_0x48c8a4){return _0x42a4fd!==_0x48c8a4;},'syDmf':_0xf9d7(0x1ff),'nbwOH':function(_0x459f8e,_0x33eea4){return _0x459f8e+_0x33eea4;},'vBGAC':function(_0x2a4c55,_0x5dfa7c){return _0x2a4c55*_0x5dfa7c;},'TguCf':'serverAuthCode','DVMsg':_0xf9d7(0x1a4),'SWTiJ':_0xf9d7(0x200),'MOIyr':'-\x20hasAccessToken:','QkApo':_0xf9d7(0x201),'dfhVI':_0xf9d7(0x202),'hoEZY':_0xf9d7(0x203),'PYvWQ':_0xf9d7(0x204),'kviXr':function(_0x2c066d,_0x3ea176){return _0x2c066d===_0x3ea176;},'tYZnI':function(_0x5ae17c,_0x27378b){return _0x5ae17c===_0x27378b;},'DTUad':_0xf9d7(0x205),'oGSed':'📋\x20COMPLETE\x20BACKEND\x20PAYLOAD:','Prwkd':'📤\x20Sending\x20YouTube\x20auth\x20to\x20backend\x20with\x20refresh\x20token:','CZBKP':function(_0x32224a,_0x3ca9b2,_0x478c06){return _0x32224a(_0x3ca9b2,_0x478c06);},'MAsVb':_0xf9d7(0x206),'THVHK':_0xf9d7(0x207),'zIghE':function(_0x4e6fb9,_0x304019){return _0x4e6fb9===_0x304019;},'DhWRR':function(_0x49abab,_0x21a681){return _0x49abab===_0x21a681;},'ulOlb':function(_0x2e0f6c,_0x1d988c){return _0x2e0f6c===_0x1d988c;},'nTfLx':function(_0x40954e,_0x2f4e80){return _0x40954e===_0x2f4e80;},'IMJFN':function(_0x2f5f91,_0x570b35){return _0x2f5f91===_0x570b35;},'JtxQN':_0xf9d7(0xc2),'cEFjp':_0xf9d7(0xa5),'TBiTJ':'ℹ️\x20[YOUTUBE\x20AUTH]\x20User\x20can\x20reconnect\x20later\x20for\x20refresh\x20tokens\x20if\x20needed','dPNgo':function(_0x3c0393,_0x15720d){return _0x3c0393!==_0x15720d;},'rvrBe':_0xf9d7(0x208),'irBqZ':_0xf9d7(0x209),'SfBBl':'✅\x20[YOUTUBE\x20AUTH]\x20Full\x20YouTube\x20connection\x20with\x20persistent\x20access','QbpGo':_0xf9d7(0x20a),'SqOUm':_0xf9d7(0x20b),'geyOj':_0xf9d7(0x20c),'KpRVW':_0xf9d7(0x20d),'kxbEo':function(_0x2b2ec5,_0x229f9c){return _0x2b2ec5===_0x229f9c;},'dVngF':'XubdB','mHPVU':_0xf9d7(0x20e),'pWFPP':_0xf9d7(0xa1),'czaIM':'OxHKW','iLuph':_0xf9d7(0x20f),'rMlqg':_0xf9d7(0x210),'BySbW':_0xf9d7(0x211),'rPYFJ':_0xf9d7(0x212),'KRbCm':'Initiating\x20Facebook\x20Login\x20for\x20Instagram'};if(_0x1c8381['nSYoj'](_0x2161d7,_0xf9d7(0xbb))){console['log'](_0x1c8381[_0xf9d7(0x213)]);if(!_0x1ed6b1||_0x1c8381['yJKhA'](_0x1ed6b1['trim'](),'')){if(_0x1c8381[_0xf9d7(0x214)](_0xf9d7(0x215),_0x1c8381[_0xf9d7(0x216)]))_0x2531a8[_0xf9d7(0x3d)](_0x1c8381[_0xf9d7(0x217)]),_0xafdcf8[_0xf9d7(0x3d)](_0x1c8381[_0xf9d7(0x218)]),_0x23a448[_0xf9d7(0x3d)](_0x1c8381[_0xf9d7(0x219)]),_0x1b13d8[_0xf9d7(0x148)]('⚠️\x20Continuing\x20without\x20refresh\x20token\x20-\x20connection\x20may\x20fail\x20later');else return console['error'](_0x1c8381[_0xf9d7(0x21a)]),![];}try{var _0x2473d0,_0x134e6d,_0x2349a7,_0x39f6dc,_0xabfb4c,_0x171523,_0x35dc93,_0x2fdc46,_0x2160eb,_0x25f4cc;_0x1c8381[_0xf9d7(0x21b)](initializeGoogleSignIn),await GoogleSignin[_0xf9d7(0xec)]();try{if(_0x1c8381[_0xf9d7(0x21c)](_0x1c8381[_0xf9d7(0x21d)],_0xf9d7(0x21e)))await GoogleSignin[_0xf9d7(0xd9)](),console[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x21f)]);else{var _0x15a754,_0x7cc8bc;_0x3f4342[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x220)],_0x1780e7),_0x16bad3=(_0x1c8381['VtYqG'](_0x15a754=_0x26ef28[_0xf9d7(0x49)],null)||_0x1c8381[_0xf9d7(0x221)](_0x15a754,void 0x0)||_0x1c8381[_0xf9d7(0x222)](_0x15a754=_0x15a754['user'],null)||_0x15a754===void 0x0?void 0x0:_0x15a754[_0xf9d7(0x8f)])||((_0x7cc8bc=_0x4f844a['data'])===null||_0x1c8381[_0xf9d7(0x222)](_0x7cc8bc,void 0x0)||_0x1c8381['VtYqG'](_0x7cc8bc=_0x7cc8bc[_0xf9d7(0x92)],null)||_0x1c8381[_0xf9d7(0x223)](_0x7cc8bc,void 0x0)?void 0x0:_0x7cc8bc[_0xf9d7(0x5c)])||_0x1c8381[_0xf9d7(0x224)];}}catch(_0x4a97b0){console['log'](_0x1c8381[_0xf9d7(0x225)],_0x4a97b0);}const _0x1fb87e=await GoogleSignin[_0xf9d7(0xef)]();console[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x226)],_0x1c8381[_0xf9d7(0x223)](_0x2473d0=_0x1fb87e['data'],null)||_0x1c8381[_0xf9d7(0x227)](_0x2473d0,void 0x0)||(_0x2473d0=_0x2473d0[_0xf9d7(0x92)])===null||_0x1c8381[_0xf9d7(0x222)](_0x2473d0,void 0x0)?void 0x0:_0x2473d0[_0xf9d7(0x5c)]),console[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x228)]),console[_0xf9d7(0x32)](JSON[_0xf9d7(0x80)](_0x1fb87e,null,0x2));const _0xbfdfb2=await GoogleSignin[_0xf9d7(0xe2)]();console['log'](_0x1c8381[_0xf9d7(0x229)]),console[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x22a)]),console[_0xf9d7(0x32)](JSON['stringify'](_0xbfdfb2,null,0x2));const _0x38ae41=await GoogleSignin[_0xf9d7(0xf4)]();console['log'](_0x1c8381[_0xf9d7(0x22b)],_0x1c8381[_0xf9d7(0x222)](_0x38ae41,null)||_0x1c8381[_0xf9d7(0x221)](_0x38ae41,void 0x0)||_0x1c8381[_0xf9d7(0x22c)](_0x134e6d=_0x38ae41['user'],null)||_0x1c8381[_0xf9d7(0x227)](_0x134e6d,void 0x0)?void 0x0:_0x134e6d[_0xf9d7(0x5c)]),console[_0xf9d7(0x32)](_0xf9d7(0x22d)),console[_0xf9d7(0x32)](JSON[_0xf9d7(0x80)](_0x38ae41,null,0x2));let _0x154e63=null;console[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x22e)]),console['log'](_0x1c8381[_0xf9d7(0x22f)],_0x1c8381[_0xf9d7(0x230)](_0x2349a7=_0x1fb87e[_0xf9d7(0x49)],null)&&_0x1c8381['AfZGq'](_0x2349a7,void 0x0)&&_0x2349a7['serverAuthCode']?_0xf9d7(0x231)+_0x1fb87e[_0xf9d7(0x49)]['serverAuthCode']['substring'](0x0,0x14)+_0xf9d7(0x4d):_0x1c8381['xGgUK']),console[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x232)],_0x1c8381['AfZGq'](_0x38ae41,null)&&_0x38ae41!==void 0x0&&_0x38ae41['serverAuthCode']?_0xf9d7(0x231)+_0x38ae41['serverAuthCode'][_0xf9d7(0x46)](0x0,0x14)+_0xf9d7(0x4d):_0xf9d7(0x1ab)),console['log'](_0xf9d7(0x233),_0xbfdfb2['idToken']?_0xf9d7(0x231)+_0xbfdfb2['idToken'][_0xf9d7(0x46)](0x0,0x14)+'...':_0x1c8381[_0xf9d7(0x234)]),console[_0xf9d7(0x32)](_0x1c8381['piuqE'],_0xbfdfb2[_0xf9d7(0xe3)]?_0xf9d7(0x231)+_0xbfdfb2[_0xf9d7(0xe3)][_0xf9d7(0x46)](0x0,0x14)+_0xf9d7(0x4d):_0x1c8381['xGgUK']);if(_0x1c8381['NBeJA'](_0x38ae41,null)&&_0x1c8381['WRExK'](_0x38ae41,void 0x0)&&_0x38ae41['serverAuthCode'])_0x154e63=_0x38ae41[_0xf9d7(0x4a)],console['log'](_0x1c8381[_0xf9d7(0x235)]),console[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x236)],_0x154e63[_0xf9d7(0x46)](0x0,0x14)+'...');else{if((_0x39f6dc=_0x1fb87e[_0xf9d7(0x49)])!==null&&_0x39f6dc!==void 0x0&&_0x39f6dc[_0xf9d7(0x4a)]){if(_0x1c8381[_0xf9d7(0x237)](_0xf9d7(0x238),_0x1c8381['UtzxP']))return _0x5808c0[_0xf9d7(0x3d)]('❌\x20[OAUTH]\x20User\x20not\x20authenticated\x20-\x20cannot\x20initiate\x20'+_0x1ca114+_0xf9d7(0x76)),_0x617aad[_0xf9d7(0x3d)]('❌\x20[OAUTH]\x20Please\x20log\x20in\x20first\x20before\x20connecting\x20platforms'),null;else _0x154e63=_0x1fb87e[_0xf9d7(0x49)][_0xf9d7(0x4a)],console[_0xf9d7(0x32)](_0x1c8381['wTwpd']),console['log'](_0x1c8381['ybKnv'],_0x154e63[_0xf9d7(0x46)](0x0,0x14)+_0xf9d7(0x4d));}}!_0x154e63?(console[_0xf9d7(0x3d)](_0xf9d7(0x1dd)),console['error'](_0x1c8381['VGIIL']),console[_0xf9d7(0x3d)](_0x1c8381[_0xf9d7(0x219)]),console[_0xf9d7(0x148)](_0x1c8381['NPnNv'])):(console[_0xf9d7(0x32)](_0x1c8381['KhErd']),console[_0xf9d7(0x32)](_0xf9d7(0x239),_0x154e63[_0xf9d7(0x101)]('4/')?_0xf9d7(0x4a):_0x1c8381[_0xf9d7(0x23a)]));let _0x13a185=_0x1c8381[_0xf9d7(0x224)],_0x50225e=null;try{if(_0xf9d7(0x1f5)===_0x1c8381[_0xf9d7(0x23b)]){console[_0xf9d7(0x32)](_0x1c8381['HRrLT']);const _0x10b9ee=await _0x1c8381[_0xf9d7(0x23c)](fetch,_0x1c8381[_0xf9d7(0x23d)],{'headers':{'Authorization':'Bearer\x20'+_0xbfdfb2[_0xf9d7(0xe3)],'Accept':'application/json'}});if(_0x10b9ee['ok']){const _0x288206=await _0x10b9ee[_0xf9d7(0x85)]();if(_0x288206[_0xf9d7(0x89)]&&_0x1c8381[_0xf9d7(0x23e)](_0x288206[_0xf9d7(0x89)][_0xf9d7(0x108)],0x0))_0x13a185=_0x288206[_0xf9d7(0x89)][0x0][_0xf9d7(0x8a)][_0xf9d7(0x8b)],_0x50225e=_0x288206[_0xf9d7(0x89)][0x0]['id'],console['log'](_0x1c8381['ntyad'],_0x13a185,_0x1c8381['aXmSB'],_0x50225e);else{var _0x4c73e1,_0x56750d;console[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x23f)]),_0x13a185=((_0x4c73e1=_0x1fb87e[_0xf9d7(0x49)])===null||_0x1c8381['FuaOD'](_0x4c73e1,void 0x0)||_0x1c8381[_0xf9d7(0x240)](_0x4c73e1=_0x4c73e1[_0xf9d7(0x92)],null)||_0x1c8381['piRyI'](_0x4c73e1,void 0x0)?void 0x0:_0x4c73e1[_0xf9d7(0x8f)])||(_0x1c8381[_0xf9d7(0x241)](_0x56750d=_0x1fb87e['data'],null)||_0x56750d===void 0x0||_0x1c8381[_0xf9d7(0x242)](_0x56750d=_0x56750d['user'],null)||_0x1c8381[_0xf9d7(0x243)](_0x56750d,void 0x0)?void 0x0:_0x56750d['email'])||_0x1c8381[_0xf9d7(0x244)];}}else{var _0x2e7616,_0x2ad547;console[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x245)],_0x10b9ee['status']),_0x13a185=(_0x1c8381[_0xf9d7(0x221)](_0x2e7616=_0x1fb87e[_0xf9d7(0x49)],null)||_0x1c8381[_0xf9d7(0x246)](_0x2e7616,void 0x0)||_0x1c8381[_0xf9d7(0x247)](_0x2e7616=_0x2e7616[_0xf9d7(0x92)],null)||_0x2e7616===void 0x0?void 0x0:_0x2e7616[_0xf9d7(0x8f)])||(_0x1c8381[_0xf9d7(0x248)](_0x2ad547=_0x1fb87e[_0xf9d7(0x49)],null)||_0x1c8381[_0xf9d7(0x249)](_0x2ad547,void 0x0)||(_0x2ad547=_0x2ad547[_0xf9d7(0x92)])===null||_0x2ad547===void 0x0?void 0x0:_0x2ad547[_0xf9d7(0x5c)])||_0x1c8381[_0xf9d7(0x224)];}}else{_0x4a2c50['error'](_0x1c8381['oUfmw'],_0x259294);if(_0x1c8381[_0xf9d7(0x247)](_0x17388b[_0xf9d7(0xe)],_0x5da25b[_0xf9d7(0xdc)]))_0x78c2cf['error'](_0x1c8381['JEbfY']),_0x31bc48['error'](_0x1c8381[_0xf9d7(0x24a)]);else{if(_0x1c8381[_0xf9d7(0x24b)](_0x295ff2[_0xf9d7(0xe)],_0xabfd96['IN_PROGRESS']))_0x539705[_0xf9d7(0x3d)](_0x1c8381[_0xf9d7(0x24c)]);else _0x19dadf[_0xf9d7(0xe)]===_0x253426['PLAY_SERVICES_NOT_AVAILABLE']&&_0x5357b6[_0xf9d7(0x3d)](_0xf9d7(0x162));}return![];}}catch(_0x1f7e4e){var _0xbcb0cd,_0x17ec07;console['log'](_0x1c8381[_0xf9d7(0x220)],_0x1f7e4e),_0x13a185=((_0xbcb0cd=_0x1fb87e['data'])===null||_0x1c8381[_0xf9d7(0x221)](_0xbcb0cd,void 0x0)||(_0xbcb0cd=_0xbcb0cd[_0xf9d7(0x92)])===null||_0x1c8381[_0xf9d7(0x242)](_0xbcb0cd,void 0x0)?void 0x0:_0xbcb0cd[_0xf9d7(0x8f)])||((_0x17ec07=_0x1fb87e[_0xf9d7(0x49)])===null||_0x17ec07===void 0x0||_0x1c8381[_0xf9d7(0x24d)](_0x17ec07=_0x17ec07[_0xf9d7(0x92)],null)||_0x1c8381[_0xf9d7(0x24e)](_0x17ec07,void 0x0)?void 0x0:_0x17ec07[_0xf9d7(0x5c)])||_0x1c8381[_0xf9d7(0x224)];}let _0x123a53=await _0x1c8381[_0xf9d7(0x21b)](getJWT);const _0x2176cd=await AsyncStorage[_0xf9d7(0x24f)](_0x1c8381['qAuQU']),_0xf35442=_0x1c8381[_0xf9d7(0x250)](_0x2176cd,_0x1ed6b1)||(_0x1c8381[_0xf9d7(0x249)](_0xabfb4c=_0x1fb87e[_0xf9d7(0x49)],null)||_0x1c8381['OKLFC'](_0xabfb4c,void 0x0)||(_0xabfb4c=_0xabfb4c[_0xf9d7(0x92)])===null||_0xabfb4c===void 0x0?void 0x0:_0xabfb4c['email'])||_0x1c8381[_0xf9d7(0x251)];if(!_0x123a53||_0x1c8381[_0xf9d7(0x252)](_0x123a53[_0xf9d7(0x253)]()['length'],0x14)){if(_0x1c8381[_0xf9d7(0x254)](_0x1c8381[_0xf9d7(0x255)],_0x1c8381[_0xf9d7(0x256)]))console[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x257)]),console[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x258)]),console[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x259)]);else return _0x2461ef[_0xf9d7(0x3d)](_0x1c8381['OSeVg'],_0x43dc89),![];}else console[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x25a)]),console[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x25b)],_0x123a53['substring'](0x0,0x14)+_0xf9d7(0x4d));console[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x25c)],_0xf35442),console[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x25d)],_0x123a53?_0x123a53[_0xf9d7(0x46)](0x0,0x14)+_0xf9d7(0x4d):_0x1c8381[_0xf9d7(0x25e)]),console[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x25f)],_0x13a185);const _0x1eccb2={'session':{'username':_0xf35442,'platform':_0x1c8381[_0xf9d7(0x260)],'timestamp':new Date()['toISOString'](),'channelName':_0x13a185,'channelId':_0x50225e},'googleUser':_0x1c8381[_0xf9d7(0x237)](_0x171523=_0x1fb87e[_0xf9d7(0x49)],null)||_0x1c8381[_0xf9d7(0x22c)](_0x171523,void 0x0)?void 0x0:_0x171523[_0xf9d7(0x92)],'accessToken':_0xbfdfb2['accessToken'],'idToken':_0xbfdfb2['idToken'],'refreshToken':_0x154e63,'serverAuthCode':_0x154e63,'refresh_token':_0x154e63,'server_auth_code':_0x154e63,'authCode':_0x154e63,'userAccountInfo':{'username':_0xf35442,'email':_0x1c8381[_0xf9d7(0x221)](_0x35dc93=_0x1fb87e[_0xf9d7(0x49)],null)||_0x1c8381[_0xf9d7(0x261)](_0x35dc93,void 0x0)||(_0x35dc93=_0x35dc93[_0xf9d7(0x92)])===null||_0x1c8381[_0xf9d7(0x262)](_0x35dc93,void 0x0)?void 0x0:_0x35dc93[_0xf9d7(0x5c)],'authToken':_0x123a53,'channelName':_0x13a185,'channelId':_0x50225e,'userIdentifier':_0x123a53?_0xf9d7(0x11d)+_0x123a53[_0xf9d7(0x46)](0x0,0xa):_0xf9d7(0x11e)+((_0x2fdc46=_0x1fb87e[_0xf9d7(0x49)])===null||_0x1c8381[_0xf9d7(0x247)](_0x2fdc46,void 0x0)||_0x1c8381[_0xf9d7(0x263)](_0x2fdc46=_0x2fdc46['user'],null)||_0x1c8381[_0xf9d7(0x264)](_0x2fdc46,void 0x0)?void 0x0:_0x2fdc46[_0xf9d7(0x5c)]),'googleId':_0x1c8381[_0xf9d7(0x242)](_0x2160eb=_0x1fb87e[_0xf9d7(0x49)],null)||_0x2160eb===void 0x0||_0x1c8381['yJKhA'](_0x2160eb=_0x2160eb['user'],null)||_0x1c8381['zzoUo'](_0x2160eb,void 0x0)?void 0x0:_0x2160eb['id'],'appleUserId':_0x1c8381[_0xf9d7(0x230)](_0x123a53,null)&&_0x1c8381[_0xf9d7(0x265)](_0x123a53,void 0x0)&&_0x123a53[_0xf9d7(0x96)](_0x1c8381[_0xf9d7(0x266)])?_0x123a53['split']('.')[0x1]:null,'refreshToken':_0x154e63,'serverAuthCode':_0x154e63},'tokenExpiry':new Date(_0x1c8381[_0xf9d7(0x267)](Date[_0xf9d7(0x11f)](),_0x1c8381[_0xf9d7(0x268)](0xe10,0x3e8)))['toISOString'](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!!_0x154e63,'refreshTokenType':_0x154e63?_0x154e63[_0xf9d7(0x101)]('4/')?_0x1c8381[_0xf9d7(0x269)]:_0x1c8381[_0xf9d7(0x23a)]:_0x1c8381[_0xf9d7(0x26a)],'configuredForRefresh':!![],'forcedConsent':!![],'refreshTokenValue':_0x154e63}};console[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x26b)]),console[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x26c)],!!_0x1eccb2[_0xf9d7(0xe3)]),console[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x26d)],!!_0x1eccb2[_0xf9d7(0xb5)]),console[_0xf9d7(0x32)](_0x1c8381['dfhVI'],!!_0x1eccb2[_0xf9d7(0x4a)]),console[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x26e)],_0x1eccb2[_0xf9d7(0x121)][_0xf9d7(0x122)]),console['log'](_0x1c8381[_0xf9d7(0x26f)],(_0x25f4cc=_0x1fb87e[_0xf9d7(0x49)])===null||_0x1c8381['kviXr'](_0x25f4cc,void 0x0)||_0x1c8381[_0xf9d7(0x270)](_0x25f4cc=_0x25f4cc[_0xf9d7(0x92)],null)||_0x25f4cc===void 0x0?void 0x0:_0x25f4cc[_0xf9d7(0x5c)]),console[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x271)],_0x13a185),console['log'](_0x1c8381['oGSed']),console[_0xf9d7(0x32)](JSON[_0xf9d7(0x80)](_0x1eccb2,null,0x2)),console[_0xf9d7(0x32)](_0x1c8381['Prwkd'],!!_0x154e63);const _0x121d2c=await _0x1c8381[_0xf9d7(0x272)](fetch,API_CONFIG['BASE_URL']+_0xf9d7(0x12d),{'method':'POST','headers':{'Content-Type':'application/json',..._0x123a53&&{'Authorization':_0x123a53}},'body':JSON[_0xf9d7(0x80)](_0x1eccb2)});console[_0xf9d7(0x32)](_0x1c8381['MAsVb'],_0x121d2c[_0xf9d7(0x4f)]),console[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x273)],_0x121d2c[_0xf9d7(0x130)]);if(_0x121d2c['ok']){var _0x376ddf,_0x4b8c11;const _0x52946e=await _0x121d2c[_0xf9d7(0x85)]();console[_0xf9d7(0x32)](_0xf9d7(0x274)),console[_0xf9d7(0x32)](_0xf9d7(0x275)),console[_0xf9d7(0x32)](JSON[_0xf9d7(0x80)](_0x52946e,null,0x2));const _0x3a4234=_0x1c8381['zIghE'](_0x1c8381[_0xf9d7(0x276)](_0x376ddf=_0x52946e['validation'],null)||_0x1c8381['hEJTG'](_0x376ddf,void 0x0)?void 0x0:_0x376ddf[_0xf9d7(0x133)],!![])||_0x1c8381[_0xf9d7(0x247)](_0x1c8381[_0xf9d7(0x277)](_0x4b8c11=_0x52946e[_0xf9d7(0x278)],null)||_0x1c8381[_0xf9d7(0x279)](_0x4b8c11,void 0x0)?void 0x0:_0x4b8c11[_0xf9d7(0x27a)],!![])||_0x1c8381[_0xf9d7(0x27b)](_0x52946e[_0xf9d7(0x133)],!![])||_0x52946e[_0xf9d7(0x3c)]&&_0x52946e[_0xf9d7(0x3c)][_0xf9d7(0x96)](_0x1c8381[_0xf9d7(0x27c)]);if(_0x3a4234)console[_0xf9d7(0x32)](_0xf9d7(0x27d)),console[_0xf9d7(0x32)](_0x1c8381['cEFjp']),console['log'](_0x1c8381['TBiTJ']);else _0x52946e[_0xf9d7(0x141)]||_0x52946e[_0xf9d7(0x13e)]?_0x1c8381[_0xf9d7(0x27e)](_0xf9d7(0x27f),_0x1c8381[_0xf9d7(0x280)])?(console['log'](_0x1c8381[_0xf9d7(0x281)]),console['log'](_0x1c8381[_0xf9d7(0x282)])):_0x264849['log'](_0x1c8381['udLow']):(console[_0xf9d7(0x148)](_0x1c8381[_0xf9d7(0x283)]),console[_0xf9d7(0x148)](_0x1c8381[_0xf9d7(0x284)],Object[_0xf9d7(0x285)](_0x52946e)),console[_0xf9d7(0x148)](_0xf9d7(0x286)));return!![];}else{const _0x2ee189=await _0x121d2c['text']();return console[_0xf9d7(0x3d)](_0x1c8381[_0xf9d7(0x287)],_0x121d2c[_0xf9d7(0x4f)]),console['error'](_0x1c8381[_0xf9d7(0x288)]),console[_0xf9d7(0x3d)](_0x2ee189),![];}}catch(_0x5bcf60){if(_0x1c8381[_0xf9d7(0x289)](_0x1c8381[_0xf9d7(0x28a)],_0x1c8381[_0xf9d7(0x28b)])){const _0x53cf27=_0x1c8381[_0xf9d7(0x28c)][_0xf9d7(0x99)]('|');let _0x40edf=0x0;while(!![]){switch(_0x53cf27[_0x40edf++]){case'0':_0x4fe17a[_0xf9d7(0x32)](_0xf9d7(0x28d));continue;case'1':_0x4d93db['log']('🔑\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20sent:',_0x2aefda?_0x1c8381['sUvrK']:'No');continue;case'2':_0x7ac0ad[_0xf9d7(0x32)]('🔑\x20[YOUTUBE\x20REAUTH]\x20Training\x20Ready:\x20Yes');continue;case'3':_0x25c27c[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x28e)]);continue;case'4':_0x5c4124[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x28f)]);continue;case'5':_0x590cfa[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x290)]);continue;case'6':_0x457b5f[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x291)]);continue;}break;}}else{console['error'](_0x1c8381['pWFPP'],_0x5bcf60);if(_0x5bcf60[_0xf9d7(0xe)]===statusCodes['SIGN_IN_CANCELLED'])_0x1c8381['LWRrA'](_0x1c8381['czaIM'],_0xf9d7(0x292))?_0x447ed0[_0xf9d7(0x3d)](_0x1c8381[_0xf9d7(0x24c)]):console[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x293)]);else{if(_0x1c8381[_0xf9d7(0x240)](_0x5bcf60[_0xf9d7(0xe)],statusCodes[_0xf9d7(0xde)])){if(_0xf9d7(0x20f)!==_0x1c8381[_0xf9d7(0x294)])return{'success':!![],'message':_0x2622f8[_0xf9d7(0x3c)]||_0x1c8381['hGByH']};else console[_0xf9d7(0x32)](_0xf9d7(0xa3));}else _0x5bcf60['code']===statusCodes[_0xf9d7(0x161)]&&(_0x1c8381[_0xf9d7(0x27e)](_0x1c8381['rMlqg'],_0x1c8381[_0xf9d7(0x295)])?(_0x5811e9[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x296)]),_0x23e3b0=_0x1c8381[_0xf9d7(0x297)]):console[_0xf9d7(0x32)](_0xf9d7(0xa4)));}return![];}}}if(_0x1c8381['RnFnA'](_0x2161d7,_0x1c8381[_0xf9d7(0x298)])){if(_0x1c8381['VnzFI'](_0xf9d7(0x212),_0x1c8381['rPYFJ']))_0x1c8381['EmETP'](_0xa1999f,()=>{_0x21208a[_0xf9d7(0x32)](_0xf9d7(0x1e6)),_0x1c8381[_0xf9d7(0x299)](_0x15b9b9,!![]);},0x3e8);else return console[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x29a)]),new Promise(_0x1dd0d3=>{_0x1c8381[_0xf9d7(0x29b)](setTimeout,()=>{const _0x48617c={'IAuCS':_0x1c8381[_0xf9d7(0x29c)]};_0x1c8381[_0xf9d7(0x21c)](_0x1c8381[_0xf9d7(0x29d)],_0x1c8381[_0xf9d7(0x29d)])?(_0x36c83d=_0x530fa7[_0xf9d7(0x89)][0x0][_0xf9d7(0x8a)]['title'],_0xec1e92=_0x502d8f['items'][0x0]['id'],_0xff3407['log'](_0xf9d7(0x59),_0x32c829,_0x48617c[_0xf9d7(0x29e)],_0x326bbc)):(console[_0xf9d7(0x32)](_0x1c8381[_0xf9d7(0x29f)]),_0x1dd0d3(!![]));},0x3e8);});}return![];};export const isOAuthCallback=_0x645062=>{const _0x3cf6cd={'tswCQ':_0xf9d7(0x2a0),'fpaRr':_0xf9d7(0x2a1)};return _0x645062[_0xf9d7(0x96)](_0x3cf6cd[_0xf9d7(0x2a2)])||_0x645062['includes'](_0x3cf6cd[_0xf9d7(0x2a3)]);};export const exchangeCodeForToken=async(_0x46cf72,_0x581907)=>{console[_0xf9d7(0x32)](_0xf9d7(0x2a4)+_0x581907);try{const _0x5b3a58=API_CONFIG['BASE_URL']+'/'+_0x581907+_0xf9d7(0x2a5),_0x3bb552=await fetch(_0x5b3a58,{'method':'POST','headers':{'Content-Type':'application/json'},'body':JSON[_0xf9d7(0x80)]({'code':_0x46cf72,'platform':_0x581907})});if(!_0x3bb552['ok']){console[_0xf9d7(0x3d)](_0xf9d7(0x158)+_0x3bb552[_0xf9d7(0x4f)]);throw new Error('Token\x20exchange\x20failed\x20with\x20status\x20'+_0x3bb552['status']);}const _0xa4813d=await _0x3bb552[_0xf9d7(0x85)]();return console['log'](_0xf9d7(0x2a6)+_0x581907),_0xa4813d;}catch(_0x18bff0){return console['error']('Error\x20exchanging\x20code\x20for\x20token:',_0x18bff0),console[_0xf9d7(0x32)](_0xf9d7(0x1b6)),{'access_token':_0x581907+_0xf9d7(0x1d3)+Math[_0xf9d7(0x1d4)]()['toString'](0x24)[_0xf9d7(0x46)](0x7),'refresh_token':_0x581907+_0xf9d7(0x1d6)+Math[_0xf9d7(0x1d4)]()[_0xf9d7(0x1d5)](0x24)[_0xf9d7(0x46)](0x7),'expires_in':0xe10};}};export const refreshYouTubeTokens=async()=>{const _0x48a8d2={'zaTdE':_0xf9d7(0x9b),'AfMvE':_0xf9d7(0x64),'jylxK':_0xf9d7(0x65),'SDfEm':'\x20\x20\x204.\x20SSL/TLS\x20certificate\x20issue','gkvVc':_0xf9d7(0x2a7),'UBjGw':function(_0x538879){return _0x538879();},'bkOLs':function(_0x166a7d,_0x1d4962,_0x2b5cb1){return _0x166a7d(_0x1d4962,_0x2b5cb1);},'wpacN':function(_0x498bef,_0x4c9c4f){return _0x498bef===_0x4c9c4f;},'wzoCk':function(_0x72b9b4,_0x44518a){return _0x72b9b4*_0x44518a;},'Wmukp':_0xf9d7(0x2a8),'YJBTZ':_0xf9d7(0x2a9),'JWBkj':'❌\x20YouTube\x20token\x20refresh\x20failed:','mFMZh':_0xf9d7(0x1e0)};try{var _0x1714b0;console['log'](_0x48a8d2['gkvVc']);const _0x51ed7d=await GoogleSignin[_0xf9d7(0xe2)]();if(!_0x51ed7d)return console[_0xf9d7(0x3d)](_0xf9d7(0x2aa)),![];const _0x24cc3c=await GoogleSignin[_0xf9d7(0xf4)]();if(!_0x24cc3c)return console['error']('❌\x20No\x20current\x20Google\x20user\x20found'),![];const _0x385d9e=await _0x48a8d2[_0xf9d7(0x2ab)](getJWT);if(!_0x385d9e)return console[_0xf9d7(0x3d)](_0xf9d7(0x2ac)),![];const _0xe23e2c=await _0x48a8d2[_0xf9d7(0x2ad)](fetch,API_CONFIG[_0xf9d7(0xc)]+_0xf9d7(0x2ae),{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x385d9e},'body':JSON[_0xf9d7(0x80)]({'accessToken':_0x51ed7d['accessToken'],'idToken':_0x51ed7d['idToken'],'refreshToken':_0x24cc3c[_0xf9d7(0x4a)],'userEmail':_0x48a8d2[_0xf9d7(0x2af)](_0x1714b0=_0x24cc3c[_0xf9d7(0x92)],null)||_0x48a8d2[_0xf9d7(0x2af)](_0x1714b0,void 0x0)?void 0x0:_0x1714b0[_0xf9d7(0x5c)],'tokenExpiry':new Date(Date['now']()+_0x48a8d2[_0xf9d7(0x2b0)](0xe10,0x3e8))[_0xf9d7(0x7a)](),'timestamp':new Date()[_0xf9d7(0x7a)]()})});if(_0xe23e2c['ok']){const _0x132f72=await _0xe23e2c[_0xf9d7(0x85)]();return console[_0xf9d7(0x32)](_0x48a8d2[_0xf9d7(0x2b1)],_0x132f72),!![];}else{if(_0x48a8d2[_0xf9d7(0x2b2)]!==_0x48a8d2[_0xf9d7(0x2b2)]){const _0x3d43fd=_0xf9d7(0x2b3)[_0xf9d7(0x99)]('|');let _0x3abe3c=0x0;while(!![]){switch(_0x3d43fd[_0x3abe3c++]){case'0':_0x153af3['error'](_0x48a8d2[_0xf9d7(0x2b4)]);continue;case'1':_0x288527[_0xf9d7(0x3d)]('❌\x20[OAUTH]\x20Network\x20request\x20failed\x20for\x20'+_0x3eb15a+_0xf9d7(0x2b5));continue;case'2':_0x4922e6[_0xf9d7(0x3d)](_0x48a8d2[_0xf9d7(0x2b6)]);continue;case'3':_0xc110b9[_0xf9d7(0x3d)](_0x48a8d2[_0xf9d7(0x2b7)]);continue;case'4':_0x3b8d2f['error']('\x20\x20\x205.\x20iOS\x20simulator\x20network\x20sandbox\x20issue\x20-\x20try\x20on\x20physical\x20device');continue;case'5':_0x19cd8f['error'](_0x48a8d2[_0xf9d7(0x2b8)]);continue;}break;}}else{const _0x535d53=await _0xe23e2c[_0xf9d7(0x83)]();return console[_0xf9d7(0x3d)](_0x48a8d2[_0xf9d7(0x2b9)],_0xe23e2c[_0xf9d7(0x4f)],_0x535d53),![];}}}catch(_0x2a202a){return console['error'](_0x48a8d2[_0xf9d7(0x2ba)],_0x2a202a),![];}};const triggerTrainingRestart=async(_0x2bb339,_0x88eebb)=>{const _0x5a1543={'cNISv':'⚠️\x20No\x20YouTube\x20channel\x20found\x20for\x20user','LYZZZ':function(_0x1b5722,_0x200119){return _0x1b5722===_0x200119;},'uVTbo':function(_0x564941,_0x4c9016){return _0x564941===_0x4c9016;},'UApnj':function(_0x3bc745,_0x710b49){return _0x3bc745===_0x710b49;},'CeqeN':function(_0x300292,_0x300675){return _0x300292===_0x300675;},'jqReu':function(_0x515e31,_0x29babe){return _0x515e31===_0x29babe;},'lcClN':function(_0xae0463,_0x3cd736){return _0xae0463===_0x3cd736;},'lwzXO':'No\x20Channel','bDcws':function(_0x344c75,_0xda7a3f){return _0x344c75===_0xda7a3f;},'zKSiJ':_0xf9d7(0x2bb),'ziNSt':function(_0xb728aa,_0x5b7d21,_0x1b2795){return _0xb728aa(_0x5b7d21,_0x1b2795);},'FSyoy':_0xf9d7(0x2bc),'Zfuut':_0xf9d7(0xbb),'mACkd':_0xf9d7(0x2bd),'cfhTE':_0xf9d7(0x2be),'tNJgs':_0xf9d7(0x2bf)};try{if(_0x5a1543[_0xf9d7(0x2c0)](_0x5a1543[_0xf9d7(0x2c1)],_0x5a1543[_0xf9d7(0x2c1)])){console[_0xf9d7(0x32)]('🔄\x20[TRAINING\x20RESTART]\x20Triggering\x20training\x20restart\x20for\x20user:',_0x2bb339);const _0x1d21aa=await _0x5a1543[_0xf9d7(0x2c2)](fetch,API_CONFIG['BASE_URL']+_0xf9d7(0x2c3),{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x88eebb},'body':JSON[_0xf9d7(0x80)]({'username':_0x2bb339,'reason':_0x5a1543[_0xf9d7(0x2c4)],'platform':_0x5a1543[_0xf9d7(0x2c5)],'timestamp':new Date()[_0xf9d7(0x7a)](),'requestNewTraining':!![]})});if(_0x1d21aa['ok']){const _0x4725d3=await _0x1d21aa[_0xf9d7(0x85)]();console[_0xf9d7(0x32)](_0x5a1543['mACkd'],_0x4725d3);}else{if(_0x5a1543[_0xf9d7(0x2c6)]===_0x5a1543[_0xf9d7(0x2c6)]){const _0x343d79=await _0x1d21aa['text']();console[_0xf9d7(0x3d)](_0x5a1543[_0xf9d7(0x2c7)],_0x1d21aa['status'],_0x343d79);throw new Error(_0xf9d7(0x2c8)+_0x1d21aa[_0xf9d7(0x4f)]);}else return _0x45d1d6[_0xf9d7(0x3d)]('❌\x20Failed\x20to\x20get\x20fresh\x20tokens\x20from\x20Google\x20SDK'),![];}}else{var _0x3bc8ca,_0x35b77a;_0xf13fe2[_0xf9d7(0x32)](_0x5a1543[_0xf9d7(0x2c9)]),_0x48882d=(_0x5a1543['LYZZZ'](_0x3bc8ca=_0x41b4ac[_0xf9d7(0x49)],null)||_0x5a1543['LYZZZ'](_0x3bc8ca,void 0x0)||_0x5a1543[_0xf9d7(0x2ca)](_0x3bc8ca=_0x3bc8ca[_0xf9d7(0x92)],null)||_0x5a1543[_0xf9d7(0x2cb)](_0x3bc8ca,void 0x0)?void 0x0:_0x3bc8ca['name'])||(_0x5a1543[_0xf9d7(0x2cc)](_0x35b77a=_0x3f7fe0['data'],null)||_0x5a1543[_0xf9d7(0x2cd)](_0x35b77a,void 0x0)||_0x5a1543['UApnj'](_0x35b77a=_0x35b77a[_0xf9d7(0x92)],null)||_0x5a1543[_0xf9d7(0x2ce)](_0x35b77a,void 0x0)?void 0x0:_0x35b77a[_0xf9d7(0x5c)])||_0x5a1543[_0xf9d7(0x2cf)];}}catch(_0xb96ba7){console[_0xf9d7(0x3d)](_0xf9d7(0x2d0),_0xb96ba7);throw _0xb96ba7;}};export const testYouTubeRefreshToken=async _0x410b50=>{const _0x5270da={'wRPqm':function(_0x22a568,_0x1760d1){return _0x22a568===_0x1760d1;},'jcUIy':function(_0x2cc94c,_0x28ceab){return _0x2cc94c===_0x28ceab;},'VgTrR':function(_0x3609ee,_0x285a8d){return _0x3609ee===_0x285a8d;},'MWCPD':_0xf9d7(0xb9),'RuEsr':_0xf9d7(0x20a),'HpVnl':_0xf9d7(0x20b),'JfEQb':'⚠️\x20[YOUTUBE\x20AUTH]\x20Connection\x20may\x20fail\x20when\x20tokens\x20expire','TwEXs':_0xf9d7(0x0),'bnrnm':function(_0x5c4d3c,_0x4cdaff){return _0x5c4d3c!==_0x4cdaff;},'fZQdI':function(_0x30668b){return _0x30668b();},'kSBqM':'👤\x20User:','BacwH':function(_0x151e83,_0x35c53f){return _0x151e83!==_0x35c53f;},'MNcVj':'wAKYW','qyuVV':_0xf9d7(0x2d1),'lTTaB':_0xf9d7(0x2d2),'YLDOb':function(_0x1a5daf,_0x412672){return _0x1a5daf(_0x412672);},'PvNMj':'✅\x20YouTube\x20connection\x20fixed!\x20Testing\x20again...','YwIgL':_0xf9d7(0x2d3),'baQrw':function(_0x165b4d,_0x486824){return _0x165b4d===_0x486824;},'reoWI':_0xf9d7(0x2d4),'wwaqy':_0xf9d7(0x2d5),'lwThd':'SvdIL'};console[_0xf9d7(0x32)](_0xf9d7(0x2d6)),console[_0xf9d7(0x32)](_0x5270da[_0xf9d7(0x2d7)],_0x410b50);try{if(_0x5270da['BacwH'](_0x5270da[_0xf9d7(0x2d8)],_0x5270da[_0xf9d7(0x2d9)])){const _0xd4a16f=await debugYouTubeTokens();console[_0xf9d7(0x32)](_0xf9d7(0x2da),_0xd4a16f);if(!_0xd4a16f[_0xf9d7(0x141)]){console[_0xf9d7(0x32)](_0x5270da[_0xf9d7(0x2db)]);const _0x22ac0e=await _0x5270da[_0xf9d7(0x2dc)](fixUserYouTubeConnection,_0x410b50);if(_0x22ac0e){console[_0xf9d7(0x32)](_0x5270da[_0xf9d7(0x2dd)]);const _0x1fbadb=await debugYouTubeTokens();console[_0xf9d7(0x32)](_0x5270da[_0xf9d7(0x2de)],_0x1fbadb);}else{if(_0x5270da['baQrw'](_0x5270da[_0xf9d7(0x2df)],_0x5270da['reoWI']))console[_0xf9d7(0x3d)](_0x5270da[_0xf9d7(0x2e0)]);else{var _0x51dfce,_0x3cab66;_0x5109bc[_0xf9d7(0x32)]('⚠️\x20No\x20YouTube\x20channel\x20found\x20for\x20user'),_0x9977dd=(_0x5270da[_0xf9d7(0x2e1)](_0x51dfce=_0x3f98ea['data'],null)||_0x5270da[_0xf9d7(0x2e2)](_0x51dfce,void 0x0)||_0x5270da[_0xf9d7(0x2e1)](_0x51dfce=_0x51dfce['user'],null)||_0x5270da['jcUIy'](_0x51dfce,void 0x0)?void 0x0:_0x51dfce[_0xf9d7(0x8f)])||(_0x5270da[_0xf9d7(0x2e3)](_0x3cab66=_0x541c0f[_0xf9d7(0x49)],null)||_0x3cab66===void 0x0||_0x5270da[_0xf9d7(0x2e3)](_0x3cab66=_0x3cab66[_0xf9d7(0x92)],null)||_0x3cab66===void 0x0?void 0x0:_0x3cab66[_0xf9d7(0x5c)])||_0x5270da[_0xf9d7(0x2e4)];}}}else console[_0xf9d7(0x32)]('✅\x20Refresh\x20token\x20already\x20available');}else _0x4bac75[_0xf9d7(0x148)](_0x5270da[_0xf9d7(0x2e5)]),_0x4ebbf5[_0xf9d7(0x148)](_0x5270da['HpVnl'],_0x4e3aad[_0xf9d7(0x285)](_0x2fc2f1)),_0x18021b['warn'](_0x5270da[_0xf9d7(0x2e6)]);}catch(_0x4940ca){if(_0x5270da[_0xf9d7(0x2e7)](_0x5270da[_0xf9d7(0x2e8)],'DmqxX'))console['error'](_0xf9d7(0x2e9),_0x4940ca);else{if(!_0x3fa5d4())throw new _0x3b0a9b(_0x5270da[_0xf9d7(0x2ea)]);const _0x18c656=_0x582239();if(!(_0x18c656!==null&&_0x5270da['bnrnm'](_0x18c656,void 0x0)&&_0x18c656[_0xf9d7(0x4)]))throw new _0x4ebabf(_0xf9d7(0x5));return{..._0x5270da[_0xf9d7(0x2eb)](_0x4e9b2f),'Authorization':_0xf9d7(0x2ec)+_0x18c656[_0xf9d7(0x4)],'X-SDK-Version':'3.0.72','X-SDK-Platform':'react-native'};}}};export const requestEmailVerification=async(_0x10eef0,_0x52a527=![])=>{const _0x2a8da5={'efGqn':_0xf9d7(0x2ed),'ypJcG':_0xf9d7(0x2a1),'gbakm':_0xf9d7(0x2d),'aYIIK':_0xf9d7(0x2ee),'vniDp':_0xf9d7(0x2ef),'qEanh':function(_0x54fe58,_0x123ca7){return _0x54fe58!==_0x123ca7;},'aILgl':'ZZnAq','Tdrgn':'GlwXZ','kDESP':'Verification\x20code\x20sent\x20to\x20your\x20email','wqsNy':function(_0xdbfd72,_0x4d7ba9){return _0xdbfd72===_0x4d7ba9;},'EiRII':_0xf9d7(0x2f0),'NpnSc':_0xf9d7(0x2f1),'cIzNT':'YOJoo','EZxMb':_0xf9d7(0x2f2),'VVhcF':_0xf9d7(0x2f3)};try{console[_0xf9d7(0x32)](_0x2a8da5[_0xf9d7(0x2f4)],_0x10eef0);const _0x63d3dd=await fetch(API_CONFIG['BASE_URL']+_0xf9d7(0x2f5),{'method':'POST','headers':getDeveloperAuthHeaders(),'body':JSON[_0xf9d7(0x80)]({'email':_0x10eef0,'action':_0x2a8da5[_0xf9d7(0x2f6)],'testMode':_0x52a527})}),_0x6e21ae=await _0x63d3dd[_0xf9d7(0x85)]();return _0x63d3dd['ok']?_0x2a8da5['qEanh'](_0x2a8da5[_0xf9d7(0x2f7)],_0x2a8da5[_0xf9d7(0x2f8)])?{'success':!![],'message':_0x6e21ae[_0xf9d7(0x3c)]||_0x2a8da5[_0xf9d7(0x2f9)]}:(_0x455249[_0xf9d7(0x3d)](_0x2a8da5[_0xf9d7(0x2fa)],_0x4be550['message']),{'success':![],'message':'Network\x20error:\x20'+_0x36ea9b[_0xf9d7(0x3c)],'details':{'error':_0x131d83['message'],'results':_0x17cf0e}}):_0x2a8da5[_0xf9d7(0x2fb)](_0x2a8da5[_0xf9d7(0x2fc)],_0x2a8da5[_0xf9d7(0x2fc)])?{'success':![],'error':_0x6e21ae[_0xf9d7(0x3c)]||_0x2a8da5[_0xf9d7(0x2fd)]}:_0x5e01c8[_0xf9d7(0x96)](_0xf9d7(0x2a0))||_0x52a7dc[_0xf9d7(0x96)](_0x2a8da5['ypJcG']);}catch(_0x43c42d){if(_0x2a8da5[_0xf9d7(0x2fe)]!==_0x2a8da5[_0xf9d7(0x2ff)])return console[_0xf9d7(0x3d)](_0xf9d7(0x300),_0x43c42d),{'success':![],'error':_0x2a8da5[_0xf9d7(0x301)]};else _0x5349a9[_0xf9d7(0x45)]={'success':![],'error':_0x1edf79[_0xf9d7(0x3c)],'name':_0x4dd4b6[_0xf9d7(0x8f)]},_0x1325d0[_0xf9d7(0x3d)](_0x2a8da5[_0xf9d7(0x302)],_0x5180e9[_0xf9d7(0x3c)]);}};export const verifyEmailCode=async(_0x1e49e8,_0x127f36,_0x17a9e5=![])=>{const _0x4d2661={'hyNKs':_0xf9d7(0x303),'ucUPK':function(_0x56e0ca,_0xd57595,_0x14fd4c){return _0x56e0ca(_0xd57595,_0x14fd4c);},'OMGbC':'Email\x20verified\x20successfully','IynFp':_0xf9d7(0x57),'hziNe':_0xf9d7(0x304)};try{console[_0xf9d7(0x32)](_0x4d2661[_0xf9d7(0x305)],_0x1e49e8);const _0x49153a=await _0x4d2661[_0xf9d7(0x306)](fetch,API_CONFIG[_0xf9d7(0xc)]+_0xf9d7(0x2f5),{'method':'POST','headers':getDeveloperAuthHeaders(),'body':JSON[_0xf9d7(0x80)]({'email':_0x1e49e8,'code':_0x127f36,'action':_0xf9d7(0x307),'testMode':_0x17a9e5})}),_0x5b2fc8=await _0x49153a['json']();return _0x49153a['ok']?{'success':!![],'message':_0x5b2fc8[_0xf9d7(0x3c)]||_0x4d2661['OMGbC'],'existingUser':_0x5b2fc8['existingUser']||![],'token':_0x5b2fc8[_0xf9d7(0x308)]}:{'success':![],'error':_0x5b2fc8[_0xf9d7(0x3c)]||_0x4d2661[_0xf9d7(0x309)]};}catch(_0x2029fc){return console[_0xf9d7(0x3d)](_0x4d2661[_0xf9d7(0x30a)],_0x2029fc),{'success':![],'error':_0xf9d7(0x2f3)};}};export const checkEmailVerificationStatus=async(_0x14d04f,_0x2ca3c5=![])=>{const _0x38b49f={'wiOmo':function(_0x3deda8,_0x1b0e7b){return _0x3deda8!==_0x1b0e7b;},'uwnee':_0xf9d7(0x30b),'PDMVb':'FzlDk','hZjIU':function(_0x238824,_0x38d847,_0x2bc77b){return _0x238824(_0x38d847,_0x2bc77b);},'cEkLx':function(_0x53cedd){return _0x53cedd();},'bsXVM':_0xf9d7(0x30c),'HSFZT':'Network\x20error'};try{if(_0x38b49f[_0xf9d7(0x30d)](_0x38b49f[_0xf9d7(0x30e)],_0x38b49f['PDMVb'])){const _0x13a0d2=await _0x38b49f['hZjIU'](fetch,API_CONFIG[_0xf9d7(0xc)]+_0xf9d7(0x30f),{'method':'POST','headers':_0x38b49f['cEkLx'](getDeveloperAuthHeaders),'body':JSON[_0xf9d7(0x80)]({'email':_0x14d04f,'testMode':_0x2ca3c5})}),_0x205c40=await _0x13a0d2[_0xf9d7(0x85)]();return{'success':_0x13a0d2['ok'],'isPending':_0x205c40[_0xf9d7(0x310)]||![],'message':_0x205c40['message']};}else return _0x5da589[_0xf9d7(0x32)](_0xf9d7(0x5d)),_0x28b36b[_0xf9d7(0xc)]+'/email/authorize?action=verify';}catch(_0x272d0e){return console[_0xf9d7(0x3d)](_0x38b49f[_0xf9d7(0x311)],_0x272d0e),{'success':![],'isPending':![],'error':_0x38b49f['HSFZT']};}};function _0x44ed(){const _0x2124b7=['SDK\x20not\x20initialized.\x20Developers\x20must\x20call\x20initializeApiKey()\x20before\x20using\x20auth\x20features.','uWKnO','tLbvC','FESAa','apiKey','No\x20API\x20key\x20configured.\x20Please\x20initialize\x20the\x20SDK\x20with\x20a\x20valid\x20developer\x20API\x20key.','3.0.72','1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com','https://api.instagram.com/oauth/authorize','demo_instagram_client_id','onairosevents://auth/callback','user_profile,user_media','BASE_URL','/youtube/authorize','code','identity,read','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','/gmail/authorize','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','https://x.com/i/grok','https://hinge.co','https://www.instagram.com','https://www.sephora.com','https://web.telegram.org/k/','ybQKI','ghRNV','VJTym','🔌\x20[CONNECTIVITY]\x20Running\x20comprehensive\x20network\x20diagnostics...','https://www.google.com','KzNYe','❌\x20[CONNECTIVITY]\x20Cannot\x20reach\x20Google\x20-\x20internet\x20may\x20be\x20down:','ijXPO','WHtVM','✅\x20[CONNECTIVITY]\x20API\x20server\x20is\x20reachable','❌\x20[CONNECTIVITY]\x20Cannot\x20reach\x20API\x20server:','API\x20is\x20reachable','WapqC','PnatV','rGJeG','log','quzyD','ZKVKI','HEAD','bQCUc','googleTest','reachable','✅\x20[CONNECTIVITY]\x20Google\x20is\x20reachable\x20-\x20internet\x20is\x20working','hmVRz','tfUsu','message','error','rVaqs','Abfyq','🌐\x20[CONNECTIVITY]\x20Test\x202:\x20Checking\x20API\x20server...','/health','signal','friPX','Unable\x20to\x20read\x20response','api2Test','substring','rpUov','QHBQY','data','serverAuthCode','✅\x20Got\x20serverAuthCode\x20from\x20sign-in\x20response','🔑\x20Refresh\x20token\x20preview:','...','noBWZ','status','LIDXb','success','TqrYe','No\x20internet\x20connectivity\x20detected.\x20Check\x20your\x20network\x20connection.','QxjeM','mnRlX','Network\x20error:\x20','Invalid\x20verification\x20code','✅\x20Found\x20existing\x20authentication\x20token\x20for\x20YouTube\x20auth','✅\x20YouTube\x20channel\x20found:','⚠️\x20Error\x20fetching\x20YouTube\x20channel\x20info:','qLBXc','email','📧\x20[OAUTH]\x20Email\x20platform\x20selected,\x20returning\x20mock\x20auth\x20URL','bfwNL','AbortError','LwiFr','NvmAK','\x20\x20\x204.\x20SSL/TLS\x20certificate\x20issue','\x20\x20\x205.\x20iOS\x20simulator\x20network\x20sandbox\x20issue\x20-\x20try\x20on\x20physical\x20device','\x20\x20\x202.\x20API\x20server\x20(API\x20server)\x20is\x20unreachable','\x20\x20\x203.\x20DNS\x20resolution\x20failed','RFObW','rAUgb','🚀\x20[OAUTH]\x20Starting\x20OAuth\x20for\x20platform:\x20','📱\x20[OAUTH]\x20Platform:\x20',',\x20Version:\x20','Version','ccKAY','ETzee','ePhKY','DthrS','/email/authorize?action=verify','OuQJl','HhJHs','YrWfx','glNDU','EKUmw','\x20OAuth','❌\x20[OAUTH]\x20Please\x20log\x20in\x20first\x20before\x20connecting\x20platforms','/authorize','🌐\x20[OAUTH]\x20Proxy\x20URL:\x20','toISOString','📤\x20[OAUTH]\x20Request\x20body:','⏰\x20[OAUTH]\x20Request\x20timeout\x20for\x20','\x20-\x20aborting','abort','NfTvA','stringify','📡\x20[OAUTH]\x20Response\x20status:\x20','statusText','text','❌\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20','json','URL','url','🔗\x20[OAUTH]\x20Auth\x20URL\x20for\x20','items','snippet','title','jhoys','ID:','YDsrn','name','xHFuI','❌\x20[OAUTH]\x20Request\x20timeout\x20for\x20','user','pQDcQ','yiCmN','hbhEb','includes','Network\x20request\x20failed','yvRvH','split','DNWKN','\x20\x20\x201.\x20No\x20internet\x20connection\x20on\x20device/simulator','❌\x20[OAUTH]\x20Network\x20request\x20failed\x20for\x20','openid','profile','configure','vJFMe','❌\x20Google\x20Sign-In\x20error:','User\x20cancelled\x20Google\x20Sign-In','Google\x20Sign-In\x20already\x20in\x20progress','Google\x20Play\x20Services\x20not\x20available','✅\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','Internet\x20works\x20but\x20API\x20server\x20is\x20unreachable.\x20The\x20server\x20may\x20be\x20blocking\x20requests\x20from\x20this\x20device/simulator.','⚠️\x20[YOUTUBE\x20REAUTH]\x20Response\x20data:','⚠️\x20[YOUTUBE\x20REAUTH]\x20Expected\x20hasRefreshToken\x20or\x20refreshTokenReceived\x20in\x20response','🔄\x20FORCING\x20fresh\x20YouTube\x20consent\x20for\x20refresh\x20token...','✅\x20Signed\x20out\x20-\x20consent\x20cache\x20cleared','✅\x20Token\x20cache\x20cleared','https://www.googleapis.com/auth/youtube.readonly','📱\x20User\x20should\x20see:\x20\x22Allow\x20[App]\x20to\x20access\x20your\x20YouTube\x20account\x20when\x20you\x27re\x20not\x20using\x20the\x20app?\x22','👤\x20User\x20email:','📋\x20FULL\x20userInfo\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','📋\x20FULL\x20currentUser\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','-\x20ID\x20token:','Present','✅\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20consent!','refreshToken','Unknown\x20Channel','📺\x20Fetching\x20YouTube\x20channel\x20information...','⚠️\x20No\x20YouTube\x20channel\x20found\x20for\x20user','No\x20Channel','⚠️\x20Failed\x20to\x20fetch\x20YouTube\x20channel\x20info:','youtube','📤\x20Sending\x20comprehensive\x20payload\x20with\x20REFRESH\x20TOKEN\x20to\x20backend:','🚀\x20[YOUTUBE\x20REAUTH]\x20Headers:','NO\x20AUTH\x20TOKEN','📡\x20[YOUTUBE\x20REAUTH]\x20Response\x20Status\x20Text:','📡\x20[YOUTUBE\x20REAUTH]\x20Response\x20Headers:','✅\x20[YOUTUBE\x20REAUTH]\x20Backend\x20Response\x20SUCCESS:','temporary\x20access\x20token\x20mode','2|1|6|5|3|0|4','🔄\x20[YOUTUBE\x20REAUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','✅\x20[YOUTUBE\x20REAUTH]\x20Backend\x20CONFIRMED\x20refresh\x20token\x20received','✅\x20[YOUTUBE\x20REAUTH]\x20Response\x20hasRefreshToken:','🔑\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20type:','IOFXz','🔄\x20[YOUTUBE\x20REAUTH]\x20Signaling\x20training\x20system\x20to\x20restart...','⚠️\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20failed:','❌\x20[YOUTUBE\x20REAUTH]\x20Backend\x20processing\x20FAILED:','2|4|5|1|6|3|0','\x20\x20\x203.\x20Ensure\x20user\x20clicks\x20\x22Allow\x22\x20on\x20consent\x20screen','❌\x20This\x20means\x20consent\x20screen\x20did\x20not\x20appear\x20or\x20user\x20denied\x20permissions','💡\x20Solutions:','❌\x20Error\x20forcing\x20YouTube\x20consent:','❌\x20User\x20cancelled\x20sign-in\x20-\x20no\x20refresh\x20token\x20obtained','💡\x20User\x20must\x20click\x20\x22Allow\x22\x20to\x20get\x20refresh\x20token','❌\x20Sign-in\x20already\x20in\x20progress','bCyVo','rBTIL','nFVSo','RArYk','sXIon','signOut','qzzRx','wyIME','SIGN_IN_CANCELLED','OPqJk','IN_PROGRESS','CpEga','YqbZv','ptGJO','getTokens','accessToken','clearCachedAccessToken','LzctA','ℹ️\x20No\x20token\x20cache\x20to\x20clear','🔧\x20Configuring\x20Google\x20Sign-In\x20for\x20forced\x20consent...','Sbcow','Siyxc','UrLIp','gVKxt','hasPlayServices','🔐\x20Initiating\x20sign-in\x20-\x20consent\x20screen\x20should\x20appear...','CDWhE','signIn','LRdkc','EjhWh','zodDq','jBKug','getCurrentUser','📋\x20FULL\x20tokens\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','fdmXZ','🔍\x20Token\x20analysis:','-\x20Access\x20token:','eRMEW','gnYfs','AsCSw','LRelC','OntqR','hzpRu','qsKwm','ovocj','startsWith','KKJuT','PDPvq','Mwhfj','BUNXN','iUvBc','dAeuO','length','FJcCa','ljDds','tnQJr','FZIGb','SIPIf','LAEws','ifNJb','jApmz','AaAbQ','EXune','uVnNt','xKHyk','ldrhP','EPFBS','temp_token_for_youtube_connection','qlEcH','yjabP','idToken','dhMnG','VYGhm','user-','youtube-','now','signOut_and_configure','debugInfo','refreshTokenType','uLqOQ','uUAwM','zIVAa','🚀\x20[YOUTUBE\x20REAUTH]\x20Endpoint:\x20https://API\x20server/youtube/native-auth','okAdy','KOEsR','lYxuy','ShJPC','vxFnf','aCRaX','/youtube/native-auth','WPHxs','MYVBv','headers','avedd','validation','isTemporaryMode','PHfpU','qcpUH','niVhN','BhAiw','aEriI','paZPc','Ejsmj','NyvsI','pkOft','PdOPE','refreshTokenReceived','gnqPr','RypWW','hasRefreshToken','xXMHs','🔑\x20[YOUTUBE\x20REAUTH]\x20Full\x20refresh\x20token:','AZQau','RaAdz','TvzNk','wtnxQ','warn','NZpRU','⚠️\x20[YOUTUBE\x20REAUTH]\x20User\x20may\x20need\x20to\x20manually\x20restart\x20training','FfOJD','wIEYm','SEsle','xWscS','IewCD','❌\x20[YOUTUBE\x20REAUTH]\x20This\x20means\x20the\x20reauth\x20signal\x20was\x20not\x20processed','EiVsR','\x20\x20\x201.\x20Try\x20the\x20revoke\x20method:\x20forceYouTubeReconnectionWithRevoke()','aasxb','dpkTG','fIkZr','uyiGC','\x20\x20\x202.\x20Check\x20Google\x20Console\x20OAuth\x20configuration','Error\x20exchanging\x20code\x20for\x20token:\x20','Token\x20exchange\x20failed\x20with\x20status\x20','LZETN','zAFBI','koqgM','lJdRp','KdhwK','BcMHQ','LqcgK','PLAY_SERVICES_NOT_AVAILABLE','❌\x20Google\x20Play\x20Services\x20not\x20available','LVZZM','🔄\x20FORCING\x20YouTube\x20consent\x20via\x20REVOKE\x20method...','✅\x20Revoked\x20existing\x20permissions\x20-\x20fresh\x20consent\x20REQUIRED','🔐\x20Signing\x20in\x20after\x20revoke\x20-\x20consent\x20screen\x20MUST\x20appear...','✅\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20REVOKE\x20+\x20consent!','KegQA','❌\x20Error\x20with\x20revoke\x20method:','zlqVH','ozdMf','NtaEk','RBTiD','mPbxu','✅\x20Signed\x20out\x20completely','RsoVL','ItBAi','PtJvW','vJXHV','oPVfk','❌\x20Still\x20no\x20refresh\x20token\x20after\x20revoke\x20method','iIpuR','Hjbzs','AToAB','brTzh','AEEIU','mWuFM','pebJm','🔧\x20Platform\x20auth\x20service\x20initialized','🔄\x20Method\x202:\x20Trying\x20forced\x20consent\x20via\x20revoke...','🔧\x20Fixing\x20YouTube\x20connection\x20for\x20user:\x20','jpzCd','HhpPQ','\x20YouTube\x20connection\x20fixed\x20via\x20Method\x201!','ZLjvA','baFOP','wGscR','lfdfe','TWJSh','\x20YouTube\x20connection\x20fixed\x20via\x20Method\x202!','❌\x20Failed\x20to\x20fix\x20','\x20YouTube\x20connection\x20with\x20both\x20methods','3|0|2|1|6|4|5','ℹ️\x20Already\x20signed\x20out\x20or\x20sign\x20out\x20failed:','🔄\x20Attempting\x20to\x20refresh\x20Google\x20tokens...','hdGMg','❌\x20Failed\x20to\x20refresh\x20Google\x20tokens:','cJAgo','🔄\x20Refresh\x20failed,\x20attempting\x20re-authentication...','✅\x20Re-authentication\x20successful','mLsoE','WCePP','KeQjt','❌\x20User\x20not\x20signed\x20in\x20to\x20Google,\x20cannot\x20refresh\x20tokens','eVdDe','dNbOO','IDCOd','sWQqC','IiZwX','dMeoS','VmUuY','iAXNw','pTBHb','qVEuz','etcbK','❌\x20Re-authentication\x20also\x20failed:','snILP','none','❌\x20Debug\x20tokens\x20failed:','ahopx','GlyIG','Xyghw','CcWyH','OUQNw','Missing','WDAxU','PWFfE','bIlOj','AnFgR','njmxD','aDHfm','IPUWE','MPUce','❌\x20[YOUTUBE\x20AUTH]\x20Username\x20is\x20required\x20for\x20YouTube\x20authentication','✅\x20Got\x20serverAuthCode\x20(refresh\x20token\x20mechanism)','Falling\x20back\x20to\x20simulated\x20token\x20response','TAePi','kOuPA','pAQHE','jyGDQ','✅\x20YouTube\x20reconnected\x20successfully\x20with\x20refresh\x20token','❌\x20YouTube\x20reconnection\x20failed','xHoxg','❌\x20YouTube\x20reconnection\x20error:','OTSrT','KAkTR','wrIuH','tGGcB','PhOiO','eEomP','lBzEx','yKhKv','kHPVu','✅\x20Cleared\x20cached\x20access\x20token','juGcj','ptEef','vNSRG','ℹ️\x20Token\x20clearing\x20failed\x20or\x20not\x20needed:','qhZdj','OUpGX','FnNhC','eDauU','Error\x20exchanging\x20code\x20for\x20token:','HhoZY','_access_token_','random','toString','_refresh_token_','yShuC','hucyz','gIKVu','xTzcN','jwAQB','WgOtR','❌\x20CRITICAL:\x20No\x20refresh\x20token\x20available\x20-\x20YouTube\x20connection\x20will\x20fail\x20when\x20token\x20expires','💡\x20User\x20needs\x20to\x20reconnect\x20with\x20proper\x20consent\x20screen','💡\x20Check\x20Google\x20Sign-In\x20configuration:\x20offlineAccess,\x20forceCodeForRefreshToken','❌\x20Error\x20refreshing\x20YouTube\x20tokens:','5|6|4|0|3|2|1','🔑\x20[YOUTUBE\x20REAUTH]\x20Mode:\x20Temporary\x20(expires\x20~1\x20hour)','🎉\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Temporary\x20YouTube\x20connection\x20established!','Verification\x20code\x20sent\x20to\x20your\x20email','🔐\x20Creating\x20authentication\x20token\x20for\x20YouTube\x20connection...','Facebook\x20Login\x20completed\x20successfully','🔗\x20Initiating\x20native\x20Google\x20Sign-In\x20for\x20YouTube','axOSs','AVJuS','🔄\x20Signed\x20out\x20to\x20force\x20fresh\x20consent','ℹ️\x20Sign\x20out\x20not\x20needed\x20or\x20failed:','📋\x20FULL\x20userInfo\x20object:','🔑\x20Got\x20Google\x20tokens','📋\x20FULL\x20tokens\x20object:','🔍\x20REFRESH\x20TOKEN\x20EXTRACTION:','-\x20userInfo.data?.serverAuthCode:','-\x20currentUser?.serverAuthCode:','-\x20tokens.accessToken:','ZGpNc','⚠️\x20Continuing\x20without\x20refresh\x20token\x20-\x20connection\x20may\x20fail\x20later','HVVud','youtube_user','qvKqV','PrNtP','ℹ️\x20No\x20valid\x20authentication\x20token\x20found\x20for\x20YouTube\x20connection','ℹ️\x20NOTE:\x20SDK\x20does\x20not\x20create\x20users\x20during\x20YouTube\x20connection','ℹ️\x20User\x20should\x20authenticate\x20first\x20via\x20Google/Apple/Email\x20before\x20connecting\x20YouTube','🔑\x20Token\x20preview:','🔗\x20Linking\x20YouTube\x20data\x20to\x20user:','📺\x20YouTube\x20channel\x20name:','apple','📤\x20BACKEND\x20PAYLOAD\x20SUMMARY:','-\x20hasRefreshToken:','-\x20hasServerAuthCode:','-\x20refreshTokenType:','-\x20userEmail:','-\x20channelName:','📡\x20Backend\x20response\x20status:','📡\x20Backend\x20response\x20headers:','NtDSr','✅\x20[YOUTUBE\x20AUTH]\x20Backend\x20confirmed\x20refresh\x20token\x20received','⚠️\x20[YOUTUBE\x20AUTH]\x20Backend\x20did\x20not\x20confirm\x20refresh\x20token','🔍\x20[YOUTUBE\x20AUTH]\x20Response\x20data\x20keys:','❌\x20YouTube\x20auth\x20failed:','📋\x20BACKEND\x20ERROR\x20RESPONSE:','unxjQ','MjEUm','ErGdg','instagram','sLBLD','KpcKe','hEJTG','ZmmVK','xpcYY','IykZd','VGIIL','yNGko','aBxps','CmtLi','llcfM','RuZYq','Gbfup','bToEG','xfPxP','VtYqG','JLRyK','ANmlz','anFjs','QARhl','URcXi','cBLXS','CMBHX','WJpTW','GNSdl','ohwiZ','LWRrA','📋\x20FULL\x20currentUser\x20object:','JAWah','KMXYd','WRExK','Present:\x20','nVtfW','-\x20tokens.idToken:','xGgUK','MviBQ','ybKnv','AhuTr','fCAje','🔑\x20Refresh\x20token\x20type:','NQtzb','mpqqE','kFyNt','tHiCw','EawGQ','mpvzw','tZdYS','lAhKe','piRyI','FeMkQ','wbXII','qPkbL','lsRIV','yJKhA','OCZbw','ludKb','CMUrO','OKLFC','LULlK','vGBYd','RnFnA','getItem','XNwsA','AgRrk','wIFOz','trim','AfZGq','jQUjj','jryJV','ASsiV','DGRiu','jXBfA','qegky','EAatu','ihOgE','iTEKB','rgWQe','pJjRC','mucEM','JivvV','wGoLT','aVNxS','Djzca','VnzFI','syDmf','nbwOH','vBGAC','TguCf','DVMsg','SWTiJ','MOIyr','QkApo','hoEZY','PYvWQ','tYZnI','DTUad','CZBKP','THVHK','✅\x20YouTube\x20connection\x20successful','📋\x20COMPLETE\x20BACKEND\x20RESPONSE:','DhWRR','ulOlb','temporaryMode','nTfLx','enabled','IMJFN','JtxQN','🔄\x20[YOUTUBE\x20AUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','dPNgo','bwrKn','rvrBe','irBqZ','SfBBl','QbpGo','SqOUm','keys','⚠️\x20[YOUTUBE\x20AUTH]\x20Connection\x20may\x20fail\x20when\x20tokens\x20expire','geyOj','KpRVW','kxbEo','dVngF','mHPVU','LYNbN','🔑\x20[YOUTUBE\x20REAUTH]\x20Connection\x20Details:','HOYsP','nEPrP','dxkhd','EaCkg','ouJxI','udLow','iLuph','rMlqg','eMkcI','aPkRM','BySbW','jKCeg','KRbCm','huIbE','aXmSB','dZdbA','IAuCS','cgOHO','auth/callback','code=','tswCQ','fpaRr','Exchanging\x20code\x20for\x20token\x20for\x20platform:\x20','/token','Token\x20exchange\x20successful\x20for\x20','🔄\x20Refreshing\x20YouTube\x20tokens...','✅\x20YouTube\x20tokens\x20refreshed\x20successfully:','wHNGj','❌\x20Failed\x20to\x20get\x20fresh\x20tokens\x20from\x20Google\x20SDK','UBjGw','❌\x20No\x20auth\x20token\x20found\x20for\x20YouTube\x20refresh','bkOLs','/youtube/refresh-token','wpacN','wzoCk','Wmukp','YJBTZ','1|0|2|3|5|4','zaTdE','.\x20Possible\x20causes:','AfMvE','jylxK','SDfEm','JWBkj','mFMZh','GEAZI','youtube_reauth','✅\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20successful:','kmILC','❌\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20failed:','bDcws','zKSiJ','ziNSt','/mobile-training/restart','FSyoy','Zfuut','cfhTE','tNJgs','Training\x20restart\x20failed:\x20','cNISv','uVTbo','UApnj','CeqeN','jqReu','lcClN','lwzXO','❌\x20[TRAINING\x20RESTART]\x20Error\x20triggering\x20training\x20restart:','UZXCs','⚠️\x20No\x20refresh\x20token\x20found\x20-\x20attempting\x20to\x20fix...','🔍\x20New\x20token\x20status:','HaLSl','❌\x20Failed\x20to\x20fix\x20YouTube\x20connection','🧪\x20Testing\x20YouTube\x20refresh\x20token\x20functionality...','kSBqM','MNcVj','qyuVV','🔍\x20Current\x20token\x20status:','lTTaB','YLDOb','PvNMj','YwIgL','reoWI','wwaqy','wRPqm','jcUIy','VgTrR','MWCPD','RuEsr','JfEQb','BacwH','lwThd','❌\x20Error\x20testing\x20YouTube\x20refresh\x20token:','TwEXs','fZQdI','Bearer\x20','❌\x20[CONNECTIVITY]\x20Connectivity\x20test\x20failed:','📧\x20Requesting\x20email\x20verification\x20for:','request','YqTiR','Failed\x20to\x20send\x20verification\x20code','lcNzF','Network\x20error.\x20Please\x20check\x20your\x20connection\x20and\x20try\x20again.','aYIIK','/email/verification','vniDp','aILgl','Tdrgn','kDESP','efGqn','wqsNy','EiRII','NpnSc','cIzNT','EZxMb','❌\x20Error\x20requesting\x20email\x20verification:','VVhcF','gbakm','🔍\x20Verifying\x20email\x20code\x20for:','❌\x20Error\x20verifying\x20email\x20code:','hyNKs','ucUPK','verify','token','IynFp','hziNe','xNRpi','❌\x20Error\x20checking\x20email\x20verification\x20status:','wiOmo','uwnee','/email/verification/status','isPending','bsXVM','qhzQz','IyPdB'];_0x44ed=function(){return _0x2124b7;};return _0x44ed();}export const initializePlatformAuthService=()=>{const _0x3a1990={'qhzQz':_0xf9d7(0x17d),'IyPdB':function(_0x181002){return _0x181002();}};console[_0xf9d7(0x32)](_0x3a1990[_0xf9d7(0x312)]),_0x3a1990[_0xf9d7(0x313)](initializeGoogleSignIn);};
1
+ function _0x472d(_0x54f9b0,_0x472d86){_0x54f9b0=_0x54f9b0-0x0;const _0x273a9c=_0x54f9();let _0x1c6b31=_0x273a9c[_0x54f9b0];return _0x1c6b31;}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 _0x19105f={'tfguf':'SDK\x20not\x20initialized.\x20Developers\x20must\x20call\x20initializeApiKey()\x20before\x20using\x20auth\x20features.','DPxIS':function(_0x318931){return _0x318931();},'YhdBi':_0x472d(0x0)};if(!isApiKeyInitialized())throw new Error(_0x19105f[_0x472d(0x1)]);const _0x55941b=_0x19105f[_0x472d(0x2)](getApiConfig);if(!(_0x55941b!==null&&_0x55941b!==void 0x0&&_0x55941b[_0x472d(0x3)]))throw new Error(_0x19105f[_0x472d(0x4)]);return{..._0x19105f[_0x472d(0x2)](getApiHeaders),'Authorization':_0x472d(0x5)+_0x55941b[_0x472d(0x3)],'X-SDK-Version':_0x472d(0x6),'X-SDK-Platform':'react-native'};},WEB_CLIENT_ID='1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com',IOS_CLIENT_ID=_0x472d(0x7),OAUTH_CONFIG={'instagram':{'authUrl':_0x472d(0x8),'clientId':_0x472d(0x9),'redirectUri':_0x472d(0xa),'scope':'user_profile,user_media','responseType':'code','hasNativeSDK':![]},'youtube':{'authUrl':API_CONFIG[_0x472d(0xb)]+'/youtube/authorize','clientId':_0x472d(0x7),'redirectUri':_0x472d(0xa),'scope':_0x472d(0xc),'responseType':_0x472d(0xd),'hasNativeSDK':!![]},'reddit':{'authUrl':API_CONFIG[_0x472d(0xb)]+_0x472d(0xe),'clientId':_0x472d(0xf),'redirectUri':'onairosevents://auth/callback','scope':_0x472d(0x10),'responseType':_0x472d(0xd),'hasNativeSDK':![]},'pinterest':{'authUrl':API_CONFIG['BASE_URL']+_0x472d(0x11),'clientId':_0x472d(0x12),'redirectUri':_0x472d(0xa),'scope':'boards:read,pins:read','responseType':_0x472d(0xd),'hasNativeSDK':![]},'facebook':{'authUrl':_0x472d(0x13),'clientId':'demo_facebook_client_id','redirectUri':_0x472d(0xa),'scope':_0x472d(0x14),'responseType':_0x472d(0xd),'hasNativeSDK':![]},'linkedin':{'authUrl':API_CONFIG[_0x472d(0xb)]+_0x472d(0x15),'clientId':'','redirectUri':'onairosevents://auth/callback','scope':_0x472d(0x16),'responseType':_0x472d(0xd),'hasNativeSDK':![]},'gmail':{'authUrl':API_CONFIG['BASE_URL']+_0x472d(0x17),'clientId':_0x472d(0x18),'redirectUri':_0x472d(0xa),'scope':'https://www.googleapis.com/auth/gmail.readonly','responseType':_0x472d(0xd),'hasNativeSDK':![]},'email':{'hasNativeSDK':![],'authUrl':API_CONFIG[_0x472d(0xb)]+_0x472d(0x19)},'chatgpt':{'authUrl':_0x472d(0x1a),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'claude':{'authUrl':_0x472d(0x1b),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'gemini':{'authUrl':_0x472d(0x1c),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'grok':{'authUrl':_0x472d(0x1d),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'hinge':{'authUrl':'https://hinge.co','clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'instagram_webview':{'authUrl':_0x472d(0x1e),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'sephora':{'authUrl':'https://www.sephora.com','clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'telegram':{'authUrl':_0x472d(0x1f),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]}};export const hasNativeSDK=_0x51da3a=>{const _0x3effda={'MZyqP':function(_0xf94d8,_0x5b1203){return _0xf94d8===_0x5b1203;}};var _0x3c9840;return(_0x3effda[_0x472d(0x20)](_0x3c9840=OAUTH_CONFIG[_0x51da3a],null)||_0x3c9840===void 0x0?void 0x0:_0x3c9840[_0x472d(0x21)])||![];};export const testApiConnectivity=async()=>{const _0x372dda={'RrzxX':_0x472d(0x22),'PZuJf':'Verification\x20code\x20sent\x20to\x20your\x20email','esjiU':function(_0x1a79ed){return _0x1a79ed();},'NBJfF':_0x472d(0x23),'fMMAn':'3|4|5|2|0|1','NJeKe':_0x472d(0x24),'izYgD':_0x472d(0x25),'VvqCR':_0x472d(0x26),'jDwDy':function(_0x25db18,_0x4de6b4){return _0x25db18!==_0x4de6b4;},'lujEi':'zbOLK','IndtC':'🔌\x20[CONNECTIVITY]\x20Running\x20comprehensive\x20network\x20diagnostics...','NGWbu':function(_0x36d698,_0x47c11f,_0x3d5773){return _0x36d698(_0x47c11f,_0x3d5773);},'kOggi':'https://www.google.com','TwfLq':_0x472d(0x27),'cdDbp':'reachable','BhAXN':_0x472d(0x28),'ckHue':_0x472d(0x29),'lzkkR':'🌐\x20[CONNECTIVITY]\x20Test\x202:\x20Checking\x20API\x20server...','gIebx':function(_0x14fd35,_0x536417){return _0x14fd35===_0x536417;},'BIMtD':_0x472d(0x2a),'BDSPR':function(_0x1029b1,_0x2246a9,_0x34d036){return _0x1029b1(_0x2246a9,_0x34d036);},'kPTAj':function(_0x4c45f5,_0x108219){return _0x4c45f5(_0x108219);},'yAskf':_0x472d(0x2b),'Fudps':'vhZbH','GLfad':'❌\x20[CONNECTIVITY]\x20Cannot\x20reach\x20API\x20server:','xeCkT':function(_0x3be65c,_0x3a61c9){return _0x3be65c!==_0x3a61c9;},'hwzyK':_0x472d(0x2c),'fZopK':function(_0x1bf16a,_0xb2fbea){return _0x1bf16a!==_0xb2fbea;},'PfjZm':_0x472d(0x2d)},_0x54f0f1={'googleTest':null,'api2Test':null};try{if(_0x372dda[_0x472d(0x2e)](_0x472d(0x2f),_0x372dda[_0x472d(0x30)])){var _0x2d6dc9,_0x2d6fdf;console[_0x472d(0x31)](_0x372dda[_0x472d(0x32)]),console[_0x472d(0x31)](_0x472d(0x33));try{const _0x20c5a5=await _0x372dda[_0x472d(0x34)](fetch,_0x372dda['kOggi'],{'method':_0x372dda[_0x472d(0x35)],'mode':'no-cors'});_0x54f0f1['googleTest']={'success':!![],'status':_0x372dda[_0x472d(0x36)]},console[_0x472d(0x31)](_0x372dda[_0x472d(0x37)]);}catch(_0x4c48a1){_0x54f0f1[_0x472d(0x38)]={'success':![],'error':_0x4c48a1[_0x472d(0x39)]},console['error'](_0x372dda['ckHue'],_0x4c48a1[_0x472d(0x39)]);}console['log'](_0x372dda[_0x472d(0x3a)]);try{if(_0x372dda[_0x472d(0x3b)](_0x472d(0x3c),_0x372dda[_0x472d(0x3d)]))_0x251e6d['log'](_0x372dda[_0x472d(0x3e)],_0x187d58);else{const _0x2bfa11=new AbortController(),_0x1a2cd1=setTimeout(()=>_0x2bfa11[_0x472d(0x3f)](),0x7530),_0x3359ea=await _0x372dda[_0x472d(0x40)](fetch,API_CONFIG['BASE_URL']+_0x472d(0x41),{'method':'GET','signal':_0x2bfa11[_0x472d(0x42)]});_0x372dda[_0x472d(0x43)](clearTimeout,_0x1a2cd1);const _0x1cd675=await _0x3359ea['text']()[_0x472d(0x44)](()=>_0x472d(0x45));_0x54f0f1[_0x472d(0x46)]={'success':_0x3359ea['ok'],'status':_0x3359ea[_0x472d(0x47)],'statusText':_0x3359ea[_0x472d(0x48)],'response':_0x1cd675['substring'](0x0,0xc8)};if(_0x3359ea['ok'])console[_0x472d(0x31)](_0x372dda[_0x472d(0x49)]);else{if(_0x372dda[_0x472d(0x3b)](_0x372dda['Fudps'],_0x372dda[_0x472d(0x4a)]))console['log'](_0x472d(0x4b)+_0x3359ea[_0x472d(0x47)]);else return{'success':!![],'message':_0x3cafd5[_0x472d(0x39)]||_0x372dda[_0x472d(0x4c)]};}}}catch(_0x3ed565){_0x54f0f1[_0x472d(0x46)]={'success':![],'error':_0x3ed565[_0x472d(0x39)],'name':_0x3ed565[_0x472d(0x4d)]},console[_0x472d(0x4e)](_0x372dda['GLfad'],_0x3ed565[_0x472d(0x39)]);}if(_0x372dda[_0x472d(0x4f)](_0x2d6dc9=_0x54f0f1[_0x472d(0x46)],null)&&_0x2d6dc9!==void 0x0&&_0x2d6dc9['success']){if(_0x472d(0x50)!==_0x472d(0x50))_0x3d9d7e[_0x472d(0x31)]('🔧\x20Platform\x20auth\x20service\x20initialized'),_0x372dda[_0x472d(0x51)](_0x5845dc);else return{'success':!![],'message':_0x372dda[_0x472d(0x52)],'details':_0x54f0f1};}else return _0x372dda[_0x472d(0x2e)](_0x2d6fdf=_0x54f0f1[_0x472d(0x38)],null)&&_0x372dda[_0x472d(0x53)](_0x2d6fdf,void 0x0)&&_0x2d6fdf[_0x472d(0x54)]?{'success':![],'message':_0x372dda['PfjZm'],'details':_0x54f0f1}:{'success':![],'message':_0x472d(0x55),'details':_0x54f0f1};}else return _0x443b45[_0x472d(0x4e)](_0x372dda[_0x472d(0x56)]),![];}catch(_0xe189a6){if(_0x372dda['gIebx'](_0x472d(0x57),_0x472d(0x58))){const _0x22c0f0=_0x372dda['fMMAn']['split']('|');let _0x153d5e=0x0;while(!![]){switch(_0x22c0f0[_0x153d5e++]){case'0':_0x18c3b7[_0x472d(0x4e)](_0x472d(0x59));continue;case'1':_0x1800e3[_0x472d(0x4e)](_0x372dda[_0x472d(0x5a)]);continue;case'2':_0x53363a['error'](_0x472d(0x5b));continue;case'3':_0x168336[_0x472d(0x4e)](_0x472d(0x5c)+_0x1f303a+_0x472d(0x5d));continue;case'4':_0x4b194b[_0x472d(0x4e)](_0x372dda[_0x472d(0x5e)]);continue;case'5':_0x29c155['error'](_0x372dda[_0x472d(0x5f)]);continue;}break;}}else return console['error'](_0x472d(0x60),_0xe189a6[_0x472d(0x39)]),{'success':![],'message':'Network\x20error:\x20'+_0xe189a6[_0x472d(0x39)],'details':{'error':_0xe189a6[_0x472d(0x39)],'results':_0x54f0f1}};}};export const initiateOAuth=async(_0x272bc6,_0x34a0ca)=>{const _0x37dc52={'rbQVS':_0x472d(0x61),'hXhRc':function(_0x1881d7,_0x527233,_0x5758a3){return _0x1881d7(_0x527233,_0x5758a3);},'ehbcc':_0x472d(0x62),'NvMqj':function(_0x29eb2b,_0xb636b2){return _0x29eb2b===_0xb636b2;},'ZXohp':_0x472d(0x63),'ppNyY':function(_0x2ea72b,_0x53298f){return _0x2ea72b!==_0x53298f;},'nLZfH':'jXGUm','SCosm':_0x472d(0x25),'MoCDg':'\x20\x20\x202.\x20API\x20server\x20(API\x20server)\x20is\x20unreachable','iDHDh':'\x20\x20\x203.\x20DNS\x20resolution\x20failed'};try{console['log']('🚀\x20[OAUTH]\x20Starting\x20OAuth\x20for\x20platform:\x20'+_0x272bc6),console[_0x472d(0x31)](_0x472d(0x64)+Platform['OS']+_0x472d(0x65)+Platform[_0x472d(0x66)]);if(_0x37dc52[_0x472d(0x67)](_0x272bc6,_0x37dc52['ZXohp']))return console['log'](_0x472d(0x68)),API_CONFIG['BASE_URL']+_0x472d(0x69);let _0x3d8a28;try{_0x3d8a28=await getUserAuthHeaders(),console[_0x472d(0x31)](_0x472d(0x6a));}catch(_0x2545ea){return console['error'](_0x472d(0x6b)+_0x272bc6+_0x472d(0x6c)),console[_0x472d(0x4e)](_0x472d(0x6d)),null;}const _0x4b6149=API_CONFIG[_0x472d(0xb)]+'/'+_0x272bc6+_0x472d(0x6e);console['log'](_0x472d(0x6f)+_0x4b6149),console[_0x472d(0x31)](_0x472d(0x70));const _0x3c4bf3={'platform':_0x272bc6,'timestamp':new Date()['toISOString']()};console[_0x472d(0x31)]('📤\x20[OAUTH]\x20Request\x20body:',_0x3c4bf3);const _0x585480=new AbortController(),_0x282f8f=_0x37dc52['hXhRc'](setTimeout,()=>{console[_0x472d(0x31)](_0x472d(0x71)+_0x272bc6+'\x20-\x20aborting'),_0x585480['abort']();},0x7530),_0x5c858c=await _0x37dc52[_0x472d(0x72)](fetch,_0x4b6149,{'method':'POST','headers':_0x3d8a28,'body':JSON['stringify'](_0x3c4bf3),'signal':_0x585480[_0x472d(0x42)]});clearTimeout(_0x282f8f),console[_0x472d(0x31)](_0x472d(0x73)+_0x5c858c[_0x472d(0x47)]+'\x20'+_0x5c858c[_0x472d(0x48)]);if(!_0x5c858c['ok']){if(_0x37dc52[_0x472d(0x74)](_0x37dc52[_0x472d(0x75)],_0x37dc52[_0x472d(0x75)]))return _0x5065e4[_0x472d(0x4e)](_0x472d(0x76),_0x532312),{'success':![],'isPending':![],'error':'Network\x20error'};else{const _0x47aef6=await _0x5c858c[_0x472d(0x77)]();return console['error']('❌\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20'+_0x272bc6+':\x20'+_0x5c858c[_0x472d(0x47)]+_0x472d(0x78)+_0x47aef6),null;}}const _0x5432ed=await _0x5c858c['json']();console[_0x472d(0x31)]('📋\x20[OAUTH]\x20Response\x20data\x20for\x20'+_0x272bc6+':',_0x5432ed);const _0x4aac15=_0x272bc6+'URL',_0x546b58=_0x5432ed[_0x4aac15]||_0x5432ed[_0x472d(0x79)]||null;return console[_0x472d(0x31)](_0x472d(0x7a)+_0x272bc6+_0x472d(0x7b)+_0x4aac15+'):',_0x546b58),_0x546b58;}catch(_0x25a884){var _0x10e1d8;if(_0x25a884['name']===_0x472d(0x7c))console[_0x472d(0x4e)](_0x472d(0x7d)+_0x272bc6+_0x472d(0x7e));else{if((_0x10e1d8=_0x25a884['message'])!==null&&_0x10e1d8!==void 0x0&&_0x10e1d8[_0x472d(0x7f)](_0x472d(0x80))){if(_0x37dc52[_0x472d(0x67)](_0x472d(0x81),_0x472d(0x81)))console[_0x472d(0x4e)](_0x472d(0x5c)+_0x272bc6+'.\x20Possible\x20causes:'),console[_0x472d(0x4e)](_0x37dc52['SCosm']),console['error'](_0x37dc52['MoCDg']),console['error'](_0x37dc52[_0x472d(0x82)]),console[_0x472d(0x4e)](_0x472d(0x59)),console[_0x472d(0x4e)](_0x472d(0x24));else return _0x200fb2[_0x472d(0x31)](_0x37dc52[_0x472d(0x83)]),new _0x279bfc(_0x3a8b10=>{const _0x5501c1={'rlWfE':_0x37dc52[_0x472d(0x84)]};_0x37dc52['hXhRc'](_0x1e9d17,()=>{_0x5ba031['log'](_0x5501c1[_0x472d(0x85)]),_0x3a8b10(!![]);},0x3e8);});}else console[_0x472d(0x4e)]('❌\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20'+_0x272bc6+':',_0x25a884);}return null;}};const initializeGoogleSignIn=()=>{const _0x16534b={'fCrQY':_0x472d(0xc),'ajgmm':'openid','exdWO':_0x472d(0x86),'faTEk':_0x472d(0x63)};GoogleSignin['configure']({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x16534b[_0x472d(0x87)],_0x16534b[_0x472d(0x88)],_0x16534b[_0x472d(0x89)],_0x16534b[_0x472d(0x8a)]],'hostedDomain':'','accountName':''});};export const forceYouTubeReconnectionWithConsent=async _0x1a52f9=>{const _0x206836={'TZCjv':_0x472d(0x8b),'IHlNk':_0x472d(0x8c),'LhoIc':_0x472d(0x8d),'WsHRr':_0x472d(0x8e),'VndKY':_0x472d(0x2b),'hpJKF':function(_0x14b9b9,_0x37cc4d){return _0x14b9b9===_0x37cc4d;},'bHwUr':function(_0x137bcf,_0x3d47ac){return _0x137bcf===_0x3d47ac;},'sLLDe':function(_0x15d1e6,_0x4adfae){return _0x15d1e6===_0x4adfae;},'TMcda':function(_0x47b82d,_0x1867f9){return _0x47b82d===_0x1867f9;},'ApnGi':function(_0x1d1d77,_0x58b71a){return _0x1d1d77===_0x58b71a;},'Ibphv':'❌\x20CRITICAL:\x20No\x20refresh\x20token\x20available\x20-\x20YouTube\x20connection\x20will\x20fail\x20when\x20token\x20expires','ZHxmk':_0x472d(0x8f),'WhuEM':_0x472d(0x90),'BXNqP':_0x472d(0x91),'TCujQ':_0x472d(0x55),'WayVO':_0x472d(0x61),'HXcuh':function(_0x32f615,_0x2c1db2){return _0x32f615(_0x2c1db2);},'mVJuF':function(_0xa07b1d,_0x5af672,_0x5a9250){return _0xa07b1d(_0x5af672,_0x5a9250);},'vAABf':_0x472d(0x92),'hKNRZ':_0x472d(0x93),'rPahc':_0x472d(0x94),'WGcMl':'🔄\x20FORCING\x20fresh\x20YouTube\x20consent\x20for\x20refresh\x20token...','NIvYq':_0x472d(0x95),'PwROD':'✅\x20Signed\x20out\x20-\x20consent\x20cache\x20cleared','sKQgg':'ℹ️\x20Sign\x20out\x20not\x20needed:','ScvRu':_0x472d(0x96),'GOInl':_0x472d(0x97),'QtWDR':function(_0x55f37f,_0x35f15b){return _0x55f37f!==_0x35f15b;},'kKBud':_0x472d(0x98),'XLVde':_0x472d(0x99),'TqMjo':_0x472d(0x9a),'BNDFx':_0x472d(0xc),'GvnNU':_0x472d(0x9b),'RbDQw':_0x472d(0x9c),'Rglgn':_0x472d(0x9d),'rWIVa':_0x472d(0x9e),'sTauG':_0x472d(0x9f),'VJlok':function(_0x4064a4,_0x16f696){return _0x4064a4===_0x16f696;},'rGMYC':_0x472d(0xa0),'lwqMJ':_0x472d(0xa1),'lxVpV':'📋\x20FULL\x20currentUser\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','MPlRW':_0x472d(0xa2),'jOolO':'-\x20ID\x20token:','yZuAC':_0x472d(0xa3),'aLcIF':_0x472d(0xa4),'xtaox':function(_0x5ecd00,_0x37ea5d){return _0x5ecd00!==_0x37ea5d;},'AHmOw':function(_0x45ea37,_0x367b50){return _0x45ea37!==_0x367b50;},'fJOpo':function(_0x336353,_0xabe872){return _0x336353!==_0xabe872;},'VogGv':function(_0x2dcded,_0x11aae6){return _0x2dcded===_0x11aae6;},'zCAjH':function(_0x457e5b,_0x3cb457){return _0x457e5b===_0x3cb457;},'EaKTq':_0x472d(0xa5),'eGjei':_0x472d(0xa6),'XMbYA':'serverAuthCode','OtfRy':_0x472d(0xa7),'bOMdU':_0x472d(0xa8),'OQzoV':_0x472d(0xa9),'IoCTf':'https://www.googleapis.com/youtube/v3/channels?part=snippet&mine=true','AKTtE':function(_0x9790f4,_0x4e0390){return _0x9790f4>_0x4e0390;},'dxlpI':_0x472d(0xaa),'JZiAb':function(_0x4a1be6,_0x2cc4cd){return _0x4a1be6===_0x2cc4cd;},'LPykW':'DVZsK','XcHHU':_0x472d(0xab),'VuIQM':function(_0x542c91,_0x4af125){return _0x542c91===_0x4af125;},'yptMo':function(_0x546312,_0x5242f2){return _0x546312===_0x5242f2;},'xsdjL':function(_0x56183d,_0x456bc4){return _0x56183d===_0x456bc4;},'NEngB':function(_0x146c6c,_0x5c5a4f){return _0x146c6c===_0x5c5a4f;},'CsexC':function(_0x25f555,_0x51e381){return _0x25f555===_0x51e381;},'FbzvC':function(_0x29bd0a,_0x3b562f){return _0x29bd0a===_0x3b562f;},'ZLDsw':_0x472d(0xac),'iCYcT':function(_0x8e2de2,_0x3b48df){return _0x8e2de2===_0x3b48df;},'LOUcX':function(_0x4eb19b,_0x2a846c){return _0x4eb19b===_0x2a846c;},'lGmUP':function(_0xf536b9,_0x424d64){return _0xf536b9===_0x424d64;},'PbMub':function(_0x33a036){return _0x33a036();},'BNQgk':function(_0x19e204,_0x5398c3){return _0x19e204<_0x5398c3;},'VzKPZ':_0x472d(0xad),'xPSVJ':'Qfgcd','JReuP':_0x472d(0xae),'pSSwh':function(_0x362503,_0x218c15){return _0x362503===_0x218c15;},'LHNTn':function(_0x3e351d,_0xd0c652){return _0x3e351d===_0xd0c652;},'JilNB':function(_0x573397,_0x3d07b6){return _0x573397+_0x3d07b6;},'jPVgh':function(_0x5741d3,_0x5b679c){return _0x5741d3*_0x5b679c;},'GgWjy':_0x472d(0xaf),'qWufo':_0x472d(0xb0),'tTEsg':_0x472d(0xb1),'FFmPT':_0x472d(0xb2),'vvYUg':_0x472d(0xb3),'FIjte':_0x472d(0xb4),'Hfjvu':function(_0x9ad47a,_0x42556f){return _0x9ad47a===_0x42556f;},'ssjcu':function(_0x2deb36,_0x55c92e,_0x3a76cf){return _0x2deb36(_0x55c92e,_0x3a76cf);},'STiEW':function(_0x1e158e,_0x31cda4){return _0x1e158e&&_0x31cda4;},'QpUMb':_0x472d(0xb5),'uTVhS':_0x472d(0xb6),'ATioT':_0x472d(0xb7),'unVPx':'SKxTc','kBkyT':_0x472d(0xb8),'hPIwO':function(_0x57c7b9,_0x2a27bc){return _0x57c7b9===_0x2a27bc;},'EaJXW':function(_0x4b4a12,_0x1e88a6){return _0x4b4a12===_0x1e88a6;},'kLftt':function(_0x58fadf,_0x7333e2){return _0x58fadf===_0x7333e2;},'FgEFe':function(_0x3854db,_0x416cff){return _0x3854db===_0x416cff;},'Avozj':_0x472d(0xb9),'QtNES':_0x472d(0xba),'zZwPk':'🔑\x20[YOUTUBE\x20REAUTH]\x20Connection\x20Details:','mCGXa':_0x472d(0xbb),'yyqVd':_0x472d(0xbc),'MFWuu':'✅\x20[YOUTUBE\x20REAUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','CuszH':'🎉\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Temporary\x20YouTube\x20connection\x20established!','JWLOT':_0x472d(0xbd),'QOzzU':_0x472d(0xbe),'zGbvK':_0x472d(0xbf),'LIPxU':_0x472d(0xc0),'QDZaE':_0x472d(0xc1),'rChau':_0x472d(0xc2),'suRdZ':_0x472d(0xc3),'xuGTQ':_0x472d(0xc4),'ZOLSS':'✅\x20[YOUTUBE\x20REAUTH]\x20Response\x20hasRefreshToken:','XPkqC':_0x472d(0xc5),'efcia':_0x472d(0xc6),'ZmmXC':'⚠️\x20[YOUTUBE\x20REAUTH]\x20Response\x20data:','vSfZC':_0x472d(0xc7),'zsOqD':_0x472d(0xc8),'FIqsK':_0x472d(0xc9),'XSRre':function(_0x42a7ec,_0x164259,_0x524fba){return _0x42a7ec(_0x164259,_0x524fba);},'qmEXz':'⚠️\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20failed:','waGde':_0x472d(0xca),'mqmfw':_0x472d(0xcb),'OnaqA':'jbkFI','JejfL':_0x472d(0xcc),'EgOaV':_0x472d(0xcd),'EWBmv':_0x472d(0xce),'JbzyJ':'\x20\x20\x201.\x20Try\x20the\x20revoke\x20method:\x20forceYouTubeReconnectionWithRevoke()','gLBbf':_0x472d(0xcf),'aJpvG':_0x472d(0xd0),'zcRvg':_0x472d(0xd1),'vQQze':_0x472d(0xd2),'aaLFw':_0x472d(0xd3),'rNTMQ':'❌\x20User\x20cancelled\x20sign-in\x20-\x20no\x20refresh\x20token\x20obtained','hfsrY':_0x472d(0xd4),'XhZOg':_0x472d(0xd5),'MUueH':function(_0x3530d0,_0x26657e){return _0x3530d0===_0x26657e;},'woGhG':_0x472d(0xd6)};try{if(_0x206836[_0x472d(0xd7)]===_0x206836[_0x472d(0xd7)]){var _0x501e90,_0x303b2f,_0x454847;console[_0x472d(0x31)](_0x206836[_0x472d(0xd8)]),console[_0x472d(0x31)](_0x206836['NIvYq'],_0x1a52f9);try{await GoogleSignin[_0x472d(0xd9)](),console[_0x472d(0x31)](_0x206836[_0x472d(0xda)]);}catch(_0x4a6376){console[_0x472d(0x31)](_0x206836[_0x472d(0xdb)],_0x4a6376);}try{if(_0x206836[_0x472d(0xdc)]!==_0x472d(0xdd)){const _0x217776=await GoogleSignin['getTokens']();_0x217776['accessToken']&&(await GoogleSignin[_0x472d(0xde)](_0x217776['accessToken']),console[_0x472d(0x31)](_0x206836['GOInl']));}else _0x56964b[_0x472d(0x31)](_0x206836[_0x472d(0xdf)]),_0x494778[_0x472d(0x31)](_0x472d(0xe0)),_0x46cd33['log'](_0x206836[_0x472d(0xe1)]);}catch(_0x3a7793){_0x206836['QtWDR'](_0x206836[_0x472d(0xe2)],_0x206836[_0x472d(0xe3)])?console['log'](_0x472d(0xe4)):(_0x22ae33[_0x472d(0x31)]('🔄\x20[YOUTUBE\x20AUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode'),_0x4ba682[_0x472d(0x31)](_0x206836[_0x472d(0xe5)]),_0x27386f[_0x472d(0x31)](_0x206836[_0x472d(0xe6)]));}console['log'](_0x206836[_0x472d(0xe7)]),GoogleSignin[_0x472d(0xe8)]({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x206836[_0x472d(0xe9)],_0x206836[_0x472d(0xea)],_0x472d(0x86),'email'],'hostedDomain':'','accountName':''}),await GoogleSignin[_0x472d(0xeb)](),console['log'](_0x206836[_0x472d(0xec)]),console['log'](_0x472d(0xed)),console[_0x472d(0x31)](_0x206836[_0x472d(0xee)]);const _0x1a907e=await GoogleSignin[_0x472d(0xef)]();console['log'](_0x206836[_0x472d(0xf0)]),console[_0x472d(0x31)](_0x206836[_0x472d(0xf1)],_0x206836[_0x472d(0xf2)](_0x501e90=_0x1a907e[_0x472d(0xf3)],null)||_0x501e90===void 0x0||(_0x501e90=_0x501e90[_0x472d(0xf4)])===null||_0x206836[_0x472d(0xf5)](_0x501e90,void 0x0)?void 0x0:_0x501e90['email']);const _0x366fb9=await GoogleSignin[_0x472d(0xf6)](),_0x3069e1=await GoogleSignin[_0x472d(0xf7)]();console['log'](_0x206836[_0x472d(0xf8)]),console[_0x472d(0x31)](JSON[_0x472d(0xf9)](_0x1a907e,null,0x2)),console[_0x472d(0x31)](_0x206836[_0x472d(0xfa)]),console[_0x472d(0x31)](JSON[_0x472d(0xf9)](_0x366fb9,null,0x2)),console[_0x472d(0x31)](_0x206836[_0x472d(0xfb)]),console[_0x472d(0x31)](JSON[_0x472d(0xf9)](_0x3069e1,null,0x2)),console[_0x472d(0x31)](_0x472d(0xfc)),console[_0x472d(0x31)](_0x472d(0xfd),_0x366fb9[_0x472d(0xfe)]?_0x366fb9[_0x472d(0xfe)][_0x472d(0xff)](0x0,0x14)+'...':_0x206836[_0x472d(0x100)]),console[_0x472d(0x31)](_0x206836[_0x472d(0x101)],_0x366fb9[_0x472d(0x102)]?_0x206836[_0x472d(0x103)]:_0x206836[_0x472d(0x100)]),console[_0x472d(0x31)](_0x206836['aLcIF'],_0x206836['xtaox'](_0x303b2f=_0x1a907e[_0x472d(0xf3)],null)&&_0x206836['AHmOw'](_0x303b2f,void 0x0)&&_0x303b2f[_0x472d(0x104)]?_0x1a907e['data'][_0x472d(0x104)]['substring'](0x0,0x14)+'...':_0x206836[_0x472d(0x100)]),console[_0x472d(0x31)](_0x472d(0x105),_0x206836['xtaox'](_0x3069e1,null)&&_0x206836[_0x472d(0x106)](_0x3069e1,void 0x0)&&_0x3069e1[_0x472d(0x104)]?_0x3069e1['serverAuthCode'][_0x472d(0xff)](0x0,0x14)+_0x472d(0x107):_0x206836[_0x472d(0x100)]);const _0x2ba455=((_0x454847=_0x1a907e[_0x472d(0xf3)])===null||_0x206836[_0x472d(0x108)](_0x454847,void 0x0)?void 0x0:_0x454847[_0x472d(0x104)])||(_0x3069e1===null||_0x206836[_0x472d(0x109)](_0x3069e1,void 0x0)?void 0x0:_0x3069e1['serverAuthCode']);if(_0x2ba455){var _0x346231,_0x207aac,_0xa7260f,_0x2ba99b,_0x12d57b,_0x54da29;console[_0x472d(0x31)](_0x206836[_0x472d(0x10a)]),console['log'](_0x206836[_0x472d(0x10b)],_0x2ba455[_0x472d(0x10c)]('4/')?_0x206836['XMbYA']:_0x206836[_0x472d(0x10d)]),console[_0x472d(0x31)](_0x206836[_0x472d(0x10e)],_0x2ba455[_0x472d(0xff)](0x0,0x14)+_0x472d(0x107));let _0x276e7b=_0x206836[_0x472d(0x10f)],_0x2a7841=null;try{console[_0x472d(0x31)](_0x472d(0x110));const _0x1a7d37=await _0x206836[_0x472d(0x111)](fetch,_0x206836['IoCTf'],{'headers':{'Authorization':'Bearer\x20'+_0x366fb9['accessToken'],'Accept':'application/json'}});if(_0x1a7d37['ok']){const _0x1ddd84=await _0x1a7d37[_0x472d(0x112)]();if(_0x1ddd84[_0x472d(0x113)]&&_0x206836[_0x472d(0x114)](_0x1ddd84[_0x472d(0x113)]['length'],0x0))_0x276e7b=_0x1ddd84[_0x472d(0x113)][0x0][_0x472d(0x115)][_0x472d(0x116)],_0x2a7841=_0x1ddd84[_0x472d(0x113)][0x0]['id'],console[_0x472d(0x31)](_0x472d(0x117),_0x276e7b,_0x206836['dxlpI'],_0x2a7841);else{if(_0x206836[_0x472d(0x118)](_0x206836[_0x472d(0x119)],_0x472d(0x11a))){var _0x16c7ef,_0x2f31f6;console['log'](_0x206836[_0x472d(0x11b)]),_0x276e7b=(_0x206836['VuIQM'](_0x16c7ef=_0x1a907e[_0x472d(0xf3)],null)||_0x206836['VuIQM'](_0x16c7ef,void 0x0)||(_0x16c7ef=_0x16c7ef[_0x472d(0xf4)])===null||_0x206836['yptMo'](_0x16c7ef,void 0x0)?void 0x0:_0x16c7ef[_0x472d(0x4d)])||(_0x206836[_0x472d(0x11c)](_0x2f31f6=_0x1a907e[_0x472d(0xf3)],null)||_0x206836['NEngB'](_0x2f31f6,void 0x0)||_0x206836[_0x472d(0x11d)](_0x2f31f6=_0x2f31f6[_0x472d(0xf4)],null)||_0x206836['FbzvC'](_0x2f31f6,void 0x0)?void 0x0:_0x2f31f6[_0x472d(0x63)])||_0x206836[_0x472d(0x11e)];}else _0x2456a5['log'](_0x206836[_0x472d(0x11f)]);}}else{var _0x178213,_0x1475e3;console[_0x472d(0x31)](_0x472d(0x120),_0x1a7d37[_0x472d(0x47)]),_0x276e7b=(_0x206836[_0x472d(0x11c)](_0x178213=_0x1a907e[_0x472d(0xf3)],null)||_0x178213===void 0x0||_0x206836[_0x472d(0x121)](_0x178213=_0x178213['user'],null)||_0x206836['hpJKF'](_0x178213,void 0x0)?void 0x0:_0x178213['name'])||(_0x206836['iCYcT'](_0x1475e3=_0x1a907e['data'],null)||_0x206836[_0x472d(0x11c)](_0x1475e3,void 0x0)||_0x206836[_0x472d(0x121)](_0x1475e3=_0x1475e3[_0x472d(0xf4)],null)||_0x206836[_0x472d(0x122)](_0x1475e3,void 0x0)?void 0x0:_0x1475e3[_0x472d(0x63)])||_0x206836[_0x472d(0x10f)];}}catch(_0x73368){var _0x1f9a79,_0x3a0586;console[_0x472d(0x31)](_0x472d(0x123),_0x73368),_0x276e7b=(_0x206836[_0x472d(0x124)](_0x1f9a79=_0x1a907e['data'],null)||_0x1f9a79===void 0x0||_0x206836[_0x472d(0x125)](_0x1f9a79=_0x1f9a79['user'],null)||_0x206836['LOUcX'](_0x1f9a79,void 0x0)?void 0x0:_0x1f9a79['name'])||(_0x206836[_0x472d(0x126)](_0x3a0586=_0x1a907e[_0x472d(0xf3)],null)||_0x206836[_0x472d(0x109)](_0x3a0586,void 0x0)||_0x206836[_0x472d(0x127)](_0x3a0586=_0x3a0586[_0x472d(0xf4)],null)||_0x206836[_0x472d(0x108)](_0x3a0586,void 0x0)?void 0x0:_0x3a0586[_0x472d(0x63)])||_0x206836[_0x472d(0x10f)];}let _0x33130c=await _0x206836[_0x472d(0x128)](getJWT);if(!_0x33130c||_0x206836['BNQgk'](_0x33130c[_0x472d(0x129)]()[_0x472d(0x12a)],0x14)){if(_0x206836[_0x472d(0x12b)](_0x206836['VzKPZ'],_0x206836[_0x472d(0x12c)]))console['log'](_0x206836[_0x472d(0x12d)]),_0x33130c='temp_token_for_youtube_connection';else{var _0x9640e8,_0x1188bc;_0x4a6271[_0x472d(0x31)](_0x472d(0xab)),_0x1e8e37=(_0x206836['hpJKF'](_0x9640e8=_0x46c5f2['data'],null)||_0x206836[_0x472d(0xf2)](_0x9640e8,void 0x0)||_0x206836[_0x472d(0x127)](_0x9640e8=_0x9640e8[_0x472d(0xf4)],null)||_0x206836['TMcda'](_0x9640e8,void 0x0)?void 0x0:_0x9640e8['name'])||(_0x206836[_0x472d(0xf2)](_0x1188bc=_0x3eb70e['data'],null)||_0x206836[_0x472d(0x12e)](_0x1188bc,void 0x0)||(_0x1188bc=_0x1188bc[_0x472d(0xf4)])===null||_0x206836[_0x472d(0x12e)](_0x1188bc,void 0x0)?void 0x0:_0x1188bc[_0x472d(0x63)])||'No\x20Channel';}}const _0x55071a={'session':{'username':_0x1a52f9,'platform':_0x472d(0x12f),'timestamp':new Date()[_0x472d(0x130)](),'channelName':_0x276e7b,'channelId':_0x2a7841,'forceConsent':!![]},'googleUser':(_0x346231=_0x1a907e[_0x472d(0xf3)])===null||_0x206836['bHwUr'](_0x346231,void 0x0)?void 0x0:_0x346231['user'],'accessToken':_0x366fb9[_0x472d(0xfe)],'idToken':_0x366fb9[_0x472d(0x102)],'refreshToken':_0x2ba455,'serverAuthCode':_0x2ba455,'refresh_token':_0x2ba455,'server_auth_code':_0x2ba455,'authCode':_0x2ba455,'userAccountInfo':{'username':_0x1a52f9,'email':_0x206836[_0x472d(0x125)](_0x207aac=_0x1a907e[_0x472d(0xf3)],null)||_0x207aac===void 0x0||(_0x207aac=_0x207aac['user'])===null||_0x206836[_0x472d(0x131)](_0x207aac,void 0x0)?void 0x0:_0x207aac[_0x472d(0x63)],'authToken':_0x33130c,'channelName':_0x276e7b,'channelId':_0x2a7841,'userIdentifier':_0x33130c?'user-'+_0x33130c[_0x472d(0xff)](0x0,0xa):'youtube-'+(_0x206836['iCYcT'](_0xa7260f=_0x1a907e[_0x472d(0xf3)],null)||_0x206836['ApnGi'](_0xa7260f,void 0x0)||_0x206836[_0x472d(0xf5)](_0xa7260f=_0xa7260f['user'],null)||_0x206836['JZiAb'](_0xa7260f,void 0x0)?void 0x0:_0xa7260f['email']),'googleId':_0x206836[_0x472d(0x126)](_0x2ba99b=_0x1a907e[_0x472d(0xf3)],null)||_0x206836[_0x472d(0x118)](_0x2ba99b,void 0x0)||_0x206836[_0x472d(0x132)](_0x2ba99b=_0x2ba99b[_0x472d(0xf4)],null)||_0x206836[_0x472d(0xf5)](_0x2ba99b,void 0x0)?void 0x0:_0x2ba99b['id'],'refreshToken':_0x2ba455,'serverAuthCode':_0x2ba455},'tokenExpiry':new Date(_0x206836[_0x472d(0x133)](Date[_0x472d(0x134)](),_0x206836[_0x472d(0x135)](0xe10,0x3e8)))['toISOString'](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!![],'refreshTokenType':_0x2ba455[_0x472d(0x10c)]('4/')?_0x206836[_0x472d(0x136)]:_0x472d(0xa7),'configuredForRefresh':!![],'forcedConsent':!![],'consentMethod':_0x206836['GgWjy'],'refreshTokenValue':_0x2ba455}};console['log'](_0x206836[_0x472d(0x137)],{'hasAccessToken':!!_0x55071a[_0x472d(0xfe)],'hasRefreshToken':!!_0x55071a[_0x472d(0xa7)],'hasServerAuthCode':!!_0x55071a[_0x472d(0x104)],'refreshTokenType':_0x55071a[_0x472d(0x138)]['refreshTokenType'],'userEmail':(_0x12d57b=_0x1a907e['data'])===null||_0x206836['yptMo'](_0x12d57b,void 0x0)||(_0x12d57b=_0x12d57b[_0x472d(0xf4)])===null||_0x206836['iCYcT'](_0x12d57b,void 0x0)?void 0x0:_0x12d57b[_0x472d(0x63)],'forcedConsent':!![]}),console[_0x472d(0x31)](_0x206836['tTEsg']),console[_0x472d(0x31)]('🚀\x20[YOUTUBE\x20REAUTH]\x20Endpoint:\x20https://API\x20server/youtube/native-auth'),console[_0x472d(0x31)]('\uD83D\uDE80 [YOUTUBE REAUTH] Method: POST'),console['log'](_0x206836[_0x472d(0x139)],{'Content-Type':'application/json','Authorization':_0x33130c?_0x33130c[_0x472d(0xff)](0x0,0x14)+_0x472d(0x107):_0x206836[_0x472d(0x13a)]}),console[_0x472d(0x31)](_0x206836[_0x472d(0x13b)],{'hasAccessToken':!!_0x55071a['accessToken'],'hasRefreshToken':!!_0x55071a[_0x472d(0xa7)],'hasServerAuthCode':!!_0x55071a[_0x472d(0x104)],'refreshTokenType':_0x55071a[_0x472d(0x138)][_0x472d(0x13c)],'userEmail':(_0x54da29=_0x1a907e[_0x472d(0xf3)])===null||_0x206836[_0x472d(0x122)](_0x54da29,void 0x0)||_0x206836[_0x472d(0x13d)](_0x54da29=_0x54da29[_0x472d(0xf4)],null)||_0x206836[_0x472d(0x13e)](_0x54da29,void 0x0)?void 0x0:_0x54da29[_0x472d(0x63)],'channelName':_0x276e7b,'forcedConsent':!![],'requestRefreshToken':!![]}),console['log'](_0x472d(0x13f),JSON[_0x472d(0xf9)](_0x55071a,null,0x2));const _0x560bd0=await _0x206836[_0x472d(0x140)](fetch,API_CONFIG['BASE_URL']+'/youtube/native-auth',{'method':'POST','headers':{'Content-Type':'application/json',..._0x206836[_0x472d(0x141)](_0x33130c,{'Authorization':_0x33130c})},'body':JSON['stringify'](_0x55071a)});console[_0x472d(0x31)](_0x206836[_0x472d(0x142)],_0x560bd0[_0x472d(0x47)]),console[_0x472d(0x31)](_0x206836['uTVhS'],_0x560bd0[_0x472d(0x48)]),console['log'](_0x206836[_0x472d(0x143)],_0x560bd0['headers']);if(_0x560bd0['ok']){if(_0x206836[_0x472d(0x144)]===_0x206836[_0x472d(0x145)])_0x48ac02[_0x472d(0x4e)]('❌\x20Google\x20Play\x20Services\x20not\x20available');else{var _0x29fdb4,_0x38a2ec;const _0x4f5fbb=await _0x560bd0[_0x472d(0x112)]();console['log'](_0x472d(0x146),JSON[_0x472d(0xf9)](_0x4f5fbb,null,0x2));const _0x2cc40a=(_0x206836[_0x472d(0x147)](_0x29fdb4=_0x4f5fbb[_0x472d(0x148)],null)||_0x206836[_0x472d(0x118)](_0x29fdb4,void 0x0)?void 0x0:_0x29fdb4[_0x472d(0x149)])===!![]||_0x206836['EaJXW'](_0x206836[_0x472d(0x14a)](_0x38a2ec=_0x4f5fbb[_0x472d(0x14b)],null)||_0x206836[_0x472d(0x14c)](_0x38a2ec,void 0x0)?void 0x0:_0x38a2ec[_0x472d(0x14d)],!![])||_0x206836[_0x472d(0x118)](_0x4f5fbb[_0x472d(0x149)],!![])||_0x4f5fbb[_0x472d(0x39)]&&_0x4f5fbb[_0x472d(0x39)]['includes'](_0x206836[_0x472d(0x14e)]);if(_0x2cc40a){const _0x161925=_0x206836[_0x472d(0x14f)]['split']('|');let _0x5c8eb9=0x0;while(!![]){switch(_0x161925[_0x5c8eb9++]){case'0':console[_0x472d(0x31)](_0x206836[_0x472d(0x150)]);continue;case'1':console[_0x472d(0x31)](_0x206836[_0x472d(0x151)],_0x2ba455?_0x206836[_0x472d(0x152)]:'No');continue;case'2':console[_0x472d(0x31)](_0x472d(0x153));continue;case'3':console[_0x472d(0x31)](_0x206836[_0x472d(0x154)]);continue;case'4':console[_0x472d(0x31)](_0x206836[_0x472d(0x155)]);continue;case'5':console[_0x472d(0x31)](_0x206836[_0x472d(0x156)]);continue;case'6':console[_0x472d(0x31)](_0x206836[_0x472d(0x157)]);continue;}break;}}else{if(_0x4f5fbb[_0x472d(0x158)]||_0x4f5fbb[_0x472d(0x159)]){const _0x4edac8=_0x206836[_0x472d(0x15a)][_0x472d(0x15b)]('|');let _0x377746=0x0;while(!![]){switch(_0x4edac8[_0x377746++]){case'0':console['log'](_0x206836['LIPxU'],_0x2ba455['length']);continue;case'1':console[_0x472d(0x31)](_0x206836[_0x472d(0x15c)]);continue;case'2':console['log'](_0x206836[_0x472d(0x15d)]);continue;case'3':console[_0x472d(0x31)](_0x206836['suRdZ']);continue;case'4':console[_0x472d(0x31)](_0x206836[_0x472d(0x15e)],_0x2ba455[_0x472d(0x10c)]('4/')?_0x206836[_0x472d(0x136)]:_0x206836[_0x472d(0x10d)]);continue;case'5':console[_0x472d(0x31)](_0x206836[_0x472d(0x15f)],_0x4f5fbb['hasRefreshToken']);continue;case'6':console[_0x472d(0x31)](_0x206836[_0x472d(0x160)],_0x2ba455);continue;}break;}}else return console['warn'](_0x206836[_0x472d(0x161)]),console[_0x472d(0x162)](_0x206836[_0x472d(0x163)],_0x4f5fbb),console[_0x472d(0x162)](_0x206836[_0x472d(0x164)]),![];}console['log'](_0x206836[_0x472d(0x165)]);try{_0x206836['FIqsK']===_0x472d(0xc9)?(await _0x206836[_0x472d(0x166)](triggerTrainingRestart,_0x1a52f9,_0x33130c),console[_0x472d(0x31)](_0x472d(0x167))):(_0x62602d['error'](_0x206836[_0x472d(0x168)]),_0x3b9c6c[_0x472d(0x4e)](_0x206836[_0x472d(0x169)]),_0x4be487[_0x472d(0x4e)](_0x206836[_0x472d(0x16a)]),_0x3cc5bc[_0x472d(0x162)](_0x206836[_0x472d(0x16b)]));}catch(_0x5bf182){if(_0x206836[_0x472d(0x147)](_0x472d(0x16c),_0x472d(0x16d)))return{'success':![],'message':_0x206836[_0x472d(0x16e)],'details':_0x1ccc3b};else console[_0x472d(0x162)](_0x206836[_0x472d(0x16f)],_0x5bf182),console[_0x472d(0x162)](_0x472d(0x170));}return!![];}}else{if(_0x206836[_0x472d(0x14c)](_0x206836['waGde'],_0x206836[_0x472d(0x171)])){const _0x3b2ef0=await _0x560bd0[_0x472d(0x77)]();return console[_0x472d(0x4e)](_0x206836[_0x472d(0x172)],_0x560bd0[_0x472d(0x47)],_0x3b2ef0),console[_0x472d(0x4e)](_0x472d(0x173)),![];}else _0x206836[_0x472d(0x111)](_0x32aa16,()=>{_0x32f60d['log'](_0x206836[_0x472d(0x174)]),_0x206836[_0x472d(0x175)](_0x4c1d57,!![]);},0x3e8);}}else{if(_0x206836[_0x472d(0x176)](_0x206836[_0x472d(0x177)],_0x206836[_0x472d(0x178)])){const _0x32b0e1=_0x206836['EgOaV']['split']('|');let _0x41be9e=0x0;while(!![]){switch(_0x32b0e1[_0x41be9e++]){case'0':console[_0x472d(0x4e)](_0x206836['EWBmv']);continue;case'1':return![];case'2':console[_0x472d(0x4e)](_0x206836['JbzyJ']);continue;case'3':console['error']('\x20\x20\x203.\x20Ensure\x20user\x20clicks\x20\x22Allow\x22\x20on\x20consent\x20screen');continue;case'4':console[_0x472d(0x4e)](_0x206836[_0x472d(0x179)]);continue;case'5':console['error'](_0x206836[_0x472d(0x17a)]);continue;case'6':console[_0x472d(0x4e)](_0x206836[_0x472d(0x17b)]);continue;}break;}}else _0x464502=_0x5d753b[_0x472d(0x104)],_0x4dc375[_0x472d(0x31)](_0x206836[_0x472d(0x17c)]),_0x72f509[_0x472d(0x31)](_0x472d(0xa8),_0x225338[_0x472d(0xff)](0x0,0x14)+'...');}}else _0x4e14ea[_0x472d(0x31)](_0x472d(0x71)+_0x43b8d5+_0x472d(0x17d)),_0xc1abb3['abort']();}catch(_0x42cdf7){console[_0x472d(0x4e)]('❌\x20Error\x20forcing\x20YouTube\x20consent:',_0x42cdf7);if(_0x42cdf7['code']===statusCodes[_0x472d(0x17e)]){if(_0x206836[_0x472d(0x17f)]!==_0x206836['aaLFw'])console[_0x472d(0x4e)](_0x206836['rNTMQ']),console['error'](_0x206836[_0x472d(0x180)]);else return _0x4859da['error'](_0x206836[_0x472d(0x181)],_0x5a37b9),null;}else{if(_0x42cdf7[_0x472d(0xd)]===statusCodes['IN_PROGRESS'])console[_0x472d(0x4e)](_0x206836[_0x472d(0x182)]);else _0x206836['MUueH'](_0x42cdf7[_0x472d(0xd)],statusCodes[_0x472d(0x183)])&&console['error'](_0x206836[_0x472d(0x184)]);}return![];}};export const forceYouTubeReconnectionWithRevoke=async _0x33460c=>{const _0x2cf7c2={'TAwYV':_0x472d(0x185),'gSHNb':_0x472d(0x186),'vcnyi':function(_0x59e63e,_0xd86e60){return _0x59e63e===_0xd86e60;},'HaSGg':_0x472d(0xd5),'fYDJA':_0x472d(0x187),'ydZmL':function(_0x916ef6,_0x5791c1){return _0x916ef6===_0x5791c1;},'BUXYn':'User\x20cancelled\x20Google\x20Sign-In','aOOKh':function(_0x5f068b,_0x4972b8){return _0x5f068b===_0x4972b8;},'EDcMB':'Google\x20Sign-In\x20already\x20in\x20progress','LNDyU':_0x472d(0x95),'ZOIOy':function(_0x272cde){return _0x272cde();},'ThQxM':'✅\x20Revoked\x20existing\x20permissions\x20-\x20fresh\x20consent\x20REQUIRED','WslRT':function(_0x472c47,_0x500f32){return _0x472c47===_0x500f32;},'PSWVt':_0x472d(0x188),'BIhrV':_0x472d(0x189),'SGFwW':_0x472d(0x18a),'RRDqI':_0x472d(0xa8),'xzvOh':_0x472d(0x18b),'ujSwI':_0x472d(0x18c),'jUSYa':'❌\x20Still\x20no\x20refresh\x20token\x20after\x20revoke\x20method','NEtiT':function(_0x961923,_0x2e2406){return _0x961923!==_0x2e2406;},'mqTop':_0x472d(0x18d),'rPkxL':'yLVVX','slnor':_0x472d(0x18e)};try{var _0x3008d1;console[_0x472d(0x31)](_0x472d(0x18f)),console['log'](_0x2cf7c2['LNDyU'],_0x33460c),_0x2cf7c2[_0x472d(0x190)](initializeGoogleSignIn),await GoogleSignin[_0x472d(0xeb)]();try{await GoogleSignin['revokeAccess'](),console[_0x472d(0x31)](_0x2cf7c2[_0x472d(0x191)]);}catch(_0x4e2960){if(_0x2cf7c2[_0x472d(0x192)](_0x2cf7c2[_0x472d(0x193)],_0x472d(0x188)))console['log'](_0x2cf7c2[_0x472d(0x194)],_0x4e2960);else{_0x51e5d8[_0x472d(0x4e)](_0x2cf7c2['TAwYV'],_0xca9315);if(_0x47dedc['code']===_0x3fd126[_0x472d(0x17e)])_0x2d0820['error'](_0x2cf7c2['gSHNb']),_0x42f82b[_0x472d(0x4e)](_0x472d(0xd4));else{if(_0x2cf7c2[_0x472d(0x195)](_0x26426f['code'],_0x5ca841['IN_PROGRESS']))_0x4e2113[_0x472d(0x4e)](_0x2cf7c2[_0x472d(0x196)]);else _0x2cf7c2['vcnyi'](_0xc35fbb[_0x472d(0xd)],_0xd69463['PLAY_SERVICES_NOT_AVAILABLE'])&&_0xf8988a[_0x472d(0x4e)](_0x472d(0xd6));}return![];}}await GoogleSignin[_0x472d(0xd9)](),console[_0x472d(0x31)](_0x2cf7c2['SGFwW']),console[_0x472d(0x31)](_0x472d(0x197));const _0x9575a0=await GoogleSignin[_0x472d(0xef)](),_0x14f97a=await GoogleSignin[_0x472d(0xf6)](),_0x551c73=await GoogleSignin[_0x472d(0xf7)](),_0x3e274f=(_0x2cf7c2[_0x472d(0x195)](_0x3008d1=_0x9575a0['data'],null)||_0x2cf7c2[_0x472d(0x198)](_0x3008d1,void 0x0)?void 0x0:_0x3008d1[_0x472d(0x104)])||(_0x2cf7c2['WslRT'](_0x551c73,null)||_0x2cf7c2[_0x472d(0x198)](_0x551c73,void 0x0)?void 0x0:_0x551c73[_0x472d(0x104)]);if(_0x3e274f)return console[_0x472d(0x31)](_0x472d(0x199)),console['log'](_0x2cf7c2[_0x472d(0x19a)],_0x3e274f['substring'](0x0,0x14)+_0x472d(0x107)),!![];else{if(_0x2cf7c2[_0x472d(0x198)](_0x2cf7c2[_0x472d(0x19b)],_0x2cf7c2[_0x472d(0x19c)])){_0x1b7d4e[_0x472d(0x4e)](_0x2cf7c2[_0x472d(0x19d)],_0x4f6228);if(_0x2cf7c2[_0x472d(0x198)](_0x55694b['code'],_0x528845[_0x472d(0x17e)]))_0x56cc11['log'](_0x2cf7c2[_0x472d(0x19e)]);else{if(_0x2cf7c2['aOOKh'](_0x5545b7[_0x472d(0xd)],_0x2be02e['IN_PROGRESS']))_0x28b252[_0x472d(0x31)](_0x2cf7c2['EDcMB']);else _0x414c35['code']===_0x14ffe3[_0x472d(0x183)]&&_0x4d3d7e[_0x472d(0x31)](_0x472d(0x19f));}return![];}else return console['error'](_0x2cf7c2['jUSYa']),![];}}catch(_0x20f320){if(_0x2cf7c2[_0x472d(0x1a0)](_0x2cf7c2['mqTop'],_0x2cf7c2[_0x472d(0x1a1)]))return console[_0x472d(0x4e)](_0x2cf7c2[_0x472d(0x1a2)],_0x20f320),![];else _0x10ee32=_0x42e18f[_0x472d(0x113)][0x0][_0x472d(0x115)][_0x472d(0x116)],_0x1a7975=_0x48df91[_0x472d(0x113)][0x0]['id'],_0x52e8c1[_0x472d(0x31)]('✅\x20YouTube\x20channel\x20found:',_0x569c17,_0x472d(0xaa),_0x1dd83e);}};export const fixUserYouTubeConnection=async _0x3f7873=>{const _0x4e6d45={'YzlRG':'🔄\x20Method\x201:\x20Trying\x20forced\x20consent\x20via\x20configuration...','YiwYW':function(_0x2659fa,_0x135057){return _0x2659fa(_0x135057);}};console[_0x472d(0x31)](_0x472d(0x1a3)+_0x3f7873),console[_0x472d(0x31)](_0x4e6d45[_0x472d(0x1a4)]);let _0xbb263d=await _0x4e6d45[_0x472d(0x1a5)](forceYouTubeReconnectionWithConsent,_0x3f7873);if(_0xbb263d)return console['log']('✅\x20'+_0x3f7873+'\x20YouTube\x20connection\x20fixed\x20via\x20Method\x201!'),!![];console[_0x472d(0x31)](_0x472d(0x1a6)),_0xbb263d=await forceYouTubeReconnectionWithRevoke(_0x3f7873);if(_0xbb263d)return console[_0x472d(0x31)]('✅\x20'+_0x3f7873+_0x472d(0x1a7)),!![];return console[_0x472d(0x4e)](_0x472d(0x1a8)+_0x3f7873+_0x472d(0x1a9)),![];};const refreshGoogleTokens=async()=>{const _0x28b47f={'BRXhS':_0x472d(0x19f),'KEesk':_0x472d(0x1aa),'eoQip':_0x472d(0x1ab),'WLTZx':'❌\x20User\x20not\x20signed\x20in\x20to\x20Google,\x20cannot\x20refresh\x20tokens','xFMTM':_0x472d(0x1ac),'kKsWn':_0x472d(0x1ad),'MIfZU':_0x472d(0x1ae),'ubMBh':function(_0x907b62,_0x4146f3){return _0x907b62===_0x4146f3;},'xhKyh':_0x472d(0x1af),'eWHSJ':'kYTdB','xGysE':'✅\x20Re-authentication\x20successful','DvcoB':'❌\x20Re-authentication\x20also\x20failed:'};try{console['log'](_0x28b47f['eoQip']);const _0x519cb3=await GoogleSignin[_0x472d(0xf7)]();if(!_0x519cb3)return console[_0x472d(0x31)](_0x28b47f['WLTZx']),null;const _0x1e7d52=await GoogleSignin[_0x472d(0xf6)]();return console[_0x472d(0x31)](_0x28b47f['xFMTM']),{'accessToken':_0x1e7d52[_0x472d(0xfe)],'idToken':_0x1e7d52[_0x472d(0x102)]};}catch(_0x46080a){if(_0x28b47f[_0x472d(0x1b0)]===_0x28b47f['MIfZU'])_0x3c5ded[_0x472d(0x31)](_0x28b47f[_0x472d(0x1b1)]);else{console['error'](_0x472d(0x1b2),_0x46080a);try{if(_0x28b47f[_0x472d(0x1b3)](_0x28b47f[_0x472d(0x1b4)],_0x28b47f[_0x472d(0x1b5)]))return _0x4ad5be[_0x472d(0x4e)](_0x28b47f[_0x472d(0x1b6)]),![];else{console[_0x472d(0x31)](_0x472d(0x1b7));const _0x2dc8de=await GoogleSignin[_0x472d(0xef)](),_0xcf3ad=await GoogleSignin[_0x472d(0xf6)]();return console[_0x472d(0x31)](_0x28b47f[_0x472d(0x1b8)]),{'accessToken':_0xcf3ad[_0x472d(0xfe)],'idToken':_0xcf3ad['idToken']};}}catch(_0x269739){return console[_0x472d(0x4e)](_0x28b47f[_0x472d(0x1b9)],_0x269739),null;}}}},debugYouTubeTokens=async()=>{const _0x18e6d7={'OYqLu':'🔍\x20YouTube\x20Token\x20Debug:','FdZqU':_0x472d(0xa3),'aqzXf':_0x472d(0xa2),'NBeIa':function(_0x34929d,_0x49a5ae){return _0x34929d!==_0x49a5ae;},'hwUUV':function(_0x5dbe4b,_0x402708){return _0x5dbe4b===_0x402708;},'QGpSb':function(_0x239163,_0x18eeea){return _0x239163===_0x18eeea;},'hyKxo':function(_0x48d1a9,_0x1f99c8){return _0x48d1a9!==_0x1f99c8;},'isnzA':function(_0x592ff3,_0x1e2038){return _0x592ff3!==_0x1e2038;},'DYkgJ':'serverAuthCode','umwuM':_0x472d(0x1ba),'hBdIn':_0x472d(0x1bb),'jxBwg':'error'};try{var _0x3c22a9;const _0x3e79cc=await GoogleSignin[_0x472d(0xf6)](),_0x91f39c=await GoogleSignin['getCurrentUser']();return console[_0x472d(0x31)](_0x18e6d7['OYqLu'],{'accessToken':_0x3e79cc['accessToken']?_0x3e79cc[_0x472d(0xfe)]['substring'](0x0,0x14)+'...':_0x472d(0xa2),'idToken':_0x3e79cc[_0x472d(0x102)]?_0x18e6d7['FdZqU']:_0x18e6d7[_0x472d(0x1bc)],'serverAuthCode':_0x18e6d7[_0x472d(0x1bd)](_0x91f39c,null)&&_0x91f39c!==void 0x0&&_0x91f39c[_0x472d(0x104)]?_0x91f39c[_0x472d(0x104)]['substring'](0x0,0x14)+_0x472d(0x107):_0x18e6d7[_0x472d(0x1bc)],'userEmail':(_0x91f39c===null||_0x91f39c===void 0x0||_0x18e6d7[_0x472d(0x1be)](_0x3c22a9=_0x91f39c[_0x472d(0xf4)],null)||_0x18e6d7['QGpSb'](_0x3c22a9,void 0x0)?void 0x0:_0x3c22a9[_0x472d(0x63)])||'Missing'}),{'hasRefreshToken':!!(_0x18e6d7['hyKxo'](_0x91f39c,null)&&_0x18e6d7[_0x472d(0x1bf)](_0x91f39c,void 0x0)&&_0x91f39c[_0x472d(0x104)]),'refreshTokenType':_0x18e6d7[_0x472d(0x1bf)](_0x91f39c,null)&&_0x91f39c!==void 0x0&&_0x91f39c[_0x472d(0x104)]?_0x18e6d7[_0x472d(0x1c0)]:_0x18e6d7[_0x472d(0x1c1)]};}catch(_0x5d4ab0){return console[_0x472d(0x4e)](_0x18e6d7[_0x472d(0x1c2)],_0x5d4ab0),{'hasRefreshToken':![],'refreshTokenType':_0x18e6d7[_0x472d(0x1c3)]};}};export const reconnectYouTube=async _0x96eb0a=>{const _0x5c5ee1={'jGKCY':_0x472d(0x1c4),'YPXRj':_0x472d(0x120),'SvBcF':function(_0x5b6863,_0xb41bc0){return _0x5b6863===_0xb41bc0;},'fXIkF':function(_0x3a3fc9,_0x1ec374){return _0x3a3fc9===_0x1ec374;},'tgnMR':function(_0xfeff15,_0x20b432){return _0xfeff15===_0x20b432;},'DLdtC':'Unknown\x20Channel','vGMVi':_0x472d(0x1c5),'arEDf':_0x472d(0x1c6),'AgfKL':function(_0x27f5cf,_0x3f2732){return _0x27f5cf!==_0x3f2732;},'Abksv':_0x472d(0x1c7),'ZvGFr':_0x472d(0x1c8),'sZHom':function(_0x1bd037,_0xca278f){return _0x1bd037!==_0xca278f;},'Igtko':_0x472d(0x1c9),'OLYyr':_0x472d(0x1ca),'nWNbY':_0x472d(0x1cb),'khOof':function(_0xd374b8,_0x16e228,_0x5660bc){return _0xd374b8(_0x16e228,_0x5660bc);},'TqlhX':function(_0x374c39){return _0x374c39();},'jFwuz':'AjBvr','HCPVZ':_0x472d(0x1cc),'JoSwx':_0x472d(0x1cd),'IxWLY':_0x472d(0x1ce),'IkOlB':_0x472d(0x1cf)};try{console['log'](_0x5c5ee1[_0x472d(0x1d0)]);try{await GoogleSignin[_0x472d(0xd9)](),console['log'](_0x472d(0x1d1));}catch(_0x17347f){_0x5c5ee1['AgfKL'](_0x5c5ee1['Abksv'],_0x5c5ee1[_0x472d(0x1d2)])?_0x46925b[_0x472d(0x31)](_0x5c5ee1[_0x472d(0x1d3)],_0x28a69d):console[_0x472d(0x31)](_0x5c5ee1[_0x472d(0x1d3)],_0x17347f);}try{if(_0x5c5ee1['AgfKL'](_0x5c5ee1[_0x472d(0x1d4)],_0x472d(0x1d5))){const _0x32a522=await GoogleSignin[_0x472d(0xf6)]();_0x32a522[_0x472d(0xfe)]&&(await GoogleSignin[_0x472d(0xde)](_0x32a522[_0x472d(0xfe)]),console[_0x472d(0x31)]('✅\x20Cleared\x20cached\x20access\x20token'));}else{var _0x4b6f31,_0x50d3ba;_0x56dfb1[_0x472d(0x31)](_0x5c5ee1[_0x472d(0x1d6)],_0x5264c5[_0x472d(0x47)]),_0x24b8c4=(_0x5c5ee1[_0x472d(0x1d7)](_0x4b6f31=_0x3d0f07['data'],null)||_0x5c5ee1[_0x472d(0x1d7)](_0x4b6f31,void 0x0)||_0x5c5ee1[_0x472d(0x1d8)](_0x4b6f31=_0x4b6f31['user'],null)||_0x5c5ee1[_0x472d(0x1d7)](_0x4b6f31,void 0x0)?void 0x0:_0x4b6f31['name'])||((_0x50d3ba=_0xa9a6ed['data'])===null||_0x50d3ba===void 0x0||_0x5c5ee1['tgnMR'](_0x50d3ba=_0x50d3ba[_0x472d(0xf4)],null)||_0x5c5ee1[_0x472d(0x1d8)](_0x50d3ba,void 0x0)?void 0x0:_0x50d3ba[_0x472d(0x63)])||_0x5c5ee1[_0x472d(0x1d9)];}}catch(_0x2f0973){if(_0x5c5ee1[_0x472d(0x1da)](_0x5c5ee1[_0x472d(0x1db)],_0x5c5ee1[_0x472d(0x1dc)]))console[_0x472d(0x31)](_0x5c5ee1['nWNbY'],_0x2f0973);else return _0x5ab1d0[_0x472d(0x31)]('✅\x20'+_0x3a7a55+_0x472d(0x1a7)),!![];}const _0x42d91c=await _0x5c5ee1[_0x472d(0x1dd)](initiateNativeAuth,'youtube',_0x96eb0a);if(_0x42d91c){console[_0x472d(0x31)](_0x472d(0x1de));const _0x503ec0=await _0x5c5ee1['TqlhX'](debugYouTubeTokens);if(_0x503ec0['hasRefreshToken']){if(_0x5c5ee1[_0x472d(0x1df)]===_0x5c5ee1[_0x472d(0x1e0)])throw new _0x1b14cb(_0x5c5ee1[_0x472d(0x1e1)]);else console[_0x472d(0x31)](_0x5c5ee1[_0x472d(0x1e2)],_0x503ec0['refreshTokenType']);}else console[_0x472d(0x162)](_0x472d(0x1e3));return!![];}else return console[_0x472d(0x4e)](_0x5c5ee1[_0x472d(0x1e4)]),![];}catch(_0x5063af){return console[_0x472d(0x4e)](_0x5c5ee1['IkOlB'],_0x5063af),![];}};export const initiateNativeAuth=async(_0x3434c9,_0x49583d)=>{const _0x1a4e94={'GvziG':_0x472d(0x0),'tHltf':'❌\x20No\x20auth\x20token\x20found\x20for\x20YouTube\x20refresh','XIdQK':_0x472d(0xc),'ROtoa':_0x472d(0x86),'lYNfY':'email','zhLrr':_0x472d(0x189),'EaPNj':'ℹ️\x20Token\x20clearing\x20failed\x20or\x20not\x20needed:','aMuiT':_0x472d(0x1e5),'YeUuQ':_0x472d(0x68),'yqPqy':function(_0x5416ed,_0x594f02){return _0x5416ed===_0x594f02;},'QlkkC':function(_0x318314,_0xfd15b0){return _0x318314===_0xfd15b0;},'iMTAz':function(_0xb03fde,_0x224029){return _0xb03fde===_0x224029;},'aFeYr':_0x472d(0xac),'QrIWR':'✅\x20YouTube\x20channel\x20found:','MicJr':_0x472d(0xaa),'HucGL':'Facebook\x20Login\x20completed\x20successfully','XCpGV':function(_0x5b0636,_0x30fc1d){return _0x5b0636(_0x30fc1d);},'PUtoc':_0x472d(0x1e6),'xUCVb':_0x472d(0x1e7),'KODIf':_0x472d(0x1e8),'NGila':_0x472d(0x1e9),'uPJfm':function(_0x5c7a5c){return _0x5c7a5c();},'RnFxQ':function(_0x3418d9,_0x52a441){return _0x3418d9===_0x52a441;},'iZkWA':'NHuTu','cSfGe':_0x472d(0x1ea),'ECVIu':_0x472d(0x1eb),'UYDdH':function(_0x4f37ce,_0x134547){return _0x4f37ce!==_0x134547;},'OhVsb':_0x472d(0x1ec),'dvgSu':'ℹ️\x20Sign\x20out\x20not\x20needed\x20or\x20failed:','KkKVx':_0x472d(0x1ed),'MzHdK':function(_0x465621,_0x5db270){return _0x465621===_0x5db270;},'JJwyW':function(_0x146206,_0x14f41e){return _0x146206===_0x14f41e;},'CIxCr':function(_0x1c4298,_0x431f46){return _0x1c4298===_0x431f46;},'ORblB':function(_0x1be092,_0x2a453c){return _0x1be092===_0x2a453c;},'HGPhQ':_0x472d(0x1ee),'iGkUW':_0x472d(0x1ef),'carwN':'📋\x20FULL\x20tokens\x20object:','UtkcL':_0x472d(0x1f0),'NKLQw':function(_0xd7d29d,_0x4e1893){return _0xd7d29d===_0x4e1893;},'WutuD':function(_0x24e9c8,_0xeff9ad){return _0x24e9c8===_0xeff9ad;},'Tapnt':_0x472d(0x1f1),'MQTeT':_0x472d(0x1f2),'wVQXI':'-\x20userInfo.data?.serverAuthCode:','jBcep':function(_0x6f31e9,_0xf26b0e){return _0x6f31e9!==_0xf26b0e;},'OogRv':function(_0x5079f0,_0x2039cd){return _0x5079f0!==_0x2039cd;},'rifXL':_0x472d(0xa2),'fyQJA':function(_0x3a2c0d,_0x437dc9){return _0x3a2c0d!==_0x437dc9;},'MwXoG':_0x472d(0x1f3),'Bulfd':'-\x20tokens.accessToken:','TbhPG':_0x472d(0x92),'sjfjb':_0x472d(0xa8),'ElwxN':'✅\x20Got\x20serverAuthCode\x20from\x20sign-in\x20response','ZUXFK':function(_0x1bfa50,_0x2c40f2){return _0x1bfa50!==_0x2c40f2;},'wVqEF':_0x472d(0x1f4),'rezai':_0x472d(0x1f5),'fHfpt':'💡\x20User\x20needs\x20to\x20reconnect\x20with\x20proper\x20consent\x20screen','qmycH':_0x472d(0x91),'FRjrd':_0x472d(0x1f6),'AOxwf':_0x472d(0x1f7),'taSXy':_0x472d(0x1f8),'dwLAl':_0x472d(0xa6),'pfBDO':'refreshToken','TiRDJ':_0x472d(0xa9),'TOvMm':function(_0x4b6243,_0x5deee1,_0x22d59e){return _0x4b6243(_0x5deee1,_0x22d59e);},'QwgIb':'https://www.googleapis.com/youtube/v3/channels?part=snippet&mine=true','pBFDo':function(_0x349473,_0x37cb52){return _0x349473===_0x37cb52;},'UpZFW':_0x472d(0x1f9),'MZoVl':_0x472d(0x1fa),'XNPHU':function(_0x2db118,_0x1e9837){return _0x2db118>_0x1e9837;},'rfhTv':_0x472d(0x1fb),'yaheb':_0x472d(0x1fc),'IIbQu':'⚠️\x20No\x20YouTube\x20channel\x20found\x20for\x20user','gOOii':function(_0x434132,_0x4db602){return _0x434132===_0x4db602;},'MHpHk':function(_0x2101fe,_0x5806cd){return _0x2101fe===_0x5806cd;},'cbEDN':function(_0x4972e5,_0x9b8705){return _0x4972e5===_0x9b8705;},'RrsOa':function(_0x4b7e38,_0xe02fef){return _0x4b7e38===_0xe02fef;},'DfrZy':function(_0x3d0232,_0x309307){return _0x3d0232===_0x309307;},'awRZI':_0x472d(0x120),'SXKfZ':function(_0x405e55,_0x37db95){return _0x405e55===_0x37db95;},'FtfKt':function(_0x44275f,_0x4228cb){return _0x44275f===_0x4228cb;},'uPhis':function(_0x1c6459,_0x492fa7){return _0x1c6459===_0x492fa7;},'IESkd':function(_0x5af991,_0x2b4e19){return _0x5af991===_0x2b4e19;},'SyCvI':function(_0x5909f8,_0x303b43){return _0x5909f8===_0x303b43;},'fEOlv':_0x472d(0x1fd),'DiCdN':_0x472d(0x123),'dNopx':function(_0x239647,_0x2597c0){return _0x239647===_0x2597c0;},'liKWW':function(_0x156708,_0x1e1727){return _0x156708===_0x1e1727;},'HPmGf':function(_0x57665f,_0x51d5d5){return _0x57665f===_0x51d5d5;},'DaRdh':function(_0x250588,_0x571082){return _0x250588===_0x571082;},'bfDBk':function(_0x2c7d79){return _0x2c7d79();},'nClME':'onairos_username','xukym':function(_0xa1afa6,_0x113214){return _0xa1afa6||_0x113214;},'UwnZL':function(_0x27c7fc,_0x464c18){return _0x27c7fc===_0x464c18;},'mMnLj':function(_0x256582,_0x13e2bf){return _0x256582===_0x13e2bf;},'tWXJz':function(_0x4bc65a,_0x49ade6){return _0x4bc65a===_0x49ade6;},'FTLZD':'youtube_user','FbRuc':function(_0x420082,_0xe3fd20){return _0x420082<_0xe3fd20;},'FqycC':_0x472d(0x8b),'jMPJx':_0x472d(0xe0),'JIfEf':_0x472d(0x8c),'izzzC':_0x472d(0x1fe),'lPban':_0x472d(0x1ff),'nUiBF':_0x472d(0x200),'tNSDb':_0x472d(0x201),'gEQHc':_0x472d(0x202),'RKveX':_0x472d(0x12f),'fFIoi':function(_0x50a289,_0x4715a6){return _0x50a289===_0x4715a6;},'eJZVm':function(_0x5b7209,_0x29085c){return _0x5b7209===_0x29085c;},'Sfzkb':function(_0x57048e,_0x97fcad){return _0x57048e===_0x97fcad;},'jRxpe':function(_0x72d218,_0x4d5939){return _0x72d218===_0x4d5939;},'LapOr':function(_0x2d209e,_0x43ba4b){return _0x2d209e===_0x43ba4b;},'lNddI':function(_0x233759,_0x3a81fc){return _0x233759===_0x3a81fc;},'mlOJw':function(_0x19f50c,_0x5b36c9){return _0x19f50c!==_0x5b36c9;},'rjspx':function(_0x353e4b,_0x54b1d9){return _0x353e4b+_0x54b1d9;},'NmubA':function(_0x2f0904,_0x153e07){return _0x2f0904*_0x153e07;},'mtlQb':_0x472d(0x104),'GLFGF':_0x472d(0x1ba),'nZmDE':_0x472d(0x203),'tuvIW':_0x472d(0x204),'rOIAY':_0x472d(0x205),'ohqKf':_0x472d(0x206),'knoMl':function(_0x26ff04,_0x4e752c){return _0x26ff04===_0x4e752c;},'Wtajt':function(_0x168715,_0x3e30aa){return _0x168715===_0x3e30aa;},'ezdZE':_0x472d(0x207),'TRVaY':_0x472d(0x208),'SiQuw':function(_0x3cf676,_0xa6171){return _0x3cf676&&_0xa6171;},'SpDWi':_0x472d(0x209),'zyfJX':_0x472d(0x20a),'XKUGV':'✅\x20YouTube\x20connection\x20successful','zVNrm':_0x472d(0x20b),'ScuiX':function(_0x522c71,_0x3fc1c5){return _0x522c71===_0x3fc1c5;},'eXxaY':function(_0x4a405a,_0x33653f){return _0x4a405a===_0x33653f;},'wGjKe':_0x472d(0x20c),'sgqiY':_0x472d(0x20d),'GTCfj':'✅\x20[YOUTUBE\x20AUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','XSfFH':_0x472d(0x8e),'sGDGg':_0x472d(0x20e),'ERgNN':'✅\x20[YOUTUBE\x20AUTH]\x20Full\x20YouTube\x20connection\x20with\x20persistent\x20access','tpveU':_0x472d(0x20f),'hPjEP':_0x472d(0x210),'XXlLS':_0x472d(0x211),'jTamn':function(_0x387417,_0x52fa5d){return _0x387417!==_0x52fa5d;},'nDtrY':'EjrGq','JAYxv':_0x472d(0x212),'FclFe':_0x472d(0x213),'YuiKF':_0x472d(0x214),'qQOko':'ddgPu','bXwUh':_0x472d(0x187),'ICvaT':function(_0x3089fa,_0x456fef){return _0x3089fa===_0x456fef;},'CqFpL':_0x472d(0x215),'rtxCb':_0x472d(0x216),'SYyLC':'User\x20cancelled\x20Google\x20Sign-In','mnAHZ':function(_0x49080b,_0x52f57e){return _0x49080b===_0x52f57e;},'agAYe':_0x472d(0x217),'sVDxF':_0x472d(0x218),'GJDrk':_0x472d(0x219),'ubTEO':_0x472d(0x19f),'DYIzn':_0x472d(0x21a),'EkbIw':function(_0x422de8,_0x293e6f){return _0x422de8!==_0x293e6f;},'TpfQx':_0x472d(0x21b),'HmjlE':_0x472d(0x21c),'qYvxG':_0x472d(0x62)};if(_0x1a4e94['yqPqy'](_0x3434c9,_0x472d(0x12f))){console[_0x472d(0x31)](_0x1a4e94['xUCVb']);if(!_0x49583d||_0x49583d[_0x472d(0x129)]()==='')return _0x472d(0x21d)===_0x1a4e94['KODIf']?_0x5228ca[_0x472d(0x7f)](_0x472d(0x21e))||_0x2df73d[_0x472d(0x7f)]('code='):(console[_0x472d(0x4e)](_0x1a4e94[_0x472d(0x21f)]),![]);try{var _0x418829,_0x241c3b,_0x53f4d4,_0x18c9d4,_0x439ff7,_0x4d5197,_0x2b7b45,_0x204544,_0x2965be,_0x4b9165;_0x1a4e94[_0x472d(0x220)](initializeGoogleSignIn),await GoogleSignin[_0x472d(0xeb)]();try{_0x1a4e94['RnFxQ'](_0x1a4e94[_0x472d(0x221)],_0x1a4e94[_0x472d(0x222)])?(_0x57c1df['error'](_0x472d(0x186)),_0x2d3f9d[_0x472d(0x4e)](_0x472d(0xd4))):(await GoogleSignin['signOut'](),console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x223)]));}catch(_0x19db21){if(_0x1a4e94[_0x472d(0x224)](_0x1a4e94[_0x472d(0x225)],_0x472d(0x226)))console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x227)],_0x19db21);else throw new _0x42c4be(_0x1a4e94[_0x472d(0x228)]);}const _0x3ef9f2=await GoogleSignin[_0x472d(0xef)]();console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x229)],_0x1a4e94['MzHdK'](_0x418829=_0x3ef9f2[_0x472d(0xf3)],null)||_0x1a4e94['JJwyW'](_0x418829,void 0x0)||_0x1a4e94[_0x472d(0x22a)](_0x418829=_0x418829[_0x472d(0xf4)],null)||_0x1a4e94['ORblB'](_0x418829,void 0x0)?void 0x0:_0x418829['email']),console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x22b)]),console['log'](JSON[_0x472d(0xf9)](_0x3ef9f2,null,0x2));const _0x4034da=await GoogleSignin[_0x472d(0xf6)]();console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x22c)]),console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x22d)]),console['log'](JSON[_0x472d(0xf9)](_0x4034da,null,0x2));const _0x279109=await GoogleSignin[_0x472d(0xf7)]();console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x22e)],_0x1a4e94[_0x472d(0x22f)](_0x279109,null)||_0x279109===void 0x0||(_0x241c3b=_0x279109[_0x472d(0xf4)])===null||_0x1a4e94[_0x472d(0x230)](_0x241c3b,void 0x0)?void 0x0:_0x241c3b[_0x472d(0x63)]),console[_0x472d(0x31)](_0x1a4e94['Tapnt']),console[_0x472d(0x31)](JSON[_0x472d(0xf9)](_0x279109,null,0x2));let _0x1308fa=null;console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x231)]),console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x232)],_0x1a4e94['jBcep'](_0x53f4d4=_0x3ef9f2[_0x472d(0xf3)],null)&&_0x1a4e94[_0x472d(0x233)](_0x53f4d4,void 0x0)&&_0x53f4d4[_0x472d(0x104)]?_0x472d(0x234)+_0x3ef9f2['data']['serverAuthCode'][_0x472d(0xff)](0x0,0x14)+'...':_0x1a4e94['rifXL']),console[_0x472d(0x31)](_0x472d(0x235),_0x1a4e94[_0x472d(0x236)](_0x279109,null)&&_0x279109!==void 0x0&&_0x279109[_0x472d(0x104)]?'Present:\x20'+_0x279109[_0x472d(0x104)][_0x472d(0xff)](0x0,0x14)+_0x472d(0x107):_0x472d(0xa2)),console[_0x472d(0x31)](_0x1a4e94['MwXoG'],_0x4034da['idToken']?_0x472d(0x234)+_0x4034da[_0x472d(0x102)][_0x472d(0xff)](0x0,0x14)+_0x472d(0x107):_0x1a4e94[_0x472d(0x237)]),console[_0x472d(0x31)](_0x1a4e94['Bulfd'],_0x4034da['accessToken']?_0x472d(0x234)+_0x4034da[_0x472d(0xfe)][_0x472d(0xff)](0x0,0x14)+_0x472d(0x107):_0x1a4e94[_0x472d(0x237)]);if(_0x279109!==null&&_0x1a4e94['fyQJA'](_0x279109,void 0x0)&&_0x279109[_0x472d(0x104)])_0x1308fa=_0x279109['serverAuthCode'],console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x238)]),console['log'](_0x1a4e94['sjfjb'],_0x1308fa[_0x472d(0xff)](0x0,0x14)+_0x472d(0x107));else(_0x18c9d4=_0x3ef9f2[_0x472d(0xf3)])!==null&&_0x18c9d4!==void 0x0&&_0x18c9d4['serverAuthCode']&&(_0x1308fa=_0x3ef9f2['data'][_0x472d(0x104)],console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x239)]),console[_0x472d(0x31)](_0x472d(0xa8),_0x1308fa[_0x472d(0xff)](0x0,0x14)+_0x472d(0x107)));if(!_0x1308fa){if(_0x1a4e94[_0x472d(0x23a)](_0x1a4e94[_0x472d(0x23b)],_0x1a4e94['rezai']))console[_0x472d(0x4e)]('❌\x20CRITICAL:\x20No\x20refresh\x20token\x20available\x20-\x20YouTube\x20connection\x20will\x20fail\x20when\x20token\x20expires'),console[_0x472d(0x4e)](_0x1a4e94[_0x472d(0x23c)]),console['error'](_0x472d(0x90)),console[_0x472d(0x162)](_0x1a4e94[_0x472d(0x23d)]);else return _0x67bf40[_0x472d(0x4e)](_0x1a4e94[_0x472d(0x23e)]),![];}else _0x1a4e94['FRjrd']===_0x1a4e94[_0x472d(0x23f)]?GoogleSignin['configure']({'webClientId':_0x591239,'iosClientId':_0xa48263,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x1a4e94[_0x472d(0x240)],_0x472d(0x9b),_0x1a4e94[_0x472d(0x241)],_0x1a4e94['lYNfY']],'hostedDomain':'','accountName':''}):(console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x242)]),console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x243)],_0x1308fa[_0x472d(0x10c)]('4/')?'serverAuthCode':_0x1a4e94[_0x472d(0x244)]));let _0x341ce7=_0x1a4e94[_0x472d(0x245)],_0x4f96e3=null;try{console[_0x472d(0x31)](_0x472d(0x110));const _0x41057d=await _0x1a4e94['TOvMm'](fetch,_0x1a4e94[_0x472d(0x246)],{'headers':{'Authorization':'Bearer\x20'+_0x4034da[_0x472d(0xfe)],'Accept':'application/json'}});if(_0x41057d['ok']){if(_0x1a4e94[_0x472d(0x247)](_0x1a4e94[_0x472d(0x248)],_0x1a4e94[_0x472d(0x249)]))_0x206acf['log'](_0x1a4e94[_0x472d(0x24a)],_0x3b40f9);else{const _0x16ce36=await _0x41057d[_0x472d(0x112)]();if(_0x16ce36[_0x472d(0x113)]&&_0x1a4e94[_0x472d(0x24b)](_0x16ce36[_0x472d(0x113)][_0x472d(0x12a)],0x0))_0x341ce7=_0x16ce36[_0x472d(0x113)][0x0][_0x472d(0x115)][_0x472d(0x116)],_0x4f96e3=_0x16ce36['items'][0x0]['id'],console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x24c)],_0x341ce7,_0x1a4e94[_0x472d(0x24d)],_0x4f96e3);else{if(_0x1a4e94[_0x472d(0x23a)](_0x1a4e94['rfhTv'],_0x1a4e94[_0x472d(0x24e)])){var _0x113e26,_0x28a3cc;console[_0x472d(0x31)](_0x1a4e94['IIbQu']),_0x341ce7=(_0x1a4e94[_0x472d(0x24f)](_0x113e26=_0x3ef9f2[_0x472d(0xf3)],null)||_0x1a4e94[_0x472d(0x250)](_0x113e26,void 0x0)||_0x1a4e94[_0x472d(0x251)](_0x113e26=_0x113e26['user'],null)||_0x113e26===void 0x0?void 0x0:_0x113e26[_0x472d(0x4d)])||(_0x1a4e94[_0x472d(0x252)](_0x28a3cc=_0x3ef9f2[_0x472d(0xf3)],null)||_0x1a4e94['pBFDo'](_0x28a3cc,void 0x0)||(_0x28a3cc=_0x28a3cc[_0x472d(0xf4)])===null||_0x1a4e94['DfrZy'](_0x28a3cc,void 0x0)?void 0x0:_0x28a3cc[_0x472d(0x63)])||_0x1a4e94[_0x472d(0x253)];}else return _0x316636[_0x472d(0x4e)](_0x472d(0x6b)+_0x5403cc+_0x472d(0x6c)),_0x2c7d5f[_0x472d(0x4e)]('❌\x20[OAUTH]\x20Please\x20log\x20in\x20first\x20before\x20connecting\x20platforms'),null;}}}else{var _0x25bbf9,_0x880677;console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x254)],_0x41057d[_0x472d(0x47)]),_0x341ce7=(_0x1a4e94[_0x472d(0x255)](_0x25bbf9=_0x3ef9f2['data'],null)||_0x1a4e94[_0x472d(0x256)](_0x25bbf9,void 0x0)||(_0x25bbf9=_0x25bbf9[_0x472d(0xf4)])===null||_0x1a4e94[_0x472d(0x257)](_0x25bbf9,void 0x0)?void 0x0:_0x25bbf9['name'])||(_0x1a4e94['FtfKt'](_0x880677=_0x3ef9f2[_0x472d(0xf3)],null)||_0x1a4e94[_0x472d(0x258)](_0x880677,void 0x0)||(_0x880677=_0x880677[_0x472d(0xf4)])===null||_0x880677===void 0x0?void 0x0:_0x880677[_0x472d(0x63)])||_0x1a4e94[_0x472d(0x245)];}}catch(_0x202217){if(_0x1a4e94['SyCvI'](_0x1a4e94[_0x472d(0x259)],_0x1a4e94[_0x472d(0x259)])){var _0x1b537c,_0x308523;console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x25a)],_0x202217),_0x341ce7=(_0x1a4e94['dNopx'](_0x1b537c=_0x3ef9f2[_0x472d(0xf3)],null)||_0x1a4e94[_0x472d(0x25b)](_0x1b537c,void 0x0)||_0x1a4e94[_0x472d(0x25c)](_0x1b537c=_0x1b537c[_0x472d(0xf4)],null)||_0x1a4e94['HPmGf'](_0x1b537c,void 0x0)?void 0x0:_0x1b537c[_0x472d(0x4d)])||(_0x1a4e94['DaRdh'](_0x308523=_0x3ef9f2[_0x472d(0xf3)],null)||_0x308523===void 0x0||(_0x308523=_0x308523[_0x472d(0xf4)])===null||_0x308523===void 0x0?void 0x0:_0x308523[_0x472d(0x63)])||_0x472d(0xa9);}else _0x48f333[_0x472d(0x31)](_0x1a4e94[_0x472d(0x25d)],_0x35ca77);}let _0x460f57=await _0x1a4e94[_0x472d(0x25e)](getJWT);const _0x5ed550=await AsyncStorage[_0x472d(0x25f)](_0x1a4e94[_0x472d(0x260)]),_0x56fb7c=_0x1a4e94[_0x472d(0x261)](_0x5ed550,_0x49583d)||(_0x1a4e94[_0x472d(0x262)](_0x439ff7=_0x3ef9f2['data'],null)||_0x1a4e94['NKLQw'](_0x439ff7,void 0x0)||_0x1a4e94[_0x472d(0x263)](_0x439ff7=_0x439ff7[_0x472d(0xf4)],null)||_0x1a4e94[_0x472d(0x264)](_0x439ff7,void 0x0)?void 0x0:_0x439ff7[_0x472d(0x63)])||_0x1a4e94[_0x472d(0x265)];!_0x460f57||_0x1a4e94[_0x472d(0x266)](_0x460f57[_0x472d(0x129)]()[_0x472d(0x12a)],0x14)?(console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x267)]),console[_0x472d(0x31)](_0x1a4e94['jMPJx']),console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x268)])):(console['log'](_0x1a4e94['izzzC']),console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x269)],_0x460f57[_0x472d(0xff)](0x0,0x14)+'...'));console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x26a)],_0x56fb7c),console[_0x472d(0x31)](_0x1a4e94['tNSDb'],_0x460f57?_0x460f57[_0x472d(0xff)](0x0,0x14)+_0x472d(0x107):_0x1a4e94[_0x472d(0x26b)]),console[_0x472d(0x31)](_0x472d(0x26c),_0x341ce7);const _0x33d439={'session':{'username':_0x56fb7c,'platform':_0x1a4e94[_0x472d(0x26d)],'timestamp':new Date()[_0x472d(0x130)](),'channelName':_0x341ce7,'channelId':_0x4f96e3},'googleUser':_0x1a4e94[_0x472d(0x26e)](_0x4d5197=_0x3ef9f2[_0x472d(0xf3)],null)||_0x4d5197===void 0x0?void 0x0:_0x4d5197[_0x472d(0xf4)],'accessToken':_0x4034da['accessToken'],'idToken':_0x4034da['idToken'],'refreshToken':_0x1308fa,'serverAuthCode':_0x1308fa,'refresh_token':_0x1308fa,'server_auth_code':_0x1308fa,'authCode':_0x1308fa,'userAccountInfo':{'username':_0x56fb7c,'email':(_0x2b7b45=_0x3ef9f2[_0x472d(0xf3)])===null||_0x1a4e94[_0x472d(0x26f)](_0x2b7b45,void 0x0)||_0x1a4e94['Sfzkb'](_0x2b7b45=_0x2b7b45['user'],null)||_0x1a4e94[_0x472d(0x270)](_0x2b7b45,void 0x0)?void 0x0:_0x2b7b45[_0x472d(0x63)],'authToken':_0x460f57,'channelName':_0x341ce7,'channelId':_0x4f96e3,'userIdentifier':_0x460f57?_0x472d(0x271)+_0x460f57[_0x472d(0xff)](0x0,0xa):_0x472d(0x272)+(_0x1a4e94[_0x472d(0x247)](_0x204544=_0x3ef9f2['data'],null)||_0x1a4e94[_0x472d(0x273)](_0x204544,void 0x0)||_0x1a4e94[_0x472d(0x274)](_0x204544=_0x204544[_0x472d(0xf4)],null)||_0x204544===void 0x0?void 0x0:_0x204544['email']),'googleId':_0x1a4e94[_0x472d(0x275)](_0x2965be=_0x3ef9f2[_0x472d(0xf3)],null)||_0x1a4e94['lNddI'](_0x2965be,void 0x0)||(_0x2965be=_0x2965be[_0x472d(0xf4)])===null||_0x1a4e94[_0x472d(0x275)](_0x2965be,void 0x0)?void 0x0:_0x2965be['id'],'appleUserId':_0x1a4e94[_0x472d(0x276)](_0x460f57,null)&&_0x460f57!==void 0x0&&_0x460f57[_0x472d(0x7f)]('apple')?_0x460f57[_0x472d(0x15b)]('.')[0x1]:null,'refreshToken':_0x1308fa,'serverAuthCode':_0x1308fa},'tokenExpiry':new Date(_0x1a4e94['rjspx'](Date[_0x472d(0x134)](),_0x1a4e94[_0x472d(0x277)](0xe10,0x3e8)))[_0x472d(0x130)](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!!_0x1308fa,'refreshTokenType':_0x1308fa?_0x1308fa[_0x472d(0x10c)]('4/')?_0x1a4e94['mtlQb']:_0x1a4e94[_0x472d(0x244)]:_0x1a4e94[_0x472d(0x278)],'configuredForRefresh':!![],'forcedConsent':!![],'refreshTokenValue':_0x1308fa}};console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x279)]),console[_0x472d(0x31)]('-\x20hasAccessToken:',!!_0x33d439[_0x472d(0xfe)]),console[_0x472d(0x31)](_0x472d(0x27a),!!_0x33d439[_0x472d(0xa7)]),console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x27b)],!!_0x33d439['serverAuthCode']),console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x27c)],_0x33d439[_0x472d(0x138)][_0x472d(0x13c)]),console[_0x472d(0x31)](_0x1a4e94['ohqKf'],_0x1a4e94[_0x472d(0x27d)](_0x4b9165=_0x3ef9f2[_0x472d(0xf3)],null)||_0x1a4e94[_0x472d(0x27e)](_0x4b9165,void 0x0)||(_0x4b9165=_0x4b9165[_0x472d(0xf4)])===null||_0x1a4e94['MHpHk'](_0x4b9165,void 0x0)?void 0x0:_0x4b9165['email']),console[_0x472d(0x31)](_0x472d(0x27f),_0x341ce7),console[_0x472d(0x31)](_0x1a4e94['ezdZE']),console[_0x472d(0x31)](JSON[_0x472d(0xf9)](_0x33d439,null,0x2)),console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x280)],!!_0x1308fa);const _0x324439=await fetch(API_CONFIG['BASE_URL']+_0x472d(0x281),{'method':'POST','headers':{'Content-Type':'application/json',..._0x1a4e94[_0x472d(0x282)](_0x460f57,{'Authorization':_0x460f57})},'body':JSON[_0x472d(0xf9)](_0x33d439)});console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x283)],_0x324439['status']),console['log'](_0x1a4e94[_0x472d(0x284)],_0x324439[_0x472d(0x285)]);if(_0x324439['ok']){var _0x3bfad1,_0x56e461;const _0x1c276c=await _0x324439[_0x472d(0x112)]();console[_0x472d(0x31)](_0x1a4e94['XKUGV']),console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x286)]),console[_0x472d(0x31)](JSON[_0x472d(0xf9)](_0x1c276c,null,0x2));const _0x55b880=(_0x1a4e94[_0x472d(0x287)](_0x3bfad1=_0x1c276c[_0x472d(0x148)],null)||_0x1a4e94[_0x472d(0x27e)](_0x3bfad1,void 0x0)?void 0x0:_0x3bfad1['isTemporaryMode'])===!![]||_0x1a4e94[_0x472d(0x288)](_0x1a4e94[_0x472d(0x22f)](_0x56e461=_0x1c276c[_0x472d(0x14b)],null)||_0x1a4e94[_0x472d(0x289)](_0x56e461,void 0x0)?void 0x0:_0x56e461[_0x472d(0x14d)],!![])||_0x1c276c[_0x472d(0x149)]===!![]||_0x1c276c[_0x472d(0x39)]&&_0x1c276c[_0x472d(0x39)][_0x472d(0x7f)](_0x472d(0xb9));if(_0x55b880){if(_0x1a4e94['dNopx'](_0x1a4e94[_0x472d(0x28a)],_0x1a4e94[_0x472d(0x28a)]))console[_0x472d(0x31)](_0x1a4e94['sgqiY']),console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x28b)]),console[_0x472d(0x31)](_0x1a4e94['XSfFH']);else return{'success':![],'error':_0x2f51f5[_0x472d(0x39)]||_0x1a4e94['aMuiT']};}else{if(_0x1c276c['hasRefreshToken']||_0x1c276c[_0x472d(0x159)])console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x28c)]),console['log'](_0x1a4e94[_0x472d(0x28d)]);else{if(_0x1a4e94[_0x472d(0x28e)](_0x472d(0x20f),_0x1a4e94[_0x472d(0x28f)]))console[_0x472d(0x162)](_0x1a4e94[_0x472d(0x290)]),console[_0x472d(0x162)](_0x1a4e94[_0x472d(0x291)],Object[_0x472d(0x292)](_0x1c276c)),console[_0x472d(0x162)](_0x472d(0x293));else return _0x453cdd['log'](_0x472d(0x294)),null;}}return!![];}else{if(_0x1a4e94['jTamn'](_0x1a4e94['nDtrY'],_0x1a4e94[_0x472d(0x295)]))return _0x4a9d45[_0x472d(0x31)](_0x1a4e94[_0x472d(0x296)]),_0x172130[_0x472d(0xb)]+_0x472d(0x69);else{const _0x899147=await _0x324439[_0x472d(0x77)]();return console[_0x472d(0x4e)](_0x1a4e94[_0x472d(0x297)],_0x324439['status']),console[_0x472d(0x4e)](_0x1a4e94['FclFe']),console['error'](_0x899147),![];}}}catch(_0x14a629){if(_0x1a4e94['ORblB'](_0x1a4e94[_0x472d(0x298)],_0x1a4e94[_0x472d(0x299)]))_0x3ed377[_0x472d(0x4e)](_0x472d(0x7d)+_0x4b0bfb+'\x20-\x20the\x20server\x20took\x20too\x20long\x20to\x20respond');else{console[_0x472d(0x4e)](_0x1a4e94[_0x472d(0x29a)],_0x14a629);if(_0x1a4e94[_0x472d(0x29b)](_0x14a629[_0x472d(0xd)],statusCodes[_0x472d(0x17e)])){if(_0x1a4e94[_0x472d(0x29c)]===_0x1a4e94[_0x472d(0x29d)]){var _0x10703f,_0x3c84ab;_0x4ff687[_0x472d(0x31)](_0x472d(0xab)),_0x368cf6=((_0x10703f=_0x2b4e4b[_0x472d(0xf3)])===null||_0x10703f===void 0x0||_0x1a4e94[_0x472d(0x274)](_0x10703f=_0x10703f[_0x472d(0xf4)],null)||_0x10703f===void 0x0?void 0x0:_0x10703f[_0x472d(0x4d)])||(_0x1a4e94[_0x472d(0x274)](_0x3c84ab=_0x3a51c0[_0x472d(0xf3)],null)||_0x3c84ab===void 0x0||_0x1a4e94[_0x472d(0x289)](_0x3c84ab=_0x3c84ab[_0x472d(0xf4)],null)||_0x1a4e94['iMTAz'](_0x3c84ab,void 0x0)?void 0x0:_0x3c84ab[_0x472d(0x63)])||_0x1a4e94[_0x472d(0x253)];}else console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x29e)]);}else{if(_0x1a4e94[_0x472d(0x29f)](_0x14a629[_0x472d(0xd)],statusCodes[_0x472d(0x2a0)]))_0x1a4e94[_0x472d(0x2a1)](_0x1a4e94['agAYe'],_0x1a4e94[_0x472d(0x2a2)])?console['log'](_0x1a4e94['GJDrk']):(_0x50b099=_0x123b86[_0x472d(0x113)][0x0][_0x472d(0x115)][_0x472d(0x116)],_0x2a16a1=_0x399d4a[_0x472d(0x113)][0x0]['id'],_0x5692e0[_0x472d(0x31)](_0x1a4e94[_0x472d(0x24c)],_0x175109,_0x1a4e94[_0x472d(0x24d)],_0x38093e));else _0x1a4e94[_0x472d(0x2a3)](_0x14a629[_0x472d(0xd)],statusCodes[_0x472d(0x183)])&&console[_0x472d(0x31)](_0x1a4e94['ubTEO']);}return![];}}}if(_0x1a4e94[_0x472d(0x27e)](_0x3434c9,_0x1a4e94['DYIzn'])){if(_0x1a4e94[_0x472d(0x2a4)](_0x1a4e94[_0x472d(0x2a5)],_0x1a4e94['HmjlE']))return console[_0x472d(0x31)](_0x1a4e94['qYvxG']),new Promise(_0x195c71=>{setTimeout(()=>{console['log'](_0x1a4e94[_0x472d(0x2a6)]),_0x1a4e94['XCpGV'](_0x195c71,!![]);},0x3e8);});else _0x5dac93[_0x472d(0x31)](_0x1a4e94['PUtoc']);}return![];};export const isOAuthCallback=_0x38f075=>{const _0x3a1281={'ybWlo':_0x472d(0x21e),'XBovF':'code='};return _0x38f075[_0x472d(0x7f)](_0x3a1281['ybWlo'])||_0x38f075[_0x472d(0x7f)](_0x3a1281['XBovF']);};export const exchangeCodeForToken=async(_0x12df66,_0x21040e)=>{const _0x457bef={'tkfdv':_0x472d(0x199),'riyQu':_0x472d(0xa8),'GRvhl':function(_0x1bdd6c,_0x4ffdee,_0x29a925){return _0x1bdd6c(_0x4ffdee,_0x29a925);},'MjaBT':function(_0xb4bdaf,_0x4c0f8f){return _0xb4bdaf!==_0x4c0f8f;},'oobxX':'AqncK','rgPRb':'Falling\x20back\x20to\x20simulated\x20token\x20response'};console['log'](_0x472d(0x2a7)+_0x21040e);try{const _0x3f7708=API_CONFIG[_0x472d(0xb)]+'/'+_0x21040e+_0x472d(0x2a8),_0x417899=await _0x457bef[_0x472d(0x2a9)](fetch,_0x3f7708,{'method':'POST','headers':{'Content-Type':'application/json'},'body':JSON[_0x472d(0xf9)]({'code':_0x12df66,'platform':_0x21040e})});if(!_0x417899['ok']){console[_0x472d(0x4e)](_0x472d(0x2aa)+_0x417899[_0x472d(0x47)]);throw new Error(_0x472d(0x2ab)+_0x417899[_0x472d(0x47)]);}const _0x270e6f=await _0x417899['json']();return console['log'](_0x472d(0x2ac)+_0x21040e),_0x270e6f;}catch(_0x2d4ca5){return _0x457bef['MjaBT'](_0x457bef['oobxX'],_0x457bef['oobxX'])?(_0x5b767b[_0x472d(0x31)](_0x457bef[_0x472d(0x2ad)]),_0x24691c['log'](_0x457bef[_0x472d(0x2ae)],_0x1806dd[_0x472d(0xff)](0x0,0x14)+_0x472d(0x107)),!![]):(console[_0x472d(0x4e)]('Error\x20exchanging\x20code\x20for\x20token:',_0x2d4ca5),console[_0x472d(0x31)](_0x457bef[_0x472d(0x2af)]),{'access_token':_0x21040e+_0x472d(0x2b0)+Math[_0x472d(0x2b1)]()[_0x472d(0x2b2)](0x24)[_0x472d(0xff)](0x7),'refresh_token':_0x21040e+_0x472d(0x2b3)+Math[_0x472d(0x2b1)]()[_0x472d(0x2b2)](0x24)[_0x472d(0xff)](0x7),'expires_in':0xe10});}};export const refreshYouTubeTokens=async()=>{const _0x29f35c={'QwEeU':_0x472d(0x18e),'AxHhY':_0x472d(0x2b4),'jiobM':_0x472d(0x23),'SpqAh':_0x472d(0x2b5),'XrXER':_0x472d(0x2b6),'zjqOR':'❌\x20No\x20current\x20Google\x20user\x20found','JshEd':function(_0x1d7e68){return _0x1d7e68();},'inrPw':function(_0x20eab8,_0x537234){return _0x20eab8!==_0x537234;},'qWEXi':'gILmM','LouAs':function(_0x514cd5,_0x79aaee,_0x53a90c){return _0x514cd5(_0x79aaee,_0x53a90c);},'rsBMQ':function(_0x22658a,_0x81cc07){return _0x22658a===_0x81cc07;},'kMFiA':function(_0x263a39,_0x26f7b2){return _0x263a39===_0x26f7b2;},'obOrn':function(_0x33056f,_0x349edb){return _0x33056f+_0x349edb;},'iYAju':function(_0x531656,_0x41106f){return _0x531656*_0x41106f;},'lEPMQ':'BeFMP','RvOHq':_0x472d(0x2b7),'tjYAI':_0x472d(0x2b8),'AEsft':function(_0x476379,_0x495aca){return _0x476379!==_0x495aca;},'yNRFi':_0x472d(0x2b9),'geheu':_0x472d(0x2ba)};try{if(_0x472d(0x2bb)!==_0x472d(0x2bc)){var _0x30bc7b;console[_0x472d(0x31)](_0x472d(0x2bd));const _0x1c55bb=await GoogleSignin[_0x472d(0xf6)]();if(!_0x1c55bb)return console[_0x472d(0x4e)](_0x29f35c[_0x472d(0x2be)]),![];const _0xd93a85=await GoogleSignin['getCurrentUser']();if(!_0xd93a85)return _0x29f35c[_0x472d(0x2bf)]===_0x29f35c[_0x472d(0x2c0)]?(_0x491da7['log']('✅\x20'+_0x5bb393+_0x472d(0x2c1)),!![]):(console[_0x472d(0x4e)](_0x29f35c['zjqOR']),![]);const _0x2d63f4=await _0x29f35c[_0x472d(0x2c2)](getJWT);if(!_0x2d63f4){if(_0x29f35c['inrPw'](_0x29f35c['qWEXi'],_0x472d(0x2c3)))_0x2b7639[_0x472d(0x4e)]('❌\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20'+_0x3b7ff7+':',_0x3cded2);else return console['error'](_0x472d(0x2c4)),![];}const _0x2d2be0=await _0x29f35c[_0x472d(0x2c5)](fetch,API_CONFIG[_0x472d(0xb)]+_0x472d(0x2c6),{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x2d63f4},'body':JSON[_0x472d(0xf9)]({'accessToken':_0x1c55bb[_0x472d(0xfe)],'idToken':_0x1c55bb[_0x472d(0x102)],'refreshToken':_0xd93a85[_0x472d(0x104)],'userEmail':_0x29f35c[_0x472d(0x2c7)](_0x30bc7b=_0xd93a85['user'],null)||_0x29f35c['kMFiA'](_0x30bc7b,void 0x0)?void 0x0:_0x30bc7b[_0x472d(0x63)],'tokenExpiry':new Date(_0x29f35c['obOrn'](Date[_0x472d(0x134)](),_0x29f35c['iYAju'](0xe10,0x3e8)))['toISOString'](),'timestamp':new Date()[_0x472d(0x130)]()})});if(_0x2d2be0['ok']){if(_0x29f35c[_0x472d(0x2c8)](_0x472d(0x2c9),_0x29f35c['lEPMQ'])){const _0xa16ed1=await _0x2d2be0['json']();return console[_0x472d(0x31)](_0x29f35c['RvOHq'],_0xa16ed1),!![];}else return _0x19314c[_0x472d(0x4e)](_0x29f35c[_0x472d(0x2ca)],_0x9084aa),![];}else{const _0x5bf070=await _0x2d2be0['text']();return console[_0x472d(0x4e)](_0x29f35c[_0x472d(0x2cb)],_0x2d2be0[_0x472d(0x47)],_0x5bf070),![];}}else return _0x517bf9[_0x472d(0x4e)](_0x472d(0x2cc),_0x235c82),_0x25b398[_0x472d(0x31)](_0x29f35c['AxHhY']),{'access_token':_0x10b2be+'_access_token_'+_0xe8b6d5[_0x472d(0x2b1)]()[_0x472d(0x2b2)](0x24)[_0x472d(0xff)](0x7),'refresh_token':_0xf7e4b+_0x472d(0x2b3)+_0x245686[_0x472d(0x2b1)]()[_0x472d(0x2b2)](0x24)[_0x472d(0xff)](0x7),'expires_in':0xe10};}catch(_0x57fbbf){return _0x29f35c['AEsft'](_0x29f35c[_0x472d(0x2cd)],'fZrUz')?(_0x5be8f0[_0x472d(0x4e)](_0x472d(0x1bb),_0x7fb338),{'hasRefreshToken':![],'refreshTokenType':_0x472d(0x4e)}):(console[_0x472d(0x4e)](_0x29f35c['geheu'],_0x57fbbf),![]);}};const triggerTrainingRestart=async(_0xa6b207,_0x34b266)=>{const _0x4c7758={'eobEQ':'🔄\x20[TRAINING\x20RESTART]\x20Triggering\x20training\x20restart\x20for\x20user:','vZXJH':function(_0x9a3bcf,_0x36c24d,_0x238e3e){return _0x9a3bcf(_0x36c24d,_0x238e3e);},'MPoUf':_0x472d(0x2ce),'ieLNt':'✅\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20successful:','cvaIB':_0x472d(0x2cf),'vLOKt':_0x472d(0x2d0)};try{console['log'](_0x4c7758[_0x472d(0x2d1)],_0xa6b207);const _0x59c77a=await _0x4c7758['vZXJH'](fetch,API_CONFIG[_0x472d(0xb)]+_0x472d(0x2d2),{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x34b266},'body':JSON['stringify']({'username':_0xa6b207,'reason':_0x4c7758[_0x472d(0x2d3)],'platform':_0x472d(0x12f),'timestamp':new Date()[_0x472d(0x130)](),'requestNewTraining':!![]})});if(_0x59c77a['ok']){const _0x186b8e=await _0x59c77a[_0x472d(0x112)]();console[_0x472d(0x31)](_0x4c7758['ieLNt'],_0x186b8e);}else{const _0x307885=await _0x59c77a[_0x472d(0x77)]();console[_0x472d(0x4e)](_0x4c7758['cvaIB'],_0x59c77a[_0x472d(0x47)],_0x307885);throw new Error(_0x472d(0x2d4)+_0x59c77a['status']);}}catch(_0x188669){console[_0x472d(0x4e)](_0x4c7758['vLOKt'],_0x188669);throw _0x188669;}};export const testYouTubeRefreshToken=async _0x156b23=>{const _0x58ea56={'RVwqX':_0x472d(0xae),'dDOLn':_0x472d(0x2d5),'MtNOt':_0x472d(0x170),'CfvGZ':function(_0x5ef605,_0x5ef8f4){return _0x5ef605===_0x5ef8f4;},'bIXfU':function(_0x2cd750,_0x20ac14){return _0x2cd750===_0x20ac14;},'RCpsk':function(_0x3e5234,_0x16068a){return _0x3e5234===_0x16068a;},'Vfdou':function(_0x56ed89,_0x5105f9){return _0x56ed89===_0x5105f9;},'ybzYq':_0x472d(0xa9),'IUgAO':_0x472d(0x2d6),'hIEgM':_0x472d(0x2d7),'vdYRk':_0x472d(0x95),'nByda':function(_0x32387d){return _0x32387d();},'MIdVA':_0x472d(0x2d8),'iNYkF':_0x472d(0x2d9),'TPrEh':function(_0x315d3c,_0x203820){return _0x315d3c(_0x203820);},'OOFiY':_0x472d(0x2da),'kAuQN':_0x472d(0x2db),'GgKYq':_0x472d(0x2dc),'HnQBv':function(_0x3ef43e){return _0x3ef43e();},'UAwDB':_0x472d(0x2dd),'sKRwe':_0x472d(0x2de),'qYfKa':_0x472d(0x2df),'pqmFm':'✅\x20Refresh\x20token\x20already\x20available','fKXaB':function(_0x135288,_0x2b02fd){return _0x135288!==_0x2b02fd;},'UhEjA':_0x472d(0x2e0),'aUMBz':'❌\x20Error\x20testing\x20YouTube\x20refresh\x20token:'};console[_0x472d(0x31)](_0x58ea56[_0x472d(0x2e1)]),console[_0x472d(0x31)](_0x58ea56['vdYRk'],_0x156b23);try{if(_0x58ea56['RCpsk'](_0x472d(0x2e2),'qPAEY')){const _0x36a54f=await _0x58ea56[_0x472d(0x2e3)](debugYouTubeTokens);console[_0x472d(0x31)](_0x58ea56[_0x472d(0x2e4)],_0x36a54f);if(!_0x36a54f['hasRefreshToken']){console[_0x472d(0x31)](_0x58ea56[_0x472d(0x2e5)]);const _0x19d13d=await _0x58ea56['TPrEh'](fixUserYouTubeConnection,_0x156b23);if(_0x19d13d){if(_0x58ea56[_0x472d(0x2e6)](_0x58ea56['OOFiY'],_0x58ea56[_0x472d(0x2e7)]))_0xf7b381['log'](_0x58ea56[_0x472d(0x2e8)]),_0x1bb83b=_0x58ea56['dDOLn'];else{console[_0x472d(0x31)](_0x58ea56['GgKYq']);const _0x58b814=await _0x58ea56[_0x472d(0x2e9)](debugYouTubeTokens);console['log'](_0x58ea56[_0x472d(0x2ea)],_0x58b814);}}else console[_0x472d(0x4e)](_0x58ea56['sKRwe']);}else _0x58ea56[_0x472d(0x2eb)](_0x58ea56['qYfKa'],_0x58ea56[_0x472d(0x2ec)])?console[_0x472d(0x31)](_0x58ea56[_0x472d(0x2ed)]):(_0x5ebf9a[_0x472d(0x162)](_0x472d(0x2ee),_0x47c728),_0x3daf1c[_0x472d(0x162)](_0x58ea56[_0x472d(0x2ef)]));}else{var _0xb987f8,_0x46a687;_0x51520e[_0x472d(0x31)](_0x472d(0x120),_0x70e8ef['status']),_0x48e5bb=(_0x58ea56[_0x472d(0x2eb)](_0xb987f8=_0x20b008[_0x472d(0xf3)],null)||_0x58ea56[_0x472d(0x2f0)](_0xb987f8,void 0x0)||_0x58ea56[_0x472d(0x2eb)](_0xb987f8=_0xb987f8[_0x472d(0xf4)],null)||_0x58ea56[_0x472d(0x2eb)](_0xb987f8,void 0x0)?void 0x0:_0xb987f8['name'])||((_0x46a687=_0x3f93c8[_0x472d(0xf3)])===null||_0x58ea56[_0x472d(0x2f1)](_0x46a687,void 0x0)||_0x58ea56[_0x472d(0x2e6)](_0x46a687=_0x46a687['user'],null)||_0x46a687===void 0x0?void 0x0:_0x46a687[_0x472d(0x63)])||_0x58ea56[_0x472d(0x2f2)];}}catch(_0x4ca2a0){_0x58ea56[_0x472d(0x2f3)](_0x58ea56[_0x472d(0x2f4)],_0x472d(0x2e0))?(_0x362480['api2Test']={'success':![],'error':_0xbf698[_0x472d(0x39)],'name':_0x12c006[_0x472d(0x4d)]},_0x31c7c2[_0x472d(0x4e)](_0x58ea56[_0x472d(0x2f5)],_0xcbf68[_0x472d(0x39)])):console[_0x472d(0x4e)](_0x58ea56[_0x472d(0x2f6)],_0x4ca2a0);}};export const requestEmailVerification=async(_0x16f81b,_0x55b00c=![])=>{const _0xfe467={'KvabD':_0x472d(0x211),'hCbtE':'⚠️\x20[YOUTUBE\x20AUTH]\x20Connection\x20may\x20fail\x20when\x20tokens\x20expire','sgrNA':_0x472d(0x1ff),'fNlIL':function(_0x3b6158,_0x32c6d9){return _0x3b6158===_0x32c6d9;},'MdjkW':_0x472d(0x2f7),'rZVhp':_0x472d(0x2f8),'CPseo':function(_0x4f9852,_0x3d21ba,_0x19d5b4){return _0x4f9852(_0x3d21ba,_0x19d5b4);},'HWuuf':function(_0x1687b3){return _0x1687b3();},'WcCaq':'request','WEanx':_0x472d(0x2f9),'TbdEA':_0x472d(0x2fa),'FtQfK':_0x472d(0x1e5),'gVhEu':function(_0x57bbfb,_0x5ec00a){return _0x57bbfb!==_0x5ec00a;},'kgGCu':_0x472d(0x2fb),'HbMLe':_0x472d(0x2fc),'yUfop':_0x472d(0x2fd)};try{if(_0xfe467[_0x472d(0x2fe)](_0xfe467[_0x472d(0x2ff)],_0x472d(0x2f7))){console[_0x472d(0x31)](_0xfe467[_0x472d(0x300)],_0x16f81b);const _0x397ad2=await _0xfe467[_0x472d(0x301)](fetch,API_CONFIG[_0x472d(0xb)]+_0x472d(0x302),{'method':'POST','headers':_0xfe467[_0x472d(0x303)](getDeveloperAuthHeaders),'body':JSON[_0x472d(0xf9)]({'email':_0x16f81b,'action':_0xfe467[_0x472d(0x304)],'testMode':_0x55b00c})}),_0x5303b8=await _0x397ad2[_0x472d(0x112)]();if(_0x397ad2['ok'])return{'success':!![],'message':_0x5303b8[_0x472d(0x39)]||_0xfe467[_0x472d(0x305)]};else{if(_0xfe467[_0x472d(0x2fe)](_0xfe467['TbdEA'],_0xfe467['TbdEA']))return{'success':![],'error':_0x5303b8['message']||_0xfe467[_0x472d(0x306)]};else{_0x2a3ab8[_0x472d(0x4e)](_0x472d(0x2d0),_0x1c98bf);throw _0x2a2716;}}}else _0x56c161[_0x472d(0x162)](_0x472d(0x210)),_0xe21341[_0x472d(0x162)](_0xfe467['KvabD'],_0x5b6958[_0x472d(0x292)](_0x298f99)),_0x3fee48['warn'](_0xfe467[_0x472d(0x307)]);}catch(_0x267b73){if(_0xfe467[_0x472d(0x308)](_0xfe467[_0x472d(0x309)],_0xfe467[_0x472d(0x309)]))_0x5a9e2d[_0x472d(0x31)]('✅\x20Found\x20existing\x20authentication\x20token\x20for\x20YouTube\x20auth'),_0x258f3e[_0x472d(0x31)](_0xfe467['sgrNA'],_0x1b849a[_0x472d(0xff)](0x0,0x14)+'...');else return console[_0x472d(0x4e)](_0xfe467[_0x472d(0x30a)],_0x267b73),{'success':![],'error':_0xfe467[_0x472d(0x30b)]};}};function _0x54f9(){const _0x3cc8a4=['No\x20API\x20key\x20configured.\x20Please\x20initialize\x20the\x20SDK\x20with\x20a\x20valid\x20developer\x20API\x20key.','tfguf','DPxIS','apiKey','YhdBi','Bearer\x20','3.0.72','1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com','https://api.instagram.com/oauth/authorize','demo_instagram_client_id','onairosevents://auth/callback','BASE_URL','https://www.googleapis.com/auth/youtube.readonly','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','openid\x20profile\x20email','/gmail/authorize','demo_gmail_client_id','/email/authorize','https://chat.openai.com','https://claude.ai/login','https://gemini.google.com','https://x.com/i/grok','https://www.instagram.com','https://web.telegram.org/k/','MZyqP','hasNativeSDK','ℹ️\x20Sign\x20out\x20not\x20needed\x20or\x20failed:','❌\x20Failed\x20to\x20get\x20fresh\x20tokens\x20from\x20Google\x20SDK','\x20\x20\x205.\x20iOS\x20simulator\x20network\x20sandbox\x20issue\x20-\x20try\x20on\x20physical\x20device','\x20\x20\x201.\x20No\x20internet\x20connection\x20on\x20device/simulator','\x20\x20\x202.\x20API\x20server\x20(API\x20server)\x20is\x20unreachable','HEAD','✅\x20[CONNECTIVITY]\x20Google\x20is\x20reachable\x20-\x20internet\x20is\x20working','❌\x20[CONNECTIVITY]\x20Cannot\x20reach\x20Google\x20-\x20internet\x20may\x20be\x20down:','fCkgN','✅\x20[CONNECTIVITY]\x20API\x20server\x20is\x20reachable','API\x20is\x20reachable','Internet\x20works\x20but\x20API\x20server\x20is\x20unreachable.\x20The\x20server\x20may\x20be\x20blocking\x20requests\x20from\x20this\x20device/simulator.','jDwDy','wcSca','lujEi','log','IndtC','🌐\x20[CONNECTIVITY]\x20Test\x201:\x20Checking\x20general\x20internet\x20(google.com)...','NGWbu','TwfLq','cdDbp','BhAXN','googleTest','message','lzkkR','gIebx','syhnq','BIMtD','RrzxX','abort','BDSPR','/health','signal','kPTAj','catch','Unable\x20to\x20read\x20response','api2Test','status','statusText','yAskf','Fudps','⚠️\x20[CONNECTIVITY]\x20API\x20server\x20responded\x20with\x20status:\x20','PZuJf','name','error','xeCkT','rYOkk','esjiU','hwzyK','fZopK','success','No\x20internet\x20connectivity\x20detected.\x20Check\x20your\x20network\x20connection.','NBJfF','GSCOC','rTgWz','\x20\x20\x204.\x20SSL/TLS\x20certificate\x20issue','NJeKe','\x20\x20\x203.\x20DNS\x20resolution\x20failed','❌\x20[OAUTH]\x20Network\x20request\x20failed\x20for\x20','.\x20Possible\x20causes:','izYgD','VvqCR','❌\x20[CONNECTIVITY]\x20Connectivity\x20test\x20failed:','Facebook\x20Login\x20completed\x20successfully','Initiating\x20Facebook\x20Login\x20for\x20Instagram','email','📱\x20[OAUTH]\x20Platform:\x20',',\x20Version:\x20','Version','NvMqj','📧\x20[OAUTH]\x20Email\x20platform\x20selected,\x20returning\x20mock\x20auth\x20URL','/email/authorize?action=verify','🔑\x20[OAUTH]\x20Using\x20User\x20JWT\x20for\x20authentication','❌\x20[OAUTH]\x20User\x20not\x20authenticated\x20-\x20cannot\x20initiate\x20','\x20OAuth','❌\x20[OAUTH]\x20Please\x20log\x20in\x20first\x20before\x20connecting\x20platforms','/authorize','🌐\x20[OAUTH]\x20Proxy\x20URL:\x20','🔗\x20[OAUTH]\x20About\x20to\x20make\x20fetch\x20request...','⏰\x20[OAUTH]\x20Request\x20timeout\x20for\x20','hXhRc','📡\x20[OAUTH]\x20Response\x20status:\x20','ppNyY','nLZfH','❌\x20Error\x20checking\x20email\x20verification\x20status:','text','\x20-\x20','url','🔗\x20[OAUTH]\x20Auth\x20URL\x20for\x20','\x20(key:\x20','AbortError','❌\x20[OAUTH]\x20Request\x20timeout\x20for\x20','\x20-\x20the\x20server\x20took\x20too\x20long\x20to\x20respond','includes','Network\x20request\x20failed','JbtjN','iDHDh','ehbcc','rbQVS','rlWfE','profile','fCrQY','ajgmm','exdWO','faTEk','ℹ️\x20No\x20valid\x20authentication\x20token\x20found\x20for\x20YouTube\x20connection','ℹ️\x20User\x20should\x20authenticate\x20first\x20via\x20Google/Apple/Email\x20before\x20connecting\x20YouTube','✅\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','💡\x20User\x20needs\x20to\x20reconnect\x20with\x20proper\x20consent\x20screen','💡\x20Check\x20Google\x20Sign-In\x20configuration:\x20offlineAccess,\x20forceCodeForRefreshToken','⚠️\x20Continuing\x20without\x20refresh\x20token\x20-\x20connection\x20may\x20fail\x20later','✅\x20Got\x20serverAuthCode\x20(refresh\x20token\x20mechanism)','❌\x20Re-authentication\x20also\x20failed:','AjKln','👤\x20User:','OyJfW','✅\x20Token\x20cache\x20cleared','HpRld','mHYeR','🔧\x20Configuring\x20Google\x20Sign-In\x20for\x20forced\x20consent...','openid','✅\x20Play\x20Services\x20available','📱\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...','👤\x20User\x20email:','📋\x20FULL\x20userInfo\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','📋\x20FULL\x20tokens\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','Missing','Present','-\x20ServerAuthCode\x20(userInfo):','✅\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20consent!','🔑\x20Refresh\x20token\x20type:','refreshToken','🔑\x20Refresh\x20token\x20preview:','Unknown\x20Channel','ID:','⚠️\x20No\x20YouTube\x20channel\x20found\x20for\x20user','No\x20Channel','SbCvP','🔐\x20Creating\x20authentication\x20token\x20for\x20YouTube\x20connection...','signOut_and_configure','📤\x20Sending\x20comprehensive\x20payload\x20with\x20REFRESH\x20TOKEN\x20to\x20backend:','🚀\x20[YOUTUBE\x20REAUTH]\x20=====\x20SENDING\x20REAUTH\x20SIGNAL\x20TO\x20BACKEND\x20=====','🚀\x20[YOUTUBE\x20REAUTH]\x20Headers:','NO\x20AUTH\x20TOKEN','🚀\x20[YOUTUBE\x20REAUTH]\x20Payload\x20Summary:','📡\x20[YOUTUBE\x20REAUTH]\x20Response\x20Status:','📡\x20[YOUTUBE\x20REAUTH]\x20Response\x20Status\x20Text:','📡\x20[YOUTUBE\x20REAUTH]\x20Response\x20Headers:','qgiEK','temporary\x20access\x20token\x20mode','5|3|4|0|2|6|1','🔑\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20sent:','Yes','🔄\x20[YOUTUBE\x20REAUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','🔑\x20[YOUTUBE\x20REAUTH]\x20Training\x20Ready:\x20Yes','2|5|3|1|6|4|0','🔑\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20length:','🔑\x20[YOUTUBE\x20REAUTH]\x20REFRESH\x20TOKEN\x20SENT\x20TO\x20BACKEND:','✅\x20[YOUTUBE\x20REAUTH]\x20Backend\x20CONFIRMED\x20refresh\x20token\x20received','🎉\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Full\x20YouTube\x20connection\x20with\x20refresh\x20tokens!','🔑\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20type:','🔑\x20[YOUTUBE\x20REAUTH]\x20Full\x20refresh\x20token:','⚠️\x20[YOUTUBE\x20REAUTH]\x20Backend\x20did\x20NOT\x20confirm\x20refresh\x20token\x20reception','⚠️\x20[YOUTUBE\x20REAUTH]\x20Expected\x20hasRefreshToken\x20or\x20refreshTokenReceived\x20in\x20response','🔄\x20[YOUTUBE\x20REAUTH]\x20Signaling\x20training\x20system\x20to\x20restart...','jkgis','ItOTe','❌\x20[YOUTUBE\x20REAUTH]\x20Backend\x20processing\x20FAILED:','Prcsz','0|4|6|2|5|3|1','❌\x20CRITICAL:\x20No\x20refresh\x20token\x20even\x20after\x20consent\x20screen','❌\x20This\x20means\x20consent\x20screen\x20did\x20not\x20appear\x20or\x20user\x20denied\x20permissions','\x20\x20\x202.\x20Check\x20Google\x20Console\x20OAuth\x20configuration','💡\x20Solutions:','JXRSR','TfGCO','💡\x20User\x20must\x20click\x20\x22Allow\x22\x20to\x20get\x20refresh\x20token','❌\x20Sign-in\x20already\x20in\x20progress','❌\x20Google\x20Play\x20Services\x20not\x20available','rPahc','WGcMl','signOut','PwROD','sKQgg','ScvRu','hHmcD','clearCachedAccessToken','TZCjv','ℹ️\x20NOTE:\x20SDK\x20does\x20not\x20create\x20users\x20during\x20YouTube\x20connection','IHlNk','kKBud','XLVde','ℹ️\x20No\x20token\x20cache\x20to\x20clear','LhoIc','WsHRr','TqMjo','configure','BNDFx','GvnNU','hasPlayServices','RbDQw','🔐\x20Initiating\x20sign-in\x20-\x20consent\x20screen\x20should\x20appear...','Rglgn','signIn','rWIVa','sTauG','bHwUr','data','user','VJlok','getTokens','getCurrentUser','rGMYC','stringify','lwqMJ','lxVpV','🔍\x20Token\x20analysis:','-\x20Access\x20token:','accessToken','substring','MPlRW','jOolO','idToken','yZuAC','serverAuthCode','-\x20ServerAuthCode\x20(currentUser):','fJOpo','...','VogGv','zCAjH','EaKTq','eGjei','startsWith','OtfRy','bOMdU','OQzoV','📺\x20Fetching\x20YouTube\x20channel\x20information...','mVJuF','json','items','AKTtE','snippet','title','✅\x20YouTube\x20channel\x20found:','JZiAb','LPykW','DVZsK','XcHHU','xsdjL','CsexC','ZLDsw','VndKY','⚠️\x20Failed\x20to\x20fetch\x20YouTube\x20channel\x20info:','VuIQM','hpJKF','⚠️\x20Error\x20fetching\x20YouTube\x20channel\x20info:','LOUcX','iCYcT','lGmUP','sLLDe','PbMub','trim','length','xtaox','xPSVJ','JReuP','ApnGi','youtube','toISOString','pSSwh','LHNTn','JilNB','now','jPVgh','XMbYA','qWufo','debugInfo','FFmPT','vvYUg','FIjte','refreshTokenType','NEngB','Hfjvu','🚀\x20[YOUTUBE\x20REAUTH]\x20FULL\x20PAYLOAD:','ssjcu','STiEW','QpUMb','ATioT','unVPx','kBkyT','✅\x20[YOUTUBE\x20REAUTH]\x20Backend\x20Response\x20SUCCESS:','hPIwO','validation','isTemporaryMode','kLftt','temporaryMode','FgEFe','enabled','Avozj','QtNES','zZwPk','mCGXa','yyqVd','🔑\x20[YOUTUBE\x20REAUTH]\x20Mode:\x20Temporary\x20(expires\x20~1\x20hour)','MFWuu','CuszH','JWLOT','QOzzU','hasRefreshToken','refreshTokenReceived','zGbvK','split','QDZaE','rChau','xuGTQ','ZOLSS','XPkqC','efcia','warn','ZmmXC','vSfZC','zsOqD','XSRre','✅\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20sent\x20successfully','Ibphv','ZHxmk','WhuEM','BXNqP','wODON','HfRTW','TCujQ','qmEXz','⚠️\x20[YOUTUBE\x20REAUTH]\x20User\x20may\x20need\x20to\x20manually\x20restart\x20training','waGde','mqmfw','❌\x20[YOUTUBE\x20REAUTH]\x20This\x20means\x20the\x20reauth\x20signal\x20was\x20not\x20processed','WayVO','HXcuh','AHmOw','OnaqA','JejfL','gLBbf','aJpvG','zcRvg','vAABf','\x20-\x20aborting','SIGN_IN_CANCELLED','vQQze','hfsrY','hKNRZ','XhZOg','PLAY_SERVICES_NOT_AVAILABLE','woGhG','❌\x20Error\x20forcing\x20YouTube\x20consent:','❌\x20User\x20cancelled\x20sign-in\x20-\x20no\x20refresh\x20token\x20obtained','❌\x20Google\x20Sign-In\x20error:','AzJSm','ℹ️\x20No\x20existing\x20permissions\x20to\x20revoke:','✅\x20Signed\x20out\x20completely','ynLVE','ARFHh','VeSyu','❌\x20Error\x20with\x20revoke\x20method:','🔄\x20FORCING\x20YouTube\x20consent\x20via\x20REVOKE\x20method...','ZOIOy','ThQxM','WslRT','PSWVt','BIhrV','vcnyi','HaSGg','🔐\x20Signing\x20in\x20after\x20revoke\x20-\x20consent\x20screen\x20MUST\x20appear...','ydZmL','✅\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20REVOKE\x20+\x20consent!','RRDqI','xzvOh','ujSwI','fYDJA','BUXYn','Google\x20Play\x20Services\x20not\x20available','NEtiT','rPkxL','slnor','🔧\x20Fixing\x20YouTube\x20connection\x20for\x20user:\x20','YzlRG','YiwYW','🔄\x20Method\x202:\x20Trying\x20forced\x20consent\x20via\x20revoke...','\x20YouTube\x20connection\x20fixed\x20via\x20Method\x202!','❌\x20Failed\x20to\x20fix\x20','\x20YouTube\x20connection\x20with\x20both\x20methods','❌\x20Still\x20no\x20refresh\x20token\x20after\x20revoke\x20method','🔄\x20Attempting\x20to\x20refresh\x20Google\x20tokens...','✅\x20Successfully\x20refreshed\x20Google\x20tokens','HTIby','PuEGI','aHhlD','kKsWn','BRXhS','❌\x20Failed\x20to\x20refresh\x20Google\x20tokens:','ubMBh','xhKyh','eWHSJ','KEesk','🔄\x20Refresh\x20failed,\x20attempting\x20re-authentication...','xGysE','DvcoB','none','❌\x20Debug\x20tokens\x20failed:','aqzXf','NBeIa','hwUUV','isnzA','DYkgJ','umwuM','hBdIn','jxBwg','ℹ️\x20Already\x20signed\x20out\x20or\x20sign\x20out\x20failed:','SDK\x20not\x20initialized.\x20Developers\x20must\x20call\x20initializeApiKey()\x20before\x20using\x20auth\x20features.','🔄\x20Forcing\x20fresh\x20YouTube\x20reconnection\x20for\x20refresh\x20token...','XprsL','DWeSF','tFoXJ','UarBr','ℹ️\x20Token\x20clearing\x20failed\x20or\x20not\x20needed:','DZERy','✅\x20Refresh\x20token\x20confirmed:','❌\x20YouTube\x20reconnection\x20failed','❌\x20YouTube\x20reconnection\x20error:','arEDf','✅\x20Signed\x20out\x20from\x20Google','Abksv','jGKCY','ZvGFr','peqMH','YPXRj','SvBcF','fXIkF','DLdtC','sZHom','Igtko','OLYyr','khOof','✅\x20YouTube\x20reconnected\x20successfully\x20with\x20refresh\x20token','jFwuz','HCPVZ','vGMVi','JoSwx','⚠️\x20Still\x20no\x20refresh\x20token\x20after\x20reconnection','IxWLY','Failed\x20to\x20send\x20verification\x20code','✅\x20Refresh\x20token\x20already\x20available','🔗\x20Initiating\x20native\x20Google\x20Sign-In\x20for\x20YouTube','KgJxm','❌\x20[YOUTUBE\x20AUTH]\x20Username\x20is\x20required\x20for\x20YouTube\x20authentication','FMdhR','🔄\x20Signed\x20out\x20to\x20force\x20fresh\x20consent','wUDRK','✅\x20Google\x20Sign-In\x20successful:','📋\x20FULL\x20userInfo\x20object:','🔑\x20Got\x20Google\x20tokens','👤\x20Current\x20user\x20info:','📋\x20FULL\x20currentUser\x20object:','🔍\x20REFRESH\x20TOKEN\x20EXTRACTION:','-\x20tokens.idToken:','HCGGs','riQrK','peZxz','tqhGC','✅\x20Refresh\x20token\x20available\x20for\x20YouTube\x20connection','ZVQOa','VsHcH','TEIDl','YEahi','iwZQM','✅\x20Found\x20existing\x20authentication\x20token\x20for\x20YouTube\x20auth','🔑\x20Token\x20preview:','🔗\x20Linking\x20YouTube\x20data\x20to\x20user:','🔑\x20Using\x20auth\x20token\x20for\x20linking:','No\x20token','📤\x20BACKEND\x20PAYLOAD\x20SUMMARY:','-\x20hasServerAuthCode:','-\x20refreshTokenType:','-\x20userEmail:','📋\x20COMPLETE\x20BACKEND\x20PAYLOAD:','📤\x20Sending\x20YouTube\x20auth\x20to\x20backend\x20with\x20refresh\x20token:','📡\x20Backend\x20response\x20status:','📡\x20Backend\x20response\x20headers:','📋\x20COMPLETE\x20BACKEND\x20RESPONSE:','sOsIk','🔄\x20[YOUTUBE\x20AUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','✅\x20[YOUTUBE\x20AUTH]\x20Backend\x20confirmed\x20refresh\x20token\x20received','kNEgt','⚠️\x20[YOUTUBE\x20AUTH]\x20Backend\x20did\x20not\x20confirm\x20refresh\x20token','🔍\x20[YOUTUBE\x20AUTH]\x20Response\x20data\x20keys:','❌\x20YouTube\x20auth\x20failed:','📋\x20BACKEND\x20ERROR\x20RESPONSE:','nxxEX','HGCLK','Fbshn','OVdkp','mmsVt','Google\x20Sign-In\x20already\x20in\x20progress','instagram','aPUBE','tinsQ','yEnDP','auth/callback','NGila','uPJfm','iZkWA','cSfGe','ECVIu','UYDdH','OhVsb','fyXrt','dvgSu','GvziG','KkKVx','CIxCr','HGPhQ','iGkUW','carwN','UtkcL','NKLQw','WutuD','MQTeT','wVQXI','OogRv','Present:\x20','-\x20currentUser?.serverAuthCode:','fyQJA','rifXL','TbhPG','ElwxN','ZUXFK','wVqEF','fHfpt','qmycH','tHltf','AOxwf','XIdQK','ROtoa','taSXy','dwLAl','pfBDO','TiRDJ','QwgIb','pBFDo','UpZFW','MZoVl','zhLrr','XNPHU','QrIWR','MicJr','yaheb','gOOii','MHpHk','cbEDN','RrsOa','aFeYr','awRZI','SXKfZ','FtfKt','uPhis','IESkd','fEOlv','DiCdN','RnFxQ','liKWW','EaPNj','bfDBk','getItem','nClME','xukym','UwnZL','mMnLj','tWXJz','FTLZD','FbRuc','FqycC','JIfEf','lPban','nUiBF','gEQHc','📺\x20YouTube\x20channel\x20name:','RKveX','fFIoi','eJZVm','JJwyW','user-','youtube-','jRxpe','yqPqy','LapOr','mlOJw','NmubA','GLFGF','nZmDE','-\x20hasRefreshToken:','tuvIW','rOIAY','knoMl','Wtajt','-\x20channelName:','TRVaY','/youtube/native-auth','SiQuw','SpDWi','zyfJX','headers','zVNrm','ScuiX','eXxaY','QlkkC','wGjKe','GTCfj','sGDGg','ERgNN','SyCvI','tpveU','hPjEP','XXlLS','keys','⚠️\x20[YOUTUBE\x20AUTH]\x20Connection\x20may\x20fail\x20when\x20tokens\x20expire','❌\x20User\x20not\x20signed\x20in\x20to\x20Google,\x20cannot\x20refresh\x20tokens','nDtrY','YeUuQ','JAYxv','YuiKF','qQOko','bXwUh','ICvaT','CqFpL','rtxCb','SYyLC','mnAHZ','IN_PROGRESS','jTamn','sVDxF','HPmGf','EkbIw','TpfQx','HucGL','Exchanging\x20code\x20for\x20token\x20for\x20platform:\x20','/token','GRvhl','Error\x20exchanging\x20code\x20for\x20token:\x20','Token\x20exchange\x20failed\x20with\x20status\x20','Token\x20exchange\x20successful\x20for\x20','tkfdv','riyQu','rgPRb','_access_token_','random','toString','_refresh_token_','Falling\x20back\x20to\x20simulated\x20token\x20response','SQJnC','ptNKM','✅\x20YouTube\x20tokens\x20refreshed\x20successfully:','❌\x20YouTube\x20token\x20refresh\x20failed:','fZrUz','❌\x20Error\x20refreshing\x20YouTube\x20tokens:','AVyer','pvuep','🔄\x20Refreshing\x20YouTube\x20tokens...','jiobM','SpqAh','XrXER','\x20YouTube\x20connection\x20fixed\x20via\x20Method\x201!','JshEd','gILmM','❌\x20No\x20auth\x20token\x20found\x20for\x20YouTube\x20refresh','LouAs','/youtube/refresh-token','rsBMQ','inrPw','UKPkY','QwEeU','tjYAI','Error\x20exchanging\x20code\x20for\x20token:','yNRFi','youtube_reauth','❌\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20failed:','❌\x20[TRAINING\x20RESTART]\x20Error\x20triggering\x20training\x20restart:','eobEQ','/mobile-training/restart','MPoUf','Training\x20restart\x20failed:\x20','temp_token_for_youtube_connection','❌\x20[CONNECTIVITY]\x20Cannot\x20reach\x20API\x20server:','🧪\x20Testing\x20YouTube\x20refresh\x20token\x20functionality...','🔍\x20Current\x20token\x20status:','⚠️\x20No\x20refresh\x20token\x20found\x20-\x20attempting\x20to\x20fix...','Fkcjj','LdalQ','✅\x20YouTube\x20connection\x20fixed!\x20Testing\x20again...','🔍\x20New\x20token\x20status:','❌\x20Failed\x20to\x20fix\x20YouTube\x20connection','cARsE','BoKcz','hIEgM','qPAEY','nByda','MIdVA','iNYkF','Vfdou','kAuQN','RVwqX','HnQBv','UAwDB','CfvGZ','qYfKa','pqmFm','⚠️\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20failed:','MtNOt','bIXfU','RCpsk','ybzYq','fKXaB','UhEjA','IUgAO','aUMBz','OWYIB','📧\x20Requesting\x20email\x20verification\x20for:','Verification\x20code\x20sent\x20to\x20your\x20email','ifWGd','BVBLW','❌\x20Error\x20requesting\x20email\x20verification:','Network\x20error.\x20Please\x20check\x20your\x20connection\x20and\x20try\x20again.','fNlIL','MdjkW','rZVhp','CPseo','/email/verification','HWuuf','WcCaq','WEanx','FtQfK','hCbtE','gVhEu','kgGCu','HbMLe','yUfop','SsAEb','Email\x20verified\x20successfully','❌\x20Error\x20verifying\x20email\x20code:','rympa','hQASH','YWoxA','verify','vMZNi','pVDxl','AahkE','existingUser','token','oGYqB','GTXgZ','PVCla','OaNDg','bZiog','/email/verification/status','OllrF','LRZHr','🔧\x20Platform\x20auth\x20service\x20initialized','RLxRa','BMQAc'];_0x54f9=function(){return _0x3cc8a4;};return _0x54f9();}export const verifyEmailCode=async(_0x495be8,_0x32e04c,_0x220382=![])=>{const _0x3dd751={'bNDbV':_0x472d(0x1cd),'PVCla':_0x472d(0x61),'rympa':'🔍\x20Verifying\x20email\x20code\x20for:','hQASH':function(_0x4b48af,_0x3417ef,_0x1d7bf9){return _0x4b48af(_0x3417ef,_0x1d7bf9);},'YWoxA':function(_0x92fe8b){return _0x92fe8b();},'vMZNi':function(_0x4a3bd6,_0x3f17f6){return _0x4a3bd6!==_0x3f17f6;},'pVDxl':_0x472d(0x30c),'AahkE':_0x472d(0x30d),'oGYqB':'Invalid\x20verification\x20code','GTXgZ':'eLxYe','OaNDg':_0x472d(0x30e),'qjELv':_0x472d(0x2fd)};try{console[_0x472d(0x31)](_0x3dd751[_0x472d(0x30f)],_0x495be8);const _0xd2108d=await _0x3dd751[_0x472d(0x310)](fetch,API_CONFIG[_0x472d(0xb)]+_0x472d(0x302),{'method':'POST','headers':_0x3dd751[_0x472d(0x311)](getDeveloperAuthHeaders),'body':JSON['stringify']({'email':_0x495be8,'code':_0x32e04c,'action':_0x472d(0x312),'testMode':_0x220382})}),_0xa4f0d7=await _0xd2108d['json']();if(_0xd2108d['ok']){if(_0x3dd751[_0x472d(0x313)](_0x3dd751[_0x472d(0x314)],_0x3dd751[_0x472d(0x314)]))_0x29bc0a[_0x472d(0x31)](_0x3dd751['bNDbV'],_0x41fe8f[_0x472d(0x13c)]);else return{'success':!![],'message':_0xa4f0d7[_0x472d(0x39)]||_0x3dd751[_0x472d(0x315)],'existingUser':_0xa4f0d7[_0x472d(0x316)]||![],'token':_0xa4f0d7[_0x472d(0x317)]};}else return{'success':![],'error':_0xa4f0d7[_0x472d(0x39)]||_0x3dd751[_0x472d(0x318)]};}catch(_0x286916){if(_0x3dd751['vMZNi'](_0x3dd751[_0x472d(0x319)],_0x3dd751[_0x472d(0x319)]))_0x337fdd['log'](_0x3dd751[_0x472d(0x31a)]),_0xfcf1e2(!![]);else return console['error'](_0x3dd751[_0x472d(0x31b)],_0x286916),{'success':![],'error':_0x3dd751['qjELv']};}};export const checkEmailVerificationStatus=async(_0x1b2f23,_0x342ece=![])=>{const _0x382a3e={'bZiog':function(_0x55b192,_0x4ce094,_0x2b9dc6){return _0x55b192(_0x4ce094,_0x2b9dc6);},'OllrF':function(_0x47dc84){return _0x47dc84();},'LRZHr':_0x472d(0x76),'ThyzZ':'Network\x20error'};try{const _0x54f0cf=await _0x382a3e[_0x472d(0x31c)](fetch,API_CONFIG[_0x472d(0xb)]+_0x472d(0x31d),{'method':'POST','headers':_0x382a3e[_0x472d(0x31e)](getDeveloperAuthHeaders),'body':JSON['stringify']({'email':_0x1b2f23,'testMode':_0x342ece})}),_0xc260ec=await _0x54f0cf[_0x472d(0x112)]();return{'success':_0x54f0cf['ok'],'isPending':_0xc260ec['isPending']||![],'message':_0xc260ec['message']};}catch(_0x34e567){return console[_0x472d(0x4e)](_0x382a3e[_0x472d(0x31f)],_0x34e567),{'success':![],'isPending':![],'error':_0x382a3e['ThyzZ']};}};export const initializePlatformAuthService=()=>{const _0x11ec01={'RLxRa':_0x472d(0x320),'BMQAc':function(_0x4a6b30){return _0x4a6b30();}};console[_0x472d(0x31)](_0x11ec01[_0x472d(0x321)]),_0x11ec01[_0x472d(0x322)](initializeGoogleSignIn);};