@onairos/react-native 3.6.3 โ†’ 3.6.5

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 (222) 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/apiKeyService.js +924 -9
  55. package/lib/commonjs/services/authService.js +627 -10
  56. package/lib/commonjs/services/biometricPinService.js +1 -1
  57. package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
  58. package/lib/commonjs/services/chatGPTConversationService.js +1 -1
  59. package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
  60. package/lib/commonjs/services/claudeConversationService.js +1 -1
  61. package/lib/commonjs/services/connectedAccountsService.js +1 -1
  62. package/lib/commonjs/services/googleAuthService.js +1 -1
  63. package/lib/commonjs/services/hingeDataExtractor.js +1 -1
  64. package/lib/commonjs/services/hingeDataService.js +1 -1
  65. package/lib/commonjs/services/imageCompressionService.js +1 -1
  66. package/lib/commonjs/services/instagramDataExtractor.js +1 -1
  67. package/lib/commonjs/services/instagramDataService.js +1 -1
  68. package/lib/commonjs/services/jwtStorageService.js +1 -1
  69. package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
  70. package/lib/commonjs/services/linkedinProfileService.js +1 -1
  71. package/lib/commonjs/services/linkedinScrapingService.js +1 -1
  72. package/lib/commonjs/services/llmDataStorage.js +1 -1
  73. package/lib/commonjs/services/mobileTrainingService.js +1 -1
  74. package/lib/commonjs/services/oauthService.js +391 -11
  75. package/lib/commonjs/services/pinEncryptionService.js +1 -1
  76. package/lib/commonjs/services/pinStorageUtils.js +1 -1
  77. package/lib/commonjs/services/platformAuthService.js +1 -1
  78. package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
  79. package/lib/commonjs/services/sephoraDataService.js +1 -1
  80. package/lib/commonjs/services/storageService.js +1 -1
  81. package/lib/commonjs/services/telegramDataExtractor.js +1 -1
  82. package/lib/commonjs/services/telegramDataService.js +1 -1
  83. package/lib/commonjs/services/trainingApiHelpers.js +1 -1
  84. package/lib/commonjs/services/userConnectionsService.js +1 -1
  85. package/lib/commonjs/services/youtubeMigrationService.js +1 -1
  86. package/lib/commonjs/theme/index.js +1 -1
  87. package/lib/commonjs/types/index.js +1 -1
  88. package/lib/commonjs/types.js +1 -1
  89. package/lib/commonjs/utils/Portal.js +1 -1
  90. package/lib/commonjs/utils/api.js +1 -1
  91. package/lib/commonjs/utils/assetRegistry.js +1 -1
  92. package/lib/commonjs/utils/auth.js +1 -1
  93. package/lib/commonjs/utils/connectorTests.js +1 -1
  94. package/lib/commonjs/utils/crypto.js +1 -1
  95. package/lib/commonjs/utils/debugHelper.js +1 -1
  96. package/lib/commonjs/utils/encryption.js +1 -1
  97. package/lib/commonjs/utils/eventUtils.js +1 -1
  98. package/lib/commonjs/utils/haptics.js +1 -1
  99. package/lib/commonjs/utils/imagePreloader.js +1 -1
  100. package/lib/commonjs/utils/networkDiagnostics.js +1 -1
  101. package/lib/commonjs/utils/onairosApi.js +1 -1
  102. package/lib/commonjs/utils/programmaticFlow.js +1 -1
  103. package/lib/commonjs/utils/retryHelper.js +1 -1
  104. package/lib/commonjs/utils/secureStorage.js +1 -1
  105. package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
  106. package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
  107. package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
  108. package/lib/commonjs/utils/webviewScripts/index.js +1 -1
  109. package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
  110. package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
  111. package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
  112. package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
  113. package/lib/module/api/index.js +1 -1
  114. package/lib/module/components/BodyText.js +1 -1
  115. package/lib/module/components/BrandMark.js +1 -1
  116. package/lib/module/components/CodeInput.js +1 -1
  117. package/lib/module/components/EmailInput.js +1 -1
  118. package/lib/module/components/GoogleButton.js +1 -1
  119. package/lib/module/components/HeadingGroup.js +1 -1
  120. package/lib/module/components/LLMDataInputModal.js +1 -1
  121. package/lib/module/components/ModalHeader.js +1 -1
  122. package/lib/module/components/ModalSheet.js +1 -1
  123. package/lib/module/components/Onairos.js +1 -1
  124. package/lib/module/components/OnairosButton.js +1 -1
  125. package/lib/module/components/OnairosSignInButton.js +1 -1
  126. package/lib/module/components/Overlay.js +1 -1
  127. package/lib/module/components/PersonaImage.js +1 -1
  128. package/lib/module/components/PersonaLoadingScreen.js +1 -1
  129. package/lib/module/components/PersonalizationConsentScreen.js +1 -1
  130. package/lib/module/components/PinCreationScreen.js +1 -1
  131. package/lib/module/components/PinInput.js +1 -1
  132. package/lib/module/components/PlatformConnectorsStep.js +1 -1
  133. package/lib/module/components/PlatformList.js +1 -1
  134. package/lib/module/components/PlatformToggle.js +1 -1
  135. package/lib/module/components/PrimaryButton.js +1 -1
  136. package/lib/module/components/SignInMatchAnimation.js +1 -1
  137. package/lib/module/components/SignInStep.js +1 -1
  138. package/lib/module/components/UniversalOnboarding.js +1 -1
  139. package/lib/module/components/VerificationStep.js +1 -1
  140. package/lib/module/components/WelcomeScreen.js +1 -1
  141. package/lib/module/components/icons/Basicproficon.js +1 -1
  142. package/lib/module/components/icons/Basicprofile.js +1 -1
  143. package/lib/module/components/icons/Checkbox.js +1 -1
  144. package/lib/module/components/icons/Checkmark.js +1 -1
  145. package/lib/module/components/icons/Contentanalysis.js +1 -1
  146. package/lib/module/components/icons/Contenticon.js +1 -1
  147. package/lib/module/components/icons/EnochE.js +1 -1
  148. package/lib/module/components/icons/Personalityicon.js +1 -1
  149. package/lib/module/components/icons/Personalityprofile.js +1 -1
  150. package/lib/module/components/icons/Personalitytraits.js +1 -1
  151. package/lib/module/components/icons/Userpreferences.js +1 -1
  152. package/lib/module/components/onboarding/OAuthWebView.js +1 -1
  153. package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
  154. package/lib/module/components/onboarding/PinInput.js +1 -1
  155. package/lib/module/components/onboarding/PlatformConnector.js +1 -1
  156. package/lib/module/config/api.js +1 -1
  157. package/lib/module/constants/index.js +1 -1
  158. package/lib/module/context/AuthContext.js +1 -1
  159. package/lib/module/hooks/useConnectedAccounts.js +1 -1
  160. package/lib/module/hooks/useConnections.js +1 -1
  161. package/lib/module/hooks/useCredentials.js +1 -1
  162. package/lib/module/hooks/useUserConnections.js +1 -1
  163. package/lib/module/index.js +1 -1
  164. package/lib/module/services/apiClient.js +1 -1
  165. package/lib/module/services/apiKeyService.js +898 -1
  166. package/lib/module/services/authService.js +602 -1
  167. package/lib/module/services/biometricPinService.js +1 -1
  168. package/lib/module/services/chatGPTConversationExtractor.js +1 -1
  169. package/lib/module/services/chatGPTConversationService.js +1 -1
  170. package/lib/module/services/claudeConversationExtractor.js +1 -1
  171. package/lib/module/services/claudeConversationService.js +1 -1
  172. package/lib/module/services/connectedAccountsService.js +1 -1
  173. package/lib/module/services/googleAuthService.js +1 -1
  174. package/lib/module/services/hingeDataExtractor.js +1 -1
  175. package/lib/module/services/hingeDataService.js +1 -1
  176. package/lib/module/services/imageCompressionService.js +1 -1
  177. package/lib/module/services/instagramDataExtractor.js +1 -1
  178. package/lib/module/services/instagramDataService.js +1 -1
  179. package/lib/module/services/jwtStorageService.js +1 -1
  180. package/lib/module/services/linkedinDOMExtractor.js +1 -1
  181. package/lib/module/services/linkedinProfileService.js +1 -1
  182. package/lib/module/services/linkedinScrapingService.js +1 -1
  183. package/lib/module/services/llmDataStorage.js +1 -1
  184. package/lib/module/services/mobileTrainingService.js +1 -1
  185. package/lib/module/services/oauthService.js +381 -1
  186. package/lib/module/services/pinEncryptionService.js +1 -1
  187. package/lib/module/services/pinStorageUtils.js +1 -1
  188. package/lib/module/services/platformAuthService.js +1 -1
  189. package/lib/module/services/sephoraDataExtractor.js +1 -1
  190. package/lib/module/services/sephoraDataService.js +1 -1
  191. package/lib/module/services/storageService.js +1 -1
  192. package/lib/module/services/telegramDataExtractor.js +1 -1
  193. package/lib/module/services/telegramDataService.js +1 -1
  194. package/lib/module/services/trainingApiHelpers.js +1 -1
  195. package/lib/module/services/userConnectionsService.js +1 -1
  196. package/lib/module/services/youtubeMigrationService.js +1 -1
  197. package/lib/module/theme/index.js +1 -1
  198. package/lib/module/types.js +1 -1
  199. package/lib/module/utils/Portal.js +1 -1
  200. package/lib/module/utils/api.js +1 -1
  201. package/lib/module/utils/assetRegistry.js +1 -1
  202. package/lib/module/utils/auth.js +1 -1
  203. package/lib/module/utils/connectorTests.js +1 -1
  204. package/lib/module/utils/crypto.js +1 -1
  205. package/lib/module/utils/debugHelper.js +1 -1
  206. package/lib/module/utils/encryption.js +1 -1
  207. package/lib/module/utils/eventUtils.js +1 -1
  208. package/lib/module/utils/haptics.js +1 -1
  209. package/lib/module/utils/networkDiagnostics.js +1 -1
  210. package/lib/module/utils/onairosApi.js +1 -1
  211. package/lib/module/utils/programmaticFlow.js +1 -1
  212. package/lib/module/utils/retryHelper.js +1 -1
  213. package/lib/module/utils/secureStorage.js +1 -1
  214. package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
  215. package/lib/module/utils/webviewScripts/claude.js +1 -1
  216. package/lib/module/utils/webviewScripts/hinge.js +1 -1
  217. package/lib/module/utils/webviewScripts/index.js +1 -1
  218. package/lib/module/utils/webviewScripts/instagram.js +1 -1
  219. package/lib/module/utils/webviewScripts/linkedin.js +1 -1
  220. package/lib/module/utils/webviewScripts/sephora.js +1 -1
  221. package/lib/module/utils/webviewScripts/telegram.js +1 -1
  222. package/package.json +1 -1
@@ -1 +1 @@
1
- import{Platform}from'react-native';import{GoogleSignin,statusCodes}from'@react-native-google-signin/google-signin';import AsyncStorage from'@react-native-async-storage/async-storage';import{API_CONFIG,getApiHeaders,getUserAuthHeaders}from'../config/api';function _0x5231(_0x5de0e6,_0x52313b){_0x5de0e6=_0x5de0e6-0x0;const _0x7d5e2c=_0x5de0();let _0x2e0033=_0x7d5e2c[_0x5de0e6];return _0x2e0033;}import{getApiConfig,isApiKeyInitialized}from'./apiKeyService';function _0x5de0(){const _0x247549=['No\x20API\x20key\x20configured.\x20Please\x20initialize\x20the\x20SDK\x20with\x20a\x20valid\x20developer\x20API\x20key.','HWdyn','ooeqq','JlysC','IIjnl','apiKey','REEgr','VlawX','Bearer\x20','Bccdv','1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com','https://api.instagram.com/oauth/authorize','onairosevents://auth/callback','user_profile,user_media','code','BASE_URL','/youtube/authorize','/reddit/authorize','demo_reddit_client_id','identity,read','/pinterest/authorize','demo_pinterest_client_id','boards:read,pins:read','https://www.facebook.com/v12.0/dialog/oauth','demo_facebook_client_id','public_profile,email','/linkedin/authorize','openid\x20profile\x20email','/gmail/authorize','demo_gmail_client_id','https://www.googleapis.com/auth/gmail.readonly','https://chat.openai.com','https://gemini.google.com','https://x.com/i/grok','https://www.instagram.com','https://www.sephora.com','https://web.telegram.org/k/','iaiya','hasNativeSDK','Network\x20request\x20failed','2|0|1|4|3|5','\x20\x20\x201.\x20No\x20internet\x20connection\x20on\x20device/simulator','\x20\x20\x202.\x20API\x20server\x20(API\x20server)\x20is\x20unreachable','๐Ÿ”‘\x20Refresh\x20token\x20preview:','โŒ\x20Error\x20checking\x20email\x20verification\x20status:','Google\x20Play\x20Services\x20not\x20available','Network\x20error.\x20Please\x20check\x20your\x20connection\x20and\x20try\x20again.','๐Ÿ”Œ\x20[CONNECTIVITY]\x20Running\x20comprehensive\x20network\x20diagnostics...','๐ŸŒ\x20[CONNECTIVITY]\x20Test\x201:\x20Checking\x20general\x20internet\x20(google.com)...','reachable','PNfov','qGDdC','zNaZr','pedrJ','API\x20is\x20reachable','Yqhma','zvLtv','No\x20internet\x20connectivity\x20detected.\x20Check\x20your\x20network\x20connection.','โŒ\x20[CONNECTIVITY]\x20Connectivity\x20test\x20failed:','log','nftli','HEAD','no-cors','googleTest','โœ…\x20[CONNECTIVITY]\x20Google\x20is\x20reachable\x20-\x20internet\x20is\x20working','error','mLVJS','PlUjW','bstTw','aBFxa','GrDTY','/health','signal','TjQZR','catch','Unable\x20to\x20read\x20response','api2Test','status','statusText','substring','FHaoQ','yvHZl','rRLSe','name','lBTpI','โŒ\x20[OAUTH]\x20Request\x20timeout\x20for\x20','\x20-\x20the\x20server\x20took\x20too\x20long\x20to\x20respond','podZa','message','includes','uHhit','split','bSmxZ','โŒ\x20[OAUTH]\x20Network\x20request\x20failed\x20for\x20','.\x20Possible\x20causes:','IYZFL','โš ๏ธ\x20[CONNECTIVITY]\x20API\x20server\x20responded\x20with\x20status:\x20','โœ…\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20REVOKE\x20+\x20consent!','TyctZ','...','QutQD','dntMX','Network\x20error','success','bjlrZ','BhukG','GgOns','IkDNq','yymQj','cnNbB','โŒ\x20Error\x20verifying\x20email\x20code:','uqEVC','Internet\x20works\x20but\x20API\x20server\x20is\x20unreachable.\x20The\x20server\x20may\x20be\x20blocking\x20requests\x20from\x20this\x20device/simulator.','JajqR','Network\x20error:\x20','โŒ\x20[CONNECTIVITY]\x20Cannot\x20reach\x20Google\x20-\x20internet\x20may\x20be\x20down:','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20User\x20may\x20need\x20to\x20manually\x20restart\x20training','โŒ\x20No\x20current\x20Google\x20user\x20found','JKWrW','email','ynUPz','oIiYR','\x20\x20\x203.\x20DNS\x20resolution\x20failed','dnqeb','๐Ÿ“ฑ\x20[OAUTH]\x20Platform:\x20',',\x20Version:\x20','Version','TpKpY','xvlOH','FnvIc','๐Ÿ”‘\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\x20body:','SNglQ','โฐ\x20[OAUTH]\x20Request\x20timeout\x20for\x20','abort','WAKEC','stringify','๐Ÿ“ก\x20[OAUTH]\x20Response\x20status:\x20','qasNo','OClDB','DsnSR','text','โŒ\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20','\x20-\x20','json','URL','url','๐Ÿ”—\x20[OAUTH]\x20Auth\x20URL\x20for\x20','\x20(key:\x20','warn','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20failed:','PwYmc','gvBTF','oVSpC','xfhgW','ALdJE','xBCfC','XfZAs','RphdK','pXpeN','\x20\x20\x204.\x20SSL/TLS\x20certificate\x20issue','\x20\x20\x205.\x20iOS\x20simulator\x20network\x20sandbox\x20issue\x20-\x20try\x20on\x20physical\x20device','JoKKy','https://www.googleapis.com/auth/youtube.readonly','profile','xANiD','AQujO','eIOjL','WgQFC','โ„น๏ธ\x20No\x20token\x20cache\x20to\x20clear','Invalid\x20verification\x20code','โŒ\x20Error\x20forcing\x20YouTube\x20consent:','๐Ÿ’ก\x20User\x20must\x20click\x20\x22Allow\x22\x20to\x20get\x20refresh\x20token','โŒ\x20Sign-in\x20already\x20in\x20progress','โŒ\x20Google\x20Play\x20Services\x20not\x20available','โ„น๏ธ\x20Sign\x20out\x20not\x20needed\x20or\x20failed:','โœ…\x20Refresh\x20token\x20available\x20for\x20YouTube\x20connection','SDK\x20not\x20initialized.\x20Developers\x20must\x20call\x20initializeApiKey()\x20before\x20using\x20auth\x20features.','3.0.72','โš ๏ธ\x20Error\x20fetching\x20YouTube\x20channel\x20info:','Facebook\x20Login\x20completed\x20successfully','Initiating\x20Facebook\x20Login\x20for\x20Instagram','Email\x20verified\x20successfully','๐Ÿ”„\x20FORCING\x20fresh\x20YouTube\x20consent\x20for\x20refresh\x20token...','๐Ÿ‘ค\x20User:','โœ…\x20Signed\x20out\x20-\x20consent\x20cache\x20cleared','โ„น๏ธ\x20Sign\x20out\x20not\x20needed:','JOkpL','cIFAG','โœ…\x20Token\x20cache\x20cleared','๐Ÿ”ง\x20Configuring\x20Google\x20Sign-In\x20for\x20forced\x20consent...','openid','๐Ÿ“ฑ\x20User\x20should\x20see:\x20\x22Allow\x20[App]\x20to\x20access\x20your\x20YouTube\x20account\x20when\x20you\x27re\x20not\x20using\x20the\x20app?\x22','๐Ÿ“‹\x20FULL\x20userInfo\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','๐Ÿ“‹\x20FULL\x20tokens\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','๐Ÿ”\x20Token\x20analysis:','Missing','Present','-\x20ServerAuthCode\x20(userInfo):','-\x20ServerAuthCode\x20(currentUser):','NpYyf','rWUKz','๐Ÿ”‘\x20Refresh\x20token\x20type:','Unknown\x20Channel','AjfSs','https://www.googleapis.com/youtube/v3/channels?part=snippet&mine=true','fwNci','โœ…\x20YouTube\x20channel\x20found:','ID:','ayhmB','No\x20Channel','Zwxqk','nJIyo','kREca','youtube','๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20=====\x20SENDING\x20REAUTH\x20SIGNAL\x20TO\x20BACKEND\x20=====','๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20Headers:','๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20FULL\x20PAYLOAD:','๐Ÿ“ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Status:','๐Ÿ“ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Status\x20Text:','๐Ÿ“ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Headers:','โœ…\x20[YOUTUBE\x20REAUTH]\x20Backend\x20Response\x20SUCCESS:','โœ…\x20[YOUTUBE\x20REAUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','๐ŸŽ‰\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Temporary\x20YouTube\x20connection\x20established!','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Connection\x20Details:','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Mode:\x20Temporary\x20(expires\x20~1\x20hour)','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Training\x20Ready:\x20Yes','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20sent:','Yes','โœ…\x20[YOUTUBE\x20REAUTH]\x20Response\x20hasRefreshToken:','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20REFRESH\x20TOKEN\x20SENT\x20TO\x20BACKEND:','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Full\x20refresh\x20token:','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20type:','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20length:','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Response\x20data:','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Expected\x20hasRefreshToken\x20or\x20refreshTokenReceived\x20in\x20response','bugdH','โœ…\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20sent\x20successfully','yQYwz','โŒ\x20[YOUTUBE\x20REAUTH]\x20Backend\x20processing\x20FAILED:','โŒ\x20[YOUTUBE\x20REAUTH]\x20This\x20means\x20the\x20reauth\x20signal\x20was\x20not\x20processed','๐Ÿ’ก\x20Solutions:','\x20\x20\x201.\x20Try\x20the\x20revoke\x20method:\x20forceYouTubeReconnectionWithRevoke()','โŒ\x20CRITICAL:\x20No\x20refresh\x20token\x20even\x20after\x20consent\x20screen','vEEkG','โŒ\x20User\x20cancelled\x20sign-in\x20-\x20no\x20refresh\x20token\x20obtained','SBXtM','NXfCB','OEIlq','signOut','ikAZN','QDTQn','NdEYy','getTokens','accessToken','KyAII','bdcxO','dloMp','clearCachedAccessToken','ZAHcB','IOkft','QjWhz','MbEox','configure','hasPlayServices','โœ…\x20Play\x20Services\x20available','uRIXH','signIn','โœ…\x20Sign-in\x20completed\x20-\x20checking\x20for\x20refresh\x20token...','๐Ÿ‘ค\x20User\x20email:','IqsIp','data','HXUvM','user','getCurrentUser','UpKUY','eNMCc','WfyEq','caYTK','Fddty','ZMADz','serverAuthCode','iPUuJ','YyKFi','vOwJb','OvUAH','lEHCv','YcGBc','lZtkw','startsWith','ueanC','EOqMO','fXpKw','CdPsR','qwfra','qJDdz','SIGN_IN_CANCELLED','cYbXk','PLAY_SERVICES_NOT_AVAILABLE','sAsvG','items','length','tetFh','uOdfU','title','ZVIcO','wNkTp','โš ๏ธ\x20No\x20YouTube\x20channel\x20found\x20for\x20user','pDmdq','TIjqY','aPdvt','HUfzl','sFimE','HCLMK','neNyp','NPYYA','DYPim','dbAXl','KPBSn','wRLGt','vFewz','WuUod','PULXW','๐Ÿ”ง\x20Platform\x20auth\x20service\x20initialized','CQfbG','QwUPV','kCytg','eniSK','YQNmC','user-','youtube-','JRpCA','LwsaW','now','CprtU','refreshToken','oGbBs','zodKP','debugInfo','PAHny','sdAUD','SMvye','XuAes','refreshTokenType','Zcpub','APolu','gGaZo','/youtube/native-auth','CyBOp','BnJcv','headers','rropO','validation','QmdnB','isTemporaryMode','JkGEl','hmwrv','temporaryMode','enabled','MTbrR','OPTFD','mLMXp','JBTLW','VFYKU','ARTIW','VYETy','weThI','hasRefreshToken','refreshTokenReceived','zdrhE','BhpZh','aNERM','qHHWb','UasQR','sFTWG','iCpGV','rTZiQ','SLDEn','alXAM','XQMnM','sEYun','SxnzO','AlAVy','owYDY','qZVWy','tljki','ANqCg','WaNvD','LkPZs','BmYOg','rHSve','tsfFt','JPSms','Lhzey','kJgrq','bSVVX','gljZj','vVpXJ','HGjkH','uNtpo','DBcId','dReHh','existingUser','token','mSlYl','Falling\x20back\x20to\x20simulated\x20token\x20response','โœ…\x20Revoked\x20existing\x20permissions\x20-\x20fresh\x20consent\x20REQUIRED','โ„น๏ธ\x20No\x20existing\x20permissions\x20to\x20revoke:','โœ…\x20Signed\x20out\x20completely','QmvOg','uJSIR','BEMMX','nhhjM','xqUgy','๐Ÿ”\x20Signing\x20in\x20after\x20revoke\x20-\x20consent\x20screen\x20MUST\x20appear...','ctgZS','gvyTi','PgYWY','AnvXH','hScgn','Error\x20exchanging\x20code\x20for\x20token:','gTAiK','_access_token_','random','toString','_refresh_token_','RoMXC','โŒ\x20Error\x20with\x20revoke\x20method:','๐Ÿ”„\x20Method\x201:\x20Trying\x20forced\x20consent\x20via\x20configuration...','LnRJr','xSSNt','๐Ÿ”„\x20Method\x202:\x20Trying\x20forced\x20consent\x20via\x20revoke...','๐Ÿ”ง\x20Fixing\x20YouTube\x20connection\x20for\x20user:\x20','arRdb','WsNJJ','vsNHz','\x20YouTube\x20connection\x20fixed\x20via\x20Method\x201!','YBFAz','eYtXk','โŒ\x20Failed\x20to\x20fix\x20','\x20YouTube\x20connection\x20with\x20both\x20methods','โŒ\x20User\x20not\x20signed\x20in\x20to\x20Google,\x20cannot\x20refresh\x20tokens','โœ…\x20Successfully\x20refreshed\x20Google\x20tokens','CVrpW','โŒ\x20Failed\x20to\x20refresh\x20Google\x20tokens:','๐Ÿ”„\x20Refresh\x20failed,\x20attempting\x20re-authentication...','FmynB','โŒ\x20Re-authentication\x20also\x20failed:','๐Ÿ”„\x20Attempting\x20to\x20refresh\x20Google\x20tokens...','GcWWq','pblOX','idToken','IvDDX','dIIoB','TUHAv','etIPp','XcJOe','WCOCh','Jjvnn','๐Ÿ”\x20Creating\x20authentication\x20token\x20for\x20YouTube\x20connection...','๐Ÿ”\x20YouTube\x20Token\x20Debug:','mOXmv','โŒ\x20Debug\x20tokens\x20failed:','UZCCB','vmMtf','YJGZn','mTIVJ','IjTMF','KyEpK','UNOIs','GOPOU','GOMfA','uSMLf','none','WeQjh','omENA','KHcDK','LYdPr','Failed\x20to\x20send\x20verification\x20code','โœ…\x20[YOUTUBE\x20REAUTH]\x20Backend\x20CONFIRMED\x20refresh\x20token\x20received','UxjEu','pRifR','IlhYl','โ„น๏ธ\x20Token\x20clearing\x20failed\x20or\x20not\x20needed:','โœ…\x20YouTube\x20reconnected\x20successfully\x20with\x20refresh\x20token','eWgJI','โœ…\x20Refresh\x20token\x20confirmed:','oyWAP','BlOSw','UJIAy','๐Ÿ”„\x20Forcing\x20fresh\x20YouTube\x20reconnection\x20for\x20refresh\x20token...','jdLSP','JQiCZ','SOUJI','โ„น๏ธ\x20Already\x20signed\x20out\x20or\x20sign\x20out\x20failed:','โŒ\x20Failed\x20to\x20fix\x20YouTube\x20connection','VdiPz','loFGg','PRozC','IjCqu','wDZVm','khQUX','UVLkH','DlIVD','CZOiV','IResl','oegHZ','GvXjZ','uFwjb','UOAdd','MBdhU','kUZQc','NdjwX','mKMnt','GutIX','qNeHK','vvaSX','User\x20cancelled\x20Google\x20Sign-In','Google\x20Sign-In\x20already\x20in\x20progress','iZzjF','โš ๏ธ\x20Still\x20no\x20refresh\x20token\x20after\x20reconnection','โ„น๏ธ\x20[YOUTUBE\x20AUTH]\x20User\x20can\x20reconnect\x20later\x20for\x20refresh\x20tokens\x20if\x20needed','โ„น๏ธ\x20No\x20valid\x20authentication\x20token\x20found\x20for\x20YouTube\x20connection','โš ๏ธ\x20Failed\x20to\x20fetch\x20YouTube\x20channel\x20info:','โŒ\x20Error\x20testing\x20YouTube\x20refresh\x20token:','tSibS','tkojX','friDi','โŒ\x20[YOUTUBE\x20AUTH]\x20Username\x20is\x20required\x20for\x20YouTube\x20authentication','HgsYH','๐Ÿ”„\x20Signed\x20out\x20to\x20force\x20fresh\x20consent','๐Ÿ“‹\x20FULL\x20userInfo\x20object:','๐Ÿ‘ค\x20Current\x20user\x20info:','๐Ÿ“‹\x20FULL\x20currentUser\x20object:','-\x20currentUser?.serverAuthCode:','-\x20tokens.idToken:','-\x20tokens.accessToken:','โœ…\x20Got\x20serverAuthCode\x20(refresh\x20token\x20mechanism)','๐Ÿ’ก\x20Check\x20Google\x20Sign-In\x20configuration:\x20offlineAccess,\x20forceCodeForRefreshToken','โš ๏ธ\x20Continuing\x20without\x20refresh\x20token\x20-\x20connection\x20may\x20fail\x20later','WTSTo','SAyfg','rjKNQ','wFShR','onairos_username','VvOec','โ„น๏ธ\x20NOTE:\x20SDK\x20does\x20not\x20create\x20users\x20during\x20YouTube\x20connection','lkzXP','โœ…\x20Found\x20existing\x20authentication\x20token\x20for\x20YouTube\x20auth','๐Ÿ”—\x20Linking\x20YouTube\x20data\x20to\x20user:','๐Ÿ”‘\x20Using\x20auth\x20token\x20for\x20linking:','No\x20token','๐Ÿ“บ\x20YouTube\x20channel\x20name:','๐Ÿ“ค\x20BACKEND\x20PAYLOAD\x20SUMMARY:','-\x20hasAccessToken:','-\x20hasRefreshToken:','-\x20hasServerAuthCode:','-\x20channelName:','๐Ÿ“‹\x20COMPLETE\x20BACKEND\x20PAYLOAD:','๐Ÿ“ก\x20Backend\x20response\x20status:','๐Ÿ“ก\x20Backend\x20response\x20headers:','โœ…\x20[YOUTUBE\x20AUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','โœ…\x20[YOUTUBE\x20AUTH]\x20Backend\x20confirmed\x20refresh\x20token\x20received','โš ๏ธ\x20[YOUTUBE\x20AUTH]\x20Backend\x20did\x20not\x20confirm\x20refresh\x20token','โš ๏ธ\x20[YOUTUBE\x20AUTH]\x20Connection\x20may\x20fail\x20when\x20tokens\x20expire','bVvIR','JWqWl','EiYKa','iscgY','qaTcR','๐Ÿ”—\x20Initiating\x20native\x20Google\x20Sign-In\x20for\x20YouTube','trim','lLxuZ','fyLRs','๐Ÿ”„\x20[YOUTUBE\x20REAUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','wsaIq','dDKYQ','cFCDQ','kEcxP','HRwTg','rwBBW','GMmIw','pxnSt','ginnl','LwhiT','SoQTw','xumbY','๐Ÿ“‹\x20FULL\x20tokens\x20object:','ATSRH','qkPdR','๐Ÿ”\x20REFRESH\x20TOKEN\x20EXTRACTION:','xIIZa','MMjwK','Present:\x20','WNqHt','cTiUS','IRxca','ShFDJ','OqdXa','sYbZn','โœ…\x20Got\x20serverAuthCode\x20from\x20sign-in\x20response','Ruonf','โŒ\x20CRITICAL:\x20No\x20refresh\x20token\x20available\x20-\x20YouTube\x20connection\x20will\x20fail\x20when\x20token\x20expires','PGcXs','aoNTb','PDYvl','pqRlh','paKIG','KGhId','UAGnE','CmFyr','WWvkn','snippet','zbihA','HFYHC','OnmQv','kILia','gSZrL','UFFju','AnxfH','mkYhs','LnlgO','Fcuxa','cHlPb','RsYQJ','FVLRd','ATNoI','mGZlL','lhBxC','GrbiR','getItem','ZDZII','HLmqI','hQfEW','youtube_user','dIrsW','SXUYv','gJnJM','wHakL','qLZgr','BwNZH','XvtDe','EbKuS','ucGyq','AWGIp','MVGDC','BvRDl','rlZIt','rsKvt','oPSEx','VHDsO','sGtbK','yWklk','toISOString','KBMhW','JuutJ','HhImu','rOqRI','mpxzq','bbbab','oWZmp','๐Ÿ“ค\x20Sending\x20YouTube\x20auth\x20to\x20backend\x20with\x20refresh\x20token:','LsbFG','snulA','GpICp','WTZOt','ItlQW','EkFBj','FvZVI','temporary\x20access\x20token\x20mode','DHGOn','ozNLs','rXypw','BAZZk','NSMxT','CeVou','zVnHj','keys','lMLWU','Adcum','JYeQw','rVSPy','KWISy','fqQHZ','โŒ\x20Google\x20Sign-In\x20error:','lBmRu','ugdyN','IN_PROGRESS','GRcaG','GcRtC','bnbvZ','aoCZi','VpKNR','wCvOw','LXFvf','ntPEb','hpDBA','Appmp','WdcaI','PpYKa','jygci','atLsF','code=','CCxtk','Exchanging\x20code\x20for\x20token\x20for\x20platform:\x20','SrwhJ','mmlUK','kmxVx','/token','hYgAg','Error\x20exchanging\x20code\x20for\x20token:\x20','Pkfyq','๐Ÿ”‘\x20Token\x20preview:','๐Ÿ”„\x20Refreshing\x20YouTube\x20tokens...','โŒ\x20No\x20auth\x20token\x20found\x20for\x20YouTube\x20refresh','XJVjq','โŒ\x20Error\x20refreshing\x20YouTube\x20tokens:','IdmTF','aHDqr','TLtCR','โŒ\x20Failed\x20to\x20get\x20fresh\x20tokens\x20from\x20Google\x20SDK','QJYhJ','VIVvA','hNmeR','lqNPl','OxhEw','/youtube/refresh-token','hTBsk','OEWaS','mNWgR','OIivY','yGmqb','jEKlY','VCzrE','UJTcP','TdUJd','sgBcT','xQqmA','๐Ÿ”„\x20[TRAINING\x20RESTART]\x20Triggering\x20training\x20restart\x20for\x20user:','youtube_reauth','ZfrZa','rSxIp','qmTjZ','tMiGN','dymFI','โŒ\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20failed:','Training\x20restart\x20failed:\x20','wglCA','edEGR','ydntU','SJHPJ','โœ…\x20YouTube\x20connection\x20fixed!\x20Testing\x20again...','๐Ÿ”\x20New\x20token\x20status:','๐Ÿงช\x20Testing\x20YouTube\x20refresh\x20token\x20functionality...','kRCfq','MJiVi','LEdmt','hbZGt','โš ๏ธ\x20No\x20refresh\x20token\x20found\x20-\x20attempting\x20to\x20fix...','PxYHs','wzBur','qWRkx','sKDzm','roXhq','request','infdo','cvdjN','eBoBd','gvtJT','tNBZx','qFniH','BcVzr','/email/verification','UaGzY','BiXQc','EPozG','ToelW','Verification\x20code\x20sent\x20to\x20your\x20email','doWSu','UbBSu','QwNFd','\x20-\x20aborting','KlJCk','โœ…\x20[CONNECTIVITY]\x20API\x20server\x20is\x20reachable','โŒ\x20This\x20means\x20consent\x20screen\x20did\x20not\x20appear\x20or\x20user\x20denied\x20permissions','\x20\x20\x202.\x20Check\x20Google\x20Console\x20OAuth\x20configuration','XPPLR','UofSD','๐Ÿ”\x20Verifying\x20email\x20code\x20for:','tPgCz','koVuF','KHvBj','CTuXz','tWcdq','OhtCP','OZdSS','CLoez','ZInrA','mrUuy','isPending','hECqn','ZjYto','zHwHN'];_0x5de0=function(){return _0x247549;};return _0x5de0();}import{getJWT}from'./jwtStorageService';const getDeveloperAuthHeaders=()=>{const _0x3b1a06={'HWdyn':function(_0x2f4158){return _0x2f4158();},'ooeqq':'SDK\x20not\x20initialized.\x20Developers\x20must\x20call\x20initializeApiKey()\x20before\x20using\x20auth\x20features.','JlysC':function(_0x40be1f){return _0x40be1f();},'IIjnl':function(_0x450688,_0x19c7bc){return _0x450688!==_0x19c7bc;},'REEgr':_0x5231(0x0),'VlawX':function(_0x3ddfdc){return _0x3ddfdc();},'Bccdv':'3.0.72'};if(!_0x3b1a06[_0x5231(0x1)](isApiKeyInitialized))throw new Error(_0x3b1a06[_0x5231(0x2)]);const _0x5e9cc7=_0x3b1a06[_0x5231(0x3)](getApiConfig);if(!(_0x5e9cc7!==null&&_0x3b1a06[_0x5231(0x4)](_0x5e9cc7,void 0x0)&&_0x5e9cc7[_0x5231(0x5)]))throw new Error(_0x3b1a06[_0x5231(0x6)]);return{..._0x3b1a06[_0x5231(0x7)](getApiHeaders),'Authorization':_0x5231(0x8)+_0x5e9cc7[_0x5231(0x5)],'X-SDK-Version':_0x3b1a06[_0x5231(0x9)],'X-SDK-Platform':'react-native'};},WEB_CLIENT_ID=_0x5231(0xa),IOS_CLIENT_ID=_0x5231(0xa),OAUTH_CONFIG={'instagram':{'authUrl':_0x5231(0xb),'clientId':'demo_instagram_client_id','redirectUri':_0x5231(0xc),'scope':_0x5231(0xd),'responseType':_0x5231(0xe),'hasNativeSDK':![]},'youtube':{'authUrl':API_CONFIG[_0x5231(0xf)]+_0x5231(0x10),'clientId':'1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com','redirectUri':_0x5231(0xc),'scope':'https://www.googleapis.com/auth/youtube.readonly','responseType':_0x5231(0xe),'hasNativeSDK':!![]},'reddit':{'authUrl':API_CONFIG[_0x5231(0xf)]+_0x5231(0x11),'clientId':_0x5231(0x12),'redirectUri':'onairosevents://auth/callback','scope':_0x5231(0x13),'responseType':_0x5231(0xe),'hasNativeSDK':![]},'pinterest':{'authUrl':API_CONFIG[_0x5231(0xf)]+_0x5231(0x14),'clientId':_0x5231(0x15),'redirectUri':_0x5231(0xc),'scope':_0x5231(0x16),'responseType':_0x5231(0xe),'hasNativeSDK':![]},'facebook':{'authUrl':_0x5231(0x17),'clientId':_0x5231(0x18),'redirectUri':_0x5231(0xc),'scope':_0x5231(0x19),'responseType':_0x5231(0xe),'hasNativeSDK':![]},'linkedin':{'authUrl':API_CONFIG['BASE_URL']+_0x5231(0x1a),'clientId':'','redirectUri':_0x5231(0xc),'scope':_0x5231(0x1b),'responseType':'code','hasNativeSDK':![]},'gmail':{'authUrl':API_CONFIG[_0x5231(0xf)]+_0x5231(0x1c),'clientId':_0x5231(0x1d),'redirectUri':_0x5231(0xc),'scope':_0x5231(0x1e),'responseType':_0x5231(0xe),'hasNativeSDK':![]},'email':{'hasNativeSDK':![],'authUrl':API_CONFIG['BASE_URL']+'/email/authorize'},'chatgpt':{'authUrl':_0x5231(0x1f),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'claude':{'authUrl':'https://claude.ai/login','clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'gemini':{'authUrl':_0x5231(0x20),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'grok':{'authUrl':_0x5231(0x21),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'hinge':{'authUrl':'https://hinge.co','clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'instagram_webview':{'authUrl':_0x5231(0x22),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'sephora':{'authUrl':_0x5231(0x23),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'telegram':{'authUrl':_0x5231(0x24),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]}};export const hasNativeSDK=_0x4b17b8=>{const _0x5c6e69={'ZBWJN':function(_0x3c3b8c,_0x4941a3){return _0x3c3b8c===_0x4941a3;},'iaiya':function(_0x37bd53,_0x165087){return _0x37bd53===_0x165087;}};var _0x590eef;return(_0x5c6e69['ZBWJN'](_0x590eef=OAUTH_CONFIG[_0x4b17b8],null)||_0x5c6e69[_0x5231(0x25)](_0x590eef,void 0x0)?void 0x0:_0x590eef[_0x5231(0x26)])||![];};export const testApiConnectivity=async()=>{const _0x20583d={'rRLSe':function(_0x4e50b6,_0x24e8e2){return _0x4e50b6===_0x24e8e2;},'lBTpI':'AbortError','podZa':function(_0x242bc3,_0x1392bf){return _0x242bc3!==_0x1392bf;},'vKbqd':_0x5231(0x27),'uHhit':_0x5231(0x28),'cYiJm':_0x5231(0x29),'bSmxZ':_0x5231(0x2a),'IYZFL':'\x20\x20\x203.\x20DNS\x20resolution\x20failed','TyctZ':_0x5231(0x2b),'dntMX':_0x5231(0x2c),'BhukG':_0x5231(0x2d),'uqEVC':_0x5231(0x2e),'HZqYf':_0x5231(0x2f),'nftli':_0x5231(0x30),'GrDTY':function(_0x492ef5,_0x245153,_0x5e61a9){return _0x492ef5(_0x245153,_0x5e61a9);},'QcnrZ':_0x5231(0x31),'fwZvT':'โŒ\x20[CONNECTIVITY]\x20Cannot\x20reach\x20Google\x20-\x20internet\x20may\x20be\x20down:','mLVJS':'๐ŸŒ\x20[CONNECTIVITY]\x20Test\x202:\x20Checking\x20API\x20server...','PlUjW':function(_0x376a4f,_0x590515){return _0x376a4f===_0x590515;},'bstTw':_0x5231(0x32),'aBFxa':function(_0x512ecb,_0x107fad,_0x3d7b00){return _0x512ecb(_0x107fad,_0x3d7b00);},'TjQZR':function(_0x592781,_0x618cf4){return _0x592781(_0x618cf4);},'FHaoQ':'โœ…\x20[CONNECTIVITY]\x20API\x20server\x20is\x20reachable','yvHZl':'tFuDC','XpRTl':_0x5231(0x33),'DMhch':'UuCov','QutQD':'โŒ\x20[CONNECTIVITY]\x20Cannot\x20reach\x20API\x20server:','bjlrZ':_0x5231(0x34),'CHoaM':_0x5231(0x35),'GgOns':_0x5231(0x36),'IkDNq':function(_0x4cdabc,_0x39045d){return _0x4cdabc!==_0x39045d;},'yymQj':_0x5231(0x37),'cnNbB':_0x5231(0x38),'JajqR':_0x5231(0x39),'ptrfR':_0x5231(0x3a)},_0x111d20={'googleTest':null,'api2Test':null};try{var _0x19231a,_0x25460c;console[_0x5231(0x3b)](_0x20583d['HZqYf']),console[_0x5231(0x3b)](_0x20583d[_0x5231(0x3c)]);try{const _0x3c8fa0=await _0x20583d['GrDTY'](fetch,'https://www.google.com',{'method':_0x5231(0x3d),'mode':_0x5231(0x3e)});_0x111d20[_0x5231(0x3f)]={'success':!![],'status':_0x20583d['QcnrZ']},console[_0x5231(0x3b)](_0x5231(0x40));}catch(_0x383e71){_0x111d20[_0x5231(0x3f)]={'success':![],'error':_0x383e71['message']},console[_0x5231(0x41)](_0x20583d['fwZvT'],_0x383e71['message']);}console['log'](_0x20583d[_0x5231(0x42)]);try{if(_0x20583d[_0x5231(0x43)](_0x20583d[_0x5231(0x44)],_0x20583d[_0x5231(0x44)])){const _0x2146b8=new AbortController(),_0x5b889d=_0x20583d[_0x5231(0x45)](setTimeout,()=>_0x2146b8['abort'](),0x7530),_0x1b80a2=await _0x20583d[_0x5231(0x46)](fetch,API_CONFIG[_0x5231(0xf)]+_0x5231(0x47),{'method':'GET','signal':_0x2146b8[_0x5231(0x48)]});_0x20583d[_0x5231(0x49)](clearTimeout,_0x5b889d);const _0x409192=await _0x1b80a2['text']()[_0x5231(0x4a)](()=>_0x5231(0x4b));_0x111d20[_0x5231(0x4c)]={'success':_0x1b80a2['ok'],'status':_0x1b80a2[_0x5231(0x4d)],'statusText':_0x1b80a2[_0x5231(0x4e)],'response':_0x409192[_0x5231(0x4f)](0x0,0xc8)};if(_0x1b80a2['ok'])console[_0x5231(0x3b)](_0x20583d[_0x5231(0x50)]);else{if(_0x20583d['podZa'](_0x20583d[_0x5231(0x51)],_0x20583d['yvHZl'])){var _0x5ca0f0;if(_0x20583d[_0x5231(0x52)](_0x5bb693[_0x5231(0x53)],_0x20583d[_0x5231(0x54)]))_0xaed0b7['error'](_0x5231(0x55)+_0x17af27+_0x5231(0x56));else{if(_0x20583d[_0x5231(0x57)](_0x5ca0f0=_0x4e746d[_0x5231(0x58)],null)&&_0x5ca0f0!==void 0x0&&_0x5ca0f0[_0x5231(0x59)](_0x20583d['vKbqd'])){const _0x480e98=_0x20583d[_0x5231(0x5a)][_0x5231(0x5b)]('|');let _0x2d08c7=0x0;while(!![]){switch(_0x480e98[_0x2d08c7++]){case'0':_0x5364c0[_0x5231(0x41)](_0x20583d['cYiJm']);continue;case'1':_0x1af35c['error'](_0x20583d[_0x5231(0x5c)]);continue;case'2':_0x3f4dd8[_0x5231(0x41)](_0x5231(0x5d)+_0x24a684+_0x5231(0x5e));continue;case'3':_0x1ba4b0['error']('\x20\x20\x204.\x20SSL/TLS\x20certificate\x20issue');continue;case'4':_0x496437[_0x5231(0x41)](_0x20583d[_0x5231(0x5f)]);continue;case'5':_0x39f521[_0x5231(0x41)]('\x20\x20\x205.\x20iOS\x20simulator\x20network\x20sandbox\x20issue\x20-\x20try\x20on\x20physical\x20device');continue;}break;}}else _0x41cd09['error']('โŒ\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20'+_0x1c0d0a+':',_0x2b0d02);}return null;}else console['log'](_0x5231(0x60)+_0x1b80a2[_0x5231(0x4d)]);}}else return _0x1bb7eb[_0x5231(0x3b)](_0x5231(0x61)),_0x20e854[_0x5231(0x3b)](_0x20583d[_0x5231(0x62)],_0x3ded7e[_0x5231(0x4f)](0x0,0x14)+_0x5231(0x63)),!![];}catch(_0x53ebd1){if(_0x20583d[_0x5231(0x57)](_0x20583d['XpRTl'],_0x20583d['DMhch']))_0x111d20[_0x5231(0x4c)]={'success':![],'error':_0x53ebd1[_0x5231(0x58)],'name':_0x53ebd1[_0x5231(0x53)]},console[_0x5231(0x41)](_0x20583d[_0x5231(0x64)],_0x53ebd1[_0x5231(0x58)]);else return _0x59c1a5[_0x5231(0x41)](_0x20583d[_0x5231(0x65)],_0x251312),{'success':![],'isPending':![],'error':_0x5231(0x66)};}if(_0x20583d[_0x5231(0x57)](_0x19231a=_0x111d20[_0x5231(0x4c)],null)&&_0x20583d[_0x5231(0x57)](_0x19231a,void 0x0)&&_0x19231a[_0x5231(0x67)]){if(_0x20583d[_0x5231(0x68)]===_0x20583d['CHoaM'])_0x4a160a[_0x5231(0x3b)](_0x20583d[_0x5231(0x69)]);else return{'success':!![],'message':_0x20583d[_0x5231(0x6a)],'details':_0x111d20};}else return _0x20583d[_0x5231(0x6b)](_0x25460c=_0x111d20['googleTest'],null)&&_0x20583d[_0x5231(0x6b)](_0x25460c,void 0x0)&&_0x25460c[_0x5231(0x67)]?_0x20583d['rRLSe'](_0x20583d[_0x5231(0x6c)],_0x20583d[_0x5231(0x6d)])?(_0x11754a[_0x5231(0x41)](_0x5231(0x6e),_0x989370),{'success':![],'error':_0x20583d[_0x5231(0x6f)]}):{'success':![],'message':_0x5231(0x70),'details':_0x111d20}:{'success':![],'message':_0x20583d[_0x5231(0x71)],'details':_0x111d20};}catch(_0x21f100){return console[_0x5231(0x41)](_0x20583d['ptrfR'],_0x21f100[_0x5231(0x58)]),{'success':![],'message':_0x5231(0x72)+_0x21f100['message'],'details':{'error':_0x21f100['message'],'results':_0x111d20}};}};export const initiateOAuth=async(_0x364b79,_0x5ec03b)=>{const _0x22a4e5={'DsnSR':_0x5231(0x73),'PwYmc':_0x5231(0x74),'ALdJE':_0x5231(0x75),'oSiRG':_0x5231(0x76),'TpKpY':_0x5231(0x77),'xvlOH':'๐Ÿ“ง\x20[OAUTH]\x20Email\x20platform\x20selected,\x20returning\x20mock\x20auth\x20URL','FnvIc':function(_0x22db5b){return _0x22db5b();},'SNglQ':function(_0x1a2b26,_0xb27f9d,_0x305999){return _0x1a2b26(_0xb27f9d,_0x305999);},'WAKEC':function(_0x4ab224,_0x4430ff,_0x1c69c0){return _0x4ab224(_0x4430ff,_0x1c69c0);},'qasNo':function(_0x33bb33,_0x363153){return _0x33bb33!==_0x363153;},'Gikzl':'OClDB','gvBTF':function(_0x230da0,_0x2d8aa3){return _0x230da0===_0x2d8aa3;},'oVSpC':_0x5231(0x78),'xfhgW':_0x5231(0x79),'xBCfC':'AbortError','XfZAs':'Network\x20request\x20failed','RphdK':'3|0|4|5|1|2','pXpeN':_0x5231(0x29),'JoKKy':'\x20\x20\x202.\x20API\x20server\x20(API\x20server)\x20is\x20unreachable','bIwoW':_0x5231(0x7a)};try{if(_0x22a4e5['oSiRG']!==_0x5231(0x7b)){console[_0x5231(0x3b)]('๐Ÿš€\x20[OAUTH]\x20Starting\x20OAuth\x20for\x20platform:\x20'+_0x364b79),console['log'](_0x5231(0x7c)+Platform['OS']+_0x5231(0x7d)+Platform[_0x5231(0x7e)]);if(_0x364b79===_0x22a4e5[_0x5231(0x7f)])return console[_0x5231(0x3b)](_0x22a4e5[_0x5231(0x80)]),API_CONFIG[_0x5231(0xf)]+'/email/authorize?action=verify';let _0x3c4bbc;try{_0x3c4bbc=await _0x22a4e5[_0x5231(0x81)](getUserAuthHeaders),console[_0x5231(0x3b)](_0x5231(0x82));}catch(_0x5ebab9){return console[_0x5231(0x41)](_0x5231(0x83)+_0x364b79+_0x5231(0x84)),console[_0x5231(0x41)](_0x5231(0x85)),null;}const _0x2a9e7b=API_CONFIG[_0x5231(0xf)]+'/'+_0x364b79+_0x5231(0x86);console[_0x5231(0x3b)](_0x5231(0x87)+_0x2a9e7b),console[_0x5231(0x3b)](_0x5231(0x88));const _0x3ec546={'platform':_0x364b79,'timestamp':new Date()['toISOString']()};console[_0x5231(0x3b)](_0x5231(0x89),_0x3ec546);const _0x273684=new AbortController(),_0x391c07=_0x22a4e5[_0x5231(0x8a)](setTimeout,()=>{console[_0x5231(0x3b)](_0x5231(0x8b)+_0x364b79+'\x20-\x20aborting'),_0x273684[_0x5231(0x8c)]();},0x7530),_0x126376=await _0x22a4e5[_0x5231(0x8d)](fetch,_0x2a9e7b,{'method':'POST','headers':_0x3c4bbc,'body':JSON[_0x5231(0x8e)](_0x3ec546),'signal':_0x273684[_0x5231(0x48)]});clearTimeout(_0x391c07),console[_0x5231(0x3b)](_0x5231(0x8f)+_0x126376[_0x5231(0x4d)]+'\x20'+_0x126376['statusText']);if(!_0x126376['ok']){if(_0x22a4e5[_0x5231(0x90)](_0x22a4e5['Gikzl'],_0x5231(0x91)))_0x3d3d91[_0x5231(0x3f)]={'success':![],'error':_0x1c6cfe[_0x5231(0x58)]},_0x298e13[_0x5231(0x41)](_0x22a4e5[_0x5231(0x92)],_0x41e79a[_0x5231(0x58)]);else{const _0x460c50=await _0x126376[_0x5231(0x93)]();return console['error'](_0x5231(0x94)+_0x364b79+':\x20'+_0x126376[_0x5231(0x4d)]+_0x5231(0x95)+_0x460c50),null;}}const _0x445ecf=await _0x126376[_0x5231(0x96)]();console[_0x5231(0x3b)]('๐Ÿ“‹\x20[OAUTH]\x20Response\x20data\x20for\x20'+_0x364b79+':',_0x445ecf);const _0x1d5aea=_0x364b79+_0x5231(0x97),_0x2b824e=_0x445ecf[_0x1d5aea]||_0x445ecf[_0x5231(0x98)]||null;return console['log'](_0x5231(0x99)+_0x364b79+_0x5231(0x9a)+_0x1d5aea+'):',_0x2b824e),_0x2b824e;}else _0x51af8f[_0x5231(0x9b)](_0x5231(0x9c),_0x16b2fb),_0x55e114[_0x5231(0x9b)](_0x22a4e5[_0x5231(0x9d)]);}catch(_0x56624c){if(_0x22a4e5[_0x5231(0x9e)](_0x22a4e5[_0x5231(0x9f)],_0x22a4e5[_0x5231(0xa0)]))return _0x2b433f['error'](_0x22a4e5[_0x5231(0xa1)]),![];else{var _0x15debd;if(_0x56624c[_0x5231(0x53)]===_0x22a4e5[_0x5231(0xa2)])console[_0x5231(0x41)](_0x5231(0x55)+_0x364b79+_0x5231(0x56));else{if((_0x15debd=_0x56624c[_0x5231(0x58)])!==null&&_0x22a4e5[_0x5231(0x90)](_0x15debd,void 0x0)&&_0x15debd['includes'](_0x22a4e5[_0x5231(0xa3)])){const _0x181dad=_0x22a4e5[_0x5231(0xa4)][_0x5231(0x5b)]('|');let _0x56dae2=0x0;while(!![]){switch(_0x181dad[_0x56dae2++]){case'0':console[_0x5231(0x41)](_0x22a4e5[_0x5231(0xa5)]);continue;case'1':console[_0x5231(0x41)](_0x5231(0xa6));continue;case'2':console['error'](_0x5231(0xa7));continue;case'3':console[_0x5231(0x41)](_0x5231(0x5d)+_0x364b79+_0x5231(0x5e));continue;case'4':console[_0x5231(0x41)](_0x22a4e5[_0x5231(0xa8)]);continue;case'5':console[_0x5231(0x41)](_0x22a4e5['bIwoW']);continue;}break;}}else console['error'](_0x5231(0x94)+_0x364b79+':',_0x56624c);}return null;}}};const initializeGoogleSignIn=()=>{const _0x46fbe2={'xANiD':_0x5231(0xa9),'AQujO':'openid','eIOjL':_0x5231(0xaa),'WgQFC':_0x5231(0x77)};GoogleSignin['configure']({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x46fbe2[_0x5231(0xab)],_0x46fbe2[_0x5231(0xac)],_0x46fbe2[_0x5231(0xad)],_0x46fbe2[_0x5231(0xae)]],'hostedDomain':'','accountName':''});};export const forceYouTubeReconnectionWithConsent=async _0x2a8f2c=>{const _0x4b7655={'IOkft':_0x5231(0xaf),'QjWhz':_0x5231(0xb0),'qJDdz':_0x5231(0xb1),'IqsIp':function(_0x112de5,_0x17db39){return _0x112de5===_0x17db39;},'uNtpo':_0x5231(0xb2),'cYbXk':function(_0x1b4b75,_0x2c34a7){return _0x1b4b75===_0x2c34a7;},'tljki':_0x5231(0xb3),'QZusD':function(_0x2d4e3e,_0x4ead15){return _0x2d4e3e===_0x4ead15;},'mSlYl':_0x5231(0xb4),'dKTtw':_0x5231(0xb5),'wNkTp':_0x5231(0xb6),'ueanC':'serverAuthCode','EOqMO':'refreshToken','sFimE':function(_0x10d783){return _0x10d783();},'BcUXB':_0x5231(0xb7),'iPUuJ':function(_0x23ade2,_0x2056f7){return _0x23ade2!==_0x2056f7;},'HCLMK':'No\x20API\x20key\x20configured.\x20Please\x20initialize\x20the\x20SDK\x20with\x20a\x20valid\x20developer\x20API\x20key.','neNyp':function(_0x7e72cc){return _0x7e72cc();},'NPYYA':_0x5231(0xb8),'vFewz':_0x5231(0xb9),'YyKFi':function(_0x1aa8de,_0x2246c4){return _0x1aa8de===_0x2246c4;},'pDmdq':function(_0xed07f,_0x2dff11){return _0xed07f===_0x2dff11;},'dwUrD':function(_0x3c9fd2,_0x4fcf11){return _0x3c9fd2===_0x4fcf11;},'YQNmC':function(_0x900229,_0x1b2c71){return _0x900229===_0x1b2c71;},'CQfbG':function(_0x5a0341){return _0x5a0341();},'SxnzO':function(_0x3b2a9a,_0x2383b0,_0x5ba500){return _0x3b2a9a(_0x2383b0,_0x5ba500);},'sEYun':_0x5231(0xba),'nqGJE':function(_0x4fe624,_0x13978d){return _0x4fe624(_0x13978d);},'Pwgud':_0x5231(0xbb),'BmYOg':function(_0x244a8f,_0x1ae53a){return _0x244a8f(_0x1ae53a);},'LkPZs':function(_0x56871f,_0x4d5b1e,_0x420d9f){return _0x56871f(_0x4d5b1e,_0x420d9f);},'dReHh':_0x5231(0xbc),'ypvHo':function(_0x4b6e84,_0x56ad9a){return _0x4b6e84(_0x56ad9a);},'NXfCB':_0x5231(0xbd),'OEIlq':_0x5231(0xbe),'ikAZN':_0x5231(0xbf),'jyPmQ':_0x5231(0xc0),'QDTQn':function(_0x3fc723,_0x411354){return _0x3fc723!==_0x411354;},'Zjuau':_0x5231(0xc1),'KyAII':function(_0x311071,_0x52df59){return _0x311071!==_0x52df59;},'dloMp':_0x5231(0xc2),'ZAHcB':_0x5231(0xc3),'MbEox':_0x5231(0xc4),'euzuq':_0x5231(0xc5),'oeaUg':_0x5231(0xaa),'uRIXH':'๐Ÿ”\x20Initiating\x20sign-in\x20-\x20consent\x20screen\x20should\x20appear...','BkOvv':_0x5231(0xc6),'HXUvM':function(_0x502ceb,_0x156356){return _0x502ceb===_0x156356;},'UpKUY':_0x5231(0xc7),'eNMCc':_0x5231(0xc8),'WfyEq':'๐Ÿ“‹\x20FULL\x20currentUser\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','caYTK':_0x5231(0xc9),'Fddty':_0x5231(0xca),'fQLqk':'-\x20ID\x20token:','vpgHZ':_0x5231(0xcb),'ZMADz':_0x5231(0xcc),'WQiex':_0x5231(0xcd),'vOwJb':function(_0x45c911,_0x24e6f1){return _0x45c911===_0x24e6f1;},'OvUAH':function(_0x14b10f,_0x4b892c){return _0x14b10f!==_0x4b892c;},'lEHCv':_0x5231(0xce),'YcGBc':_0x5231(0xcf),'lZtkw':_0x5231(0xd0),'fXpKw':'๐Ÿ”‘\x20Refresh\x20token\x20preview:','CdPsR':_0x5231(0xd1),'xUKuG':_0x5231(0xd2),'qwfra':'REzTi','fThLy':'๐Ÿ“บ\x20Fetching\x20YouTube\x20channel\x20information...','sAsvG':function(_0x1a6be9,_0x5ca5e3,_0x670ac5){return _0x1a6be9(_0x5ca5e3,_0x670ac5);},'bSrCr':_0x5231(0xd3),'tetFh':function(_0x198d9c,_0x1313e7){return _0x198d9c===_0x1313e7;},'uOdfU':_0x5231(0xd4),'jtmop':_0x5231(0xd5),'dMuAh':_0x5231(0xd6),'ZVIcO':_0x5231(0xd7),'Zcpub':function(_0x3fcbef,_0x2329ce){return _0x3fcbef===_0x2329ce;},'TIjqY':function(_0x13cdae,_0x1619d0){return _0x13cdae===_0x1619d0;},'aPdvt':_0x5231(0xd8),'HUfzl':_0x5231(0xd9),'DYPim':'โš ๏ธ\x20Failed\x20to\x20fetch\x20YouTube\x20channel\x20info:','dbAXl':function(_0x4b4c68,_0x24737b){return _0x4b4c68===_0x24737b;},'KPBSn':function(_0x19d6c0,_0x473f20){return _0x19d6c0===_0x473f20;},'wRLGt':_0x5231(0xda),'WuUod':function(_0x51c681,_0x342b72){return _0x51c681===_0x342b72;},'zdWdp':function(_0x1498f9,_0x42e6b6){return _0x1498f9===_0x42e6b6;},'JkGEl':function(_0xb5c31e,_0x414ccc){return _0xb5c31e===_0x414ccc;},'PULXW':function(_0x2da138,_0x270ae8){return _0x2da138===_0x270ae8;},'lZvUq':function(_0x305003){return _0x305003();},'SrGdc':'UujdY','lEQAh':_0x5231(0xdb),'QwUPV':'๐Ÿ”\x20Creating\x20authentication\x20token\x20for\x20YouTube\x20connection...','kCytg':'temp_token_for_youtube_connection','JWnFI':_0x5231(0xdc),'eniSK':function(_0x409460,_0x1d3969){return _0x409460===_0x1d3969;},'mQhrV':function(_0x5ddf5d,_0x53ac9b){return _0x5ddf5d===_0x53ac9b;},'JRpCA':function(_0x34137b,_0x552cd5){return _0x34137b===_0x552cd5;},'QmdnB':function(_0x241fff,_0x5bee56){return _0x241fff===_0x5bee56;},'jhjLM':function(_0x48bdb6,_0x239bd4){return _0x48bdb6===_0x239bd4;},'LwsaW':function(_0x4a10df,_0x36c785){return _0x4a10df+_0x36c785;},'CprtU':function(_0x493506,_0x5ba958){return _0x493506*_0x5ba958;},'oGbBs':'signOut_and_configure','zodKP':'๐Ÿ“ค\x20Sending\x20comprehensive\x20payload\x20with\x20REFRESH\x20TOKEN\x20to\x20backend:','TkeJC':function(_0x4cae8c,_0x5073e5){return _0x4cae8c===_0x5073e5;},'kWQef':_0x5231(0xdd),'PAHny':'๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20Endpoint:\x20https://API\x20server/youtube/native-auth','sdAUD':_0x5231(0xde),'SMvye':'NO\x20AUTH\x20TOKEN','XuAes':'๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20Payload\x20Summary:','APolu':function(_0x48b428,_0x404bd0){return _0x48b428===_0x404bd0;},'ohtmW':function(_0xe9fbf0,_0x2989f2){return _0xe9fbf0===_0x2989f2;},'gGaZo':_0x5231(0xdf),'CyBOp':function(_0x42f152,_0xbe92e){return _0x42f152&&_0xbe92e;},'WTrZS':_0x5231(0xe0),'BnJcv':_0x5231(0xe1),'tovGk':_0x5231(0xe2),'rropO':_0x5231(0xe3),'hmwrv':function(_0x305eaf,_0xcbfcb9){return _0x305eaf===_0xcbfcb9;},'MTbrR':function(_0x5dd440,_0x3c1b4a){return _0x5dd440===_0x3c1b4a;},'OPTFD':'temporary\x20access\x20token\x20mode','mLMXp':'๐Ÿ”„\x20[YOUTUBE\x20REAUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','JBTLW':_0x5231(0xe4),'nRUIP':_0x5231(0xe5),'VFYKU':_0x5231(0xe6),'ARTIW':_0x5231(0xe7),'NARZQ':_0x5231(0xe8),'VYETy':_0x5231(0xe9),'weThI':_0x5231(0xea),'zdrhE':_0x5231(0xeb),'whqRl':'๐ŸŽ‰\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Full\x20YouTube\x20connection\x20with\x20refresh\x20tokens!','BhpZh':_0x5231(0xec),'aNERM':_0x5231(0xed),'qHHWb':_0x5231(0xee),'UasQR':_0x5231(0xef),'sFTWG':'โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Backend\x20did\x20NOT\x20confirm\x20refresh\x20token\x20reception','iCpGV':_0x5231(0xf0),'rTZiQ':_0x5231(0xf1),'SLDEn':'๐Ÿ”„\x20[YOUTUBE\x20REAUTH]\x20Signaling\x20training\x20system\x20to\x20restart...','alXAM':_0x5231(0xf2),'XQMnM':_0x5231(0xf3),'owYDY':'โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20failed:','BSBHo':_0x5231(0xf4),'ANqCg':_0x5231(0xf5),'WaNvD':_0x5231(0xf6),'rHSve':'6|2|1|5|3|4|0','tsfFt':_0x5231(0xf7),'JPSms':'\x20\x20\x202.\x20Check\x20Google\x20Console\x20OAuth\x20configuration','Lhzey':'\x20\x20\x203.\x20Ensure\x20user\x20clicks\x20\x22Allow\x22\x20on\x20consent\x20screen','kJgrq':_0x5231(0xf8),'GaojW':_0x5231(0xf9),'bSVVX':function(_0x16eafe,_0x4faa13){return _0x16eafe===_0x4faa13;},'gljZj':_0x5231(0xfa),'vVpXJ':function(_0x52be5c,_0x331e37){return _0x52be5c===_0x331e37;},'HGjkH':_0x5231(0xfb),'DBcId':_0x5231(0xfc)};try{var _0x47f785,_0x3c5876,_0x448ec5;console[_0x5231(0x3b)](_0x4b7655[_0x5231(0xfd)]),console[_0x5231(0x3b)](_0x4b7655[_0x5231(0xfe)],_0x2a8f2c);try{await GoogleSignin[_0x5231(0xff)](),console[_0x5231(0x3b)](_0x4b7655[_0x5231(0x100)]);}catch(_0x1d121a){console[_0x5231(0x3b)](_0x4b7655['jyPmQ'],_0x1d121a);}try{if(_0x4b7655[_0x5231(0x101)](_0x4b7655['Zjuau'],_0x5231(0x102))){const _0x29a7d7=await GoogleSignin[_0x5231(0x103)]();_0x29a7d7[_0x5231(0x104)]&&(_0x4b7655[_0x5231(0x105)](_0x5231(0x106),_0x4b7655[_0x5231(0x107)])?(await GoogleSignin[_0x5231(0x108)](_0x29a7d7['accessToken']),console[_0x5231(0x3b)](_0x4b7655[_0x5231(0x109)])):_0x38dae3['log'](_0x4b7655[_0x5231(0x10a)]));}else return{'success':![],'error':_0x5a0c68[_0x5231(0x58)]||_0x4b7655[_0x5231(0x10b)]};}catch(_0x1ea516){console[_0x5231(0x3b)](_0x4b7655[_0x5231(0x10a)]);}console[_0x5231(0x3b)](_0x4b7655[_0x5231(0x10c)]),GoogleSignin[_0x5231(0x10d)]({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x5231(0xa9),_0x4b7655['euzuq'],_0x4b7655['oeaUg'],_0x5231(0x77)],'hostedDomain':'','accountName':''}),await GoogleSignin[_0x5231(0x10e)](),console[_0x5231(0x3b)](_0x5231(0x10f)),console[_0x5231(0x3b)](_0x4b7655[_0x5231(0x110)]),console['log'](_0x4b7655['BkOvv']);const _0x1e0693=await GoogleSignin[_0x5231(0x111)]();console[_0x5231(0x3b)](_0x5231(0x112)),console['log'](_0x5231(0x113),_0x4b7655[_0x5231(0x114)](_0x47f785=_0x1e0693[_0x5231(0x115)],null)||_0x4b7655['YQNmC'](_0x47f785,void 0x0)||_0x4b7655[_0x5231(0x116)](_0x47f785=_0x47f785[_0x5231(0x117)],null)||_0x47f785===void 0x0?void 0x0:_0x47f785['email']);const _0x5936b3=await GoogleSignin['getTokens'](),_0x189f84=await GoogleSignin[_0x5231(0x118)]();console[_0x5231(0x3b)](_0x4b7655[_0x5231(0x119)]),console['log'](JSON[_0x5231(0x8e)](_0x1e0693,null,0x2)),console['log'](_0x4b7655[_0x5231(0x11a)]),console[_0x5231(0x3b)](JSON[_0x5231(0x8e)](_0x5936b3,null,0x2)),console[_0x5231(0x3b)](_0x4b7655[_0x5231(0x11b)]),console[_0x5231(0x3b)](JSON[_0x5231(0x8e)](_0x189f84,null,0x2)),console[_0x5231(0x3b)](_0x4b7655[_0x5231(0x11c)]),console[_0x5231(0x3b)]('-\x20Access\x20token:',_0x5936b3[_0x5231(0x104)]?_0x5936b3['accessToken'][_0x5231(0x4f)](0x0,0x14)+_0x5231(0x63):_0x4b7655[_0x5231(0x11d)]),console[_0x5231(0x3b)](_0x4b7655['fQLqk'],_0x5936b3['idToken']?_0x4b7655['vpgHZ']:_0x4b7655[_0x5231(0x11d)]),console[_0x5231(0x3b)](_0x4b7655[_0x5231(0x11e)],(_0x3c5876=_0x1e0693[_0x5231(0x115)])!==null&&_0x3c5876!==void 0x0&&_0x3c5876[_0x5231(0x11f)]?_0x1e0693[_0x5231(0x115)][_0x5231(0x11f)][_0x5231(0x4f)](0x0,0x14)+_0x5231(0x63):_0x4b7655[_0x5231(0x11d)]),console['log'](_0x4b7655['WQiex'],_0x189f84!==null&&_0x4b7655[_0x5231(0x120)](_0x189f84,void 0x0)&&_0x189f84[_0x5231(0x11f)]?_0x189f84[_0x5231(0x11f)]['substring'](0x0,0x14)+_0x5231(0x63):_0x5231(0xca));const _0x3c4e51=((_0x448ec5=_0x1e0693[_0x5231(0x115)])===null||_0x4b7655[_0x5231(0x121)](_0x448ec5,void 0x0)?void 0x0:_0x448ec5[_0x5231(0x11f)])||(_0x4b7655[_0x5231(0x122)](_0x189f84,null)||_0x189f84===void 0x0?void 0x0:_0x189f84[_0x5231(0x11f)]);if(_0x3c4e51){if(_0x4b7655[_0x5231(0x123)](_0x4b7655[_0x5231(0x124)],_0x4b7655[_0x5231(0x125)])){var _0x3cc0b4,_0x658bbf,_0x115d87,_0x2b8a24,_0x3948ee,_0xfc54ff;console[_0x5231(0x3b)]('โœ…\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20consent!'),console['log'](_0x4b7655[_0x5231(0x126)],_0x3c4e51[_0x5231(0x127)]('4/')?_0x4b7655[_0x5231(0x128)]:_0x4b7655[_0x5231(0x129)]),console[_0x5231(0x3b)](_0x4b7655[_0x5231(0x12a)],_0x3c4e51['substring'](0x0,0x14)+_0x5231(0x63));let _0x5ccc82=_0x4b7655[_0x5231(0x12b)],_0x5cd788=null;try{if(_0x4b7655[_0x5231(0x121)](_0x4b7655['xUKuG'],_0x4b7655[_0x5231(0x12c)])){_0x133e3b[_0x5231(0x41)](_0x4b7655[_0x5231(0x12d)],_0x132744);if(_0x4b7655['IqsIp'](_0x1b233a[_0x5231(0xe)],_0x2741fc[_0x5231(0x12e)]))_0x5b23ae[_0x5231(0x41)](_0x5231(0xfb)),_0x589cdf[_0x5231(0x41)](_0x4b7655['uNtpo']);else{if(_0x4b7655[_0x5231(0x12f)](_0x549255[_0x5231(0xe)],_0x372985['IN_PROGRESS']))_0x3eaab3['error'](_0x4b7655['tljki']);else _0x4b7655['QZusD'](_0x1b10af[_0x5231(0xe)],_0x5107d5[_0x5231(0x130)])&&_0x32cee3[_0x5231(0x41)](_0x4b7655['mSlYl']);}return![];}else{console['log'](_0x4b7655['fThLy']);const _0x410801=await _0x4b7655[_0x5231(0x131)](fetch,_0x4b7655['bSrCr'],{'headers':{'Authorization':_0x5231(0x8)+_0x5936b3['accessToken'],'Accept':'application/json'}});if(_0x410801['ok']){const _0x4677c6=await _0x410801[_0x5231(0x96)]();if(_0x4677c6[_0x5231(0x132)]&&_0x4677c6[_0x5231(0x132)][_0x5231(0x133)]>0x0)_0x4b7655[_0x5231(0x134)](_0x5231(0xd4),_0x4b7655[_0x5231(0x135)])?(_0x5ccc82=_0x4677c6[_0x5231(0x132)][0x0]['snippet'][_0x5231(0x136)],_0x5cd788=_0x4677c6[_0x5231(0x132)][0x0]['id'],console['log'](_0x4b7655['jtmop'],_0x5ccc82,_0x4b7655['dMuAh'],_0x5cd788)):_0x55d834[_0x5231(0x3b)](_0x4b7655['dKTtw'],_0x21cf04);else{if(_0x4b7655[_0x5231(0x137)]!==_0x4b7655[_0x5231(0x137)])_0x2b4156[_0x5231(0x3b)](_0x4b7655[_0x5231(0x138)]),_0x1a260c[_0x5231(0x3b)]('๐Ÿ”‘\x20Refresh\x20token\x20type:',_0x1abbb9[_0x5231(0x127)]('4/')?_0x4b7655['ueanC']:_0x4b7655[_0x5231(0x129)]);else{var _0x1f47ff,_0x13385c;console[_0x5231(0x3b)](_0x5231(0x139)),_0x5ccc82=(_0x4b7655[_0x5231(0x121)](_0x1f47ff=_0x1e0693[_0x5231(0x115)],null)||_0x1f47ff===void 0x0||_0x4b7655[_0x5231(0x13a)](_0x1f47ff=_0x1f47ff[_0x5231(0x117)],null)||_0x4b7655[_0x5231(0x122)](_0x1f47ff,void 0x0)?void 0x0:_0x1f47ff['name'])||(_0x4b7655['Zcpub'](_0x13385c=_0x1e0693[_0x5231(0x115)],null)||_0x4b7655[_0x5231(0x12f)](_0x13385c,void 0x0)||_0x4b7655[_0x5231(0x121)](_0x13385c=_0x13385c[_0x5231(0x117)],null)||_0x4b7655[_0x5231(0x13b)](_0x13385c,void 0x0)?void 0x0:_0x13385c[_0x5231(0x77)])||_0x4b7655[_0x5231(0x13c)];}}}else{if(_0x4b7655[_0x5231(0x13d)]==='lFbvh'){if(!_0x4b7655[_0x5231(0x13e)](_0x5ed476))throw new _0x5359d2(_0x4b7655['BcUXB']);const _0xb88358=_0x4b7655[_0x5231(0x13e)](_0x36b8dd);if(!(_0x4b7655[_0x5231(0x120)](_0xb88358,null)&&_0xb88358!==void 0x0&&_0xb88358[_0x5231(0x5)]))throw new _0x244b75(_0x4b7655[_0x5231(0x13f)]);return{..._0x4b7655[_0x5231(0x140)](_0x1a1349),'Authorization':_0x5231(0x8)+_0xb88358[_0x5231(0x5)],'X-SDK-Version':_0x4b7655[_0x5231(0x141)],'X-SDK-Platform':'react-native'};}else{var _0x2a01bb,_0x359857;console['log'](_0x4b7655[_0x5231(0x142)],_0x410801[_0x5231(0x4d)]),_0x5ccc82=((_0x2a01bb=_0x1e0693['data'])===null||_0x4b7655[_0x5231(0x143)](_0x2a01bb,void 0x0)||_0x4b7655[_0x5231(0x122)](_0x2a01bb=_0x2a01bb[_0x5231(0x117)],null)||_0x4b7655[_0x5231(0x12f)](_0x2a01bb,void 0x0)?void 0x0:_0x2a01bb[_0x5231(0x53)])||(_0x4b7655[_0x5231(0x12f)](_0x359857=_0x1e0693[_0x5231(0x115)],null)||_0x4b7655[_0x5231(0x13a)](_0x359857,void 0x0)||_0x4b7655[_0x5231(0x144)](_0x359857=_0x359857[_0x5231(0x117)],null)||_0x359857===void 0x0?void 0x0:_0x359857[_0x5231(0x77)])||'Unknown\x20Channel';}}}}catch(_0x6f60aa){if(_0x4b7655[_0x5231(0x145)]!==_0x4b7655[_0x5231(0x145)]){var _0x438d7d,_0x30cd6a;_0x5bbcd1[_0x5231(0x3b)](_0x4b7655[_0x5231(0x146)],_0x5e381e),_0x556428=(_0x4b7655[_0x5231(0x121)](_0x438d7d=_0x3f864f['data'],null)||_0x4b7655[_0x5231(0x12f)](_0x438d7d,void 0x0)||(_0x438d7d=_0x438d7d['user'])===null||_0x4b7655[_0x5231(0x13a)](_0x438d7d,void 0x0)?void 0x0:_0x438d7d[_0x5231(0x53)])||(_0x4b7655['dwUrD'](_0x30cd6a=_0x32c1c3[_0x5231(0x115)],null)||_0x30cd6a===void 0x0||_0x4b7655[_0x5231(0x121)](_0x30cd6a=_0x30cd6a[_0x5231(0x117)],null)||_0x4b7655['YQNmC'](_0x30cd6a,void 0x0)?void 0x0:_0x30cd6a[_0x5231(0x77)])||'Unknown\x20Channel';}else{var _0x5cb6b8,_0x59d8b3;console[_0x5231(0x3b)](_0x4b7655[_0x5231(0x146)],_0x6f60aa),_0x5ccc82=(_0x4b7655[_0x5231(0x147)](_0x5cb6b8=_0x1e0693['data'],null)||_0x4b7655['zdWdp'](_0x5cb6b8,void 0x0)||(_0x5cb6b8=_0x5cb6b8[_0x5231(0x117)])===null||_0x4b7655[_0x5231(0x122)](_0x5cb6b8,void 0x0)?void 0x0:_0x5cb6b8[_0x5231(0x53)])||((_0x59d8b3=_0x1e0693['data'])===null||_0x4b7655['JkGEl'](_0x59d8b3,void 0x0)||_0x4b7655[_0x5231(0x122)](_0x59d8b3=_0x59d8b3['user'],null)||_0x4b7655[_0x5231(0x148)](_0x59d8b3,void 0x0)?void 0x0:_0x59d8b3[_0x5231(0x77)])||_0x4b7655['CdPsR'];}}let _0x19364b=await _0x4b7655['lZvUq'](getJWT);(!_0x19364b||_0x19364b['trim']()[_0x5231(0x133)]<0x14)&&(_0x4b7655[_0x5231(0x148)](_0x4b7655['SrGdc'],_0x4b7655['lEQAh'])?(_0x5724ec[_0x5231(0x3b)](_0x5231(0x149)),_0x4b7655[_0x5231(0x14a)](_0xa56b70)):(console['log'](_0x4b7655[_0x5231(0x14b)]),_0x19364b=_0x4b7655[_0x5231(0x14c)]));const _0x2d1dbe={'session':{'username':_0x2a8f2c,'platform':_0x4b7655['JWnFI'],'timestamp':new Date()['toISOString'](),'channelName':_0x5ccc82,'channelId':_0x5cd788,'forceConsent':!![]},'googleUser':_0x4b7655[_0x5231(0x144)](_0x3cc0b4=_0x1e0693['data'],null)||_0x4b7655[_0x5231(0x14d)](_0x3cc0b4,void 0x0)?void 0x0:_0x3cc0b4[_0x5231(0x117)],'accessToken':_0x5936b3[_0x5231(0x104)],'idToken':_0x5936b3['idToken'],'refreshToken':_0x3c4e51,'serverAuthCode':_0x3c4e51,'refresh_token':_0x3c4e51,'server_auth_code':_0x3c4e51,'authCode':_0x3c4e51,'userAccountInfo':{'username':_0x2a8f2c,'email':_0x4b7655[_0x5231(0x14e)](_0x658bbf=_0x1e0693['data'],null)||_0x4b7655['mQhrV'](_0x658bbf,void 0x0)||_0x4b7655[_0x5231(0x14d)](_0x658bbf=_0x658bbf[_0x5231(0x117)],null)||_0x658bbf===void 0x0?void 0x0:_0x658bbf[_0x5231(0x77)],'authToken':_0x19364b,'channelName':_0x5ccc82,'channelId':_0x5cd788,'userIdentifier':_0x19364b?_0x5231(0x14f)+_0x19364b['substring'](0x0,0xa):_0x5231(0x150)+(_0x4b7655[_0x5231(0x151)](_0x115d87=_0x1e0693[_0x5231(0x115)],null)||_0x4b7655[_0x5231(0x13b)](_0x115d87,void 0x0)||_0x4b7655[_0x5231(0x148)](_0x115d87=_0x115d87[_0x5231(0x117)],null)||_0x4b7655['TIjqY'](_0x115d87,void 0x0)?void 0x0:_0x115d87['email']),'googleId':_0x4b7655['QmdnB'](_0x2b8a24=_0x1e0693['data'],null)||_0x4b7655[_0x5231(0x114)](_0x2b8a24,void 0x0)||_0x4b7655['jhjLM'](_0x2b8a24=_0x2b8a24['user'],null)||_0x2b8a24===void 0x0?void 0x0:_0x2b8a24['id'],'refreshToken':_0x3c4e51,'serverAuthCode':_0x3c4e51},'tokenExpiry':new Date(_0x4b7655[_0x5231(0x152)](Date[_0x5231(0x153)](),_0x4b7655[_0x5231(0x154)](0xe10,0x3e8)))['toISOString'](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!![],'refreshTokenType':_0x3c4e51['startsWith']('4/')?_0x4b7655['ueanC']:_0x5231(0x155),'configuredForRefresh':!![],'forcedConsent':!![],'consentMethod':_0x4b7655[_0x5231(0x156)],'refreshTokenValue':_0x3c4e51}};console[_0x5231(0x3b)](_0x4b7655[_0x5231(0x157)],{'hasAccessToken':!!_0x2d1dbe[_0x5231(0x104)],'hasRefreshToken':!!_0x2d1dbe[_0x5231(0x155)],'hasServerAuthCode':!!_0x2d1dbe['serverAuthCode'],'refreshTokenType':_0x2d1dbe[_0x5231(0x158)]['refreshTokenType'],'userEmail':_0x4b7655['TkeJC'](_0x3948ee=_0x1e0693[_0x5231(0x115)],null)||_0x3948ee===void 0x0||_0x4b7655[_0x5231(0x144)](_0x3948ee=_0x3948ee[_0x5231(0x117)],null)||_0x3948ee===void 0x0?void 0x0:_0x3948ee[_0x5231(0x77)],'forcedConsent':!![]}),console['log'](_0x4b7655['kWQef']),console['log'](_0x4b7655[_0x5231(0x159)]),console[_0x5231(0x3b)]('\uD83D\uDE80 [YOUTUBE REAUTH] Method: POST'),console[_0x5231(0x3b)](_0x4b7655[_0x5231(0x15a)],{'Content-Type':'application/json','Authorization':_0x19364b?_0x19364b[_0x5231(0x4f)](0x0,0x14)+_0x5231(0x63):_0x4b7655[_0x5231(0x15b)]}),console['log'](_0x4b7655[_0x5231(0x15c)],{'hasAccessToken':!!_0x2d1dbe[_0x5231(0x104)],'hasRefreshToken':!!_0x2d1dbe[_0x5231(0x155)],'hasServerAuthCode':!!_0x2d1dbe[_0x5231(0x11f)],'refreshTokenType':_0x2d1dbe[_0x5231(0x158)][_0x5231(0x15d)],'userEmail':_0x4b7655[_0x5231(0x15e)](_0xfc54ff=_0x1e0693[_0x5231(0x115)],null)||_0x4b7655[_0x5231(0x15f)](_0xfc54ff,void 0x0)||_0x4b7655['dbAXl'](_0xfc54ff=_0xfc54ff['user'],null)||_0x4b7655['ohtmW'](_0xfc54ff,void 0x0)?void 0x0:_0xfc54ff[_0x5231(0x77)],'channelName':_0x5ccc82,'forcedConsent':!![],'requestRefreshToken':!![]}),console[_0x5231(0x3b)](_0x4b7655[_0x5231(0x160)],JSON[_0x5231(0x8e)](_0x2d1dbe,null,0x2));const _0x3f1281=await fetch(API_CONFIG[_0x5231(0xf)]+_0x5231(0x161),{'method':'POST','headers':{'Content-Type':'application/json',..._0x4b7655[_0x5231(0x162)](_0x19364b,{'Authorization':_0x19364b})},'body':JSON[_0x5231(0x8e)](_0x2d1dbe)});console['log'](_0x4b7655['WTrZS'],_0x3f1281[_0x5231(0x4d)]),console[_0x5231(0x3b)](_0x4b7655[_0x5231(0x163)],_0x3f1281[_0x5231(0x4e)]),console[_0x5231(0x3b)](_0x4b7655['tovGk'],_0x3f1281[_0x5231(0x164)]);if(_0x3f1281['ok']){var _0x5ab889,_0x13273a;const _0x1eae16=await _0x3f1281[_0x5231(0x96)]();console['log'](_0x4b7655[_0x5231(0x165)],JSON['stringify'](_0x1eae16,null,0x2));const _0x1fef46=_0x4b7655[_0x5231(0x148)](_0x4b7655[_0x5231(0x116)](_0x5ab889=_0x1eae16[_0x5231(0x166)],null)||_0x4b7655[_0x5231(0x167)](_0x5ab889,void 0x0)?void 0x0:_0x5ab889[_0x5231(0x168)],!![])||_0x4b7655[_0x5231(0x169)](_0x4b7655[_0x5231(0x16a)](_0x13273a=_0x1eae16[_0x5231(0x16b)],null)||_0x13273a===void 0x0?void 0x0:_0x13273a[_0x5231(0x16c)],!![])||_0x4b7655[_0x5231(0x16d)](_0x1eae16['isTemporaryMode'],!![])||_0x1eae16[_0x5231(0x58)]&&_0x1eae16[_0x5231(0x58)][_0x5231(0x59)](_0x4b7655[_0x5231(0x16e)]);if(_0x1fef46)console[_0x5231(0x3b)](_0x4b7655[_0x5231(0x16f)]),console[_0x5231(0x3b)](_0x4b7655[_0x5231(0x170)]),console[_0x5231(0x3b)](_0x4b7655['nRUIP']),console['log'](_0x4b7655[_0x5231(0x171)]),console[_0x5231(0x3b)](_0x4b7655[_0x5231(0x172)]),console['log'](_0x4b7655['NARZQ']),console[_0x5231(0x3b)](_0x4b7655[_0x5231(0x173)],_0x3c4e51?_0x4b7655[_0x5231(0x174)]:'No');else{if(_0x1eae16[_0x5231(0x175)]||_0x1eae16[_0x5231(0x176)])console[_0x5231(0x3b)]('โœ…\x20[YOUTUBE\x20REAUTH]\x20Backend\x20CONFIRMED\x20refresh\x20token\x20received'),console[_0x5231(0x3b)](_0x4b7655[_0x5231(0x177)],_0x1eae16[_0x5231(0x175)]),console[_0x5231(0x3b)](_0x4b7655['whqRl']),console[_0x5231(0x3b)](_0x4b7655[_0x5231(0x178)]),console[_0x5231(0x3b)](_0x4b7655[_0x5231(0x179)],_0x3c4e51),console[_0x5231(0x3b)](_0x4b7655[_0x5231(0x17a)],_0x3c4e51[_0x5231(0x127)]('4/')?_0x4b7655[_0x5231(0x128)]:_0x4b7655[_0x5231(0x129)]),console[_0x5231(0x3b)](_0x4b7655[_0x5231(0x17b)],_0x3c4e51[_0x5231(0x133)]);else return console[_0x5231(0x9b)](_0x4b7655[_0x5231(0x17c)]),console['warn'](_0x4b7655[_0x5231(0x17d)],_0x1eae16),console['warn'](_0x4b7655[_0x5231(0x17e)]),![];}console[_0x5231(0x3b)](_0x4b7655[_0x5231(0x17f)]);try{if(_0x4b7655['alXAM']===_0x4b7655[_0x5231(0x180)])await _0x4b7655['LkPZs'](triggerTrainingRestart,_0x2a8f2c,_0x19364b),console[_0x5231(0x3b)](_0x4b7655[_0x5231(0x181)]);else{const _0x1177ee={'AlAVy':_0x4b7655[_0x5231(0x182)],'QCjGa':function(_0x49286c,_0x45e7f2){return _0x4b7655['nqGJE'](_0x49286c,_0x45e7f2);}};return _0x180c48['log'](_0x4b7655['Pwgud']),new _0x32a842(_0x395eed=>{_0x4b7655[_0x5231(0x183)](_0xec9d8e,()=>{_0x49144a[_0x5231(0x3b)](_0x1177ee[_0x5231(0x184)]),_0x1177ee['QCjGa'](_0x395eed,!![]);},0x3e8);});}}catch(_0x24c772){console[_0x5231(0x9b)](_0x4b7655[_0x5231(0x185)],_0x24c772),console[_0x5231(0x9b)]('โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20User\x20may\x20need\x20to\x20manually\x20restart\x20training');}return!![];}else{if(_0x4b7655['MTbrR'](_0x5231(0x186),_0x4b7655['BSBHo']))_0x283a0d[_0x5231(0x41)](_0x4b7655[_0x5231(0x187)]);else{const _0x26b50c=await _0x3f1281[_0x5231(0x93)]();return console['error'](_0x4b7655[_0x5231(0x188)],_0x3f1281[_0x5231(0x4d)],_0x26b50c),console[_0x5231(0x41)](_0x4b7655[_0x5231(0x189)]),![];}}}else _0x4b7655[_0x5231(0x18a)](_0x4607b4,()=>{_0x504dbc['log'](_0x4b7655[_0x5231(0x182)]),_0x4b7655[_0x5231(0x18b)](_0x4f998b,!![]);},0x3e8);}else{const _0x19024a=_0x4b7655[_0x5231(0x18c)][_0x5231(0x5b)]('|');let _0x289037=0x0;while(!![]){switch(_0x19024a[_0x289037++]){case'0':return![];case'1':console[_0x5231(0x41)](_0x4b7655[_0x5231(0x18d)]);continue;case'2':console['error']('โŒ\x20This\x20means\x20consent\x20screen\x20did\x20not\x20appear\x20or\x20user\x20denied\x20permissions');continue;case'3':console[_0x5231(0x41)](_0x4b7655[_0x5231(0x18e)]);continue;case'4':console['error'](_0x4b7655[_0x5231(0x18f)]);continue;case'5':console[_0x5231(0x41)](_0x4b7655[_0x5231(0x190)]);continue;case'6':console[_0x5231(0x41)](_0x4b7655['GaojW']);continue;}break;}}}catch(_0x42c162){if(_0x4b7655[_0x5231(0x191)](_0x4b7655[_0x5231(0x192)],_0x4b7655[_0x5231(0x192)])){console[_0x5231(0x41)](_0x4b7655[_0x5231(0x12d)],_0x42c162);if(_0x4b7655[_0x5231(0x193)](_0x42c162['code'],statusCodes[_0x5231(0x12e)]))console[_0x5231(0x41)](_0x4b7655[_0x5231(0x194)]),console[_0x5231(0x41)](_0x4b7655[_0x5231(0x195)]);else{if(_0x42c162[_0x5231(0xe)]===statusCodes['IN_PROGRESS']){if(_0x4b7655[_0x5231(0x120)](_0x4b7655[_0x5231(0x196)],_0x5231(0xfc)))return{'success':!![],'message':_0x589ef1[_0x5231(0x58)]||_0x4b7655[_0x5231(0x197)],'existingUser':_0x1fee91[_0x5231(0x198)]||![],'token':_0x10c8ba[_0x5231(0x199)]};else console[_0x5231(0x41)](_0x4b7655[_0x5231(0x187)]);}else _0x4b7655[_0x5231(0x193)](_0x42c162[_0x5231(0xe)],statusCodes[_0x5231(0x130)])&&console[_0x5231(0x41)](_0x4b7655[_0x5231(0x19a)]);}return![];}else _0x5e59d1['log'](_0x4b7655[_0x5231(0x182)]),_0x4b7655['ypvHo'](_0x56a945,!![]);}};export const forceYouTubeReconnectionWithRevoke=async _0x3dec20=>{const _0x40ffc4={'gTAiK':_0x5231(0x19b),'xOHoK':'๐Ÿ”„\x20FORCING\x20YouTube\x20consent\x20via\x20REVOKE\x20method...','uJSIR':_0x5231(0xbe),'BEMMX':_0x5231(0x19c),'nhhjM':_0x5231(0x19d),'xqUgy':_0x5231(0x19e),'ctgZS':function(_0x519cfe,_0x207de4){return _0x519cfe===_0x207de4;},'hvudm':function(_0x270b88,_0x2407f7){return _0x270b88===_0x2407f7;},'gvyTi':_0x5231(0x61),'PgYWY':function(_0x3577b1,_0x33c6c8){return _0x3577b1===_0x33c6c8;},'AnvXH':'hjxHZ','hScgn':_0x5231(0x19f),'RoMXC':'โŒ\x20Still\x20no\x20refresh\x20token\x20after\x20revoke\x20method'};try{var _0x32c637;console[_0x5231(0x3b)](_0x40ffc4['xOHoK']),console[_0x5231(0x3b)](_0x40ffc4[_0x5231(0x1a0)],_0x3dec20),initializeGoogleSignIn(),await GoogleSignin[_0x5231(0x10e)]();try{await GoogleSignin['revokeAccess'](),console[_0x5231(0x3b)](_0x40ffc4[_0x5231(0x1a1)]);}catch(_0x326a2f){console['log'](_0x40ffc4[_0x5231(0x1a2)],_0x326a2f);}await GoogleSignin[_0x5231(0xff)](),console[_0x5231(0x3b)](_0x40ffc4[_0x5231(0x1a3)]),console['log'](_0x5231(0x1a4));const _0x192821=await GoogleSignin[_0x5231(0x111)](),_0x103f9d=await GoogleSignin[_0x5231(0x103)](),_0x59e489=await GoogleSignin[_0x5231(0x118)](),_0x14f3a3=((_0x32c637=_0x192821[_0x5231(0x115)])===null||_0x32c637===void 0x0?void 0x0:_0x32c637['serverAuthCode'])||(_0x40ffc4[_0x5231(0x1a5)](_0x59e489,null)||_0x40ffc4['hvudm'](_0x59e489,void 0x0)?void 0x0:_0x59e489[_0x5231(0x11f)]);return _0x14f3a3?(console[_0x5231(0x3b)](_0x40ffc4[_0x5231(0x1a6)]),console[_0x5231(0x3b)](_0x5231(0x2b),_0x14f3a3['substring'](0x0,0x14)+_0x5231(0x63)),!![]):_0x40ffc4[_0x5231(0x1a7)](_0x40ffc4[_0x5231(0x1a8)],_0x40ffc4[_0x5231(0x1a9)])?(_0x1e80f7[_0x5231(0x41)](_0x5231(0x1aa),_0x544cd0),_0x3cacd3[_0x5231(0x3b)](_0x40ffc4[_0x5231(0x1ab)]),{'access_token':_0x346955+_0x5231(0x1ac)+_0x5a8006[_0x5231(0x1ad)]()[_0x5231(0x1ae)](0x24)[_0x5231(0x4f)](0x7),'refresh_token':_0x2ec3c8+_0x5231(0x1af)+_0x399aae[_0x5231(0x1ad)]()['toString'](0x24)[_0x5231(0x4f)](0x7),'expires_in':0xe10}):(console[_0x5231(0x41)](_0x40ffc4[_0x5231(0x1b0)]),![]);}catch(_0x1c7835){return console[_0x5231(0x41)](_0x5231(0x1b1),_0x1c7835),![];}};export const fixUserYouTubeConnection=async _0xb9484b=>{const _0x56e645={'YBFAz':'User\x20cancelled\x20Google\x20Sign-In','JJavb':_0x5231(0x1b2),'arRdb':function(_0x5c492f,_0x1288fd){return _0x5c492f(_0x1288fd);},'WsNJJ':function(_0x422055,_0x343a5d){return _0x422055!==_0x343a5d;},'DBhCb':_0x5231(0x1b3),'vsNHz':_0x5231(0x1b4),'eYtXk':_0x5231(0x1b5)};console[_0x5231(0x3b)](_0x5231(0x1b6)+_0xb9484b),console[_0x5231(0x3b)](_0x56e645['JJavb']);let _0x5f1c83=await _0x56e645[_0x5231(0x1b7)](forceYouTubeReconnectionWithConsent,_0xb9484b);if(_0x5f1c83){if(_0x56e645[_0x5231(0x1b8)](_0x56e645['DBhCb'],_0x56e645[_0x5231(0x1b9)]))return console[_0x5231(0x3b)]('โœ…\x20'+_0xb9484b+_0x5231(0x1ba)),!![];else _0x1c7c98[_0x5231(0x3b)](_0x56e645[_0x5231(0x1bb)]);}console['log'](_0x56e645[_0x5231(0x1bc)]),_0x5f1c83=await _0x56e645[_0x5231(0x1b7)](forceYouTubeReconnectionWithRevoke,_0xb9484b);if(_0x5f1c83)return console['log']('โœ…\x20'+_0xb9484b+'\x20YouTube\x20connection\x20fixed\x20via\x20Method\x202!'),!![];return console[_0x5231(0x41)](_0x5231(0x1bd)+_0xb9484b+_0x5231(0x1be)),![];};const refreshGoogleTokens=async()=>{const _0x9c0328={'Jjvnn':_0x5231(0xc0),'GcWWq':_0x5231(0x1bf),'pblOX':_0x5231(0x1c0),'IvDDX':_0x5231(0x1c1),'dIIoB':_0x5231(0x1c2),'TUHAv':_0x5231(0x1c3),'etIPp':'โœ…\x20Re-authentication\x20successful','XcJOe':_0x5231(0x1c4),'WCOCh':_0x5231(0x1c5)};try{console['log'](_0x5231(0x1c6));const _0x2ce43b=await GoogleSignin[_0x5231(0x118)]();if(!_0x2ce43b)return console[_0x5231(0x3b)](_0x9c0328[_0x5231(0x1c7)]),null;const _0x225e22=await GoogleSignin['getTokens']();return console['log'](_0x9c0328[_0x5231(0x1c8)]),{'accessToken':_0x225e22[_0x5231(0x104)],'idToken':_0x225e22[_0x5231(0x1c9)]};}catch(_0x5eb5c4){if(_0x5231(0x1c1)===_0x9c0328[_0x5231(0x1ca)]){console[_0x5231(0x41)](_0x9c0328[_0x5231(0x1cb)],_0x5eb5c4);try{console[_0x5231(0x3b)](_0x9c0328[_0x5231(0x1cc)]);const _0x591349=await GoogleSignin['signIn'](),_0x1c0c6e=await GoogleSignin[_0x5231(0x103)]();return console[_0x5231(0x3b)](_0x9c0328[_0x5231(0x1cd)]),{'accessToken':_0x1c0c6e[_0x5231(0x104)],'idToken':_0x1c0c6e['idToken']};}catch(_0x56a3b8){if(_0x9c0328[_0x5231(0x1ce)]==='FmynB')return console[_0x5231(0x41)](_0x9c0328[_0x5231(0x1cf)],_0x56a3b8),null;else _0x142012[_0x5231(0x3b)]('โœ…\x20Refresh\x20token\x20already\x20available');}}else _0x116bc1['log'](_0x9c0328[_0x5231(0x1d0)],_0x36f037);}},debugYouTubeTokens=async()=>{const _0x4e4e2a={'LYdPr':_0x5231(0x1d1),'UZCCB':_0x5231(0x1d2),'vmMtf':'Present','YJGZn':_0x5231(0xca),'mTIVJ':function(_0x324ecb,_0x1d3d79){return _0x324ecb!==_0x1d3d79;},'IjTMF':function(_0x2ce913,_0x5de906){return _0x2ce913!==_0x5de906;},'KyEpK':function(_0x22b903,_0x31f90f){return _0x22b903===_0x31f90f;},'UNOIs':function(_0x498da0,_0xaa53e1){return _0x498da0===_0xaa53e1;},'GOPOU':function(_0x3689a7,_0x55399d){return _0x3689a7!==_0x55399d;},'GOMfA':function(_0x13cd65,_0x2fcd4e){return _0x13cd65!==_0x2fcd4e;},'uSMLf':function(_0x26c305,_0x1601f3){return _0x26c305!==_0x1601f3;},'WeQjh':function(_0x11cb14,_0x15e4f4){return _0x11cb14===_0x15e4f4;},'omENA':_0x5231(0x1d3),'KHcDK':_0x5231(0x1d4)};try{var _0x213956;const _0x1078c5=await GoogleSignin[_0x5231(0x103)](),_0x532e89=await GoogleSignin[_0x5231(0x118)]();return console[_0x5231(0x3b)](_0x4e4e2a[_0x5231(0x1d5)],{'accessToken':_0x1078c5[_0x5231(0x104)]?_0x1078c5['accessToken'][_0x5231(0x4f)](0x0,0x14)+_0x5231(0x63):_0x5231(0xca),'idToken':_0x1078c5['idToken']?_0x4e4e2a[_0x5231(0x1d6)]:_0x4e4e2a[_0x5231(0x1d7)],'serverAuthCode':_0x4e4e2a[_0x5231(0x1d8)](_0x532e89,null)&&_0x4e4e2a[_0x5231(0x1d9)](_0x532e89,void 0x0)&&_0x532e89[_0x5231(0x11f)]?_0x532e89['serverAuthCode'][_0x5231(0x4f)](0x0,0x14)+_0x5231(0x63):_0x4e4e2a[_0x5231(0x1d7)],'userEmail':(_0x4e4e2a[_0x5231(0x1da)](_0x532e89,null)||_0x532e89===void 0x0||_0x4e4e2a['KyEpK'](_0x213956=_0x532e89['user'],null)||_0x4e4e2a[_0x5231(0x1db)](_0x213956,void 0x0)?void 0x0:_0x213956[_0x5231(0x77)])||_0x4e4e2a[_0x5231(0x1d7)]}),{'hasRefreshToken':!!(_0x532e89!==null&&_0x4e4e2a[_0x5231(0x1dc)](_0x532e89,void 0x0)&&_0x532e89['serverAuthCode']),'refreshTokenType':_0x4e4e2a[_0x5231(0x1dd)](_0x532e89,null)&&_0x4e4e2a[_0x5231(0x1de)](_0x532e89,void 0x0)&&_0x532e89[_0x5231(0x11f)]?_0x5231(0x11f):_0x5231(0x1df)};}catch(_0x5e3e91){if(_0x4e4e2a[_0x5231(0x1e0)](_0x4e4e2a[_0x5231(0x1e1)],_0x4e4e2a['omENA']))return console[_0x5231(0x41)](_0x4e4e2a[_0x5231(0x1e2)],_0x5e3e91),{'hasRefreshToken':![],'refreshTokenType':_0x5231(0x41)};else _0x16d503[_0x5231(0x3b)](_0x4e4e2a[_0x5231(0x1e3)]),_0x92a4b4='temp_token_for_youtube_connection';}};export const reconnectYouTube=async _0x278036=>{const _0x596b59={'PRozC':_0x5231(0x1e4),'DlIVD':'1|5|6|3|0|4|2','CZOiV':_0x5231(0x1e5),'IResl':_0x5231(0xef),'oegHZ':_0x5231(0xec),'GvXjZ':_0x5231(0xee),'uFwjb':'serverAuthCode','UOAdd':'refreshToken','MBdhU':_0x5231(0xeb),'kUZQc':'๐ŸŽ‰\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Full\x20YouTube\x20connection\x20with\x20refresh\x20tokens!','OfpYP':'โŒ\x20[TRAINING\x20RESTART]\x20Error\x20triggering\x20training\x20restart:','vvaSX':'โŒ\x20Google\x20Sign-In\x20error:','JQiCZ':function(_0x45ff5c,_0x419980){return _0x45ff5c===_0x419980;},'iZzjF':_0x5231(0x2d),'oyWAP':function(_0x1bd7de,_0x14ddaa){return _0x1bd7de!==_0x14ddaa;},'BlOSw':'asIpO','UJIAy':_0x5231(0x1e6),'jdLSP':'โœ…\x20Signed\x20out\x20from\x20Google','SOUJI':_0x5231(0x1e7),'VdiPz':function(_0x1a6854,_0x5162a9){return _0x1a6854!==_0x5162a9;},'loFGg':_0x5231(0x1e8),'IjCqu':'โœ…\x20Cleared\x20cached\x20access\x20token','fcVoO':_0x5231(0x1e9),'wDZVm':function(_0x34da55,_0x7f12df,_0x4d9e09){return _0x34da55(_0x7f12df,_0x4d9e09);},'qLrUz':function(_0x271285,_0x3b099a){return _0x271285===_0x3b099a;},'GOrtZ':_0x5231(0x1ea),'NdjwX':function(_0x212292){return _0x212292();},'yjufv':function(_0xc17367,_0x11e2d8){return _0xc17367===_0x11e2d8;},'mKMnt':_0x5231(0x1eb),'GutIX':'QDTOo','UBJOz':_0x5231(0x1ec),'qNeHK':'โŒ\x20YouTube\x20reconnection\x20failed'};try{if(_0x596b59[_0x5231(0x1ed)](_0x596b59[_0x5231(0x1ee)],_0x596b59[_0x5231(0x1ef)])){console['log'](_0x5231(0x1f0));try{await GoogleSignin['signOut'](),console[_0x5231(0x3b)](_0x596b59[_0x5231(0x1f1)]);}catch(_0x200cd4){_0x596b59[_0x5231(0x1f2)](_0x596b59[_0x5231(0x1f3)],_0x5231(0x1e7))?console[_0x5231(0x3b)](_0x5231(0x1f4),_0x200cd4):_0x508130[_0x5231(0x41)](_0x5231(0x1f5));}try{const _0x9ab64=await GoogleSignin['getTokens']();if(_0x9ab64[_0x5231(0x104)]){if(_0x596b59[_0x5231(0x1f6)](_0x596b59[_0x5231(0x1f7)],_0x596b59[_0x5231(0x1f7)]))return{'success':![],'error':_0x3e10f7[_0x5231(0x58)]||_0x596b59[_0x5231(0x1f8)]};else await GoogleSignin['clearCachedAccessToken'](_0x9ab64[_0x5231(0x104)]),console[_0x5231(0x3b)](_0x596b59[_0x5231(0x1f9)]);}}catch(_0x5d9a25){console[_0x5231(0x3b)](_0x596b59['fcVoO'],_0x5d9a25);}const _0x283129=await _0x596b59[_0x5231(0x1fa)](initiateNativeAuth,_0x5231(0xdc),_0x278036);if(_0x283129){if(_0x596b59['qLrUz'](_0x5231(0x1fb),_0x5231(0x1fc))){const _0x3b2f25=_0x596b59[_0x5231(0x1fd)][_0x5231(0x5b)]('|');let _0x1c4daa=0x0;while(!![]){switch(_0x3b2f25[_0x1c4daa++]){case'0':_0x45f112[_0x5231(0x3b)](_0x5231(0xed),_0x1380c8);continue;case'1':_0x59f8eb[_0x5231(0x3b)](_0x596b59[_0x5231(0x1fe)]);continue;case'2':_0x43dd0d[_0x5231(0x3b)](_0x596b59[_0x5231(0x1ff)],_0x4e6aa3[_0x5231(0x133)]);continue;case'3':_0x53fc6e['log'](_0x596b59[_0x5231(0x200)]);continue;case'4':_0x413e91[_0x5231(0x3b)](_0x596b59[_0x5231(0x201)],_0xa2c25[_0x5231(0x127)]('4/')?_0x596b59[_0x5231(0x202)]:_0x596b59[_0x5231(0x203)]);continue;case'5':_0x4d413c[_0x5231(0x3b)](_0x596b59[_0x5231(0x204)],_0x2b602c[_0x5231(0x175)]);continue;case'6':_0x120fe4[_0x5231(0x3b)](_0x596b59[_0x5231(0x205)]);continue;}break;}}else{console['log'](_0x596b59['GOrtZ']);const _0xf8b5f3=await _0x596b59[_0x5231(0x206)](debugYouTubeTokens);if(_0xf8b5f3[_0x5231(0x175)]){if(_0x596b59['yjufv'](_0x596b59[_0x5231(0x207)],_0x596b59[_0x5231(0x208)])){_0x3ee2bd[_0x5231(0x41)](_0x596b59['OfpYP'],_0x1b1695);throw _0x1555b8;}else console[_0x5231(0x3b)](_0x596b59['UBJOz'],_0xf8b5f3[_0x5231(0x15d)]);}else console[_0x5231(0x9b)]('โš ๏ธ\x20Still\x20no\x20refresh\x20token\x20after\x20reconnection');return!![];}}else return console['error'](_0x596b59[_0x5231(0x209)]),![];}else{_0x408cea['error'](_0x596b59[_0x5231(0x20a)],_0x3358a9);if(_0x596b59[_0x5231(0x1f2)](_0x1376f9[_0x5231(0xe)],_0x116f6a[_0x5231(0x12e)]))_0x21de69[_0x5231(0x3b)](_0x5231(0x20b));else{if(_0x3758ef[_0x5231(0xe)]===_0x31472e['IN_PROGRESS'])_0x446e26[_0x5231(0x3b)](_0x5231(0x20c));else _0x596b59[_0x5231(0x1f2)](_0x487f2b[_0x5231(0xe)],_0x45ba85['PLAY_SERVICES_NOT_AVAILABLE'])&&_0x3e3cce[_0x5231(0x3b)](_0x596b59[_0x5231(0x20d)]);}return![];}}catch(_0x3dc78c){return console[_0x5231(0x41)]('โŒ\x20YouTube\x20reconnection\x20error:',_0x3dc78c),![];}};export const initiateNativeAuth=async(_0x2ccaf3,_0x269a10)=>{const _0x18dc5f={'fyLRs':'2|0|5|6|4|1|3','bINHR':_0x5231(0xe4),'tHRTh':_0x5231(0xe8),'wsaIq':_0x5231(0xe9),'dDKYQ':_0x5231(0xe7),'HRwTg':_0x5231(0x20e),'LnlgO':'๐Ÿ”„\x20[YOUTUBE\x20AUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','Fcuxa':_0x5231(0x20f),'eHUwe':_0x5231(0x210),'wHakL':'โ„น๏ธ\x20User\x20should\x20authenticate\x20first\x20via\x20Google/Apple/Email\x20before\x20connecting\x20YouTube','RsYQJ':_0x5231(0x0),'gSZrL':_0x5231(0x211),'XvtDe':function(_0x471d89,_0x373505){return _0x471d89===_0x373505;},'ginnl':function(_0x45af65,_0x38fb61){return _0x45af65===_0x38fb61;},'zbihA':function(_0xf2b3d6,_0x4561b8){return _0xf2b3d6===_0x4561b8;},'KGhId':_0x5231(0xd1),'rXypw':'โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Backend\x20did\x20NOT\x20confirm\x20refresh\x20token\x20reception','BAZZk':_0x5231(0xf0),'NSMxT':'โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Expected\x20hasRefreshToken\x20or\x20refreshTokenReceived\x20in\x20response','JYeQw':'auth/callback','fqQHZ':_0x5231(0x1b1),'ugdyN':_0x5231(0xd5),'VpKNR':_0x5231(0x212),'hpDBA':function(_0x4018f8,_0x2e551a){return _0x4018f8===_0x2e551a;},'lLxuZ':function(_0x31ea01,_0x84fe56){return _0x31ea01!==_0x84fe56;},'Appmp':_0x5231(0x213),'Ktosx':_0x5231(0x214),'WdcaI':_0x5231(0xba),'ntPEb':function(_0x43d180,_0x279780,_0x23a418){return _0x43d180(_0x279780,_0x23a418);},'qaTcR':_0x5231(0xdc),'iyHhu':_0x5231(0x215),'cFCDQ':_0x5231(0x216),'kEcxP':_0x5231(0x217),'rwBBW':function(_0x1d37ee){return _0x1d37ee();},'GMmIw':_0x5231(0x218),'pxnSt':'โœ…\x20Google\x20Sign-In\x20successful:','LwhiT':function(_0x4b07ae,_0x31ee6a){return _0x4b07ae===_0x31ee6a;},'SoQTw':function(_0x125063,_0x41e094){return _0x125063===_0x41e094;},'xumbY':_0x5231(0x219),'fpmMu':_0x5231(0x21a),'ATSRH':function(_0x185f09,_0xf67fc3){return _0x185f09===_0xf67fc3;},'mGZlL':function(_0x397298,_0x2eab90){return _0x397298===_0x2eab90;},'qkPdR':_0x5231(0x21b),'xIIZa':'-\x20userInfo.data?.serverAuthCode:','IRxca':_0x5231(0xca),'MMjwK':_0x5231(0x21c),'WNqHt':_0x5231(0x21d),'cTiUS':_0x5231(0x21e),'ShFDJ':function(_0x307558,_0x2a899c){return _0x307558!==_0x2a899c;},'OqdXa':function(_0x24f601,_0x59060e){return _0x24f601!==_0x59060e;},'KNhiE':_0x5231(0x21f),'sYbZn':function(_0x3c30d0,_0x50dbbf){return _0x3c30d0!==_0x50dbbf;},'Ruonf':_0x5231(0x2b),'PGcXs':'๐Ÿ’ก\x20User\x20needs\x20to\x20reconnect\x20with\x20proper\x20consent\x20screen','UXlaZ':_0x5231(0x220),'aoNTb':_0x5231(0x221),'PDYvl':_0x5231(0xd0),'pqRlh':'serverAuthCode','paKIG':_0x5231(0x155),'AERdg':_0x5231(0x222),'UAGnE':'๐Ÿ“บ\x20Fetching\x20YouTube\x20channel\x20information...','CmFyr':_0x5231(0xd3),'WWvkn':function(_0x37e775,_0x18c63f){return _0x37e775>_0x18c63f;},'RFoqO':_0x5231(0x139),'HFYHC':function(_0x2fd411,_0x10e492){return _0x2fd411===_0x10e492;},'OnmQv':function(_0x130972,_0x19a082){return _0x130972===_0x19a082;},'POsDM':_0x5231(0xd8),'fkcmv':function(_0x1be16d,_0xca7960){return _0x1be16d!==_0xca7960;},'Yicut':_0x5231(0x223),'kILia':_0x5231(0x224),'UFFju':function(_0x249d98,_0x277723){return _0x249d98===_0x277723;},'AnxfH':function(_0xb13065,_0x5860e7){return _0xb13065===_0x5860e7;},'mkYhs':function(_0x15ef59,_0xb303a3){return _0x15ef59===_0xb303a3;},'cHlPb':_0x5231(0x225),'FVLRd':_0x5231(0xb9),'ATNoI':function(_0x36b22f,_0x3f1fbe){return _0x36b22f===_0x3f1fbe;},'jOjnZ':function(_0x5556cd,_0x10c010){return _0x5556cd===_0x10c010;},'bnbvZ':function(_0x34951b,_0x18580c){return _0x34951b===_0x18580c;},'yYpxB':function(_0x4fac15,_0x37f30d){return _0x4fac15===_0x37f30d;},'lhBxC':function(_0x6cdf46,_0x21b787){return _0x6cdf46===_0x21b787;},'GrbiR':function(_0x5865df){return _0x5865df();},'ZDZII':_0x5231(0x226),'HLmqI':function(_0x548598,_0x10b386){return _0x548598===_0x10b386;},'hQfEW':function(_0x274265,_0x75ebb2){return _0x274265===_0x75ebb2;},'dIrsW':function(_0x46e383,_0x5b90fa){return _0x46e383<_0x5b90fa;},'WyMff':function(_0x21e34c,_0x3fcb32){return _0x21e34c!==_0x3fcb32;},'SXUYv':_0x5231(0x227),'gJnJM':_0x5231(0x228),'BwNZH':_0x5231(0x229),'EbKuS':_0x5231(0x22a),'ucGyq':'๐Ÿ”‘\x20Token\x20preview:','AWGIp':_0x5231(0x22b),'MVGDC':_0x5231(0x22c),'BvRDl':_0x5231(0x22d),'uPCzM':_0x5231(0x22e),'vNGcn':function(_0x52de13,_0x51290f){return _0x52de13===_0x51290f;},'rlZIt':function(_0x816140,_0xf3ae45){return _0x816140===_0xf3ae45;},'shPPz':function(_0x30e583,_0x3fde1e){return _0x30e583===_0x3fde1e;},'rsKvt':function(_0x1aa09f,_0x5401d0){return _0x1aa09f===_0x5401d0;},'oPSEx':function(_0x3a3c7f,_0x2e5736){return _0x3a3c7f!==_0x2e5736;},'VHDsO':'apple','sGtbK':function(_0x194604,_0x496906){return _0x194604+_0x496906;},'yWklk':function(_0x59141f,_0x64f9ee){return _0x59141f*_0x64f9ee;},'sqSFa':_0x5231(0x22f),'KBMhW':_0x5231(0x230),'TgtIS':_0x5231(0x231),'JuutJ':_0x5231(0x232),'HhImu':'-\x20refreshTokenType:','rOqRI':'-\x20userEmail:','mpxzq':function(_0x33f1b1,_0x7c55af){return _0x33f1b1===_0x7c55af;},'bbbab':function(_0x36ab15,_0x105973){return _0x36ab15===_0x105973;},'zHyDN':_0x5231(0x233),'oWZmp':_0x5231(0x234),'LsbFG':function(_0x4b6f8d,_0x9257b6){return _0x4b6f8d&&_0x9257b6;},'snulA':_0x5231(0x235),'GpICp':_0x5231(0x236),'WTZOt':'โœ…\x20YouTube\x20connection\x20successful','ItlQW':'๐Ÿ“‹\x20COMPLETE\x20BACKEND\x20RESPONSE:','EkFBj':function(_0x59412f,_0x212748){return _0x59412f===_0x212748;},'FvZVI':function(_0x333e68,_0x1a227d){return _0x333e68===_0x1a227d;},'DHGOn':'HZbwF','ozNLs':_0x5231(0x237),'QmztH':_0x5231(0x238),'CeVou':'โœ…\x20[YOUTUBE\x20AUTH]\x20Full\x20YouTube\x20connection\x20with\x20persistent\x20access','zVnHj':_0x5231(0x239),'lMLWU':_0x5231(0x23a),'Adcum':_0x5231(0x23b),'rVSPy':'โŒ\x20YouTube\x20auth\x20failed:','KWISy':function(_0x30c819,_0x702e7d){return _0x30c819===_0x702e7d;},'GccQb':_0x5231(0x23c),'lBmRu':'bLLDa','cQnVs':_0x5231(0x20b),'GRcaG':'Google\x20Sign-In\x20already\x20in\x20progress','GcRtC':function(_0x862186,_0x4d17a6){return _0x862186===_0x4d17a6;},'aoCZi':_0x5231(0x23d),'vYyON':_0x5231(0x23e),'wCvOw':_0x5231(0x2d),'LXFvf':_0x5231(0xbb)};if(_0x2ccaf3===_0x18dc5f[_0x5231(0x23f)]){console[_0x5231(0x3b)](_0x5231(0x240));if(!_0x269a10||_0x18dc5f['hpDBA'](_0x269a10[_0x5231(0x241)](),'')){if(_0x18dc5f[_0x5231(0x242)]('friDi',_0x18dc5f['iyHhu'])){const _0x5abd34=_0x18dc5f[_0x5231(0x243)][_0x5231(0x5b)]('|');let _0x51cb1f=0x0;while(!![]){switch(_0x5abd34[_0x51cb1f++]){case'0':_0x5971b8['log'](_0x18dc5f['bINHR']);continue;case'1':_0x3da04c[_0x5231(0x3b)](_0x18dc5f['tHRTh']);continue;case'2':_0x22cf90[_0x5231(0x3b)](_0x5231(0x244));continue;case'3':_0x55cc83[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x245)],_0x4106e8?'Yes':'No');continue;case'4':_0x204519['log'](_0x18dc5f[_0x5231(0x246)]);continue;case'5':_0x4f5def[_0x5231(0x3b)](_0x5231(0xe5));continue;case'6':_0x2703eb['log'](_0x5231(0xe6));continue;}break;}}else return console['error'](_0x18dc5f[_0x5231(0x247)]),![];}try{if(_0x18dc5f['hpDBA']('GISnN',_0x18dc5f[_0x5231(0x248)]))_0x472365[_0x5231(0x9b)](_0x18dc5f[_0x5231(0x249)]);else{var _0xcf5494,_0x5a255c,_0xfdf14,_0x3d2959,_0xcc4394,_0x46fe53,_0x2f9ca4,_0x492f15,_0x1ded1e,_0x1014bb;_0x18dc5f[_0x5231(0x24a)](initializeGoogleSignIn),await GoogleSignin[_0x5231(0x10e)]();try{await GoogleSignin[_0x5231(0xff)](),console[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x24b)]);}catch(_0x525a6f){console[_0x5231(0x3b)](_0x5231(0xb5),_0x525a6f);}const _0x1ba3f3=await GoogleSignin['signIn']();console[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x24c)],(_0xcf5494=_0x1ba3f3['data'])===null||_0x18dc5f[_0x5231(0x24d)](_0xcf5494,void 0x0)||_0x18dc5f[_0x5231(0x24e)](_0xcf5494=_0xcf5494['user'],null)||_0x18dc5f[_0x5231(0x24f)](_0xcf5494,void 0x0)?void 0x0:_0xcf5494['email']),console[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x250)]),console['log'](JSON[_0x5231(0x8e)](_0x1ba3f3,null,0x2));const _0x222acc=await GoogleSignin[_0x5231(0x103)]();console[_0x5231(0x3b)]('๐Ÿ”‘\x20Got\x20Google\x20tokens'),console[_0x5231(0x3b)](_0x5231(0x251)),console[_0x5231(0x3b)](JSON[_0x5231(0x8e)](_0x222acc,null,0x2));const _0x4a42a9=await GoogleSignin[_0x5231(0x118)]();console[_0x5231(0x3b)](_0x18dc5f['fpmMu'],_0x18dc5f['LwhiT'](_0x4a42a9,null)||_0x18dc5f['hpDBA'](_0x4a42a9,void 0x0)||_0x18dc5f[_0x5231(0x252)](_0x5a255c=_0x4a42a9[_0x5231(0x117)],null)||_0x18dc5f['mGZlL'](_0x5a255c,void 0x0)?void 0x0:_0x5a255c[_0x5231(0x77)]),console[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x253)]),console['log'](JSON[_0x5231(0x8e)](_0x4a42a9,null,0x2));let _0x327c4d=null;console[_0x5231(0x3b)](_0x5231(0x254)),console['log'](_0x18dc5f[_0x5231(0x255)],_0x18dc5f[_0x5231(0x242)](_0xfdf14=_0x1ba3f3[_0x5231(0x115)],null)&&_0x18dc5f[_0x5231(0x242)](_0xfdf14,void 0x0)&&_0xfdf14[_0x5231(0x11f)]?'Present:\x20'+_0x1ba3f3[_0x5231(0x115)][_0x5231(0x11f)][_0x5231(0x4f)](0x0,0x14)+_0x5231(0x63):_0x18dc5f['IRxca']),console[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x256)],_0x4a42a9!==null&&_0x4a42a9!==void 0x0&&_0x4a42a9['serverAuthCode']?_0x5231(0x257)+_0x4a42a9[_0x5231(0x11f)][_0x5231(0x4f)](0x0,0x14)+'...':_0x18dc5f['IRxca']),console[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x258)],_0x222acc[_0x5231(0x1c9)]?_0x5231(0x257)+_0x222acc['idToken'][_0x5231(0x4f)](0x0,0x14)+_0x5231(0x63):_0x5231(0xca)),console[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x259)],_0x222acc[_0x5231(0x104)]?_0x5231(0x257)+_0x222acc[_0x5231(0x104)][_0x5231(0x4f)](0x0,0x14)+_0x5231(0x63):_0x18dc5f[_0x5231(0x25a)]);if(_0x18dc5f[_0x5231(0x25b)](_0x4a42a9,null)&&_0x18dc5f[_0x5231(0x25c)](_0x4a42a9,void 0x0)&&_0x4a42a9[_0x5231(0x11f)])_0x327c4d=_0x4a42a9[_0x5231(0x11f)],console[_0x5231(0x3b)](_0x18dc5f['KNhiE']),console[_0x5231(0x3b)](_0x5231(0x2b),_0x327c4d[_0x5231(0x4f)](0x0,0x14)+_0x5231(0x63));else(_0x3d2959=_0x1ba3f3[_0x5231(0x115)])!==null&&_0x18dc5f[_0x5231(0x25d)](_0x3d2959,void 0x0)&&_0x3d2959[_0x5231(0x11f)]&&(_0x327c4d=_0x1ba3f3['data'][_0x5231(0x11f)],console['log'](_0x5231(0x25e)),console[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x25f)],_0x327c4d[_0x5231(0x4f)](0x0,0x14)+'...'));!_0x327c4d?(console[_0x5231(0x41)](_0x5231(0x260)),console[_0x5231(0x41)](_0x18dc5f[_0x5231(0x261)]),console[_0x5231(0x41)](_0x18dc5f['UXlaZ']),console[_0x5231(0x9b)](_0x18dc5f[_0x5231(0x262)])):(console[_0x5231(0x3b)](_0x5231(0xb6)),console[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x263)],_0x327c4d[_0x5231(0x127)]('4/')?_0x18dc5f[_0x5231(0x264)]:_0x18dc5f[_0x5231(0x265)]));let _0x236795=_0x18dc5f[_0x5231(0x266)],_0x21d8c2=null;try{if(_0x5231(0x222)===_0x18dc5f['AERdg']){console['log'](_0x18dc5f[_0x5231(0x267)]);const _0x1d9231=await fetch(_0x18dc5f[_0x5231(0x268)],{'headers':{'Authorization':_0x5231(0x8)+_0x222acc['accessToken'],'Accept':'application/json'}});if(_0x1d9231['ok']){const _0x2bfb89=await _0x1d9231[_0x5231(0x96)]();if(_0x2bfb89[_0x5231(0x132)]&&_0x18dc5f[_0x5231(0x269)](_0x2bfb89[_0x5231(0x132)][_0x5231(0x133)],0x0))_0x236795=_0x2bfb89[_0x5231(0x132)][0x0][_0x5231(0x26a)][_0x5231(0x136)],_0x21d8c2=_0x2bfb89[_0x5231(0x132)][0x0]['id'],console[_0x5231(0x3b)](_0x5231(0xd5),_0x236795,'ID:',_0x21d8c2);else{var _0xa58ea8,_0x1d4fb1;console[_0x5231(0x3b)](_0x18dc5f['RFoqO']),_0x236795=(_0x18dc5f[_0x5231(0x26b)](_0xa58ea8=_0x1ba3f3[_0x5231(0x115)],null)||_0x18dc5f[_0x5231(0x24d)](_0xa58ea8,void 0x0)||_0x18dc5f[_0x5231(0x26c)](_0xa58ea8=_0xa58ea8[_0x5231(0x117)],null)||_0xa58ea8===void 0x0?void 0x0:_0xa58ea8['name'])||((_0x1d4fb1=_0x1ba3f3[_0x5231(0x115)])===null||_0x18dc5f[_0x5231(0x26d)](_0x1d4fb1,void 0x0)||_0x18dc5f[_0x5231(0x26d)](_0x1d4fb1=_0x1d4fb1[_0x5231(0x117)],null)||_0x18dc5f['SoQTw'](_0x1d4fb1,void 0x0)?void 0x0:_0x1d4fb1[_0x5231(0x77)])||_0x18dc5f['POsDM'];}}else{if(_0x18dc5f['fkcmv'](_0x18dc5f['Yicut'],_0x18dc5f[_0x5231(0x26e)])){var _0x4454a1,_0x4aff72;console[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x26f)],_0x1d9231[_0x5231(0x4d)]),_0x236795=(_0x18dc5f[_0x5231(0x270)](_0x4454a1=_0x1ba3f3[_0x5231(0x115)],null)||_0x18dc5f[_0x5231(0x26c)](_0x4454a1,void 0x0)||(_0x4454a1=_0x4454a1['user'])===null||_0x4454a1===void 0x0?void 0x0:_0x4454a1[_0x5231(0x53)])||((_0x4aff72=_0x1ba3f3[_0x5231(0x115)])===null||_0x18dc5f[_0x5231(0x24e)](_0x4aff72,void 0x0)||_0x18dc5f[_0x5231(0x271)](_0x4aff72=_0x4aff72['user'],null)||_0x18dc5f[_0x5231(0x272)](_0x4aff72,void 0x0)?void 0x0:_0x4aff72[_0x5231(0x77)])||_0x18dc5f[_0x5231(0x266)];}else _0x5749df[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x273)]),_0x133732['log'](_0x5231(0x237)),_0x357ff9[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x274)]);}}else _0x216e9b[_0x5231(0x3b)](_0x18dc5f['eHUwe']),_0x47b3bd[_0x5231(0x3b)](_0x5231(0x228)),_0x804674['log'](_0x18dc5f['wHakL']);}catch(_0x1ff378){if(_0x18dc5f['cHlPb']!==_0x18dc5f[_0x5231(0x275)])throw new _0x17df80(_0x18dc5f[_0x5231(0x276)]);else{var _0x5aef16,_0x198bc4;console[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x277)],_0x1ff378),_0x236795=((_0x5aef16=_0x1ba3f3['data'])===null||_0x18dc5f['hpDBA'](_0x5aef16,void 0x0)||_0x18dc5f[_0x5231(0x278)](_0x5aef16=_0x5aef16[_0x5231(0x117)],null)||_0x18dc5f[_0x5231(0x279)](_0x5aef16,void 0x0)?void 0x0:_0x5aef16[_0x5231(0x53)])||(_0x18dc5f['jOjnZ'](_0x198bc4=_0x1ba3f3[_0x5231(0x115)],null)||_0x18dc5f['bnbvZ'](_0x198bc4,void 0x0)||_0x18dc5f['yYpxB'](_0x198bc4=_0x198bc4[_0x5231(0x117)],null)||_0x18dc5f[_0x5231(0x27a)](_0x198bc4,void 0x0)?void 0x0:_0x198bc4[_0x5231(0x77)])||_0x5231(0xd1);}}let _0x1f8300=await _0x18dc5f[_0x5231(0x27b)](getJWT);const _0x3022cb=await AsyncStorage[_0x5231(0x27c)](_0x18dc5f[_0x5231(0x27d)]),_0x206e3d=_0x3022cb||_0x269a10||((_0xcc4394=_0x1ba3f3[_0x5231(0x115)])===null||_0x18dc5f[_0x5231(0x24d)](_0xcc4394,void 0x0)||_0x18dc5f[_0x5231(0x27e)](_0xcc4394=_0xcc4394['user'],null)||_0x18dc5f[_0x5231(0x27f)](_0xcc4394,void 0x0)?void 0x0:_0xcc4394['email'])||_0x5231(0x280);if(!_0x1f8300||_0x18dc5f[_0x5231(0x281)](_0x1f8300[_0x5231(0x241)]()[_0x5231(0x133)],0x14)){if(_0x18dc5f['WyMff'](_0x18dc5f[_0x5231(0x282)],_0x5231(0x227)))return{'success':![],'message':'Internet\x20works\x20but\x20API\x20server\x20is\x20unreachable.\x20The\x20server\x20may\x20be\x20blocking\x20requests\x20from\x20this\x20device/simulator.','details':_0x3b8a95};else console[_0x5231(0x3b)](_0x18dc5f['eHUwe']),console['log'](_0x18dc5f[_0x5231(0x283)]),console['log'](_0x18dc5f[_0x5231(0x284)]);}else{if(_0x18dc5f[_0x5231(0x24d)](_0x5231(0x285),_0x18dc5f[_0x5231(0x286)])){var _0x1a7fb4,_0x366288;_0x5ed8f1['log'](_0x18dc5f[_0x5231(0x26f)],_0x31b5b6['status']),_0x21ffdc=(_0x18dc5f[_0x5231(0x287)](_0x1a7fb4=_0x54ed84['data'],null)||_0x18dc5f[_0x5231(0x24d)](_0x1a7fb4,void 0x0)||_0x18dc5f[_0x5231(0x24d)](_0x1a7fb4=_0x1a7fb4[_0x5231(0x117)],null)||_0x18dc5f['XvtDe'](_0x1a7fb4,void 0x0)?void 0x0:_0x1a7fb4[_0x5231(0x53)])||(_0x18dc5f['ginnl'](_0x366288=_0xeaa6a2[_0x5231(0x115)],null)||_0x366288===void 0x0||_0x18dc5f[_0x5231(0x287)](_0x366288=_0x366288[_0x5231(0x117)],null)||_0x18dc5f['zbihA'](_0x366288,void 0x0)?void 0x0:_0x366288[_0x5231(0x77)])||_0x18dc5f['KGhId'];}else console[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x288)]),console[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x289)],_0x1f8300['substring'](0x0,0x14)+_0x5231(0x63));}console['log'](_0x18dc5f[_0x5231(0x28a)],_0x206e3d),console[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x28b)],_0x1f8300?_0x1f8300[_0x5231(0x4f)](0x0,0x14)+_0x5231(0x63):_0x18dc5f[_0x5231(0x28c)]),console[_0x5231(0x3b)](_0x18dc5f['uPCzM'],_0x236795);const _0x3c5acb={'session':{'username':_0x206e3d,'platform':_0x18dc5f[_0x5231(0x23f)],'timestamp':new Date()['toISOString'](),'channelName':_0x236795,'channelId':_0x21d8c2},'googleUser':_0x18dc5f[_0x5231(0x252)](_0x46fe53=_0x1ba3f3[_0x5231(0x115)],null)||_0x46fe53===void 0x0?void 0x0:_0x46fe53[_0x5231(0x117)],'accessToken':_0x222acc[_0x5231(0x104)],'idToken':_0x222acc['idToken'],'refreshToken':_0x327c4d,'serverAuthCode':_0x327c4d,'refresh_token':_0x327c4d,'server_auth_code':_0x327c4d,'authCode':_0x327c4d,'userAccountInfo':{'username':_0x206e3d,'email':(_0x2f9ca4=_0x1ba3f3['data'])===null||_0x18dc5f['yYpxB'](_0x2f9ca4,void 0x0)||_0x18dc5f['vNGcn'](_0x2f9ca4=_0x2f9ca4[_0x5231(0x117)],null)||_0x18dc5f[_0x5231(0x270)](_0x2f9ca4,void 0x0)?void 0x0:_0x2f9ca4[_0x5231(0x77)],'authToken':_0x1f8300,'channelName':_0x236795,'channelId':_0x21d8c2,'userIdentifier':_0x1f8300?_0x5231(0x14f)+_0x1f8300[_0x5231(0x4f)](0x0,0xa):_0x5231(0x150)+(_0x18dc5f[_0x5231(0x279)](_0x492f15=_0x1ba3f3[_0x5231(0x115)],null)||_0x18dc5f[_0x5231(0x28d)](_0x492f15,void 0x0)||(_0x492f15=_0x492f15[_0x5231(0x117)])===null||_0x492f15===void 0x0?void 0x0:_0x492f15['email']),'googleId':_0x18dc5f['OnmQv'](_0x1ded1e=_0x1ba3f3[_0x5231(0x115)],null)||_0x1ded1e===void 0x0||_0x18dc5f['shPPz'](_0x1ded1e=_0x1ded1e['user'],null)||_0x18dc5f[_0x5231(0x28e)](_0x1ded1e,void 0x0)?void 0x0:_0x1ded1e['id'],'appleUserId':_0x18dc5f['ShFDJ'](_0x1f8300,null)&&_0x18dc5f[_0x5231(0x28f)](_0x1f8300,void 0x0)&&_0x1f8300[_0x5231(0x59)](_0x18dc5f[_0x5231(0x290)])?_0x1f8300[_0x5231(0x5b)]('.')[0x1]:null,'refreshToken':_0x327c4d,'serverAuthCode':_0x327c4d},'tokenExpiry':new Date(_0x18dc5f[_0x5231(0x291)](Date[_0x5231(0x153)](),_0x18dc5f[_0x5231(0x292)](0xe10,0x3e8)))[_0x5231(0x293)](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!!_0x327c4d,'refreshTokenType':_0x327c4d?_0x327c4d[_0x5231(0x127)]('4/')?_0x18dc5f[_0x5231(0x264)]:_0x18dc5f[_0x5231(0x265)]:_0x5231(0x1df),'configuredForRefresh':!![],'forcedConsent':!![],'refreshTokenValue':_0x327c4d}};console['log'](_0x18dc5f['sqSFa']),console[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x294)],!!_0x3c5acb[_0x5231(0x104)]),console[_0x5231(0x3b)](_0x18dc5f['TgtIS'],!!_0x3c5acb[_0x5231(0x155)]),console['log'](_0x18dc5f[_0x5231(0x295)],!!_0x3c5acb[_0x5231(0x11f)]),console[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x296)],_0x3c5acb[_0x5231(0x158)][_0x5231(0x15d)]),console[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x297)],_0x18dc5f[_0x5231(0x27e)](_0x1014bb=_0x1ba3f3['data'],null)||_0x1014bb===void 0x0||_0x18dc5f[_0x5231(0x298)](_0x1014bb=_0x1014bb[_0x5231(0x117)],null)||_0x18dc5f[_0x5231(0x299)](_0x1014bb,void 0x0)?void 0x0:_0x1014bb[_0x5231(0x77)]),console[_0x5231(0x3b)](_0x18dc5f['zHyDN'],_0x236795),console[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x29a)]),console[_0x5231(0x3b)](JSON[_0x5231(0x8e)](_0x3c5acb,null,0x2)),console['log'](_0x5231(0x29b),!!_0x327c4d);const _0x4a6177=await fetch(API_CONFIG['BASE_URL']+_0x5231(0x161),{'method':'POST','headers':{'Content-Type':'application/json',..._0x18dc5f[_0x5231(0x29c)](_0x1f8300,{'Authorization':_0x1f8300})},'body':JSON[_0x5231(0x8e)](_0x3c5acb)});console[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x29d)],_0x4a6177['status']),console[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x29e)],_0x4a6177['headers']);if(_0x4a6177['ok']){var _0xb485da,_0x1a2350;const _0x1f2f9c=await _0x4a6177[_0x5231(0x96)]();console[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x29f)]),console[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x2a0)]),console['log'](JSON[_0x5231(0x8e)](_0x1f2f9c,null,0x2));const _0x103f16=_0x18dc5f['zbihA'](_0x18dc5f[_0x5231(0x2a1)](_0xb485da=_0x1f2f9c[_0x5231(0x166)],null)||_0x18dc5f[_0x5231(0x2a2)](_0xb485da,void 0x0)?void 0x0:_0xb485da['isTemporaryMode'],!![])||_0x18dc5f[_0x5231(0x26c)](_0x18dc5f[_0x5231(0x26b)](_0x1a2350=_0x1f2f9c['temporaryMode'],null)||_0x18dc5f[_0x5231(0x28d)](_0x1a2350,void 0x0)?void 0x0:_0x1a2350[_0x5231(0x16c)],!![])||_0x18dc5f[_0x5231(0x24e)](_0x1f2f9c[_0x5231(0x168)],!![])||_0x1f2f9c[_0x5231(0x58)]&&_0x1f2f9c[_0x5231(0x58)][_0x5231(0x59)](_0x5231(0x2a3));if(_0x103f16){if(_0x18dc5f[_0x5231(0x24d)](_0x18dc5f['DHGOn'],_0x18dc5f[_0x5231(0x2a4)]))console[_0x5231(0x3b)]('๐Ÿ”„\x20[YOUTUBE\x20AUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode'),console[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x2a5)]),console[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x274)]);else return _0x312787[_0x5231(0x9b)](_0x18dc5f[_0x5231(0x2a6)]),_0x3d047d[_0x5231(0x9b)](_0x18dc5f[_0x5231(0x2a7)],_0x4b2b57),_0x20ea77[_0x5231(0x9b)](_0x18dc5f[_0x5231(0x2a8)]),![];}else _0x1f2f9c[_0x5231(0x175)]||_0x1f2f9c['refreshTokenReceived']?(console[_0x5231(0x3b)](_0x18dc5f['QmztH']),console[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x2a9)])):(console[_0x5231(0x9b)](_0x18dc5f[_0x5231(0x2aa)]),console[_0x5231(0x9b)]('๐Ÿ”\x20[YOUTUBE\x20AUTH]\x20Response\x20data\x20keys:',Object[_0x5231(0x2ab)](_0x1f2f9c)),console[_0x5231(0x9b)](_0x18dc5f[_0x5231(0x2ac)]));return!![];}else{if(_0x18dc5f['oPSEx'](_0x18dc5f[_0x5231(0x2ad)],_0x18dc5f[_0x5231(0x2ad)]))return _0x3e3eea['includes'](_0x18dc5f[_0x5231(0x2ae)])||_0x1f43aa[_0x5231(0x59)]('code=');else{const _0x2bdb99=await _0x4a6177[_0x5231(0x93)]();return console[_0x5231(0x41)](_0x18dc5f[_0x5231(0x2af)],_0x4a6177['status']),console['error']('๐Ÿ“‹\x20BACKEND\x20ERROR\x20RESPONSE:'),console[_0x5231(0x41)](_0x2bdb99),![];}}}}catch(_0x1e70f7){if(_0x18dc5f[_0x5231(0x2b0)](_0x18dc5f['GccQb'],'sFzVl'))return _0x280fb1['error'](_0x18dc5f[_0x5231(0x2b1)],_0x548676),![];else{console[_0x5231(0x41)](_0x5231(0x2b2),_0x1e70f7);if(_0x1e70f7['code']===statusCodes[_0x5231(0x12e)])_0x18dc5f[_0x5231(0x27a)](_0x18dc5f[_0x5231(0x2b3)],_0x18dc5f[_0x5231(0x2b3)])?console[_0x5231(0x3b)](_0x18dc5f['cQnVs']):(_0x3f9b6e=_0x4ce2cc[_0x5231(0x132)][0x0][_0x5231(0x26a)]['title'],_0x365660=_0xc70786[_0x5231(0x132)][0x0]['id'],_0x3e3d6f[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x2b4)],_0x5e562c,_0x5231(0xd6),_0x5bc533));else{if(_0x1e70f7[_0x5231(0xe)]===statusCodes[_0x5231(0x2b5)])console[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x2b6)]);else _0x18dc5f[_0x5231(0x2b7)](_0x1e70f7[_0x5231(0xe)],statusCodes['PLAY_SERVICES_NOT_AVAILABLE'])&&(_0x18dc5f[_0x5231(0x2b8)](_0x18dc5f[_0x5231(0x2b9)],_0x18dc5f['vYyON'])?_0x576a0b[_0x5231(0x41)](_0x18dc5f[_0x5231(0x2ba)],_0x57d9f0):console[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x2bb)]));}return![];}}}if(_0x18dc5f['mkYhs'](_0x2ccaf3,'instagram'))return console[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x2bc)]),new Promise(_0x16b2a6=>{_0x18dc5f[_0x5231(0x2bd)](setTimeout,()=>{const _0x2adad1={'TSlNU':function(_0x13786b,_0x337b34){return _0x18dc5f[_0x5231(0x26b)](_0x13786b,_0x337b34);},'PpYKa':function(_0x337f46,_0x311352){return _0x337f46===_0x311352;},'jygci':function(_0x211032,_0x42cb8a){return _0x211032===_0x42cb8a;},'atLsF':function(_0x38270c,_0x181bfd){return _0x18dc5f[_0x5231(0x26b)](_0x38270c,_0x181bfd);},'QIGEf':function(_0x26d83b,_0x483f11){return _0x18dc5f[_0x5231(0x2be)](_0x26d83b,_0x483f11);}};if(_0x18dc5f[_0x5231(0x242)](_0x18dc5f[_0x5231(0x2bf)],_0x18dc5f['Ktosx']))console[_0x5231(0x3b)](_0x18dc5f[_0x5231(0x2c0)]),_0x16b2a6(!![]);else{var _0xa1e85,_0x481a3c;_0xd99b14[_0x5231(0x3b)](_0x5231(0x139)),_0x13d790=(_0x2adad1['TSlNU'](_0xa1e85=_0x42fc76['data'],null)||_0x2adad1['TSlNU'](_0xa1e85,void 0x0)||(_0xa1e85=_0xa1e85['user'])===null||_0x2adad1[_0x5231(0x2c1)](_0xa1e85,void 0x0)?void 0x0:_0xa1e85['name'])||(_0x2adad1[_0x5231(0x2c2)](_0x481a3c=_0x12f65d[_0x5231(0x115)],null)||_0x2adad1[_0x5231(0x2c3)](_0x481a3c,void 0x0)||_0x2adad1['QIGEf'](_0x481a3c=_0x481a3c[_0x5231(0x117)],null)||_0x481a3c===void 0x0?void 0x0:_0x481a3c[_0x5231(0x77)])||_0x5231(0xd8);}},0x3e8);});return![];};export const isOAuthCallback=_0x2b7307=>{const _0x3c5b91={'TLbzh':_0x5231(0x2c4)};return _0x2b7307[_0x5231(0x59)]('auth/callback')||_0x2b7307[_0x5231(0x59)](_0x3c5b91['TLbzh']);};export const exchangeCodeForToken=async(_0x36258f,_0x4ec12b)=>{const _0x28a953={'kmxVx':_0x5231(0x1f4),'SrwhJ':function(_0x3d5125,_0x32577c){return _0x3d5125!==_0x32577c;},'mmlUK':_0x5231(0x2c5),'hYgAg':function(_0x5af17c,_0x2a76d4,_0x486689){return _0x5af17c(_0x2a76d4,_0x486689);},'Pkfyq':_0x5231(0x19b)};console[_0x5231(0x3b)](_0x5231(0x2c6)+_0x4ec12b);try{if(_0x28a953[_0x5231(0x2c7)](_0x5231(0x2c5),_0x28a953[_0x5231(0x2c8)]))_0x5c747b[_0x5231(0x3b)](_0x28a953[_0x5231(0x2c9)],_0x25e09e);else{const _0x2d85b7=API_CONFIG[_0x5231(0xf)]+'/'+_0x4ec12b+_0x5231(0x2ca),_0x27e34d=await _0x28a953[_0x5231(0x2cb)](fetch,_0x2d85b7,{'method':'POST','headers':{'Content-Type':'application/json'},'body':JSON['stringify']({'code':_0x36258f,'platform':_0x4ec12b})});if(!_0x27e34d['ok']){console[_0x5231(0x41)](_0x5231(0x2cc)+_0x27e34d['status']);throw new Error('Token\x20exchange\x20failed\x20with\x20status\x20'+_0x27e34d[_0x5231(0x4d)]);}const _0x2b3d3e=await _0x27e34d[_0x5231(0x96)]();return console[_0x5231(0x3b)]('Token\x20exchange\x20successful\x20for\x20'+_0x4ec12b),_0x2b3d3e;}}catch(_0x36458b){return console[_0x5231(0x41)](_0x5231(0x1aa),_0x36458b),console[_0x5231(0x3b)](_0x28a953[_0x5231(0x2cd)]),{'access_token':_0x4ec12b+_0x5231(0x1ac)+Math[_0x5231(0x1ad)]()[_0x5231(0x1ae)](0x24)[_0x5231(0x4f)](0x7),'refresh_token':_0x4ec12b+_0x5231(0x1af)+Math[_0x5231(0x1ad)]()[_0x5231(0x1ae)](0x24)[_0x5231(0x4f)](0x7),'expires_in':0xe10};}};export const refreshYouTubeTokens=async()=>{const _0x52ccca={'mNWgR':'https://www.googleapis.com/auth/youtube.readonly','OIivY':_0x5231(0xc5),'yGmqb':_0x5231(0xaa),'UJTcP':_0x5231(0x22a),'TdUJd':_0x5231(0x2ce),'sgBcT':_0x5231(0x39),'IdmTF':function(_0x234b87,_0x2ed604){return _0x234b87===_0x2ed604;},'aHDqr':'NKisc','TLtCR':_0x5231(0x2cf),'ZOGzu':function(_0x40c236,_0x29c4b2){return _0x40c236!==_0x29c4b2;},'VIVvA':_0x5231(0x75),'hNmeR':function(_0x421867){return _0x421867();},'lqNPl':_0x5231(0x2d0),'OxhEw':function(_0x3764b3,_0x3f0e76,_0x483fe6){return _0x3764b3(_0x3f0e76,_0x483fe6);},'VOFCF':function(_0x1f58c8,_0xa3599){return _0x1f58c8===_0xa3599;},'hTBsk':function(_0x333646,_0xc234bb){return _0x333646+_0xc234bb;},'OEWaS':function(_0x540436,_0x4d622a){return _0x540436*_0x4d622a;},'VVVfk':_0x5231(0x2d1),'jEKlY':'โœ…\x20YouTube\x20tokens\x20refreshed\x20successfully:','xQqmA':_0x5231(0x2d2)};try{if(_0x52ccca[_0x5231(0x2d3)](_0x52ccca[_0x5231(0x2d4)],_0x52ccca[_0x5231(0x2d4)])){var _0x21bffe;console[_0x5231(0x3b)](_0x52ccca[_0x5231(0x2d5)]);const _0x11384a=await GoogleSignin['getTokens']();if(!_0x11384a)return console[_0x5231(0x41)](_0x5231(0x2d6)),![];const _0xc69c7f=await GoogleSignin['getCurrentUser']();if(!_0xc69c7f){if(_0x52ccca['ZOGzu']('QJYhJ',_0x5231(0x2d7)))_0x4d2925[_0x5231(0x41)](_0x5231(0xb4));else return console[_0x5231(0x41)](_0x52ccca[_0x5231(0x2d8)]),![];}const _0x236560=await _0x52ccca[_0x5231(0x2d9)](getJWT);if(!_0x236560)return console[_0x5231(0x41)](_0x52ccca[_0x5231(0x2da)]),![];const _0x49294e=await _0x52ccca[_0x5231(0x2db)](fetch,API_CONFIG[_0x5231(0xf)]+_0x5231(0x2dc),{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x236560},'body':JSON['stringify']({'accessToken':_0x11384a[_0x5231(0x104)],'idToken':_0x11384a[_0x5231(0x1c9)],'refreshToken':_0xc69c7f['serverAuthCode'],'userEmail':_0x52ccca['VOFCF'](_0x21bffe=_0xc69c7f[_0x5231(0x117)],null)||_0x21bffe===void 0x0?void 0x0:_0x21bffe[_0x5231(0x77)],'tokenExpiry':new Date(_0x52ccca[_0x5231(0x2dd)](Date[_0x5231(0x153)](),_0x52ccca[_0x5231(0x2de)](0xe10,0x3e8)))[_0x5231(0x293)](),'timestamp':new Date()[_0x5231(0x293)]()})});if(_0x49294e['ok']){if(_0x52ccca['VVVfk']!==_0x52ccca['VVVfk'])GoogleSignin[_0x5231(0x10d)]({'webClientId':_0x70e4b9,'iosClientId':_0x3fe172,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x52ccca[_0x5231(0x2df)],_0x52ccca[_0x5231(0x2e0)],_0x52ccca[_0x5231(0x2e1)],_0x5231(0x77)],'hostedDomain':'','accountName':''});else{const _0x1ea3c9=await _0x49294e[_0x5231(0x96)]();return console[_0x5231(0x3b)](_0x52ccca[_0x5231(0x2e2)],_0x1ea3c9),!![];}}else{if(_0x52ccca['IdmTF'](_0x5231(0x2e3),_0x5231(0x2e3))){const _0x141f2e=await _0x49294e[_0x5231(0x93)]();return console[_0x5231(0x41)]('โŒ\x20YouTube\x20token\x20refresh\x20failed:',_0x49294e[_0x5231(0x4d)],_0x141f2e),![];}else _0x33759a[_0x5231(0x3b)](_0x52ccca[_0x5231(0x2e4)]),_0x599843[_0x5231(0x3b)](_0x52ccca[_0x5231(0x2e5)],_0x171872['substring'](0x0,0x14)+_0x5231(0x63));}}else return{'success':![],'message':_0x52ccca[_0x5231(0x2e6)],'details':_0x47d636};}catch(_0x292356){return console['error'](_0x52ccca[_0x5231(0x2e7)],_0x292356),![];}};const triggerTrainingRestart=async(_0x136d19,_0x32bf05)=>{const _0x521fb6={'ydntU':_0x5231(0x19d),'rSxIp':_0x5231(0x2e8),'qmTjZ':function(_0xb6a8bc,_0x35e758,_0x1fea8e){return _0xb6a8bc(_0x35e758,_0x1fea8e);},'tMiGN':_0x5231(0x2e9),'dymFI':_0x5231(0xdc),'wglCA':function(_0x56aad2,_0x17b050){return _0x56aad2===_0x17b050;},'edEGR':_0x5231(0x2ea),'wkdym':'โŒ\x20[TRAINING\x20RESTART]\x20Error\x20triggering\x20training\x20restart:'};try{console[_0x5231(0x3b)](_0x521fb6[_0x5231(0x2eb)],_0x136d19);const _0xea9304=await _0x521fb6[_0x5231(0x2ec)](fetch,API_CONFIG[_0x5231(0xf)]+'/mobile-training/restart',{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x32bf05},'body':JSON[_0x5231(0x8e)]({'username':_0x136d19,'reason':_0x521fb6[_0x5231(0x2ed)],'platform':_0x521fb6[_0x5231(0x2ee)],'timestamp':new Date()[_0x5231(0x293)](),'requestNewTraining':!![]})});if(_0xea9304['ok']){const _0x21ac81=await _0xea9304[_0x5231(0x96)]();console[_0x5231(0x3b)]('โœ…\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20successful:',_0x21ac81);}else{const _0xe9eb3=await _0xea9304['text']();console[_0x5231(0x41)](_0x5231(0x2ef),_0xea9304['status'],_0xe9eb3);throw new Error(_0x5231(0x2f0)+_0xea9304['status']);}}catch(_0x33c765){if(_0x521fb6[_0x5231(0x2f1)](_0x521fb6[_0x5231(0x2f2)],_0x521fb6[_0x5231(0x2f2)])){console['error'](_0x521fb6['wkdym'],_0x33c765);throw _0x33c765;}else _0x5d2705[_0x5231(0x3b)](_0x521fb6[_0x5231(0x2f3)],_0x71efa9);}};export const testYouTubeRefreshToken=async _0x3d4d1f=>{const _0x196f36={'kRCfq':_0x5231(0xbe),'PxYHs':function(_0x352be4){return _0x352be4();},'MJiVi':'๐Ÿ”\x20Current\x20token\x20status:','LEdmt':function(_0x3323f4,_0x19050c){return _0x3323f4===_0x19050c;},'hbZGt':_0x5231(0x2f4),'XuYNr':_0x5231(0x2f5),'wzBur':_0x5231(0x2f6),'qWRkx':'โŒ\x20Failed\x20to\x20fix\x20YouTube\x20connection','sKDzm':_0x5231(0x212)};console[_0x5231(0x3b)](_0x5231(0x2f7)),console[_0x5231(0x3b)](_0x196f36[_0x5231(0x2f8)],_0x3d4d1f);try{const _0x5b71cd=await _0x196f36['PxYHs'](debugYouTubeTokens);console[_0x5231(0x3b)](_0x196f36[_0x5231(0x2f9)],_0x5b71cd);if(!_0x5b71cd['hasRefreshToken']){if(_0x196f36[_0x5231(0x2fa)](_0x196f36[_0x5231(0x2fb)],_0x196f36[_0x5231(0x2fb)])){console['log'](_0x5231(0x2fc));const _0x45e7c9=await fixUserYouTubeConnection(_0x3d4d1f);if(_0x45e7c9){console[_0x5231(0x3b)](_0x196f36['XuYNr']);const _0x706394=await _0x196f36[_0x5231(0x2fd)](debugYouTubeTokens);console['log'](_0x196f36[_0x5231(0x2fe)],_0x706394);}else console[_0x5231(0x41)](_0x196f36[_0x5231(0x2ff)]);}else _0x2d6457[_0x5231(0x41)](_0x5231(0x55)+_0x1d6389+_0x5231(0x56));}else console['log']('โœ…\x20Refresh\x20token\x20already\x20available');}catch(_0x9fce5a){console[_0x5231(0x41)](_0x196f36[_0x5231(0x300)],_0x9fce5a);}};export const requestEmailVerification=async(_0xd815dc,_0x3d3620=![])=>{const _0x25e963={'EPozG':'โŒ\x20User\x20cancelled\x20sign-in\x20-\x20no\x20refresh\x20token\x20obtained','ToelW':_0x5231(0xb2),'eBoBd':function(_0x307639,_0x4f73da){return _0x307639!==_0x4f73da;},'gvtJT':'YpYwS','tNBZx':_0x5231(0x301),'qFniH':'๐Ÿ“ง\x20Requesting\x20email\x20verification\x20for:','BcVzr':function(_0x3d3d20,_0x1bea5f,_0x3877be){return _0x3d3d20(_0x1bea5f,_0x3877be);},'UaGzY':function(_0x321647){return _0x321647();},'zoafz':_0x5231(0x302),'BiXQc':function(_0x44012a,_0x558c9a){return _0x44012a===_0x558c9a;},'LGyvn':_0x5231(0x303),'oPtIC':_0x5231(0x304),'doWSu':'Failed\x20to\x20send\x20verification\x20code','UbBSu':function(_0x5918c4,_0x11b91a){return _0x5918c4!==_0x11b91a;},'QwNFd':'uNsiP','KlJCk':_0x5231(0x2e)};try{if(_0x25e963[_0x5231(0x305)](_0x25e963[_0x5231(0x306)],_0x25e963[_0x5231(0x307)])){console[_0x5231(0x3b)](_0x25e963[_0x5231(0x308)],_0xd815dc);const _0x59b6bd=await _0x25e963[_0x5231(0x309)](fetch,API_CONFIG['BASE_URL']+_0x5231(0x30a),{'method':'POST','headers':_0x25e963[_0x5231(0x30b)](getDeveloperAuthHeaders),'body':JSON[_0x5231(0x8e)]({'email':_0xd815dc,'action':_0x25e963['zoafz'],'testMode':_0x3d3620})}),_0x438a0b=await _0x59b6bd[_0x5231(0x96)]();if(_0x59b6bd['ok']){if(_0x25e963[_0x5231(0x30c)](_0x25e963['LGyvn'],_0x25e963['oPtIC']))_0x8aed7f['error'](_0x25e963[_0x5231(0x30d)]),_0x4ac3d3[_0x5231(0x41)](_0x25e963[_0x5231(0x30e)]);else return{'success':!![],'message':_0x438a0b['message']||_0x5231(0x30f)};}else return{'success':![],'error':_0x438a0b[_0x5231(0x58)]||_0x25e963[_0x5231(0x310)]};}else return _0x23871e[_0x5231(0x3b)]('โœ…\x20'+_0x45a74f+'\x20YouTube\x20connection\x20fixed\x20via\x20Method\x201!'),!![];}catch(_0x34297e){if(_0x25e963[_0x5231(0x311)](_0x25e963[_0x5231(0x312)],_0x25e963[_0x5231(0x312)]))_0x23ea8d[_0x5231(0x3b)](_0x5231(0x8b)+_0x40a2f6+_0x5231(0x313)),_0x50c64f['abort']();else return console[_0x5231(0x41)]('โŒ\x20Error\x20requesting\x20email\x20verification:',_0x34297e),{'success':![],'error':_0x25e963[_0x5231(0x314)]};}};export const verifyEmailCode=async(_0x447e16,_0x9272ab,_0x31b647=![])=>{const _0x4e0fbd={'mgSmS':_0x5231(0x315),'CLoez':_0x5231(0x316),'ZInrA':_0x5231(0x317),'tPgCz':'verify','koVuF':function(_0x31b29d,_0x44b08b){return _0x31b29d===_0x44b08b;},'Epruo':_0x5231(0x318),'aTvpi':'Invalid\x20verification\x20code','KHvBj':function(_0x5b4f4d,_0x21a779){return _0x5b4f4d!==_0x21a779;},'tWcdq':_0x5231(0x319),'OhtCP':'โŒ\x20Error\x20verifying\x20email\x20code:','OZdSS':'Network\x20error.\x20Please\x20check\x20your\x20connection\x20and\x20try\x20again.'};try{console[_0x5231(0x3b)](_0x5231(0x31a),_0x447e16);const _0x5c8414=await fetch(API_CONFIG[_0x5231(0xf)]+_0x5231(0x30a),{'method':'POST','headers':getDeveloperAuthHeaders(),'body':JSON[_0x5231(0x8e)]({'email':_0x447e16,'code':_0x9272ab,'action':_0x4e0fbd[_0x5231(0x31b)],'testMode':_0x31b647})}),_0x243631=await _0x5c8414['json']();if(_0x5c8414['ok'])return{'success':!![],'message':_0x243631[_0x5231(0x58)]||_0x5231(0xbc),'existingUser':_0x243631[_0x5231(0x198)]||![],'token':_0x243631[_0x5231(0x199)]};else{if(_0x4e0fbd[_0x5231(0x31c)](_0x4e0fbd['Epruo'],_0x4e0fbd['Epruo']))return{'success':![],'error':_0x243631[_0x5231(0x58)]||_0x4e0fbd['aTvpi']};else _0x45dc3a[_0x5231(0x3b)](_0x4e0fbd['mgSmS']);}}catch(_0x5aa496){return _0x4e0fbd[_0x5231(0x31d)](_0x5231(0x31e),_0x4e0fbd[_0x5231(0x31f)])?(console['error'](_0x4e0fbd[_0x5231(0x320)],_0x5aa496),{'success':![],'error':_0x4e0fbd[_0x5231(0x321)]}):(_0x1017c0[_0x5231(0x41)](_0x5231(0xf9)),_0x5cb3ef[_0x5231(0x41)](_0x4e0fbd[_0x5231(0x322)]),_0x5a324a[_0x5231(0x41)](_0x5231(0xf7)),_0x356afe[_0x5231(0x41)](_0x5231(0xf8)),_0x15af66[_0x5231(0x41)](_0x4e0fbd[_0x5231(0x323)]),_0x4aa373['error']('\x20\x20\x203.\x20Ensure\x20user\x20clicks\x20\x22Allow\x22\x20on\x20consent\x20screen'),![]);}};export const checkEmailVerificationStatus=async(_0x573525,_0x215edf=![])=>{const _0x2cc62d={'mrUuy':function(_0x28a2d9){return _0x28a2d9();},'hECqn':_0x5231(0x2c),'zVTGb':_0x5231(0x66)};try{const _0x156dff=await fetch(API_CONFIG[_0x5231(0xf)]+'/email/verification/status',{'method':'POST','headers':_0x2cc62d[_0x5231(0x324)](getDeveloperAuthHeaders),'body':JSON[_0x5231(0x8e)]({'email':_0x573525,'testMode':_0x215edf})}),_0x100520=await _0x156dff[_0x5231(0x96)]();return{'success':_0x156dff['ok'],'isPending':_0x100520[_0x5231(0x325)]||![],'message':_0x100520[_0x5231(0x58)]};}catch(_0x170f5b){return console[_0x5231(0x41)](_0x2cc62d[_0x5231(0x326)],_0x170f5b),{'success':![],'isPending':![],'error':_0x2cc62d['zVTGb']};}};export const initializePlatformAuthService=()=>{const _0x5c8d4b={'ZjYto':_0x5231(0x149),'zHwHN':function(_0x13daf2){return _0x13daf2();}};console[_0x5231(0x3b)](_0x5c8d4b[_0x5231(0x327)]),_0x5c8d4b[_0x5231(0x328)](initializeGoogleSignIn);};
1
+ import{Platform}from'react-native';import{GoogleSignin,statusCodes}from'@react-native-google-signin/google-signin';import AsyncStorage from'@react-native-async-storage/async-storage';function _0x316a(_0x2c84e3,_0x316a97){_0x2c84e3=_0x2c84e3-0x0;const _0x579a0e=_0x2c84();let _0xf30c3b=_0x579a0e[_0x2c84e3];return _0xf30c3b;}import{API_CONFIG,getApiHeaders,getUserAuthHeaders}from'../config/api';import{getApiConfig,isApiKeyInitialized}from'./apiKeyService';import{getJWT}from'./jwtStorageService';const getDeveloperAuthHeaders=()=>{const _0x33aa98={'EPvwb':function(_0x24f606){return _0x24f606();},'hRiYu':_0x316a(0x0),'DnSqq':function(_0x2e425e){return _0x2e425e();},'pMdiT':function(_0x3d021c,_0x13bc0c){return _0x3d021c!==_0x13bc0c;},'TKZdm':'No\x20API\x20key\x20configured.\x20Please\x20initialize\x20the\x20SDK\x20with\x20a\x20valid\x20developer\x20API\x20key.'};if(!_0x33aa98[_0x316a(0x1)](isApiKeyInitialized))throw new Error(_0x33aa98[_0x316a(0x2)]);const _0xf6b9d8=_0x33aa98[_0x316a(0x3)](getApiConfig);if(!(_0x33aa98[_0x316a(0x4)](_0xf6b9d8,null)&&_0x33aa98[_0x316a(0x4)](_0xf6b9d8,void 0x0)&&_0xf6b9d8[_0x316a(0x5)]))throw new Error(_0x33aa98[_0x316a(0x6)]);return{..._0x33aa98['EPvwb'](getApiHeaders),'Authorization':_0x316a(0x7)+_0xf6b9d8[_0x316a(0x5)],'X-SDK-Version':_0x316a(0x8),'X-SDK-Platform':'react-native'};},WEB_CLIENT_ID='1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com',IOS_CLIENT_ID=_0x316a(0x9),OAUTH_CONFIG={'instagram':{'authUrl':_0x316a(0xa),'clientId':'demo_instagram_client_id','redirectUri':'onairosevents://auth/callback','scope':'user_profile,user_media','responseType':_0x316a(0xb),'hasNativeSDK':![]},'youtube':{'authUrl':API_CONFIG[_0x316a(0xc)]+_0x316a(0xd),'clientId':_0x316a(0x9),'redirectUri':'onairosevents://auth/callback','scope':'https://www.googleapis.com/auth/youtube.readonly','responseType':_0x316a(0xb),'hasNativeSDK':!![]},'reddit':{'authUrl':API_CONFIG[_0x316a(0xc)]+'/reddit/authorize','clientId':_0x316a(0xe),'redirectUri':_0x316a(0xf),'scope':_0x316a(0x10),'responseType':_0x316a(0xb),'hasNativeSDK':![]},'pinterest':{'authUrl':API_CONFIG['BASE_URL']+_0x316a(0x11),'clientId':_0x316a(0x12),'redirectUri':_0x316a(0xf),'scope':_0x316a(0x13),'responseType':'code','hasNativeSDK':![]},'facebook':{'authUrl':_0x316a(0x14),'clientId':'demo_facebook_client_id','redirectUri':_0x316a(0xf),'scope':_0x316a(0x15),'responseType':_0x316a(0xb),'hasNativeSDK':![]},'linkedin':{'authUrl':API_CONFIG['BASE_URL']+_0x316a(0x16),'clientId':'','redirectUri':_0x316a(0xf),'scope':_0x316a(0x17),'responseType':_0x316a(0xb),'hasNativeSDK':![]},'gmail':{'authUrl':API_CONFIG['BASE_URL']+_0x316a(0x18),'clientId':_0x316a(0x19),'redirectUri':_0x316a(0xf),'scope':_0x316a(0x1a),'responseType':_0x316a(0xb),'hasNativeSDK':![]},'email':{'hasNativeSDK':![],'authUrl':API_CONFIG['BASE_URL']+'/email/authorize'},'chatgpt':{'authUrl':_0x316a(0x1b),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'claude':{'authUrl':_0x316a(0x1c),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'gemini':{'authUrl':_0x316a(0x1d),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'grok':{'authUrl':_0x316a(0x1e),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'hinge':{'authUrl':'https://hinge.co','clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'instagram_webview':{'authUrl':'https://www.instagram.com','clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'sephora':{'authUrl':'https://www.sephora.com','clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'telegram':{'authUrl':_0x316a(0x1f),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]}};export const hasNativeSDK=_0xd099e2=>{const _0x94f06d={'sAEzn':function(_0x5a8157,_0x5014e9){return _0x5a8157===_0x5014e9;}};var _0x19c6e2;return(_0x94f06d[_0x316a(0x20)](_0x19c6e2=OAUTH_CONFIG[_0xd099e2],null)||_0x94f06d['sAEzn'](_0x19c6e2,void 0x0)?void 0x0:_0x19c6e2[_0x316a(0x21)])||![];};export const testApiConnectivity=async()=>{const _0x29f0e8={'YuqpA':_0x316a(0x22),'cxGam':_0x316a(0x23),'qiNtA':_0x316a(0x24),'femAS':'โŒ\x20Error\x20refreshing\x20YouTube\x20tokens:','HQmBa':_0x316a(0x25),'krmkB':function(_0xdfb82c,_0x1e1c35){return _0xdfb82c===_0x1e1c35;},'isJgt':'User\x20cancelled\x20Google\x20Sign-In','SHMsP':'Google\x20Sign-In\x20already\x20in\x20progress','xolgM':function(_0x53382f,_0x2692aa){return _0x53382f===_0x2692aa;},'UxmkS':function(_0x4ff9f2){return _0x4ff9f2();},'ZRHLw':'SDK\x20not\x20initialized.\x20Developers\x20must\x20call\x20initializeApiKey()\x20before\x20using\x20auth\x20features.','LjKME':function(_0x7c8b75,_0x54d070){return _0x7c8b75!==_0x54d070;},'rOWPT':_0x316a(0x26),'BQcsO':_0x316a(0x8),'WPlCh':_0x316a(0x27),'MqFoU':_0x316a(0x28),'EbGAK':_0x316a(0x29),'ybGhY':'โŒ\x20CRITICAL:\x20No\x20refresh\x20token\x20even\x20after\x20consent\x20screen','TVamw':'๐Ÿ’ก\x20Solutions:','YAdll':_0x316a(0x2a),'rzuBM':_0x316a(0x2b),'XjtoP':'ewadI','dGhQt':_0x316a(0x2c),'dsqLO':function(_0x538643,_0x123260){return _0x538643!==_0x123260;},'Fapib':'pUJGK','yRgfR':function(_0x10af68,_0x1ba587,_0x4f7d3a){return _0x10af68(_0x1ba587,_0x4f7d3a);},'PjgOD':_0x316a(0x2d),'qPjis':_0x316a(0x2e),'rzjQC':_0x316a(0x2f),'owcZe':_0x316a(0x30),'uycDD':_0x316a(0x31),'mvNmk':'๐ŸŒ\x20[CONNECTIVITY]\x20Test\x202:\x20Checking\x20API\x20server...','KBCsx':function(_0xdd9f53,_0x33600f){return _0xdd9f53(_0x33600f);},'iQUhU':'AunpO','sfnWb':'โœ…\x20[CONNECTIVITY]\x20API\x20server\x20is\x20reachable','dKUxC':'jwQGI','xHDsK':_0x316a(0x32),'rpRIx':_0x316a(0x33),'qOueZ':_0x316a(0x34),'yaRoK':_0x316a(0x35),'xaZDf':'OabmP','onrqn':_0x316a(0x36),'MlNJu':_0x316a(0x37),'zydDG':'โŒ\x20[CONNECTIVITY]\x20Connectivity\x20test\x20failed:'},_0x51d8ad={'googleTest':null,'api2Test':null};try{if(_0x29f0e8['XjtoP']!==_0x29f0e8[_0x316a(0x38)]){var _0x22d6ad,_0x393a31;console[_0x316a(0x39)](_0x316a(0x3a)),console[_0x316a(0x39)](_0x316a(0x3b));try{if(_0x29f0e8['dsqLO'](_0x316a(0x3c),_0x29f0e8[_0x316a(0x3d)])){const _0x26b56e=await _0x29f0e8[_0x316a(0x3e)](fetch,_0x29f0e8[_0x316a(0x3f)],{'method':_0x29f0e8['qPjis'],'mode':_0x29f0e8[_0x316a(0x40)]});_0x51d8ad[_0x316a(0x41)]={'success':!![],'status':_0x29f0e8['owcZe']},console['log'](_0x29f0e8[_0x316a(0x42)]);}else _0x396f97=_0x48ba9e[_0x316a(0x43)][0x0][_0x316a(0x44)][_0x316a(0x45)],_0x14563e=_0x4f0302[_0x316a(0x43)][0x0]['id'],_0x305fa1['log'](_0x29f0e8[_0x316a(0x46)],_0x2c9fe6,_0x29f0e8[_0x316a(0x47)],_0x45a0af);}catch(_0x45b6a7){_0x51d8ad['googleTest']={'success':![],'error':_0x45b6a7['message']},console[_0x316a(0x48)](_0x316a(0x49),_0x45b6a7[_0x316a(0x4a)]);}console[_0x316a(0x39)](_0x29f0e8['mvNmk']);try{const _0x4a9d7d=new AbortController(),_0x583a7c=_0x29f0e8[_0x316a(0x3e)](setTimeout,()=>_0x4a9d7d['abort'](),0x7530),_0x448f74=await _0x29f0e8[_0x316a(0x3e)](fetch,API_CONFIG[_0x316a(0xc)]+_0x316a(0x4b),{'method':'GET','signal':_0x4a9d7d[_0x316a(0x4c)]});_0x29f0e8[_0x316a(0x4d)](clearTimeout,_0x583a7c);const _0x14df3f=await _0x448f74[_0x316a(0x4e)]()[_0x316a(0x4f)](()=>_0x316a(0x50));_0x51d8ad[_0x316a(0x51)]={'success':_0x448f74['ok'],'status':_0x448f74[_0x316a(0x52)],'statusText':_0x448f74['statusText'],'response':_0x14df3f[_0x316a(0x53)](0x0,0xc8)};if(_0x448f74['ok']){if(_0x29f0e8[_0x316a(0x54)](_0x29f0e8[_0x316a(0x55)],_0x29f0e8['iQUhU']))return _0x2e6489[_0x316a(0x39)]('โœ…\x20'+_0x519794+'\x20YouTube\x20connection\x20fixed\x20via\x20Method\x202!'),!![];else console['log'](_0x29f0e8[_0x316a(0x56)]);}else console[_0x316a(0x39)](_0x316a(0x57)+_0x448f74[_0x316a(0x52)]);}catch(_0xbd01d7){if(_0x29f0e8[_0x316a(0x58)]!==_0x29f0e8['dKUxC'])return _0x288c39['error'](_0x29f0e8['qiNtA'],_0x512097),{'success':![],'error':_0x316a(0x59)};else _0x51d8ad['api2Test']={'success':![],'error':_0xbd01d7[_0x316a(0x4a)],'name':_0xbd01d7[_0x316a(0x5a)]},console[_0x316a(0x48)](_0x29f0e8[_0x316a(0x5b)],_0xbd01d7[_0x316a(0x4a)]);}if(_0x29f0e8[_0x316a(0x5c)](_0x22d6ad=_0x51d8ad[_0x316a(0x51)],null)&&_0x29f0e8[_0x316a(0x54)](_0x22d6ad,void 0x0)&&_0x22d6ad[_0x316a(0x5d)])return _0x29f0e8[_0x316a(0x5e)](_0x29f0e8[_0x316a(0x5f)],_0x316a(0x33))?{'success':!![],'message':_0x29f0e8[_0x316a(0x60)],'details':_0x51d8ad}:(_0x4a7dff[_0x316a(0x48)](_0x29f0e8[_0x316a(0x61)],_0xfc7494),![]);else{if(_0x29f0e8[_0x316a(0x54)](_0x393a31=_0x51d8ad[_0x316a(0x41)],null)&&_0x393a31!==void 0x0&&_0x393a31[_0x316a(0x5d)]){if(_0x29f0e8[_0x316a(0x62)]===_0x29f0e8['xaZDf']){_0x47fc7f[_0x316a(0x48)](_0x29f0e8[_0x316a(0x63)],_0x47dc3a);if(_0x29f0e8[_0x316a(0x5e)](_0x5e914b[_0x316a(0xb)],_0x2f84cf[_0x316a(0x64)]))_0x553dbe[_0x316a(0x39)](_0x29f0e8[_0x316a(0x65)]);else{if(_0x29f0e8[_0x316a(0x5e)](_0x40dd66[_0x316a(0xb)],_0x13fe1c[_0x316a(0x66)]))_0x3cd8f3[_0x316a(0x39)](_0x29f0e8['SHMsP']);else _0x29f0e8[_0x316a(0x67)](_0xd40f93[_0x316a(0xb)],_0x2b2a3e[_0x316a(0x68)])&&_0x14f32d[_0x316a(0x39)](_0x316a(0x69));}return![];}else return{'success':![],'message':_0x29f0e8['onrqn'],'details':_0x51d8ad};}else{if(_0x29f0e8[_0x316a(0x5e)](_0x29f0e8[_0x316a(0x6a)],_0x316a(0x37)))return{'success':![],'message':'No\x20internet\x20connectivity\x20detected.\x20Check\x20your\x20network\x20connection.','details':_0x51d8ad};else{if(!_0x29f0e8[_0x316a(0x6b)](_0x3b7cec))throw new _0xcffcf8(_0x29f0e8[_0x316a(0x6c)]);const _0x44e45f=_0x2b44e4();if(!(_0x29f0e8[_0x316a(0x54)](_0x44e45f,null)&&_0x44e45f!==void 0x0&&_0x44e45f[_0x316a(0x5)]))throw new _0xe9ce82(_0x29f0e8[_0x316a(0x6d)]);return{..._0x4ff2a5(),'Authorization':_0x316a(0x7)+_0x44e45f[_0x316a(0x5)],'X-SDK-Version':_0x29f0e8[_0x316a(0x6e)],'X-SDK-Platform':'react-native'};}}}}else{const _0x2dff63=_0x29f0e8[_0x316a(0x6f)][_0x316a(0x70)]('|');let _0x1631c5=0x0;while(!![]){switch(_0x2dff63[_0x1631c5++]){case'0':_0x59a05a[_0x316a(0x48)](_0x29f0e8[_0x316a(0x71)]);continue;case'1':_0x3186db[_0x316a(0x48)](_0x29f0e8[_0x316a(0x72)]);continue;case'2':_0x3b0238[_0x316a(0x48)](_0x29f0e8['ybGhY']);continue;case'3':_0x284ac3[_0x316a(0x48)](_0x29f0e8[_0x316a(0x73)]);continue;case'4':_0x577380[_0x316a(0x48)](_0x29f0e8[_0x316a(0x74)]);continue;case'5':_0x34a340[_0x316a(0x48)](_0x29f0e8['rzuBM']);continue;case'6':return![];}break;}}}catch(_0x4eb123){return console[_0x316a(0x48)](_0x29f0e8[_0x316a(0x75)],_0x4eb123[_0x316a(0x4a)]),{'success':![],'message':_0x316a(0x76)+_0x4eb123[_0x316a(0x4a)],'details':{'error':_0x4eb123[_0x316a(0x4a)],'results':_0x51d8ad}};}};export const initiateOAuth=async(_0x38f274,_0x523754)=>{const _0x4db119={'kjDQm':_0x316a(0x32),'qBAZv':_0x316a(0x77),'bUnQa':function(_0x2d26aa,_0x127f2a){return _0x2d26aa!==_0x127f2a;},'FUygu':_0x316a(0x78),'FkTof':_0x316a(0x69),'ZnMUE':'โš ๏ธ\x20[YOUTUBE\x20AUTH]\x20Connection\x20may\x20fail\x20when\x20tokens\x20expire','vptHg':function(_0x25b59f,_0x119885){return _0x25b59f===_0x119885;},'ajUbP':_0x316a(0x79),'XFqLi':function(_0x35bac7,_0x14ecc1){return _0x35bac7===_0x14ecc1;},'zoiMe':_0x316a(0x7a),'YFsDu':_0x316a(0x7b),'baSnT':'Qmwrm','feUwV':function(_0x508cda,_0x1eb998,_0x396be4){return _0x508cda(_0x1eb998,_0x396be4);},'rULrB':function(_0x33db2a,_0x25d0f0,_0x1c693b){return _0x33db2a(_0x25d0f0,_0x1c693b);},'dLwKH':function(_0x9b6c52,_0x173c42){return _0x9b6c52(_0x173c42);},'lHotS':function(_0x16be18,_0x4b0a45){return _0x16be18===_0x4b0a45;},'nAQSr':_0x316a(0x7c),'puaPu':function(_0x286847,_0x4775f0){return _0x286847===_0x4775f0;},'IFzdh':function(_0x6ee90f,_0x19a496){return _0x6ee90f!==_0x19a496;},'PGrbX':_0x316a(0x7d),'pwxiB':'4|3|5|2|0|1','vRxiX':_0x316a(0x7e),'dmwdz':'\x20\x20\x202.\x20API\x20server\x20(API\x20server)\x20is\x20unreachable'};try{console[_0x316a(0x39)](_0x316a(0x7f)+_0x38f274),console[_0x316a(0x39)](_0x316a(0x80)+Platform['OS']+_0x316a(0x81)+Platform[_0x316a(0x82)]);if(_0x4db119[_0x316a(0x83)](_0x38f274,_0x4db119[_0x316a(0x84)])){if(_0x4db119[_0x316a(0x85)](_0x4db119[_0x316a(0x86)],_0x4db119['zoiMe']))return console[_0x316a(0x39)](_0x4db119[_0x316a(0x87)]),API_CONFIG['BASE_URL']+_0x316a(0x88);else _0x1b1a97[_0x316a(0x51)]={'success':![],'error':_0x356f21['message'],'name':_0x3c70cc[_0x316a(0x5a)]},_0x65b14f[_0x316a(0x48)](_0x4db119[_0x316a(0x89)],_0x5dedf4[_0x316a(0x4a)]);}let _0x42ae79;try{_0x42ae79=await getUserAuthHeaders(),console[_0x316a(0x39)](_0x316a(0x8a));}catch(_0xdf3f4c){if(_0x4db119[_0x316a(0x83)](_0x4db119[_0x316a(0x8b)],_0x316a(0x8c)))_0x56bbc9[_0x316a(0x39)]('โฐ\x20[OAUTH]\x20Request\x20timeout\x20for\x20'+_0x47afb0+_0x316a(0x8d)),_0x574bad['abort']();else return console['error'](_0x316a(0x8e)+_0x38f274+_0x316a(0x8f)),console['error'](_0x316a(0x90)),null;}const _0x3140a6=API_CONFIG[_0x316a(0xc)]+'/'+_0x38f274+_0x316a(0x91);console[_0x316a(0x39)]('๐ŸŒ\x20[OAUTH]\x20Proxy\x20URL:\x20'+_0x3140a6),console[_0x316a(0x39)](_0x316a(0x92));const _0x175565={'platform':_0x38f274,'timestamp':new Date()['toISOString']()};console['log'](_0x316a(0x93),_0x175565);const _0x502a53=new AbortController(),_0x1ba45d=_0x4db119[_0x316a(0x94)](setTimeout,()=>{if(_0x4db119['bUnQa'](_0x4db119[_0x316a(0x95)],_0x4db119['FUygu']))return _0x348ff1[_0x316a(0x48)](_0x4db119['qBAZv']),![];else console[_0x316a(0x39)](_0x316a(0x96)+_0x38f274+_0x316a(0x8d)),_0x502a53[_0x316a(0x97)]();},0x7530),_0x42a3a7=await _0x4db119[_0x316a(0x98)](fetch,_0x3140a6,{'method':'POST','headers':_0x42ae79,'body':JSON[_0x316a(0x99)](_0x175565),'signal':_0x502a53[_0x316a(0x4c)]});_0x4db119[_0x316a(0x9a)](clearTimeout,_0x1ba45d),console[_0x316a(0x39)](_0x316a(0x9b)+_0x42a3a7[_0x316a(0x52)]+'\x20'+_0x42a3a7[_0x316a(0x9c)]);if(!_0x42a3a7['ok']){if(_0x4db119[_0x316a(0x9d)]('GVnJO',_0x4db119[_0x316a(0x9e)]))_0x830543['log'](_0x4db119['FkTof']);else{const _0x5152b8=await _0x42a3a7['text']();return console['error']('โŒ\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20'+_0x38f274+':\x20'+_0x42a3a7[_0x316a(0x52)]+_0x316a(0x9f)+_0x5152b8),null;}}const _0x24ec52=await _0x42a3a7['json']();console[_0x316a(0x39)](_0x316a(0xa0)+_0x38f274+':',_0x24ec52);const _0x4efd0e=_0x38f274+'URL',_0x5adc51=_0x24ec52[_0x4efd0e]||_0x24ec52[_0x316a(0xa1)]||null;return console[_0x316a(0x39)](_0x316a(0xa2)+_0x38f274+_0x316a(0xa3)+_0x4efd0e+'):',_0x5adc51),_0x5adc51;}catch(_0x1e4900){var _0x188094;if(_0x4db119[_0x316a(0xa4)](_0x1e4900[_0x316a(0x5a)],_0x316a(0xa5)))console[_0x316a(0x48)](_0x316a(0xa6)+_0x38f274+_0x316a(0xa7));else{if((_0x188094=_0x1e4900[_0x316a(0x4a)])!==null&&_0x4db119[_0x316a(0xa8)](_0x188094,void 0x0)&&_0x188094[_0x316a(0xa9)](_0x4db119[_0x316a(0xaa)])){if(_0x4db119[_0x316a(0xab)](_0x316a(0xac),_0x316a(0xad))){const _0x2ecd40=_0x4db119['pwxiB'][_0x316a(0x70)]('|');let _0x54b36c=0x0;while(!![]){switch(_0x2ecd40[_0x54b36c++]){case'0':console['error'](_0x316a(0xae));continue;case'1':console['error'](_0x4db119[_0x316a(0xaf)]);continue;case'2':console['error'](_0x316a(0xb0));continue;case'3':console[_0x316a(0x48)](_0x316a(0xb1));continue;case'4':console['error'](_0x316a(0xb2)+_0x38f274+_0x316a(0xb3));continue;case'5':console[_0x316a(0x48)](_0x4db119[_0x316a(0xb4)]);continue;}break;}}else _0x53a897[_0x316a(0xb5)](_0x316a(0xb6)),_0x340241['warn']('๐Ÿ”\x20[YOUTUBE\x20AUTH]\x20Response\x20data\x20keys:',_0x223395['keys'](_0x28dd8b)),_0x3833c8[_0x316a(0xb5)](_0x4db119['ZnMUE']);}else console['error'](_0x316a(0xb7)+_0x38f274+':',_0x1e4900);}return null;}};const initializeGoogleSignIn=()=>{const _0x13f9da={'BQUEf':_0x316a(0xb8),'YrPDV':_0x316a(0xb9),'HXQZr':'profile','HkuNP':'email'};GoogleSignin['configure']({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x13f9da['BQUEf'],_0x13f9da['YrPDV'],_0x13f9da['HXQZr'],_0x13f9da[_0x316a(0xba)]],'hostedDomain':'','accountName':''});};export const forceYouTubeReconnectionWithConsent=async _0x4e2615=>{const _0x3328ca={'iBikW':_0x316a(0x36),'CSmLR':_0x316a(0xbb),'ZbyCr':_0x316a(0xbc),'YEcXR':'refreshToken','wylTF':'โ„น๏ธ\x20User\x20should\x20authenticate\x20first\x20via\x20Google/Apple/Email\x20before\x20connecting\x20YouTube','btStE':_0x316a(0xbd),'XSNeO':_0x316a(0xbe),'KFZwd':_0x316a(0xbf),'ZGYpd':'โœ…\x20[YOUTUBE\x20AUTH]\x20Backend\x20confirmed\x20refresh\x20token\x20received','icMzm':'โœ…\x20[YOUTUBE\x20AUTH]\x20Full\x20YouTube\x20connection\x20with\x20persistent\x20access','auLLY':function(_0x302d96,_0x5db4b4){return _0x302d96(_0x5db4b4);},'lekCW':function(_0x2f0c07,_0x114ece){return _0x2f0c07!==_0x114ece;},'uZbeG':'EuKKf','IMSLc':_0x316a(0xc0),'sFuIk':_0x316a(0xc1),'HoiXE':_0x316a(0xc2),'MpGoP':function(_0x35b0b1,_0x7daa4){return _0x35b0b1===_0x7daa4;},'SiGss':_0x316a(0xc3),'DijVo':_0x316a(0xc4),'tugnr':_0x316a(0xb8),'GVuBz':_0x316a(0xc5),'lyFpq':_0x316a(0x79),'SWDAM':'โœ…\x20Play\x20Services\x20available','HeTGs':_0x316a(0xc6),'fmTmV':_0x316a(0xc7),'SvAuh':_0x316a(0xc8),'DOiPc':function(_0xff6e59,_0x1d7fe7){return _0xff6e59===_0x1d7fe7;},'WOFPe':_0x316a(0xc9),'FPRcn':'๐Ÿ“‹\x20FULL\x20currentUser\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','YEPJc':'๐Ÿ”\x20Token\x20analysis:','JCpyZ':_0x316a(0xca),'mqVow':_0x316a(0xcb),'XiWJe':_0x316a(0xcc),'znaSN':function(_0x5e3891,_0x582c42){return _0x5e3891!==_0x582c42;},'mfzql':_0x316a(0xcd),'SMWZJ':function(_0x48067e,_0x559250){return _0x48067e!==_0x559250;},'RobbX':function(_0x209ed4,_0x1d93e1){return _0x209ed4===_0x1d93e1;},'bsnHL':function(_0x221e70,_0x41ce75){return _0x221e70===_0x41ce75;},'fcTVK':_0x316a(0xce),'uiLlY':_0x316a(0xcf),'QgYZt':_0x316a(0xd0),'igVJR':_0x316a(0xd1),'dpLYB':_0x316a(0xd2),'ncEEB':'PiTEn','ujIrI':'๐Ÿ“บ\x20Fetching\x20YouTube\x20channel\x20information...','QlFhy':_0x316a(0xd3),'VQfjn':function(_0x2c63ad,_0x379230){return _0x2c63ad>_0x379230;},'DCxYA':_0x316a(0x22),'uSwiX':_0x316a(0x23),'rYDeE':_0x316a(0xd4),'EmjQb':_0x316a(0xd5),'JPIjG':function(_0x86f483,_0x585e99){return _0x86f483===_0x585e99;},'JCzVb':function(_0x8f0ce9,_0x517821){return _0x8f0ce9===_0x517821;},'drasP':function(_0x5233e2,_0xd2e08d){return _0x5233e2===_0xd2e08d;},'YDHVA':_0x316a(0xd6),'wloMA':_0x316a(0xd7),'JjKZP':_0x316a(0xd8),'FqmVS':function(_0x3e8436,_0x9648c6){return _0x3e8436===_0x9648c6;},'BpbFV':function(_0x32280c,_0x5d92aa){return _0x32280c===_0x5d92aa;},'YRHpw':'โš ๏ธ\x20Error\x20fetching\x20YouTube\x20channel\x20info:','hBxSK':function(_0x574c78,_0x5a5aac){return _0x574c78===_0x5a5aac;},'dPPDe':function(_0x533454,_0x14a29b){return _0x533454===_0x14a29b;},'yofBn':function(_0x3d5cbd,_0x361d3a){return _0x3d5cbd===_0x361d3a;},'xINpc':function(_0x2efc42,_0x5862d8){return _0x2efc42===_0x5862d8;},'fTpoB':function(_0xc7d09f,_0x544012){return _0xc7d09f===_0x544012;},'UOoft':function(_0x3c4b3e){return _0x3c4b3e();},'JAMAG':function(_0xe483a4,_0x161acc){return _0xe483a4<_0x161acc;},'GhMNV':function(_0x5b55cf,_0x1ef1f6){return _0x5b55cf!==_0x1ef1f6;},'lffuQ':_0x316a(0xd9),'kwFZX':_0x316a(0xda),'sEtbn':'temp_token_for_youtube_connection','mESTe':_0x316a(0xdb),'DTtdR':function(_0x24f90e,_0xd6ee02){return _0x24f90e===_0xd6ee02;},'OKFCN':function(_0x3b9ebb,_0x746d8d){return _0x3b9ebb===_0x746d8d;},'CYMnU':function(_0x126ccd,_0x4573bf){return _0x126ccd===_0x4573bf;},'QICXk':function(_0x194926,_0x5efa09){return _0x194926===_0x5efa09;},'ffucz':function(_0x233aa9,_0x3a32f9){return _0x233aa9+_0x3a32f9;},'Mnvqp':_0x316a(0xdc),'NObnY':_0x316a(0xdd),'FMVQN':function(_0x408938,_0x10a8fb){return _0x408938===_0x10a8fb;},'VVECF':function(_0x101b4d,_0x1301f5){return _0x101b4d===_0x1301f5;},'JFHCe':_0x316a(0xde),'sNITO':'๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20Endpoint:\x20https://API\x20server/youtube/native-auth','WsKrB':_0x316a(0xdf),'UiKuF':_0x316a(0xe0),'cnVxH':_0x316a(0xe1),'gwnlB':function(_0xd4bdd7,_0x585ffc){return _0xd4bdd7===_0x585ffc;},'ifrLi':function(_0x8c611e,_0x1acd6b){return _0x8c611e===_0x1acd6b;},'gWehc':_0x316a(0xe2),'IZeYW':function(_0x89ac72,_0x3dc08f){return _0x89ac72&&_0x3dc08f;},'sTBWI':_0x316a(0xe3),'EUCDf':_0x316a(0xe4),'Mgkfm':function(_0x3a7c89,_0x24129c){return _0x3a7c89!==_0x24129c;},'nheWX':_0x316a(0xe5),'Pzllp':_0x316a(0xe6),'wTKhq':function(_0x4bb888,_0x2448fd){return _0x4bb888===_0x2448fd;},'SxddY':function(_0x2e1ec4,_0x4d997f){return _0x2e1ec4===_0x4d997f;},'hFlxI':_0x316a(0xe7),'PwYlv':_0x316a(0xe8),'YDWYn':_0x316a(0xe9),'xTscT':'๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Mode:\x20Temporary\x20(expires\x20~1\x20hour)','RslCg':_0x316a(0xea),'NWJNG':_0x316a(0xeb),'mGBmK':_0x316a(0xec),'PYKCi':_0x316a(0xed),'uPFLF':function(_0xf48697,_0x944e80){return _0xf48697===_0x944e80;},'MLJIK':_0x316a(0xee),'wBykt':_0x316a(0xef),'OvuBM':_0x316a(0xf0),'SrVjx':_0x316a(0xf1),'bRsbA':_0x316a(0xf2),'rjkfe':_0x316a(0xf3),'qmVRz':_0x316a(0xf4),'XvfCj':'โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Expected\x20hasRefreshToken\x20or\x20refreshTokenReceived\x20in\x20response','FZxqe':'๐Ÿ”„\x20[YOUTUBE\x20REAUTH]\x20Signaling\x20training\x20system\x20to\x20restart...','zzZQh':function(_0x5ceef2,_0x787fa3,_0xbde58c){return _0x5ceef2(_0x787fa3,_0xbde58c);},'uiugO':'โœ…\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20sent\x20successfully','bUljV':_0x316a(0xf5),'BTYqp':_0x316a(0xf6),'SKXnG':_0x316a(0xf7),'AjKmF':_0x316a(0xf8),'oOBBf':_0x316a(0x2a),'xFRmE':_0x316a(0xf9),'FCerT':'\x20\x20\x201.\x20Try\x20the\x20revoke\x20method:\x20forceYouTubeReconnectionWithRevoke()','wWCfa':'\x20\x20\x202.\x20Check\x20Google\x20Console\x20OAuth\x20configuration','tdsIx':_0x316a(0x29),'IXveq':function(_0x5e83db,_0x41a954){return _0x5e83db!==_0x41a954;},'Raafr':_0x316a(0xfa),'ozbzP':_0x316a(0xfb),'svkYV':function(_0x5b2ca6,_0x500785){return _0x5b2ca6!==_0x500785;},'YoaGs':_0x316a(0xfc),'jdbSJ':_0x316a(0xfd),'KOxUF':function(_0x4e2bcc,_0x400709){return _0x4e2bcc===_0x400709;},'XBeWE':_0x316a(0xfe)};try{if(_0x3328ca[_0x316a(0xff)](_0x3328ca[_0x316a(0x100)],_0x316a(0x101)))return{'success':![],'message':_0x3328ca[_0x316a(0x102)],'details':_0x498d26};else{var _0x119d0a,_0xb6227d,_0x3e8a6f;console[_0x316a(0x39)](_0x3328ca[_0x316a(0x103)]),console[_0x316a(0x39)](_0x316a(0x104),_0x4e2615);try{await GoogleSignin[_0x316a(0x105)](),console['log'](_0x3328ca[_0x316a(0x106)]);}catch(_0x239244){console[_0x316a(0x39)](_0x3328ca[_0x316a(0x107)],_0x239244);}try{const _0x3d7372=await GoogleSignin[_0x316a(0x108)]();_0x3d7372[_0x316a(0x109)]&&(_0x3328ca[_0x316a(0x10a)](_0x316a(0x10b),_0x316a(0x10c))?(_0x447c2f[_0x316a(0x39)](_0x316a(0x10d)),_0x50fd2c['log'](_0x3328ca[_0x316a(0x10e)],_0x5dae75[_0x316a(0x10f)]('4/')?_0x3328ca['ZbyCr']:_0x3328ca[_0x316a(0x110)])):(await GoogleSignin[_0x316a(0x111)](_0x3d7372[_0x316a(0x109)]),console[_0x316a(0x39)](_0x3328ca['SiGss'])));}catch(_0x390d4e){console[_0x316a(0x39)](_0x3328ca[_0x316a(0x112)]);}console['log']('๐Ÿ”ง\x20Configuring\x20Google\x20Sign-In\x20for\x20forced\x20consent...'),GoogleSignin['configure']({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x3328ca[_0x316a(0x113)],'openid',_0x3328ca['GVuBz'],_0x3328ca[_0x316a(0x114)]],'hostedDomain':'','accountName':''}),await GoogleSignin[_0x316a(0x115)](),console[_0x316a(0x39)](_0x3328ca[_0x316a(0x116)]),console[_0x316a(0x39)](_0x316a(0x117)),console['log'](_0x3328ca[_0x316a(0x118)]);const _0x497ff6=await GoogleSignin[_0x316a(0x119)]();console[_0x316a(0x39)](_0x3328ca[_0x316a(0x11a)]),console[_0x316a(0x39)](_0x3328ca[_0x316a(0x11b)],_0x3328ca[_0x316a(0x10a)](_0x119d0a=_0x497ff6['data'],null)||_0x3328ca[_0x316a(0x11c)](_0x119d0a,void 0x0)||(_0x119d0a=_0x119d0a[_0x316a(0x11d)])===null||_0x3328ca[_0x316a(0x10a)](_0x119d0a,void 0x0)?void 0x0:_0x119d0a[_0x316a(0x79)]);const _0x1593ec=await GoogleSignin[_0x316a(0x108)](),_0x504800=await GoogleSignin[_0x316a(0x11e)]();console[_0x316a(0x39)](_0x3328ca[_0x316a(0x11f)]),console[_0x316a(0x39)](JSON['stringify'](_0x497ff6,null,0x2)),console[_0x316a(0x39)]('๐Ÿ“‹\x20FULL\x20tokens\x20object\x20from\x20forceYouTubeReconnectionWithConsent:'),console[_0x316a(0x39)](JSON[_0x316a(0x99)](_0x1593ec,null,0x2)),console[_0x316a(0x39)](_0x3328ca['FPRcn']),console['log'](JSON[_0x316a(0x99)](_0x504800,null,0x2)),console['log'](_0x3328ca[_0x316a(0x120)]),console[_0x316a(0x39)](_0x3328ca[_0x316a(0x121)],_0x1593ec['accessToken']?_0x1593ec[_0x316a(0x109)][_0x316a(0x53)](0x0,0x14)+_0x316a(0x122):_0x3328ca[_0x316a(0x123)]),console[_0x316a(0x39)]('-\x20ID\x20token:',_0x1593ec[_0x316a(0x124)]?_0x316a(0x125):_0x3328ca[_0x316a(0x123)]),console[_0x316a(0x39)](_0x3328ca[_0x316a(0x126)],(_0xb6227d=_0x497ff6[_0x316a(0x127)])!==null&&_0x3328ca[_0x316a(0x128)](_0xb6227d,void 0x0)&&_0xb6227d[_0x316a(0xbc)]?_0x497ff6['data'][_0x316a(0xbc)]['substring'](0x0,0x14)+_0x316a(0x122):_0x316a(0xcb)),console[_0x316a(0x39)](_0x3328ca['mfzql'],_0x3328ca['SMWZJ'](_0x504800,null)&&_0x3328ca['znaSN'](_0x504800,void 0x0)&&_0x504800[_0x316a(0xbc)]?_0x504800[_0x316a(0xbc)][_0x316a(0x53)](0x0,0x14)+_0x316a(0x122):_0x3328ca[_0x316a(0x123)]);const _0x1bf119=(_0x3328ca[_0x316a(0x11c)](_0x3e8a6f=_0x497ff6[_0x316a(0x127)],null)||_0x3328ca[_0x316a(0x129)](_0x3e8a6f,void 0x0)?void 0x0:_0x3e8a6f['serverAuthCode'])||(_0x504800===null||_0x3328ca[_0x316a(0x12a)](_0x504800,void 0x0)?void 0x0:_0x504800[_0x316a(0xbc)]);if(_0x1bf119){if(_0x3328ca[_0x316a(0x11c)](_0x3328ca['fcTVK'],_0x3328ca[_0x316a(0x12b)]))return _0x5ac87c['error'](_0x316a(0x8e)+_0x71a9d9+'\x20OAuth'),_0x5e1d6d[_0x316a(0x48)](_0x316a(0x90)),null;else{var _0x4ca0a8,_0xf51227,_0x91b611,_0x124caf,_0x49c318,_0x4bf3bf;console['log'](_0x3328ca['QgYZt']),console[_0x316a(0x39)](_0x316a(0xbb),_0x1bf119['startsWith']('4/')?'serverAuthCode':_0x3328ca[_0x316a(0x110)]),console[_0x316a(0x39)]('๐Ÿ”‘\x20Refresh\x20token\x20preview:',_0x1bf119[_0x316a(0x53)](0x0,0x14)+_0x316a(0x122));let _0x43c70e=_0x3328ca[_0x316a(0x12c)],_0x138e0e=null;try{if(_0x3328ca[_0x316a(0x12d)]!==_0x3328ca[_0x316a(0x12e)]){console['log'](_0x3328ca['ujIrI']);const _0x4e03c7=await fetch(_0x3328ca[_0x316a(0x12f)],{'headers':{'Authorization':_0x316a(0x7)+_0x1593ec[_0x316a(0x109)],'Accept':'application/json'}});if(_0x4e03c7['ok']){const _0x52ee22=await _0x4e03c7[_0x316a(0x130)]();if(_0x52ee22[_0x316a(0x43)]&&_0x3328ca[_0x316a(0x131)](_0x52ee22[_0x316a(0x43)][_0x316a(0x132)],0x0))_0x43c70e=_0x52ee22[_0x316a(0x43)][0x0]['snippet'][_0x316a(0x45)],_0x138e0e=_0x52ee22['items'][0x0]['id'],console['log'](_0x3328ca[_0x316a(0x133)],_0x43c70e,_0x3328ca['uSwiX'],_0x138e0e);else{if(_0x3328ca[_0x316a(0xff)](_0x316a(0x134),_0x3328ca[_0x316a(0x135)])){var _0x4252f3,_0x519dc9;console['log'](_0x3328ca[_0x316a(0x136)]),_0x43c70e=(_0x3328ca[_0x316a(0x137)](_0x4252f3=_0x497ff6['data'],null)||_0x3328ca[_0x316a(0x11c)](_0x4252f3,void 0x0)||_0x3328ca[_0x316a(0x137)](_0x4252f3=_0x4252f3[_0x316a(0x11d)],null)||_0x3328ca[_0x316a(0x10a)](_0x4252f3,void 0x0)?void 0x0:_0x4252f3[_0x316a(0x5a)])||(_0x3328ca[_0x316a(0x12a)](_0x519dc9=_0x497ff6[_0x316a(0x127)],null)||_0x519dc9===void 0x0||_0x3328ca[_0x316a(0x138)](_0x519dc9=_0x519dc9['user'],null)||_0x3328ca[_0x316a(0x139)](_0x519dc9,void 0x0)?void 0x0:_0x519dc9[_0x316a(0x79)])||_0x3328ca[_0x316a(0x13a)];}else _0x23e533[_0x316a(0x39)](_0x316a(0x13b)),_0x36c95e[_0x316a(0x39)]('โ„น๏ธ\x20NOTE:\x20SDK\x20does\x20not\x20create\x20users\x20during\x20YouTube\x20connection'),_0x530073[_0x316a(0x39)](_0x3328ca[_0x316a(0x13c)]);}}else{if(_0x3328ca[_0x316a(0xff)](_0x3328ca['wloMA'],_0x316a(0x13d))){var _0x1b6046,_0x2bc19a;console[_0x316a(0x39)](_0x3328ca['JjKZP'],_0x4e03c7[_0x316a(0x52)]),_0x43c70e=(_0x3328ca[_0x316a(0x139)](_0x1b6046=_0x497ff6[_0x316a(0x127)],null)||_0x3328ca[_0x316a(0x10a)](_0x1b6046,void 0x0)||_0x3328ca[_0x316a(0x13e)](_0x1b6046=_0x1b6046[_0x316a(0x11d)],null)||_0x1b6046===void 0x0?void 0x0:_0x1b6046[_0x316a(0x5a)])||(_0x3328ca[_0x316a(0x13f)](_0x2bc19a=_0x497ff6[_0x316a(0x127)],null)||_0x3328ca[_0x316a(0x10a)](_0x2bc19a,void 0x0)||_0x3328ca[_0x316a(0x12a)](_0x2bc19a=_0x2bc19a['user'],null)||_0x3328ca[_0x316a(0x137)](_0x2bc19a,void 0x0)?void 0x0:_0x2bc19a['email'])||_0x3328ca[_0x316a(0x12c)];}else return _0x3733bb[_0x316a(0x48)](_0x3328ca[_0x316a(0x140)]),![];}}else _0xb06a21[_0x316a(0x39)](_0x3328ca[_0x316a(0x141)],_0x41af3b[_0x316a(0x142)]);}catch(_0x571a06){var _0x4f60e1,_0x37b9d2;console[_0x316a(0x39)](_0x3328ca[_0x316a(0x143)],_0x571a06),_0x43c70e=(_0x3328ca[_0x316a(0x144)](_0x4f60e1=_0x497ff6[_0x316a(0x127)],null)||_0x3328ca['JCzVb'](_0x4f60e1,void 0x0)||_0x3328ca[_0x316a(0x129)](_0x4f60e1=_0x4f60e1[_0x316a(0x11d)],null)||_0x3328ca['dPPDe'](_0x4f60e1,void 0x0)?void 0x0:_0x4f60e1[_0x316a(0x5a)])||(_0x3328ca[_0x316a(0x145)](_0x37b9d2=_0x497ff6['data'],null)||_0x3328ca['xINpc'](_0x37b9d2,void 0x0)||_0x3328ca[_0x316a(0x146)](_0x37b9d2=_0x37b9d2[_0x316a(0x11d)],null)||_0x3328ca['dPPDe'](_0x37b9d2,void 0x0)?void 0x0:_0x37b9d2[_0x316a(0x79)])||_0x3328ca[_0x316a(0x12c)];}let _0x24ebc0=await _0x3328ca['UOoft'](getJWT);if(!_0x24ebc0||_0x3328ca[_0x316a(0x147)](_0x24ebc0['trim']()[_0x316a(0x132)],0x14)){if(_0x3328ca[_0x316a(0x148)](_0x3328ca[_0x316a(0x149)],_0x3328ca['lffuQ']))return _0x54ccdf['log'](_0x3328ca['KFZwd']),null;else console[_0x316a(0x39)](_0x3328ca['kwFZX']),_0x24ebc0=_0x3328ca[_0x316a(0x14a)];}const _0x3b9561={'session':{'username':_0x4e2615,'platform':_0x3328ca['mESTe'],'timestamp':new Date()[_0x316a(0x14b)](),'channelName':_0x43c70e,'channelId':_0x138e0e,'forceConsent':!![]},'googleUser':(_0x4ca0a8=_0x497ff6[_0x316a(0x127)])===null||_0x4ca0a8===void 0x0?void 0x0:_0x4ca0a8[_0x316a(0x11d)],'accessToken':_0x1593ec[_0x316a(0x109)],'idToken':_0x1593ec[_0x316a(0x124)],'refreshToken':_0x1bf119,'serverAuthCode':_0x1bf119,'refresh_token':_0x1bf119,'server_auth_code':_0x1bf119,'authCode':_0x1bf119,'userAccountInfo':{'username':_0x4e2615,'email':_0x3328ca['DTtdR'](_0xf51227=_0x497ff6[_0x316a(0x127)],null)||_0xf51227===void 0x0||_0x3328ca[_0x316a(0x14c)](_0xf51227=_0xf51227[_0x316a(0x11d)],null)||_0xf51227===void 0x0?void 0x0:_0xf51227[_0x316a(0x79)],'authToken':_0x24ebc0,'channelName':_0x43c70e,'channelId':_0x138e0e,'userIdentifier':_0x24ebc0?_0x316a(0x14d)+_0x24ebc0['substring'](0x0,0xa):_0x316a(0x14e)+((_0x91b611=_0x497ff6[_0x316a(0x127)])===null||_0x3328ca[_0x316a(0x14f)](_0x91b611,void 0x0)||(_0x91b611=_0x91b611['user'])===null||_0x91b611===void 0x0?void 0x0:_0x91b611[_0x316a(0x79)]),'googleId':_0x3328ca[_0x316a(0x150)](_0x124caf=_0x497ff6[_0x316a(0x127)],null)||_0x3328ca[_0x316a(0x129)](_0x124caf,void 0x0)||_0x3328ca['OKFCN'](_0x124caf=_0x124caf[_0x316a(0x11d)],null)||_0x3328ca[_0x316a(0x151)](_0x124caf,void 0x0)?void 0x0:_0x124caf['id'],'refreshToken':_0x1bf119,'serverAuthCode':_0x1bf119},'tokenExpiry':new Date(_0x3328ca['ffucz'](Date[_0x316a(0x152)](),0xe10*0x3e8))['toISOString'](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!![],'refreshTokenType':_0x1bf119[_0x316a(0x10f)]('4/')?_0x316a(0xbc):_0x3328ca[_0x316a(0x110)],'configuredForRefresh':!![],'forcedConsent':!![],'consentMethod':_0x3328ca[_0x316a(0x153)],'refreshTokenValue':_0x1bf119}};console[_0x316a(0x39)](_0x3328ca['NObnY'],{'hasAccessToken':!!_0x3b9561[_0x316a(0x109)],'hasRefreshToken':!!_0x3b9561[_0x316a(0x154)],'hasServerAuthCode':!!_0x3b9561[_0x316a(0xbc)],'refreshTokenType':_0x3b9561[_0x316a(0x155)][_0x316a(0x142)],'userEmail':_0x3328ca['FMVQN'](_0x49c318=_0x497ff6[_0x316a(0x127)],null)||_0x3328ca[_0x316a(0x156)](_0x49c318,void 0x0)||_0x3328ca[_0x316a(0x151)](_0x49c318=_0x49c318[_0x316a(0x11d)],null)||_0x3328ca[_0x316a(0x145)](_0x49c318,void 0x0)?void 0x0:_0x49c318[_0x316a(0x79)],'forcedConsent':!![]}),console[_0x316a(0x39)](_0x3328ca[_0x316a(0x157)]),console[_0x316a(0x39)](_0x3328ca[_0x316a(0x158)]),console[_0x316a(0x39)]('\uD83D\uDE80 [YOUTUBE REAUTH] Method: POST'),console['log'](_0x3328ca[_0x316a(0x159)],{'Content-Type':'application/json','Authorization':_0x24ebc0?_0x24ebc0[_0x316a(0x53)](0x0,0x14)+_0x316a(0x122):_0x3328ca['UiKuF']}),console['log'](_0x3328ca['cnVxH'],{'hasAccessToken':!!_0x3b9561[_0x316a(0x109)],'hasRefreshToken':!!_0x3b9561[_0x316a(0x154)],'hasServerAuthCode':!!_0x3b9561[_0x316a(0xbc)],'refreshTokenType':_0x3b9561['debugInfo'][_0x316a(0x142)],'userEmail':_0x3328ca[_0x316a(0x15a)](_0x4bf3bf=_0x497ff6[_0x316a(0x127)],null)||_0x3328ca[_0x316a(0x144)](_0x4bf3bf,void 0x0)||(_0x4bf3bf=_0x4bf3bf[_0x316a(0x11d)])===null||_0x3328ca[_0x316a(0x15b)](_0x4bf3bf,void 0x0)?void 0x0:_0x4bf3bf[_0x316a(0x79)],'channelName':_0x43c70e,'forcedConsent':!![],'requestRefreshToken':!![]}),console['log'](_0x3328ca[_0x316a(0x15c)],JSON[_0x316a(0x99)](_0x3b9561,null,0x2));const _0x463134=await fetch(API_CONFIG[_0x316a(0xc)]+_0x316a(0x15d),{'method':'POST','headers':{'Content-Type':'application/json',..._0x3328ca[_0x316a(0x15e)](_0x24ebc0,{'Authorization':_0x24ebc0})},'body':JSON[_0x316a(0x99)](_0x3b9561)});console[_0x316a(0x39)](_0x3328ca[_0x316a(0x15f)],_0x463134[_0x316a(0x52)]),console[_0x316a(0x39)](_0x3328ca[_0x316a(0x160)],_0x463134[_0x316a(0x9c)]),console['log'](_0x316a(0x161),_0x463134[_0x316a(0x162)]);if(_0x463134['ok']){if(_0x3328ca['Mgkfm'](_0x3328ca[_0x316a(0x163)],_0x316a(0x164))){var _0x42e4a9,_0x429215;const _0x1485c0=await _0x463134[_0x316a(0x130)]();console[_0x316a(0x39)](_0x3328ca['Pzllp'],JSON[_0x316a(0x99)](_0x1485c0,null,0x2));const _0x21d5cb=_0x3328ca[_0x316a(0x151)](_0x3328ca[_0x316a(0x165)](_0x42e4a9=_0x1485c0['validation'],null)||_0x3328ca[_0x316a(0x166)](_0x42e4a9,void 0x0)?void 0x0:_0x42e4a9[_0x316a(0x167)],!![])||_0x3328ca[_0x316a(0x15a)](_0x3328ca[_0x316a(0x11c)](_0x429215=_0x1485c0[_0x316a(0x168)],null)||_0x3328ca[_0x316a(0x169)](_0x429215,void 0x0)?void 0x0:_0x429215['enabled'],!![])||_0x3328ca[_0x316a(0x15a)](_0x1485c0['isTemporaryMode'],!![])||_0x1485c0[_0x316a(0x4a)]&&_0x1485c0[_0x316a(0x4a)]['includes'](_0x3328ca[_0x316a(0x16a)]);if(_0x21d5cb){const _0x180ea5=_0x3328ca[_0x316a(0x16b)][_0x316a(0x70)]('|');let _0x247381=0x0;while(!![]){switch(_0x180ea5[_0x247381++]){case'0':console[_0x316a(0x39)](_0x3328ca[_0x316a(0x16c)]);continue;case'1':console[_0x316a(0x39)](_0x3328ca['xTscT']);continue;case'2':console[_0x316a(0x39)](_0x3328ca[_0x316a(0x16d)]);continue;case'3':console['log'](_0x3328ca[_0x316a(0x16e)]);continue;case'4':console['log'](_0x3328ca[_0x316a(0x16f)]);continue;case'5':console['log']('๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Connection\x20Details:');continue;case'6':console[_0x316a(0x39)](_0x3328ca[_0x316a(0x170)],_0x1bf119?_0x316a(0x171):'No');continue;}break;}}else{if(_0x1485c0[_0x316a(0x172)]||_0x1485c0[_0x316a(0x173)])_0x3328ca[_0x316a(0x174)](_0x316a(0x175),_0x3328ca['MLJIK'])?(_0x98ad84[_0x316a(0x39)](_0x3328ca['ZGYpd']),_0x58d0b5[_0x316a(0x39)](_0x3328ca['icMzm'])):(console[_0x316a(0x39)](_0x316a(0x176)),console['log'](_0x3328ca['wBykt'],_0x1485c0['hasRefreshToken']),console['log'](_0x316a(0x177)),console[_0x316a(0x39)](_0x3328ca['OvuBM']),console[_0x316a(0x39)](_0x3328ca[_0x316a(0x178)],_0x1bf119),console[_0x316a(0x39)](_0x3328ca[_0x316a(0x179)],_0x1bf119[_0x316a(0x10f)]('4/')?_0x3328ca[_0x316a(0x17a)]:_0x3328ca[_0x316a(0x110)]),console['log'](_0x3328ca['rjkfe'],_0x1bf119[_0x316a(0x132)]));else return console['warn'](_0x316a(0x17b)),console[_0x316a(0xb5)](_0x3328ca['qmVRz'],_0x1485c0),console['warn'](_0x3328ca[_0x316a(0x17c)]),![];}console[_0x316a(0x39)](_0x3328ca['FZxqe']);try{await _0x3328ca[_0x316a(0x17d)](triggerTrainingRestart,_0x4e2615,_0x24ebc0),console['log'](_0x3328ca[_0x316a(0x17e)]);}catch(_0x20d08f){console['warn'](_0x316a(0x17f),_0x20d08f),console['warn'](_0x3328ca[_0x316a(0x180)]);}return!![];}else return _0x2016b7[_0x316a(0x48)]('โŒ\x20Re-authentication\x20also\x20failed:',_0x12adba),null;}else{const _0x2809d9=await _0x463134[_0x316a(0x4e)]();return console[_0x316a(0x48)](_0x3328ca['BTYqp'],_0x463134[_0x316a(0x52)],_0x2809d9),console[_0x316a(0x48)](_0x3328ca[_0x316a(0x181)]),![];}}}else return console[_0x316a(0x48)](_0x3328ca[_0x316a(0x182)]),console[_0x316a(0x48)](_0x3328ca[_0x316a(0x183)]),console['error'](_0x3328ca['xFRmE']),console[_0x316a(0x48)](_0x3328ca[_0x316a(0x184)]),console[_0x316a(0x48)](_0x3328ca[_0x316a(0x185)]),console[_0x316a(0x48)](_0x3328ca[_0x316a(0x186)]),![];}}catch(_0x1cad3a){if(_0x3328ca[_0x316a(0x187)](_0x3328ca['Raafr'],_0x316a(0xfa)))_0x4fbc65[_0x316a(0x48)](_0x316a(0xb7)+_0x1b9260+':',_0x30ab52);else{console[_0x316a(0x48)](_0x316a(0x188),_0x1cad3a);if(_0x3328ca[_0x316a(0x146)](_0x1cad3a['code'],statusCodes['SIGN_IN_CANCELLED']))console[_0x316a(0x48)](_0x316a(0x189)),console['error'](_0x3328ca[_0x316a(0x18a)]);else{if(_0x3328ca['OKFCN'](_0x1cad3a[_0x316a(0xb)],statusCodes[_0x316a(0x66)])){if(_0x3328ca['svkYV'](_0x316a(0x18b),_0x3328ca[_0x316a(0x18c)]))console[_0x316a(0x48)](_0x3328ca['jdbSJ']);else return _0x24865e[_0x316a(0x48)](_0x316a(0x18d),_0x48263d),![];}else _0x3328ca[_0x316a(0x18e)](_0x1cad3a['code'],statusCodes[_0x316a(0x68)])&&(_0x3328ca[_0x316a(0x18f)]('lbcQf',_0x316a(0x190))?(_0x1a14e5[_0x316a(0x39)](_0x316a(0x191)),_0x3328ca[_0x316a(0x192)](_0x4675cd,!![])):console[_0x316a(0x48)](_0x3328ca[_0x316a(0x193)]));}return![];}}};export const forceYouTubeReconnectionWithRevoke=async _0x59ee23=>{const _0x25776e={'IUwAr':_0x316a(0x194),'lGpkd':_0x316a(0x104),'CdgfS':function(_0x245ca1){return _0x245ca1();},'cdNHC':_0x316a(0x195),'QeGHh':_0x316a(0x196),'OZfZU':_0x316a(0x197),'TfJdz':function(_0x26eb9a,_0xb3e7db){return _0x26eb9a===_0xb3e7db;},'FJpeK':function(_0x467639,_0x3453c7){return _0x467639===_0x3453c7;},'okbLa':function(_0x3248b9,_0x40f939){return _0x3248b9===_0x40f939;},'xgbUA':_0x316a(0x198),'iUhfM':_0x316a(0x199),'KrXsa':_0x316a(0x77),'znbGn':_0x316a(0x18d)};try{var _0x686c9a;console[_0x316a(0x39)](_0x25776e[_0x316a(0x19a)]),console[_0x316a(0x39)](_0x25776e[_0x316a(0x19b)],_0x59ee23),_0x25776e[_0x316a(0x19c)](initializeGoogleSignIn),await GoogleSignin[_0x316a(0x115)]();try{await GoogleSignin[_0x316a(0x19d)](),console[_0x316a(0x39)](_0x25776e[_0x316a(0x19e)]);}catch(_0x4c925d){console[_0x316a(0x39)](_0x316a(0x19f),_0x4c925d);}await GoogleSignin['signOut'](),console[_0x316a(0x39)](_0x25776e['QeGHh']),console[_0x316a(0x39)](_0x25776e[_0x316a(0x1a0)]);const _0x57fa66=await GoogleSignin['signIn'](),_0x131d8c=await GoogleSignin[_0x316a(0x108)](),_0x3450ab=await GoogleSignin[_0x316a(0x11e)](),_0x153cb5=(_0x25776e['TfJdz'](_0x686c9a=_0x57fa66[_0x316a(0x127)],null)||_0x25776e[_0x316a(0x1a1)](_0x686c9a,void 0x0)?void 0x0:_0x686c9a['serverAuthCode'])||(_0x25776e['FJpeK'](_0x3450ab,null)||_0x25776e['okbLa'](_0x3450ab,void 0x0)?void 0x0:_0x3450ab[_0x316a(0xbc)]);return _0x153cb5?(console[_0x316a(0x39)](_0x25776e[_0x316a(0x1a2)]),console[_0x316a(0x39)](_0x25776e[_0x316a(0x1a3)],_0x153cb5[_0x316a(0x53)](0x0,0x14)+_0x316a(0x122)),!![]):(console[_0x316a(0x48)](_0x25776e['KrXsa']),![]);}catch(_0x163c26){return console[_0x316a(0x48)](_0x25776e['znbGn'],_0x163c26),![];}};export const fixUserYouTubeConnection=async _0x39eb6b=>{const _0x5c4099={'SwMnx':_0x316a(0x1a4),'FQoOX':_0x316a(0xd5),'uGeOm':function(_0xda4a7d,_0x3e1d75){return _0xda4a7d===_0x3e1d75;},'NaJcL':function(_0x2be536,_0x4b51df){return _0x2be536===_0x4b51df;},'fRyGD':function(_0x57a0a4,_0x22758d){return _0x57a0a4===_0x22758d;},'NlnJZ':function(_0x400c1e,_0x72f166){return _0x400c1e===_0x72f166;},'DYxVE':_0x316a(0x1a5),'uLdVR':function(_0x2dc099,_0x160938){return _0x2dc099!==_0x160938;},'aBkiT':'OHFMh','MFBNB':_0x316a(0x1a6),'DtPhx':'๐Ÿ”„\x20Method\x202:\x20Trying\x20forced\x20consent\x20via\x20revoke...','IzTMc':'uIHKb'};console['log'](_0x316a(0x1a7)+_0x39eb6b),console[_0x316a(0x39)](_0x5c4099[_0x316a(0x1a8)]);let _0x205b91=await forceYouTubeReconnectionWithConsent(_0x39eb6b);if(_0x205b91)return _0x5c4099[_0x316a(0x1a9)](_0x5c4099[_0x316a(0x1aa)],_0x5c4099[_0x316a(0x1ab)])?(console[_0x316a(0x39)]('โœ…\x20'+_0x39eb6b+'\x20YouTube\x20connection\x20fixed\x20via\x20Method\x201!'),!![]):(_0x20e9b4[_0x316a(0x48)](_0x5c4099[_0x316a(0x1ac)],_0x8f0d5b),{'success':![],'error':_0x316a(0x59)});console['log'](_0x5c4099[_0x316a(0x1ad)]),_0x205b91=await forceYouTubeReconnectionWithRevoke(_0x39eb6b);if(_0x205b91){if(_0x5c4099['IzTMc']!==_0x316a(0x1ae)){var _0x276b1b,_0x47c659;_0xbcc3e5[_0x316a(0x39)](_0x5c4099[_0x316a(0x1af)]),_0x3e99df=(_0x5c4099['uGeOm'](_0x276b1b=_0x35d37c[_0x316a(0x127)],null)||_0x5c4099[_0x316a(0x1b0)](_0x276b1b,void 0x0)||_0x5c4099[_0x316a(0x1b0)](_0x276b1b=_0x276b1b[_0x316a(0x11d)],null)||_0x5c4099[_0x316a(0x1b0)](_0x276b1b,void 0x0)?void 0x0:_0x276b1b['name'])||((_0x47c659=_0x3652d6[_0x316a(0x127)])===null||_0x5c4099['NaJcL'](_0x47c659,void 0x0)||_0x5c4099[_0x316a(0x1b1)](_0x47c659=_0x47c659['user'],null)||_0x5c4099[_0x316a(0x1b2)](_0x47c659,void 0x0)?void 0x0:_0x47c659['email'])||_0x316a(0xd6);}else return console[_0x316a(0x39)]('โœ…\x20'+_0x39eb6b+_0x316a(0x1b3)),!![];}return console[_0x316a(0x48)]('โŒ\x20Failed\x20to\x20fix\x20'+_0x39eb6b+_0x316a(0x1b4)),![];};const refreshGoogleTokens=async()=>{const _0xe6f3d0={'KdDPo':_0x316a(0xd8),'guVzZ':function(_0x4b9327,_0x5d840c){return _0x4b9327===_0x5d840c;},'xxoes':function(_0x3591c3,_0x171aac){return _0x3591c3===_0x171aac;},'AxLQJ':function(_0x563734,_0x14ff67){return _0x563734===_0x14ff67;},'RiOqf':_0x316a(0xd1),'bpmZn':'๐Ÿ”„\x20Attempting\x20to\x20refresh\x20Google\x20tokens...','SDwRq':'โŒ\x20User\x20not\x20signed\x20in\x20to\x20Google,\x20cannot\x20refresh\x20tokens','cGVtw':'โœ…\x20Successfully\x20refreshed\x20Google\x20tokens','ndpYt':function(_0x23a5fb,_0x13b8d7){return _0x23a5fb!==_0x13b8d7;},'PmGgd':_0x316a(0x1b5),'gBoBQ':'โœ…\x20Re-authentication\x20successful','MKCzM':'โŒ\x20Re-authentication\x20also\x20failed:'};try{console['log'](_0xe6f3d0[_0x316a(0x1b6)]);const _0x1ffc0e=await GoogleSignin['getCurrentUser']();if(!_0x1ffc0e)return console[_0x316a(0x39)](_0xe6f3d0[_0x316a(0x1b7)]),null;const _0x2e90a6=await GoogleSignin['getTokens']();return console[_0x316a(0x39)](_0xe6f3d0[_0x316a(0x1b8)]),{'accessToken':_0x2e90a6['accessToken'],'idToken':_0x2e90a6[_0x316a(0x124)]};}catch(_0x3087dc){if(_0xe6f3d0[_0x316a(0x1b9)](_0xe6f3d0['PmGgd'],_0xe6f3d0[_0x316a(0x1ba)])){var _0x4941ee,_0x15069e;_0x19c0db[_0x316a(0x39)](_0xe6f3d0[_0x316a(0x1bb)],_0x2956d7[_0x316a(0x52)]),_0x25a836=((_0x4941ee=_0x494c96[_0x316a(0x127)])===null||_0xe6f3d0[_0x316a(0x1bc)](_0x4941ee,void 0x0)||_0xe6f3d0[_0x316a(0x1bc)](_0x4941ee=_0x4941ee[_0x316a(0x11d)],null)||_0xe6f3d0['xxoes'](_0x4941ee,void 0x0)?void 0x0:_0x4941ee[_0x316a(0x5a)])||(_0xe6f3d0[_0x316a(0x1bd)](_0x15069e=_0x2171c3[_0x316a(0x127)],null)||_0xe6f3d0[_0x316a(0x1bc)](_0x15069e,void 0x0)||_0xe6f3d0[_0x316a(0x1be)](_0x15069e=_0x15069e[_0x316a(0x11d)],null)||_0x15069e===void 0x0?void 0x0:_0x15069e[_0x316a(0x79)])||_0xe6f3d0[_0x316a(0x1bf)];}else{console[_0x316a(0x48)]('โŒ\x20Failed\x20to\x20refresh\x20Google\x20tokens:',_0x3087dc);try{if(_0xe6f3d0[_0x316a(0x1b9)]('grQlT',_0x316a(0x1c0)))return _0x5df112['error']('โŒ\x20[YOUTUBE\x20AUTH]\x20Username\x20is\x20required\x20for\x20YouTube\x20authentication'),![];else{console[_0x316a(0x39)](_0x316a(0x1c1));const _0x2626e8=await GoogleSignin['signIn'](),_0x7a4ee3=await GoogleSignin[_0x316a(0x108)]();return console[_0x316a(0x39)](_0xe6f3d0[_0x316a(0x1c2)]),{'accessToken':_0x7a4ee3[_0x316a(0x109)],'idToken':_0x7a4ee3[_0x316a(0x124)]};}}catch(_0x557f7f){return console[_0x316a(0x48)](_0xe6f3d0['MKCzM'],_0x557f7f),null;}}}},debugYouTubeTokens=async()=>{const _0x4f7e32={'UvgsR':'๐Ÿ”\x20YouTube\x20Token\x20Debug:','weuAB':'Missing','GuzEb':_0x316a(0x125),'EHyah':function(_0x44446f,_0x397473){return _0x44446f!==_0x397473;},'vEpFt':function(_0x86f2ff,_0x12e90d){return _0x86f2ff!==_0x12e90d;},'xgztH':function(_0x2a114a,_0x5c01a4){return _0x2a114a===_0x5c01a4;},'OEiwq':function(_0x46306a,_0x9f8a8f){return _0x46306a===_0x9f8a8f;},'iyvCv':function(_0xc26994,_0x4687cd){return _0xc26994===_0x4687cd;},'CGppD':function(_0x142c8c,_0x437930){return _0x142c8c!==_0x437930;},'OFLPz':_0x316a(0x1c3),'zuFxS':_0x316a(0x1c4)};try{var _0x4db5ec;const _0xc9be23=await GoogleSignin[_0x316a(0x108)](),_0x57ebd9=await GoogleSignin[_0x316a(0x11e)]();return console['log'](_0x4f7e32[_0x316a(0x1c5)],{'accessToken':_0xc9be23[_0x316a(0x109)]?_0xc9be23['accessToken'][_0x316a(0x53)](0x0,0x14)+_0x316a(0x122):_0x4f7e32['weuAB'],'idToken':_0xc9be23[_0x316a(0x124)]?_0x4f7e32[_0x316a(0x1c6)]:_0x4f7e32[_0x316a(0x1c7)],'serverAuthCode':_0x4f7e32[_0x316a(0x1c8)](_0x57ebd9,null)&&_0x4f7e32[_0x316a(0x1c9)](_0x57ebd9,void 0x0)&&_0x57ebd9['serverAuthCode']?_0x57ebd9[_0x316a(0xbc)][_0x316a(0x53)](0x0,0x14)+_0x316a(0x122):_0x4f7e32[_0x316a(0x1c7)],'userEmail':(_0x4f7e32[_0x316a(0x1ca)](_0x57ebd9,null)||_0x57ebd9===void 0x0||_0x4f7e32['OEiwq'](_0x4db5ec=_0x57ebd9[_0x316a(0x11d)],null)||_0x4f7e32[_0x316a(0x1cb)](_0x4db5ec,void 0x0)?void 0x0:_0x4db5ec[_0x316a(0x79)])||_0x4f7e32[_0x316a(0x1c7)]}),{'hasRefreshToken':!!(_0x4f7e32[_0x316a(0x1c8)](_0x57ebd9,null)&&_0x57ebd9!==void 0x0&&_0x57ebd9[_0x316a(0xbc)]),'refreshTokenType':_0x4f7e32[_0x316a(0x1cc)](_0x57ebd9,null)&&_0x57ebd9!==void 0x0&&_0x57ebd9[_0x316a(0xbc)]?'serverAuthCode':_0x4f7e32[_0x316a(0x1cd)]};}catch(_0xb42253){return console['error'](_0x4f7e32[_0x316a(0x1ce)],_0xb42253),{'hasRefreshToken':![],'refreshTokenType':_0x316a(0x48)};}};export const reconnectYouTube=async _0xad6219=>{const _0x42e6a2={'YbMwg':_0x316a(0x1cf),'JiAmP':_0x316a(0xfb),'DhzoF':'Facebook\x20Login\x20completed\x20successfully','tViez':function(_0x14d74b,_0x3c2ba4){return _0x14d74b(_0x3c2ba4);},'nMoBp':_0x316a(0x1d0),'TDqMR':function(_0x562d18,_0x39d9c2){return _0x562d18===_0x39d9c2;},'LoTMX':_0x316a(0xa5),'LvvhT':function(_0x15ba1a,_0x48628b){return _0x15ba1a!==_0x48628b;},'lAjBd':_0x316a(0x7d),'uXZeo':_0x316a(0x1d1),'Ibwya':_0x316a(0x7e),'pGweL':_0x316a(0xb1),'NWhXg':_0x316a(0xae),'kRqrC':_0x316a(0x1d2),'gUrWT':_0x316a(0x1d3),'WYKdK':_0x316a(0x1d4),'KOeKm':_0x316a(0x1d5),'qYNLO':_0x316a(0x1d6),'SCfkz':_0x316a(0x1d7),'ifDDx':'youtube','rHKYt':_0x316a(0x1d8),'TgcvG':function(_0x562bc6){return _0x562bc6();},'FQnDv':_0x316a(0xbe),'PkQVr':'Iyekv','GPdCR':_0x316a(0x1d9),'BvioS':function(_0x4aa56a,_0x16efea){return _0x4aa56a!==_0x16efea;},'cdfrD':'FPdrS','BjcBA':_0x316a(0x1da),'zqJnW':_0x316a(0x1db)};try{console['log'](_0x42e6a2[_0x316a(0x1dc)]);try{await GoogleSignin['signOut'](),console['log'](_0x42e6a2[_0x316a(0x1dd)]);}catch(_0x16a40c){if(_0x42e6a2['TDqMR'](_0x316a(0x1de),_0x316a(0x1df)))return _0x316052[_0x316a(0x48)](_0x316a(0x1e0),_0x2c3e16),_0xa70ce4[_0x316a(0x39)](_0x42e6a2[_0x316a(0x1e1)]),{'access_token':_0x5b4b9a+_0x316a(0x1e2)+_0x22f141[_0x316a(0x1e3)]()[_0x316a(0x1e4)](0x24)[_0x316a(0x53)](0x7),'refresh_token':_0x2a2a13+_0x316a(0x1e5)+_0x11ab01[_0x316a(0x1e3)]()['toString'](0x24)[_0x316a(0x53)](0x7),'expires_in':0xe10};else console[_0x316a(0x39)](_0x42e6a2['WYKdK'],_0x16a40c);}try{const _0x20e2ab=await GoogleSignin[_0x316a(0x108)]();_0x20e2ab[_0x316a(0x109)]&&(_0x42e6a2[_0x316a(0x1e6)]===_0x42e6a2['KOeKm']?(await GoogleSignin[_0x316a(0x111)](_0x20e2ab[_0x316a(0x109)]),console[_0x316a(0x39)](_0x316a(0x1e7))):(_0x22a2df[_0x316a(0x48)](_0x316a(0x189)),_0x5cf6b8[_0x316a(0x48)](_0x42e6a2[_0x316a(0x1e8)])));}catch(_0x911ac3){if(_0x42e6a2['qYNLO']!==_0x42e6a2[_0x316a(0x1e9)])return _0x238bfb['error'](_0x316a(0x1ea)),![];else console[_0x316a(0x39)](_0x42e6a2[_0x316a(0x1eb)],_0x911ac3);}const _0x33ad82=await initiateNativeAuth(_0x42e6a2[_0x316a(0x1ec)],_0xad6219);if(_0x33ad82){console['log'](_0x42e6a2[_0x316a(0x1ed)]);const _0x494943=await _0x42e6a2[_0x316a(0x1ee)](debugYouTubeTokens);return _0x494943[_0x316a(0x172)]?console[_0x316a(0x39)](_0x42e6a2[_0x316a(0x1ef)],_0x494943[_0x316a(0x142)]):_0x42e6a2['TDqMR']('Iyekv',_0x42e6a2[_0x316a(0x1f0)])?console['warn'](_0x42e6a2['GPdCR']):_0x1cb275(()=>{_0x52bc40['log'](_0x42e6a2['DhzoF']),_0x42e6a2[_0x316a(0x1f1)](_0xbd060b,!![]);},0x3e8),!![];}else{if(_0x42e6a2[_0x316a(0x1f2)](_0x42e6a2[_0x316a(0x1f3)],_0x316a(0x1f4)))_0x5b9dfc=_0x1667ee[_0x316a(0x127)]['serverAuthCode'],_0x5d26e1[_0x316a(0x39)](_0x42e6a2[_0x316a(0x1f5)]),_0x5d71b2[_0x316a(0x39)](_0x316a(0x199),_0x364294[_0x316a(0x53)](0x0,0x14)+_0x316a(0x122));else return console['error'](_0x316a(0x1f6)),![];}}catch(_0x2ee565){if(_0x42e6a2['BvioS'](_0x316a(0x1da),_0x42e6a2['BjcBA'])){var _0xc809b7;if(_0x42e6a2[_0x316a(0x1f7)](_0x4d8437[_0x316a(0x5a)],_0x42e6a2[_0x316a(0x1f8)]))_0x2c6df7['error'](_0x316a(0xa6)+_0x496f91+_0x316a(0xa7));else{if(_0x42e6a2['LvvhT'](_0xc809b7=_0x54d996[_0x316a(0x4a)],null)&&_0x42e6a2[_0x316a(0x1f9)](_0xc809b7,void 0x0)&&_0xc809b7[_0x316a(0xa9)](_0x42e6a2['lAjBd'])){const _0x5554ba=_0x316a(0x1fa)[_0x316a(0x70)]('|');let _0x18f303=0x0;while(!![]){switch(_0x5554ba[_0x18f303++]){case'0':_0x1e212f[_0x316a(0x48)](_0x316a(0xb0));continue;case'1':_0x1cd110[_0x316a(0x48)](_0x42e6a2[_0x316a(0x1fb)]);continue;case'2':_0x27af7c[_0x316a(0x48)](_0x42e6a2[_0x316a(0x1fc)]);continue;case'3':_0x36a096[_0x316a(0x48)](_0x42e6a2[_0x316a(0x1fd)]);continue;case'4':_0x1c3d3b['error'](_0x316a(0xb2)+_0x5c10ee+'.\x20Possible\x20causes:');continue;case'5':_0x235e9b[_0x316a(0x48)](_0x42e6a2[_0x316a(0x1fe)]);continue;}break;}}else _0xbc29b2['error'](_0x316a(0xb7)+_0x3b9e01+':',_0x132a6a);}return null;}else return console[_0x316a(0x48)](_0x42e6a2[_0x316a(0x1ff)],_0x2ee565),![];}};export const initiateNativeAuth=async(_0x48e4b1,_0x3d3c6e)=>{const _0x2eafa2={'UaFfP':_0x316a(0x0),'zDWol':function(_0x1349f8){return _0x1349f8();},'ZSdZp':_0x316a(0x200),'gnPqW':function(_0x10b122,_0x30b3dd){return _0x10b122===_0x30b3dd;},'jtbBb':function(_0x32ec8b,_0x54cadf){return _0x32ec8b===_0x54cadf;},'vJaYE':function(_0x47d61e,_0x2377d3){return _0x47d61e===_0x2377d3;},'CYcIg':_0x316a(0xd1),'QxbdB':'โŒ\x20YouTube\x20reconnection\x20failed','wGuVw':_0x316a(0x201),'pROBs':_0x316a(0x19f),'lIdXE':_0x316a(0x202),'KIjfX':_0x316a(0x203),'xnoaH':'โœ…\x20[YOUTUBE\x20AUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','igKls':_0x316a(0x204),'GjASJ':_0x316a(0x205),'OhpEF':'โœ…\x20YouTube\x20channel\x20found:','gFhNZ':_0x316a(0x191),'npAjE':function(_0x48e01a,_0x4700b7){return _0x48e01a(_0x4700b7);},'XbBnz':function(_0x4a1620,_0x23a094,_0x2c958e){return _0x4a1620(_0x23a094,_0x2c958e);},'xLIQh':_0x316a(0x206),'CdDWx':_0x316a(0x207),'fFeeA':function(_0x2d2d01,_0x68d45c){return _0x2d2d01!==_0x68d45c;},'kjbKV':'wQhpT','MNtuN':function(_0x4fe252){return _0x4fe252();},'aMvNe':_0x316a(0x208),'Meslb':'ZJJTa','Fyofu':_0x316a(0x209),'nNFxz':_0x316a(0x20a),'ScaNZ':function(_0x4def16,_0x145381){return _0x4def16===_0x145381;},'GGTTB':'๐Ÿ“‹\x20FULL\x20tokens\x20object:','TwdmH':_0x316a(0x20b),'EBbKJ':'๐Ÿ“‹\x20FULL\x20currentUser\x20object:','BmDQN':_0x316a(0x20c),'jgLiz':_0x316a(0x20d),'TSTgM':_0x316a(0xcb),'aMkQy':'-\x20currentUser?.serverAuthCode:','JAmnW':_0x316a(0x20e),'wJatN':function(_0x87e44c,_0x2475d7){return _0x87e44c!==_0x2475d7;},'FhPOV':_0x316a(0x20f),'apBqx':_0x316a(0x199),'mwzxX':function(_0x20b4c9,_0x5d1367){return _0x20b4c9!==_0x5d1367;},'sGgIs':_0x316a(0x210),'mtinu':'๐Ÿ’ก\x20User\x20needs\x20to\x20reconnect\x20with\x20proper\x20consent\x20screen','JTCLw':'๐Ÿ’ก\x20Check\x20Google\x20Sign-In\x20configuration:\x20offlineAccess,\x20forceCodeForRefreshToken','clKQc':_0x316a(0x211),'LopiK':_0x316a(0x10d),'yDTMF':_0x316a(0xbb),'amFtk':_0x316a(0xbc),'tpInv':'๐Ÿ“บ\x20Fetching\x20YouTube\x20channel\x20information...','pDzzv':function(_0xd8e1d5,_0x151e45,_0x439c40){return _0xd8e1d5(_0x151e45,_0x439c40);},'QbWzw':'https://www.googleapis.com/youtube/v3/channels?part=snippet&mine=true','BANEy':function(_0x144b50,_0x5ec323){return _0x144b50===_0x5ec323;},'LByMc':_0x316a(0x212),'KUJgz':function(_0x23ccb9,_0xfd56cb){return _0x23ccb9>_0xfd56cb;},'fGdwn':_0x316a(0x213),'xJuic':'ID:','sMJiu':_0x316a(0x214),'RQGAB':'โš ๏ธ\x20No\x20YouTube\x20channel\x20found\x20for\x20user','hEMdF':function(_0x446b9f,_0x252dfc){return _0x446b9f===_0x252dfc;},'XkDzE':function(_0x2df6c2,_0x4d5c89){return _0x2df6c2!==_0x4d5c89;},'MtsYZ':_0x316a(0x215),'gcSgW':_0x316a(0xd8),'HoGKp':function(_0x8f2535,_0x39bf1a){return _0x8f2535===_0x39bf1a;},'jnUcZ':function(_0x19c4e1,_0x6b8d6){return _0x19c4e1===_0x6b8d6;},'uVQQE':function(_0x4ad206,_0x3ac28f){return _0x4ad206===_0x3ac28f;},'DBwzH':function(_0x21257e,_0x42e3a6){return _0x21257e===_0x42e3a6;},'KrkCr':function(_0x3a523a,_0x12ee2f){return _0x3a523a===_0x12ee2f;},'mdLSE':function(_0xd30c37,_0x54ad5e){return _0xd30c37===_0x54ad5e;},'BNAHw':'onairos_username','VrXPx':function(_0x1fbe08,_0x2dacde){return _0x1fbe08===_0x2dacde;},'brzTf':_0x316a(0x216),'kcdAl':function(_0x172b0a,_0x3dcdd4){return _0x172b0a<_0x3dcdd4;},'gLAkq':_0x316a(0x217),'oaMLb':_0x316a(0x218),'OXrze':_0x316a(0x219),'aQCir':'โœ…\x20Found\x20existing\x20authentication\x20token\x20for\x20YouTube\x20auth','bPARU':'๐Ÿ”—\x20Linking\x20YouTube\x20data\x20to\x20user:','qWchH':_0x316a(0x21a),'rYOyC':_0x316a(0x21b),'jZHqc':_0x316a(0xdb),'oaHlv':function(_0x4d41cf,_0x1e745f){return _0x4d41cf===_0x1e745f;},'WRyTB':function(_0x48f1c2,_0x226215){return _0x48f1c2===_0x226215;},'dULOT':function(_0x1e0cb4,_0x1e2920){return _0x1e0cb4===_0x1e2920;},'jQTyq':function(_0x116277,_0xc1f939){return _0x116277===_0xc1f939;},'GyOvJ':function(_0x5a9617,_0x59de4d){return _0x5a9617===_0x59de4d;},'HclqW':function(_0x5b8524,_0x17fc7d){return _0x5b8524===_0x17fc7d;},'IeAaw':function(_0x42df2e,_0x498349){return _0x42df2e!==_0x498349;},'LmXnn':function(_0x3c9f96,_0x1b3518){return _0x3c9f96!==_0x1b3518;},'ZDlao':_0x316a(0x21c),'zwNbv':function(_0x2f6101,_0x188e05){return _0x2f6101+_0x188e05;},'bDbEO':function(_0x5d2d35,_0x48b588){return _0x5d2d35*_0x48b588;},'znZbe':_0x316a(0x154),'BaHKZ':_0x316a(0x1c3),'OKURf':_0x316a(0x21d),'ulCXU':'-\x20hasServerAuthCode:','uyChR':_0x316a(0x21e),'ZuLKZ':function(_0x4564f2,_0x5ec763){return _0x4564f2===_0x5ec763;},'FqFCZ':'-\x20channelName:','fwrUC':_0x316a(0x21f),'fSYNh':function(_0x2aceb2,_0xaa86e7){return _0x2aceb2&&_0xaa86e7;},'TOxPn':_0x316a(0x220),'sRIWN':_0x316a(0x221),'PNbAN':_0x316a(0x222),'ymGCR':function(_0x2e7848,_0xffafbc){return _0x2e7848===_0xffafbc;},'UfQbb':'temporary\x20access\x20token\x20mode','qsOjK':function(_0x4c833e,_0x1036f2){return _0x4c833e===_0x1036f2;},'mLuWW':_0x316a(0x223),'YRJCW':'EfXmK','cDFli':'โœ…\x20[YOUTUBE\x20AUTH]\x20Backend\x20confirmed\x20refresh\x20token\x20received','edtze':function(_0x491382,_0x3a6484){return _0x491382===_0x3a6484;},'rwfou':_0x316a(0x224),'wfTQI':_0x316a(0xb6),'Vhjlm':_0x316a(0x225),'gyuwJ':_0x316a(0x226),'BAoqx':_0x316a(0x25),'FgUyl':_0x316a(0x227),'ILYUN':_0x316a(0x228),'LWrdi':function(_0x2432ca,_0x51676d){return _0x2432ca===_0x51676d;},'jMqYs':'ZeYEO','luXec':_0x316a(0x229),'SpuLY':_0x316a(0x22a)};if(_0x48e4b1===_0x316a(0xdb)){console[_0x316a(0x39)](_0x2eafa2[_0x316a(0x22b)]);if(!_0x3d3c6e||_0x2eafa2['jtbBb'](_0x3d3c6e['trim'](),''))return console['error'](_0x2eafa2[_0x316a(0x22c)]),![];try{if(_0x2eafa2[_0x316a(0x22d)](_0x316a(0x22e),_0x2eafa2[_0x316a(0x22f)]))throw new _0x745f42(_0x2eafa2[_0x316a(0x230)]);else{var _0x5c8b04,_0xeb6031,_0x5be23f,_0x5e9252,_0x4cc6f3,_0x13c8e6,_0xd4d2a,_0x16bc9c,_0x42ca43,_0x383654;_0x2eafa2['MNtuN'](initializeGoogleSignIn),await GoogleSignin['hasPlayServices']();try{await GoogleSignin[_0x316a(0x105)](),console[_0x316a(0x39)](_0x2eafa2[_0x316a(0x231)]);}catch(_0x245e69){_0x316a(0x232)===_0x2eafa2[_0x316a(0x233)]?console[_0x316a(0x39)](_0x2eafa2[_0x316a(0x234)],_0x245e69):(_0x54e646[_0x316a(0x39)](_0x316a(0x235)),_0x2eafa2[_0x316a(0x236)](_0x6f1af3));}const _0x378989=await GoogleSignin['signIn']();console[_0x316a(0x39)](_0x2eafa2[_0x316a(0x237)],_0x2eafa2[_0x316a(0x238)](_0x5c8b04=_0x378989[_0x316a(0x127)],null)||_0x2eafa2[_0x316a(0x239)](_0x5c8b04,void 0x0)||_0x2eafa2[_0x316a(0x23a)](_0x5c8b04=_0x5c8b04[_0x316a(0x11d)],null)||_0x2eafa2[_0x316a(0x23b)](_0x5c8b04,void 0x0)?void 0x0:_0x5c8b04[_0x316a(0x79)]),console[_0x316a(0x39)](_0x316a(0x23c)),console[_0x316a(0x39)](JSON[_0x316a(0x99)](_0x378989,null,0x2));const _0x43c9b8=await GoogleSignin[_0x316a(0x108)]();console[_0x316a(0x39)](_0x316a(0x23d)),console['log'](_0x2eafa2[_0x316a(0x23e)]),console['log'](JSON[_0x316a(0x99)](_0x43c9b8,null,0x2));const _0x5a2667=await GoogleSignin[_0x316a(0x11e)]();console[_0x316a(0x39)](_0x2eafa2[_0x316a(0x23f)],_0x2eafa2[_0x316a(0x23a)](_0x5a2667,null)||_0x5a2667===void 0x0||(_0xeb6031=_0x5a2667[_0x316a(0x11d)])===null||_0x2eafa2[_0x316a(0x23b)](_0xeb6031,void 0x0)?void 0x0:_0xeb6031[_0x316a(0x79)]),console['log'](_0x2eafa2[_0x316a(0x240)]),console[_0x316a(0x39)](JSON[_0x316a(0x99)](_0x5a2667,null,0x2));let _0x16d485=null;console[_0x316a(0x39)](_0x2eafa2[_0x316a(0x241)]),console[_0x316a(0x39)](_0x2eafa2['jgLiz'],_0x2eafa2[_0x316a(0x22d)](_0x5be23f=_0x378989['data'],null)&&_0x2eafa2['fFeeA'](_0x5be23f,void 0x0)&&_0x5be23f[_0x316a(0xbc)]?'Present:\x20'+_0x378989[_0x316a(0x127)][_0x316a(0xbc)][_0x316a(0x53)](0x0,0x14)+_0x316a(0x122):_0x2eafa2[_0x316a(0x242)]),console[_0x316a(0x39)](_0x2eafa2['aMkQy'],_0x5a2667!==null&&_0x5a2667!==void 0x0&&_0x5a2667['serverAuthCode']?_0x316a(0x243)+_0x5a2667[_0x316a(0xbc)][_0x316a(0x53)](0x0,0x14)+_0x316a(0x122):_0x2eafa2[_0x316a(0x242)]),console['log'](_0x316a(0x244),_0x43c9b8['idToken']?_0x316a(0x243)+_0x43c9b8[_0x316a(0x124)][_0x316a(0x53)](0x0,0x14)+_0x316a(0x122):_0x2eafa2[_0x316a(0x242)]),console[_0x316a(0x39)](_0x2eafa2[_0x316a(0x245)],_0x43c9b8[_0x316a(0x109)]?_0x316a(0x243)+_0x43c9b8[_0x316a(0x109)]['substring'](0x0,0x14)+_0x316a(0x122):_0x316a(0xcb));if(_0x2eafa2[_0x316a(0x22d)](_0x5a2667,null)&&_0x2eafa2[_0x316a(0x246)](_0x5a2667,void 0x0)&&_0x5a2667[_0x316a(0xbc)])_0x16d485=_0x5a2667[_0x316a(0xbc)],console['log'](_0x2eafa2[_0x316a(0x247)]),console[_0x316a(0x39)](_0x2eafa2[_0x316a(0x248)],_0x16d485['substring'](0x0,0x14)+_0x316a(0x122));else _0x2eafa2[_0x316a(0x249)](_0x5e9252=_0x378989[_0x316a(0x127)],null)&&_0x5e9252!==void 0x0&&_0x5e9252[_0x316a(0xbc)]&&(_0x16d485=_0x378989[_0x316a(0x127)]['serverAuthCode'],console[_0x316a(0x39)](_0x316a(0x1d0)),console[_0x316a(0x39)](_0x2eafa2[_0x316a(0x248)],_0x16d485[_0x316a(0x53)](0x0,0x14)+'...'));!_0x16d485?(console[_0x316a(0x48)](_0x2eafa2[_0x316a(0x24a)]),console[_0x316a(0x48)](_0x2eafa2[_0x316a(0x24b)]),console['error'](_0x2eafa2[_0x316a(0x24c)]),console[_0x316a(0xb5)](_0x2eafa2[_0x316a(0x24d)])):(console[_0x316a(0x39)](_0x2eafa2['LopiK']),console['log'](_0x2eafa2[_0x316a(0x24e)],_0x16d485[_0x316a(0x10f)]('4/')?_0x2eafa2['amFtk']:_0x316a(0x154)));let _0xf664fa='Unknown\x20Channel',_0x55e621=null;try{console[_0x316a(0x39)](_0x2eafa2[_0x316a(0x24f)]);const _0x2bf071=await _0x2eafa2[_0x316a(0x250)](fetch,_0x2eafa2[_0x316a(0x251)],{'headers':{'Authorization':'Bearer\x20'+_0x43c9b8[_0x316a(0x109)],'Accept':'application/json'}});if(_0x2bf071['ok']){if(_0x2eafa2[_0x316a(0x252)](_0x2eafa2[_0x316a(0x253)],_0x2eafa2[_0x316a(0x253)])){const _0x51d5f1=await _0x2bf071[_0x316a(0x130)]();if(_0x51d5f1[_0x316a(0x43)]&&_0x2eafa2['KUJgz'](_0x51d5f1[_0x316a(0x43)][_0x316a(0x132)],0x0)){if(_0x2eafa2[_0x316a(0x252)](_0x2eafa2[_0x316a(0x254)],_0x2eafa2[_0x316a(0x254)]))_0xf664fa=_0x51d5f1[_0x316a(0x43)][0x0]['snippet'][_0x316a(0x45)],_0x55e621=_0x51d5f1['items'][0x0]['id'],console[_0x316a(0x39)](_0x2eafa2[_0x316a(0x255)],_0xf664fa,_0x2eafa2[_0x316a(0x256)],_0x55e621);else{var _0x2f5ece,_0x58e32a;_0x27c2cc['log'](_0x2eafa2['ZSdZp'],_0x903a43),_0x2571ae=(_0x2eafa2[_0x316a(0x239)](_0x2f5ece=_0x372d95[_0x316a(0x127)],null)||_0x2eafa2[_0x316a(0x23a)](_0x2f5ece,void 0x0)||(_0x2f5ece=_0x2f5ece['user'])===null||_0x2eafa2[_0x316a(0x23a)](_0x2f5ece,void 0x0)?void 0x0:_0x2f5ece[_0x316a(0x5a)])||(_0x2eafa2[_0x316a(0x238)](_0x58e32a=_0x88f980[_0x316a(0x127)],null)||_0x2eafa2['vJaYE'](_0x58e32a,void 0x0)||(_0x58e32a=_0x58e32a[_0x316a(0x11d)])===null||_0x58e32a===void 0x0?void 0x0:_0x58e32a[_0x316a(0x79)])||_0x2eafa2[_0x316a(0x257)];}}else{if(_0x2eafa2[_0x316a(0x23a)](_0x2eafa2[_0x316a(0x258)],'kKtcl'))return _0x5b12f2[_0x316a(0x48)](_0x2eafa2[_0x316a(0x259)]),![];else{var _0xc13ebb,_0x27003f;console[_0x316a(0x39)](_0x2eafa2[_0x316a(0x25a)]),_0xf664fa=(_0x2eafa2[_0x316a(0x252)](_0xc13ebb=_0x378989['data'],null)||_0x2eafa2[_0x316a(0x25b)](_0xc13ebb,void 0x0)||(_0xc13ebb=_0xc13ebb['user'])===null||_0x2eafa2[_0x316a(0x25b)](_0xc13ebb,void 0x0)?void 0x0:_0xc13ebb[_0x316a(0x5a)])||((_0x27003f=_0x378989[_0x316a(0x127)])===null||_0x2eafa2[_0x316a(0x252)](_0x27003f,void 0x0)||_0x2eafa2[_0x316a(0x23a)](_0x27003f=_0x27003f[_0x316a(0x11d)],null)||_0x27003f===void 0x0?void 0x0:_0x27003f[_0x316a(0x79)])||_0x316a(0xd6);}}}else _0x5875b1['log'](_0x2eafa2[_0x316a(0x25c)]);}else{if(_0x2eafa2[_0x316a(0x25d)](_0x316a(0x215),_0x2eafa2['MtsYZ']))_0x5db76f['log'](_0x2eafa2[_0x316a(0x25e)],_0x341486);else{var _0x45a823,_0x427a8b;console['log'](_0x2eafa2[_0x316a(0x25f)],_0x2bf071[_0x316a(0x52)]),_0xf664fa=(_0x2eafa2[_0x316a(0x23b)](_0x45a823=_0x378989[_0x316a(0x127)],null)||_0x2eafa2['ScaNZ'](_0x45a823,void 0x0)||_0x2eafa2['HoGKp'](_0x45a823=_0x45a823[_0x316a(0x11d)],null)||_0x2eafa2[_0x316a(0x239)](_0x45a823,void 0x0)?void 0x0:_0x45a823['name'])||(_0x2eafa2[_0x316a(0x238)](_0x427a8b=_0x378989[_0x316a(0x127)],null)||_0x2eafa2[_0x316a(0x260)](_0x427a8b,void 0x0)||(_0x427a8b=_0x427a8b[_0x316a(0x11d)])===null||_0x2eafa2[_0x316a(0x261)](_0x427a8b,void 0x0)?void 0x0:_0x427a8b[_0x316a(0x79)])||_0x316a(0xd1);}}}catch(_0xd18f22){var _0x5eb5d1,_0x915875;console[_0x316a(0x39)](_0x316a(0x200),_0xd18f22),_0xf664fa=(_0x2eafa2['jtbBb'](_0x5eb5d1=_0x378989[_0x316a(0x127)],null)||_0x5eb5d1===void 0x0||_0x2eafa2[_0x316a(0x239)](_0x5eb5d1=_0x5eb5d1['user'],null)||_0x2eafa2[_0x316a(0x262)](_0x5eb5d1,void 0x0)?void 0x0:_0x5eb5d1[_0x316a(0x5a)])||(_0x2eafa2[_0x316a(0x263)](_0x915875=_0x378989['data'],null)||_0x915875===void 0x0||(_0x915875=_0x915875[_0x316a(0x11d)])===null||_0x2eafa2[_0x316a(0x264)](_0x915875,void 0x0)?void 0x0:_0x915875['email'])||_0x2eafa2[_0x316a(0x257)];}let _0x58b6d7=await _0x2eafa2[_0x316a(0x265)](getJWT);const _0x1e490e=await AsyncStorage[_0x316a(0x266)](_0x2eafa2[_0x316a(0x267)]),_0x584348=_0x1e490e||_0x3d3c6e||(_0x2eafa2['DBwzH'](_0x4cc6f3=_0x378989[_0x316a(0x127)],null)||_0x2eafa2[_0x316a(0x252)](_0x4cc6f3,void 0x0)||_0x2eafa2['KrkCr'](_0x4cc6f3=_0x4cc6f3[_0x316a(0x11d)],null)||_0x2eafa2[_0x316a(0x268)](_0x4cc6f3,void 0x0)?void 0x0:_0x4cc6f3['email'])||_0x2eafa2[_0x316a(0x269)];!_0x58b6d7||_0x2eafa2[_0x316a(0x26a)](_0x58b6d7['trim']()[_0x316a(0x132)],0x14)?(console['log'](_0x316a(0x13b)),console[_0x316a(0x39)](_0x2eafa2[_0x316a(0x26b)]),console[_0x316a(0x39)](_0x2eafa2['oaMLb'])):_0x2eafa2[_0x316a(0x26c)]!==_0x2eafa2[_0x316a(0x26c)]?_0x7156a7['log'](_0x2eafa2[_0x316a(0x26d)]):(console[_0x316a(0x39)](_0x2eafa2[_0x316a(0x26e)]),console[_0x316a(0x39)](_0x316a(0x26f),_0x58b6d7[_0x316a(0x53)](0x0,0x14)+_0x316a(0x122)));console[_0x316a(0x39)](_0x2eafa2[_0x316a(0x270)],_0x584348),console[_0x316a(0x39)](_0x2eafa2[_0x316a(0x271)],_0x58b6d7?_0x58b6d7[_0x316a(0x53)](0x0,0x14)+'...':_0x316a(0x272)),console[_0x316a(0x39)](_0x2eafa2[_0x316a(0x273)],_0xf664fa);const _0x505e83={'session':{'username':_0x584348,'platform':_0x2eafa2[_0x316a(0x274)],'timestamp':new Date()['toISOString'](),'channelName':_0xf664fa,'channelId':_0x55e621},'googleUser':_0x2eafa2[_0x316a(0x275)](_0x13c8e6=_0x378989['data'],null)||_0x13c8e6===void 0x0?void 0x0:_0x13c8e6[_0x316a(0x11d)],'accessToken':_0x43c9b8[_0x316a(0x109)],'idToken':_0x43c9b8[_0x316a(0x124)],'refreshToken':_0x16d485,'serverAuthCode':_0x16d485,'refresh_token':_0x16d485,'server_auth_code':_0x16d485,'authCode':_0x16d485,'userAccountInfo':{'username':_0x584348,'email':_0x2eafa2['WRyTB'](_0xd4d2a=_0x378989[_0x316a(0x127)],null)||_0x2eafa2[_0x316a(0x276)](_0xd4d2a,void 0x0)||(_0xd4d2a=_0xd4d2a[_0x316a(0x11d)])===null||_0xd4d2a===void 0x0?void 0x0:_0xd4d2a[_0x316a(0x79)],'authToken':_0x58b6d7,'channelName':_0xf664fa,'channelId':_0x55e621,'userIdentifier':_0x58b6d7?_0x316a(0x14d)+_0x58b6d7[_0x316a(0x53)](0x0,0xa):_0x316a(0x14e)+(_0x2eafa2[_0x316a(0x277)](_0x16bc9c=_0x378989[_0x316a(0x127)],null)||_0x16bc9c===void 0x0||_0x2eafa2[_0x316a(0x276)](_0x16bc9c=_0x16bc9c[_0x316a(0x11d)],null)||_0x2eafa2[_0x316a(0x278)](_0x16bc9c,void 0x0)?void 0x0:_0x16bc9c['email']),'googleId':_0x2eafa2[_0x316a(0x279)](_0x42ca43=_0x378989[_0x316a(0x127)],null)||_0x2eafa2['DBwzH'](_0x42ca43,void 0x0)||_0x2eafa2[_0x316a(0x27a)](_0x42ca43=_0x42ca43[_0x316a(0x11d)],null)||_0x2eafa2['HoGKp'](_0x42ca43,void 0x0)?void 0x0:_0x42ca43['id'],'appleUserId':_0x2eafa2['IeAaw'](_0x58b6d7,null)&&_0x2eafa2[_0x316a(0x27b)](_0x58b6d7,void 0x0)&&_0x58b6d7[_0x316a(0xa9)](_0x2eafa2[_0x316a(0x27c)])?_0x58b6d7[_0x316a(0x70)]('.')[0x1]:null,'refreshToken':_0x16d485,'serverAuthCode':_0x16d485},'tokenExpiry':new Date(_0x2eafa2['zwNbv'](Date[_0x316a(0x152)](),_0x2eafa2[_0x316a(0x27d)](0xe10,0x3e8)))['toISOString'](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!!_0x16d485,'refreshTokenType':_0x16d485?_0x16d485[_0x316a(0x10f)]('4/')?_0x316a(0xbc):_0x2eafa2[_0x316a(0x27e)]:_0x2eafa2['BaHKZ'],'configuredForRefresh':!![],'forcedConsent':!![],'refreshTokenValue':_0x16d485}};console[_0x316a(0x39)](_0x316a(0x27f)),console['log'](_0x2eafa2[_0x316a(0x280)],!!_0x505e83[_0x316a(0x109)]),console[_0x316a(0x39)]('-\x20hasRefreshToken:',!!_0x505e83[_0x316a(0x154)]),console[_0x316a(0x39)](_0x2eafa2['ulCXU'],!!_0x505e83[_0x316a(0xbc)]),console[_0x316a(0x39)](_0x2eafa2[_0x316a(0x281)],_0x505e83[_0x316a(0x155)][_0x316a(0x142)]),console['log']('-\x20userEmail:',(_0x383654=_0x378989['data'])===null||_0x2eafa2[_0x316a(0x282)](_0x383654,void 0x0)||_0x2eafa2[_0x316a(0x239)](_0x383654=_0x383654['user'],null)||_0x2eafa2[_0x316a(0x264)](_0x383654,void 0x0)?void 0x0:_0x383654['email']),console[_0x316a(0x39)](_0x2eafa2[_0x316a(0x283)],_0xf664fa),console[_0x316a(0x39)](_0x2eafa2[_0x316a(0x284)]),console[_0x316a(0x39)](JSON[_0x316a(0x99)](_0x505e83,null,0x2)),console[_0x316a(0x39)](_0x316a(0x285),!!_0x16d485);const _0x596532=await _0x2eafa2[_0x316a(0x286)](fetch,API_CONFIG[_0x316a(0xc)]+'/youtube/native-auth',{'method':'POST','headers':{'Content-Type':'application/json',..._0x2eafa2[_0x316a(0x287)](_0x58b6d7,{'Authorization':_0x58b6d7})},'body':JSON[_0x316a(0x99)](_0x505e83)});console[_0x316a(0x39)](_0x2eafa2[_0x316a(0x288)],_0x596532[_0x316a(0x52)]),console['log'](_0x2eafa2[_0x316a(0x289)],_0x596532[_0x316a(0x162)]);if(_0x596532['ok']){var _0x2ac966,_0x546049;const _0x141143=await _0x596532['json']();console[_0x316a(0x39)](_0x2eafa2[_0x316a(0x28a)]),console[_0x316a(0x39)](_0x316a(0x28b)),console['log'](JSON[_0x316a(0x99)](_0x141143,null,0x2));const _0x1eba68=(_0x2eafa2[_0x316a(0x28c)](_0x2ac966=_0x141143[_0x316a(0x28d)],null)||_0x2ac966===void 0x0?void 0x0:_0x2ac966['isTemporaryMode'])===!![]||_0x2eafa2['VrXPx'](_0x2eafa2['HclqW'](_0x546049=_0x141143['temporaryMode'],null)||_0x2eafa2[_0x316a(0x28c)](_0x546049,void 0x0)?void 0x0:_0x546049[_0x316a(0x28e)],!![])||_0x2eafa2['HclqW'](_0x141143['isTemporaryMode'],!![])||_0x141143[_0x316a(0x4a)]&&_0x141143[_0x316a(0x4a)][_0x316a(0xa9)](_0x2eafa2['UfQbb']);if(_0x1eba68)_0x2eafa2[_0x316a(0x28f)](_0x2eafa2['mLuWW'],_0x2eafa2['YRJCW'])?(_0x5ce48e['log'](_0x2eafa2[_0x316a(0x290)]),_0x34c4dc[_0x316a(0x39)](_0x2eafa2[_0x316a(0x291)]),_0x2fbb99[_0x316a(0x39)](_0x2eafa2[_0x316a(0x292)])):(console['log'](_0x316a(0x203)),console[_0x316a(0x39)](_0x2eafa2[_0x316a(0x291)]),console['log'](_0x2eafa2[_0x316a(0x292)]));else _0x141143[_0x316a(0x172)]||_0x141143[_0x316a(0x173)]?(console[_0x316a(0x39)](_0x2eafa2[_0x316a(0x293)]),console['log'](_0x316a(0x294))):_0x2eafa2[_0x316a(0x295)]('ezVzd',_0x2eafa2['rwfou'])?_0xa736e9[_0x316a(0x39)](_0x316a(0x228)):(console[_0x316a(0xb5)](_0x2eafa2[_0x316a(0x296)]),console['warn'](_0x2eafa2[_0x316a(0x297)],Object[_0x316a(0x298)](_0x141143)),console[_0x316a(0xb5)](_0x2eafa2[_0x316a(0x299)]));return!![];}else{const _0x2c2f5a=await _0x596532[_0x316a(0x4e)]();return console[_0x316a(0x48)]('โŒ\x20YouTube\x20auth\x20failed:',_0x596532[_0x316a(0x52)]),console['error'](_0x316a(0x29a)),console[_0x316a(0x48)](_0x2c2f5a),![];}}}catch(_0x559e18){console['error'](_0x2eafa2['BAoqx'],_0x559e18);if(_0x2eafa2['VrXPx'](_0x559e18['code'],statusCodes[_0x316a(0x64)]))_0x2eafa2['mwzxX'](_0x2eafa2[_0x316a(0x29b)],_0x2eafa2[_0x316a(0x29b)])?_0x39aa82[_0x316a(0x39)](_0x2eafa2[_0x316a(0x29c)]):console[_0x316a(0x39)](_0x2eafa2[_0x316a(0x25c)]);else{if(_0x559e18[_0x316a(0xb)]===statusCodes[_0x316a(0x66)])console[_0x316a(0x39)](_0x2eafa2[_0x316a(0x29d)]);else _0x2eafa2[_0x316a(0x29e)](_0x559e18[_0x316a(0xb)],statusCodes[_0x316a(0x68)])&&(_0x2eafa2[_0x316a(0x29f)]===_0x2eafa2[_0x316a(0x2a0)]?(_0x2d4835=_0x1c340c[_0x316a(0x43)][0x0][_0x316a(0x44)][_0x316a(0x45)],_0x4b62e3=_0x3cb9de[_0x316a(0x43)][0x0]['id'],_0x5aa23a[_0x316a(0x39)](_0x2eafa2[_0x316a(0x255)],_0x26c6ec,_0x316a(0x23),_0x415d0d)):console[_0x316a(0x39)](_0x316a(0x69)));}return![];}}if(_0x48e4b1===_0x2eafa2[_0x316a(0x2a1)])return console[_0x316a(0x39)]('Initiating\x20Facebook\x20Login\x20for\x20Instagram'),new Promise(_0x435450=>{_0x2eafa2[_0x316a(0x286)](setTimeout,()=>{console['log'](_0x2eafa2[_0x316a(0x2a2)]),_0x2eafa2[_0x316a(0x2a3)](_0x435450,!![]);},0x3e8);});return![];};export const isOAuthCallback=_0x4af590=>{const _0x2d3f2a={'ltVUd':_0x316a(0x2a4),'YMPFC':'code='};return _0x4af590[_0x316a(0xa9)](_0x2d3f2a[_0x316a(0x2a5)])||_0x4af590['includes'](_0x2d3f2a[_0x316a(0x2a6)]);};export const exchangeCodeForToken=async(_0x29a570,_0x5e3104)=>{const _0xb11dc3={'ohBlM':function(_0x27043d,_0x256075,_0x5f407d){return _0x27043d(_0x256075,_0x5f407d);},'AsObk':function(_0x2f5552,_0x189b61){return _0x2f5552===_0x189b61;},'FSLRK':'LwBCe','VMhBN':_0x316a(0x2a7),'yTATO':_0x316a(0x1cf)};console[_0x316a(0x39)](_0x316a(0x2a8)+_0x5e3104);try{const _0x1501f3=API_CONFIG[_0x316a(0xc)]+'/'+_0x5e3104+'/token',_0x4f1280=await _0xb11dc3[_0x316a(0x2a9)](fetch,_0x1501f3,{'method':'POST','headers':{'Content-Type':'application/json'},'body':JSON[_0x316a(0x99)]({'code':_0x29a570,'platform':_0x5e3104})});if(!_0x4f1280['ok']){if(_0xb11dc3[_0x316a(0x2aa)](_0xb11dc3[_0x316a(0x2ab)],_0xb11dc3[_0x316a(0x2ac)]))_0xa4ab58['log'](_0x316a(0x2ad)),_0xdb4cc9[_0x316a(0x39)](_0x316a(0x26f),_0x4d7fde[_0x316a(0x53)](0x0,0x14)+_0x316a(0x122));else{console[_0x316a(0x48)](_0x316a(0x2ae)+_0x4f1280[_0x316a(0x52)]);throw new Error('Token\x20exchange\x20failed\x20with\x20status\x20'+_0x4f1280[_0x316a(0x52)]);}}const _0x33ab67=await _0x4f1280[_0x316a(0x130)]();return console['log']('Token\x20exchange\x20successful\x20for\x20'+_0x5e3104),_0x33ab67;}catch(_0x418b8d){return console['error'](_0x316a(0x1e0),_0x418b8d),console[_0x316a(0x39)](_0xb11dc3[_0x316a(0x2af)]),{'access_token':_0x5e3104+'_access_token_'+Math[_0x316a(0x1e3)]()[_0x316a(0x1e4)](0x24)[_0x316a(0x53)](0x7),'refresh_token':_0x5e3104+_0x316a(0x1e5)+Math[_0x316a(0x1e3)]()[_0x316a(0x1e4)](0x24)[_0x316a(0x53)](0x7),'expires_in':0xe10};}};export const refreshYouTubeTokens=async()=>{const _0x10bfcf={'HqlIM':'API\x20is\x20reachable','KFoik':_0x316a(0x1d4),'ncRSa':function(_0x12020d,_0x2bfcf3){return _0x12020d===_0x2bfcf3;},'OFLwm':'EhbGK','wPdxA':_0x316a(0x2b0),'mUlZV':_0x316a(0x2b1),'xjgEA':function(_0x3554a1,_0x463aa5){return _0x3554a1===_0x463aa5;},'CmkCn':'MwnoJ','hngtK':_0x316a(0xbd),'IrPpY':function(_0x31fb27){return _0x31fb27();},'tzKeE':'โŒ\x20No\x20auth\x20token\x20found\x20for\x20YouTube\x20refresh','UNbBg':function(_0x507d4a,_0x5c28b0,_0x4fa539){return _0x507d4a(_0x5c28b0,_0x4fa539);},'ZUIHN':function(_0x3c9217,_0x226536){return _0x3c9217===_0x226536;},'oZVfe':function(_0x4c627c,_0x321fde){return _0x4c627c+_0x321fde;},'SYWGx':function(_0x24b06f,_0x448e06){return _0x24b06f*_0x448e06;},'PwKtY':function(_0x39c252,_0x10a821){return _0x39c252!==_0x10a821;},'IRngU':'CYJAj','QKacJ':_0x316a(0x2b2),'UErKq':'โŒ\x20YouTube\x20token\x20refresh\x20failed:'};try{if(_0x10bfcf[_0x316a(0x2b3)](_0x10bfcf['OFLwm'],_0x316a(0x2b4))){var _0x4216d9;console[_0x316a(0x39)](_0x10bfcf[_0x316a(0x2b5)]);const _0x503018=await GoogleSignin[_0x316a(0x108)]();if(!_0x503018)return console['error'](_0x10bfcf['mUlZV']),![];const _0x41df47=await GoogleSignin['getCurrentUser']();if(!_0x41df47){if(_0x10bfcf[_0x316a(0x2b6)](_0x316a(0x2b7),_0x10bfcf[_0x316a(0x2b8)])){_0x25a204['error'](_0x316a(0x2ae)+_0x27286f[_0x316a(0x52)]);throw new _0x3d84d7(_0x316a(0x2b9)+_0x24ebf1['status']);}else return console[_0x316a(0x48)](_0x10bfcf[_0x316a(0x2ba)]),![];}const _0x312401=await _0x10bfcf[_0x316a(0x2bb)](getJWT);if(!_0x312401)return console['error'](_0x10bfcf[_0x316a(0x2bc)]),![];const _0x4d47f8=await _0x10bfcf[_0x316a(0x2bd)](fetch,API_CONFIG[_0x316a(0xc)]+'/youtube/refresh-token',{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x312401},'body':JSON[_0x316a(0x99)]({'accessToken':_0x503018[_0x316a(0x109)],'idToken':_0x503018[_0x316a(0x124)],'refreshToken':_0x41df47[_0x316a(0xbc)],'userEmail':_0x10bfcf[_0x316a(0x2be)](_0x4216d9=_0x41df47[_0x316a(0x11d)],null)||_0x10bfcf[_0x316a(0x2be)](_0x4216d9,void 0x0)?void 0x0:_0x4216d9['email'],'tokenExpiry':new Date(_0x10bfcf[_0x316a(0x2bf)](Date[_0x316a(0x152)](),_0x10bfcf[_0x316a(0x2c0)](0xe10,0x3e8)))[_0x316a(0x14b)](),'timestamp':new Date()[_0x316a(0x14b)]()})});if(_0x4d47f8['ok']){const _0xdba8f8=await _0x4d47f8[_0x316a(0x130)]();return console[_0x316a(0x39)]('โœ…\x20YouTube\x20tokens\x20refreshed\x20successfully:',_0xdba8f8),!![];}else{if(_0x10bfcf[_0x316a(0x2c1)](_0x10bfcf['IRngU'],_0x10bfcf[_0x316a(0x2c2)])){const _0xdbbb33=await _0x4d47f8[_0x316a(0x4e)]();return console['error'](_0x10bfcf[_0x316a(0x2c3)],_0x4d47f8[_0x316a(0x52)],_0xdbbb33),![];}else return{'success':!![],'message':_0x10bfcf[_0x316a(0x2c4)],'details':_0x299d95};}}else _0x1a266c[_0x316a(0x39)](_0x10bfcf['KFoik'],_0x27ef4a);}catch(_0x1dc301){return console[_0x316a(0x48)](_0x316a(0x2c5),_0x1dc301),![];}};const triggerTrainingRestart=async(_0x34fb57,_0x1827e0)=>{const _0x1cabfc={'ZaQxn':'๐Ÿ”„\x20[TRAINING\x20RESTART]\x20Triggering\x20training\x20restart\x20for\x20user:','ELkRp':function(_0x48c8e6,_0x3f29ac,_0x5e54ac){return _0x48c8e6(_0x3f29ac,_0x5e54ac);},'vxEeI':_0x316a(0x2c6),'wwDam':_0x316a(0xdb),'DBQgo':function(_0x55106d,_0x3bceb1){return _0x55106d!==_0x3bceb1;},'iGsEC':_0x316a(0x2c7),'QniTc':_0x316a(0x2c8),'oJlyx':_0x316a(0x2c9),'yRank':_0x316a(0x2ca),'fRNGv':_0x316a(0x2cb)};try{console[_0x316a(0x39)](_0x1cabfc[_0x316a(0x2cc)],_0x34fb57);const _0x2cb396=await _0x1cabfc[_0x316a(0x2cd)](fetch,API_CONFIG[_0x316a(0xc)]+'/mobile-training/restart',{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x1827e0},'body':JSON[_0x316a(0x99)]({'username':_0x34fb57,'reason':_0x1cabfc['vxEeI'],'platform':_0x1cabfc['wwDam'],'timestamp':new Date()[_0x316a(0x14b)](),'requestNewTraining':!![]})});if(_0x2cb396['ok']){if(_0x1cabfc[_0x316a(0x2ce)](_0x1cabfc['iGsEC'],_0x316a(0x2cf))){const _0x4b31e8=await _0x2cb396[_0x316a(0x130)]();console[_0x316a(0x39)](_0x1cabfc[_0x316a(0x2d0)],_0x4b31e8);}else{_0x331bb0['error'](_0x316a(0x2cb),_0x5bbcb2);throw _0x28c860;}}else{if(_0x1cabfc[_0x316a(0x2ce)](_0x1cabfc[_0x316a(0x2d1)],_0x316a(0x2c9)))_0x1d5714['error'](_0x316a(0x2d2),_0x5bfd0c);else{const _0x402e7e=await _0x2cb396[_0x316a(0x4e)]();console[_0x316a(0x48)](_0x1cabfc[_0x316a(0x2d3)],_0x2cb396['status'],_0x402e7e);throw new Error('Training\x20restart\x20failed:\x20'+_0x2cb396[_0x316a(0x52)]);}}}catch(_0xe341cc){console[_0x316a(0x48)](_0x1cabfc[_0x316a(0x2d4)],_0xe341cc);throw _0xe341cc;}};export const testYouTubeRefreshToken=async _0x4c784b=>{const _0xada070={'wHeNI':_0x316a(0x2b1),'UEbzM':_0x316a(0x1d1),'rGHZA':_0x316a(0xb0),'bjrVl':_0x316a(0x7e),'ZqJKm':_0x316a(0x104),'sVNjZ':function(_0x298add,_0x15b69a){return _0x298add!==_0x15b69a;},'nUXmZ':_0x316a(0x2d5),'oePjh':_0x316a(0x2d6),'cxMaj':'๐Ÿ”\x20Current\x20token\x20status:','AfAqy':'โš ๏ธ\x20No\x20refresh\x20token\x20found\x20-\x20attempting\x20to\x20fix...','Cjduw':function(_0x322995,_0x136bbd){return _0x322995(_0x136bbd);},'ZDkyc':function(_0x249f50,_0x170a47){return _0x249f50===_0x170a47;},'dBZhm':_0x316a(0x2d7),'buXaW':_0x316a(0x2d8),'KttsZ':function(_0x16d276){return _0x16d276();},'yYWKr':_0x316a(0x2d9),'lNWnW':_0x316a(0x2da),'yVtzF':_0x316a(0x205),'RsYsC':_0x316a(0x2d2)};console[_0x316a(0x39)]('๐Ÿงช\x20Testing\x20YouTube\x20refresh\x20token\x20functionality...'),console[_0x316a(0x39)](_0xada070[_0x316a(0x2db)],_0x4c784b);try{if(_0xada070[_0x316a(0x2dc)](_0xada070[_0x316a(0x2dd)],_0xada070['oePjh'])){const _0x5a1a0e=await debugYouTubeTokens();console[_0x316a(0x39)](_0xada070[_0x316a(0x2de)],_0x5a1a0e);if(!_0x5a1a0e['hasRefreshToken']){console['log'](_0xada070['AfAqy']);const _0x5e46e5=await _0xada070['Cjduw'](fixUserYouTubeConnection,_0x4c784b);if(_0x5e46e5){if(_0xada070[_0x316a(0x2df)](_0xada070[_0x316a(0x2e0)],_0xada070[_0x316a(0x2e0)])){console[_0x316a(0x39)](_0xada070['buXaW']);const _0x50c2bd=await _0xada070['KttsZ'](debugYouTubeTokens);console['log'](_0x316a(0x2e1),_0x50c2bd);}else return _0x3b844c[_0x316a(0x48)](_0xada070[_0x316a(0x2e2)]),![];}else console[_0x316a(0x48)](_0xada070[_0x316a(0x2e3)]);}else _0xada070[_0x316a(0x2e4)]!==_0xada070[_0x316a(0x2e4)]?_0x55f607[_0x316a(0x39)](_0x316a(0x1d7),_0xb31558):console[_0x316a(0x39)](_0xada070[_0x316a(0x2e5)]);}else _0x309f67[_0x316a(0x48)](_0x316a(0xb2)+_0x4f32ef+'.\x20Possible\x20causes:'),_0x13a02d[_0x316a(0x48)](_0x316a(0xb1)),_0x5d4033[_0x316a(0x48)](_0xada070[_0x316a(0x2e6)]),_0x325d68[_0x316a(0x48)](_0xada070[_0x316a(0x2e7)]),_0x9e58d0[_0x316a(0x48)](_0x316a(0xae)),_0x5de1fc['error'](_0xada070[_0x316a(0x2e8)]);}catch(_0x2789be){console[_0x316a(0x48)](_0xada070['RsYsC'],_0x2789be);}};export const requestEmailVerification=async(_0x13fe70,_0x267882=![])=>{const _0x19cb3a={'QtfXN':_0x316a(0x2e9),'TVKDn':_0x316a(0x2ea),'Dqiyk':'๐Ÿ“ง\x20Requesting\x20email\x20verification\x20for:','ZdgnN':function(_0x487cb6,_0x3d65ff,_0x319557){return _0x487cb6(_0x3d65ff,_0x319557);},'RAcZE':function(_0x57b661){return _0x57b661();},'ZtSDG':_0x316a(0x2eb),'vTuls':_0x316a(0x2ec),'HUpcg':_0x316a(0x2ed),'AeFXh':function(_0xa7c877,_0x1968bf){return _0xa7c877===_0x1968bf;},'IRRqR':_0x316a(0x2ee),'UNyVF':_0x316a(0x2ef),'KbwXT':_0x316a(0x1a4)};try{console[_0x316a(0x39)](_0x19cb3a[_0x316a(0x2f0)],_0x13fe70);const _0x2ee3b4=await _0x19cb3a[_0x316a(0x2f1)](fetch,API_CONFIG[_0x316a(0xc)]+_0x316a(0x2f2),{'method':'POST','headers':_0x19cb3a[_0x316a(0x2f3)](getDeveloperAuthHeaders),'body':JSON[_0x316a(0x99)]({'email':_0x13fe70,'action':_0x19cb3a[_0x316a(0x2f4)],'testMode':_0x267882})}),_0x421ff5=await _0x2ee3b4[_0x316a(0x130)]();return _0x2ee3b4['ok']?_0x19cb3a['vTuls']!==_0x19cb3a[_0x316a(0x2f5)]?{'success':![],'message':_0x19cb3a['QtfXN'],'details':_0x54fe48}:{'success':!![],'message':_0x421ff5[_0x316a(0x4a)]||_0x19cb3a[_0x316a(0x2f6)]}:_0x19cb3a[_0x316a(0x2f7)](_0x19cb3a[_0x316a(0x2f8)],_0x316a(0x2ee))?{'success':![],'error':_0x421ff5[_0x316a(0x4a)]||_0x19cb3a[_0x316a(0x2f9)]}:{'success':![],'error':_0x5d7f57[_0x316a(0x4a)]||_0x19cb3a[_0x316a(0x2fa)]};}catch(_0x26704d){return console['error'](_0x19cb3a[_0x316a(0x2fb)],_0x26704d),{'success':![],'error':'Network\x20error.\x20Please\x20check\x20your\x20connection\x20and\x20try\x20again.'};}};export const verifyEmailCode=async(_0x2981f0,_0x484aa7,_0x4d34a7=![])=>{const _0x24dec9={'cqGbZ':_0x316a(0x209),'bpkIM':'NkbES','dENrP':_0x316a(0x2fc),'yOeAU':_0x316a(0x2fd),'oEaOg':'gBiuG','WDDlL':_0x316a(0x2ea),'YNdSo':_0x316a(0x24)};try{if(_0x24dec9[_0x316a(0x2fe)]===_0x316a(0x2ff)){console[_0x316a(0x39)](_0x316a(0x300),_0x2981f0);const _0x559011=await fetch(API_CONFIG['BASE_URL']+_0x316a(0x2f2),{'method':'POST','headers':getDeveloperAuthHeaders(),'body':JSON['stringify']({'email':_0x2981f0,'code':_0x484aa7,'action':_0x24dec9['dENrP'],'testMode':_0x4d34a7})}),_0x3e74c9=await _0x559011[_0x316a(0x130)]();if(_0x559011['ok'])return{'success':!![],'message':_0x3e74c9[_0x316a(0x4a)]||_0x24dec9[_0x316a(0x301)],'existingUser':_0x3e74c9['existingUser']||![],'token':_0x3e74c9[_0x316a(0x302)]};else{if(_0x24dec9[_0x316a(0x303)]===_0x316a(0x304))_0x5a5140['log']('โ„น๏ธ\x20Sign\x20out\x20not\x20needed:',_0x15754e);else return{'success':![],'error':_0x3e74c9['message']||_0x24dec9[_0x316a(0x305)]};}}else _0x41a9c6['log'](_0x24dec9['cqGbZ'],_0x1a733d);}catch(_0x96f1e1){return console[_0x316a(0x48)](_0x24dec9[_0x316a(0x306)],_0x96f1e1),{'success':![],'error':'Network\x20error.\x20Please\x20check\x20your\x20connection\x20and\x20try\x20again.'};}};export const checkEmailVerificationStatus=async(_0x2362c3,_0x13cf7b=![])=>{const _0x5f41b5={'mTbIH':function(_0x2aaa78,_0x512558,_0x2a7306){return _0x2aaa78(_0x512558,_0x2a7306);},'FVZKX':'โŒ\x20Error\x20checking\x20email\x20verification\x20status:','PixIS':'Network\x20error'};try{const _0x5db07f=await _0x5f41b5[_0x316a(0x307)](fetch,API_CONFIG[_0x316a(0xc)]+_0x316a(0x308),{'method':'POST','headers':getDeveloperAuthHeaders(),'body':JSON[_0x316a(0x99)]({'email':_0x2362c3,'testMode':_0x13cf7b})}),_0x29a73f=await _0x5db07f[_0x316a(0x130)]();return{'success':_0x5db07f['ok'],'isPending':_0x29a73f['isPending']||![],'message':_0x29a73f[_0x316a(0x4a)]};}catch(_0x5535a1){return console[_0x316a(0x48)](_0x5f41b5[_0x316a(0x309)],_0x5535a1),{'success':![],'isPending':![],'error':_0x5f41b5['PixIS']};}};function _0x2c84(){const _0x29acc5=['SDK\x20not\x20initialized.\x20Developers\x20must\x20call\x20initializeApiKey()\x20before\x20using\x20auth\x20features.','EPvwb','hRiYu','DnSqq','pMdiT','apiKey','TKZdm','Bearer\x20','3.0.72','1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com','https://api.instagram.com/oauth/authorize','code','BASE_URL','/youtube/authorize','demo_reddit_client_id','onairosevents://auth/callback','identity,read','/pinterest/authorize','demo_pinterest_client_id','boards:read,pins:read','https://www.facebook.com/v12.0/dialog/oauth','public_profile,email','/linkedin/authorize','openid\x20profile\x20email','/gmail/authorize','demo_gmail_client_id','https://www.googleapis.com/auth/gmail.readonly','https://chat.openai.com','https://claude.ai/login','https://gemini.google.com','https://x.com/i/grok','https://web.telegram.org/k/','sAEzn','hasNativeSDK','โœ…\x20YouTube\x20channel\x20found:','ID:','โŒ\x20Error\x20verifying\x20email\x20code:','โŒ\x20Google\x20Sign-In\x20error:','No\x20API\x20key\x20configured.\x20Please\x20initialize\x20the\x20SDK\x20with\x20a\x20valid\x20developer\x20API\x20key.','2|4|3|5|0|1|6','\x20\x20\x202.\x20Check\x20Google\x20Console\x20OAuth\x20configuration','\x20\x20\x203.\x20Ensure\x20user\x20clicks\x20\x22Allow\x22\x20on\x20consent\x20screen','โŒ\x20This\x20means\x20consent\x20screen\x20did\x20not\x20appear\x20or\x20user\x20denied\x20permissions','\x20\x20\x201.\x20Try\x20the\x20revoke\x20method:\x20forceYouTubeReconnectionWithRevoke()','LRbUX','https://www.google.com','HEAD','no-cors','reachable','โœ…\x20[CONNECTIVITY]\x20Google\x20is\x20reachable\x20-\x20internet\x20is\x20working','โŒ\x20[CONNECTIVITY]\x20Cannot\x20reach\x20API\x20server:','SBzSu','API\x20is\x20reachable','QWISC','Internet\x20works\x20but\x20API\x20server\x20is\x20unreachable.\x20The\x20server\x20may\x20be\x20blocking\x20requests\x20from\x20this\x20device/simulator.','lpmqT','dGhQt','log','๐Ÿ”Œ\x20[CONNECTIVITY]\x20Running\x20comprehensive\x20network\x20diagnostics...','๐ŸŒ\x20[CONNECTIVITY]\x20Test\x201:\x20Checking\x20general\x20internet\x20(google.com)...','TyQHG','Fapib','yRgfR','PjgOD','rzjQC','googleTest','uycDD','items','snippet','title','YuqpA','cxGam','error','โŒ\x20[CONNECTIVITY]\x20Cannot\x20reach\x20Google\x20-\x20internet\x20may\x20be\x20down:','message','/health','signal','KBCsx','text','catch','Unable\x20to\x20read\x20response','api2Test','status','substring','LjKME','iQUhU','sfnWb','โš ๏ธ\x20[CONNECTIVITY]\x20API\x20server\x20responded\x20with\x20status:\x20','dKUxC','Network\x20error.\x20Please\x20check\x20your\x20connection\x20and\x20try\x20again.','name','xHDsK','dsqLO','success','krmkB','rpRIx','qOueZ','femAS','yaRoK','HQmBa','SIGN_IN_CANCELLED','isJgt','IN_PROGRESS','xolgM','PLAY_SERVICES_NOT_AVAILABLE','Google\x20Play\x20Services\x20not\x20available','MlNJu','UxmkS','ZRHLw','rOWPT','BQcsO','WPlCh','split','MqFoU','EbGAK','TVamw','YAdll','zydDG','Network\x20error:\x20','โŒ\x20Still\x20no\x20refresh\x20token\x20after\x20revoke\x20method','pUTRG','email','OlYxf','๐Ÿ“ง\x20[OAUTH]\x20Email\x20platform\x20selected,\x20returning\x20mock\x20auth\x20URL','GVCbS','Network\x20request\x20failed','\x20\x20\x205.\x20iOS\x20simulator\x20network\x20sandbox\x20issue\x20-\x20try\x20on\x20physical\x20device','๐Ÿš€\x20[OAUTH]\x20Starting\x20OAuth\x20for\x20platform:\x20','๐Ÿ“ฑ\x20[OAUTH]\x20Platform:\x20',',\x20Version:\x20','Version','vptHg','ajUbP','XFqLi','zoiMe','YFsDu','/email/authorize?action=verify','kjDQm','๐Ÿ”‘\x20[OAUTH]\x20Using\x20User\x20JWT\x20for\x20authentication','baSnT','xIWpY','\x20-\x20aborting','โŒ\x20[OAUTH]\x20User\x20not\x20authenticated\x20-\x20cannot\x20initiate\x20','\x20OAuth','โŒ\x20[OAUTH]\x20Please\x20log\x20in\x20first\x20before\x20connecting\x20platforms','/authorize','๐Ÿ”—\x20[OAUTH]\x20About\x20to\x20make\x20fetch\x20request...','๐Ÿ“ค\x20[OAUTH]\x20Request\x20body:','feUwV','FUygu','โฐ\x20[OAUTH]\x20Request\x20timeout\x20for\x20','abort','rULrB','stringify','dLwKH','๐Ÿ“ก\x20[OAUTH]\x20Response\x20status:\x20','statusText','lHotS','nAQSr','\x20-\x20','๐Ÿ“‹\x20[OAUTH]\x20Response\x20data\x20for\x20','url','๐Ÿ”—\x20[OAUTH]\x20Auth\x20URL\x20for\x20','\x20(key:\x20','puaPu','AbortError','โŒ\x20[OAUTH]\x20Request\x20timeout\x20for\x20','\x20-\x20the\x20server\x20took\x20too\x20long\x20to\x20respond','IFzdh','includes','PGrbX','bUnQa','RxzeA','xJWFx','\x20\x20\x204.\x20SSL/TLS\x20certificate\x20issue','vRxiX','\x20\x20\x203.\x20DNS\x20resolution\x20failed','\x20\x20\x201.\x20No\x20internet\x20connection\x20on\x20device/simulator','โŒ\x20[OAUTH]\x20Network\x20request\x20failed\x20for\x20','.\x20Possible\x20causes:','dmwdz','warn','โš ๏ธ\x20[YOUTUBE\x20AUTH]\x20Backend\x20did\x20not\x20confirm\x20refresh\x20token','โŒ\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20','https://www.googleapis.com/auth/youtube.readonly','openid','HkuNP','๐Ÿ”‘\x20Refresh\x20token\x20type:','serverAuthCode','โŒ\x20No\x20current\x20Google\x20user\x20found','โœ…\x20Refresh\x20token\x20confirmed:','โŒ\x20User\x20not\x20signed\x20in\x20to\x20Google,\x20cannot\x20refresh\x20tokens','๐Ÿ”„\x20FORCING\x20fresh\x20YouTube\x20consent\x20for\x20refresh\x20token...','โœ…\x20Signed\x20out\x20-\x20consent\x20cache\x20cleared','โ„น๏ธ\x20Sign\x20out\x20not\x20needed:','โœ…\x20Token\x20cache\x20cleared','โ„น๏ธ\x20No\x20token\x20cache\x20to\x20clear','profile','๐Ÿ“ฑ\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:','-\x20Access\x20token:','Missing','-\x20ServerAuthCode\x20(userInfo):','-\x20ServerAuthCode\x20(currentUser):','VhZkM','gJzLP','โœ…\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20consent!','Unknown\x20Channel','fxPSo','https://www.googleapis.com/youtube/v3/channels?part=snippet&mine=true','QlRzd','โš ๏ธ\x20No\x20YouTube\x20channel\x20found\x20for\x20user','No\x20Channel','stUEn','โš ๏ธ\x20Failed\x20to\x20fetch\x20YouTube\x20channel\x20info:','bWsyU','๐Ÿ”\x20Creating\x20authentication\x20token\x20for\x20YouTube\x20connection...','youtube','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]\x20FULL\x20PAYLOAD:','๐Ÿ“ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Status:','๐Ÿ“ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Status\x20Text:','akyGP','โœ…\x20[YOUTUBE\x20REAUTH]\x20Backend\x20Response\x20SUCCESS:','temporary\x20access\x20token\x20mode','3|2|0|5|1|4|6','๐ŸŽ‰\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Temporary\x20YouTube\x20connection\x20established!','โœ…\x20[YOUTUBE\x20REAUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','๐Ÿ”„\x20[YOUTUBE\x20REAUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Training\x20Ready:\x20Yes','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20sent:','XBxTH','โœ…\x20[YOUTUBE\x20REAUTH]\x20Response\x20hasRefreshToken:','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20REFRESH\x20TOKEN\x20SENT\x20TO\x20BACKEND:','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Full\x20refresh\x20token:','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20type:','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20length:','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Response\x20data:','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20User\x20may\x20need\x20to\x20manually\x20restart\x20training','โŒ\x20[YOUTUBE\x20REAUTH]\x20Backend\x20processing\x20FAILED:','โŒ\x20[YOUTUBE\x20REAUTH]\x20This\x20means\x20the\x20reauth\x20signal\x20was\x20not\x20processed','โŒ\x20CRITICAL:\x20No\x20refresh\x20token\x20even\x20after\x20consent\x20screen','๐Ÿ’ก\x20Solutions:','mRjKt','๐Ÿ’ก\x20User\x20must\x20click\x20\x22Allow\x22\x20to\x20get\x20refresh\x20token','gqJZN','โŒ\x20Sign-in\x20already\x20in\x20progress','โŒ\x20Google\x20Play\x20Services\x20not\x20available','lekCW','uZbeG','EuKKf','iBikW','IMSLc','๐Ÿ‘ค\x20User:','signOut','sFuIk','HoiXE','getTokens','accessToken','MpGoP','dMgBH','hVBpy','โœ…\x20Refresh\x20token\x20available\x20for\x20YouTube\x20connection','CSmLR','startsWith','YEcXR','clearCachedAccessToken','DijVo','tugnr','lyFpq','hasPlayServices','SWDAM','๐Ÿ”\x20Initiating\x20sign-in\x20-\x20consent\x20screen\x20should\x20appear...','HeTGs','signIn','fmTmV','SvAuh','DOiPc','user','getCurrentUser','WOFPe','YEPJc','JCpyZ','...','mqVow','idToken','Present','XiWJe','data','znaSN','RobbX','bsnHL','uiLlY','igVJR','dpLYB','ncEEB','QlFhy','json','VQfjn','length','DCxYA','CJgAk','rYDeE','EmjQb','JPIjG','JCzVb','drasP','YDHVA','โ„น๏ธ\x20No\x20valid\x20authentication\x20token\x20found\x20for\x20YouTube\x20connection','wylTF','DCVhE','FqmVS','BpbFV','btStE','XSNeO','refreshTokenType','YRHpw','hBxSK','yofBn','fTpoB','JAMAG','GhMNV','lffuQ','sEtbn','toISOString','OKFCN','user-','youtube-','CYMnU','QICXk','DTtdR','now','Mnvqp','refreshToken','debugInfo','VVECF','JFHCe','sNITO','WsKrB','gwnlB','ifrLi','gWehc','/youtube/native-auth','IZeYW','sTBWI','EUCDf','๐Ÿ“ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Headers:','headers','nheWX','uYDcM','dPPDe','wTKhq','isTemporaryMode','temporaryMode','SxddY','hFlxI','PwYlv','YDWYn','RslCg','NWJNG','mGBmK','PYKCi','Yes','hasRefreshToken','refreshTokenReceived','uPFLF','qjiYP','โœ…\x20[YOUTUBE\x20REAUTH]\x20Backend\x20CONFIRMED\x20refresh\x20token\x20received','๐ŸŽ‰\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Full\x20YouTube\x20connection\x20with\x20refresh\x20tokens!','SrVjx','bRsbA','ZbyCr','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Backend\x20did\x20NOT\x20confirm\x20refresh\x20token\x20reception','XvfCj','zzZQh','uiugO','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20failed:','bUljV','SKXnG','AjKmF','oOBBf','FCerT','wWCfa','tdsIx','IXveq','โŒ\x20Error\x20forcing\x20YouTube\x20consent:','โŒ\x20User\x20cancelled\x20sign-in\x20-\x20no\x20refresh\x20token\x20obtained','ozbzP','qVUmo','YoaGs','โŒ\x20Error\x20with\x20revoke\x20method:','KOxUF','FMVQN','BCcOh','Facebook\x20Login\x20completed\x20successfully','auLLY','XBeWE','๐Ÿ”„\x20FORCING\x20YouTube\x20consent\x20via\x20REVOKE\x20method...','โœ…\x20Revoked\x20existing\x20permissions\x20-\x20fresh\x20consent\x20REQUIRED','โœ…\x20Signed\x20out\x20completely','๐Ÿ”\x20Signing\x20in\x20after\x20revoke\x20-\x20consent\x20screen\x20MUST\x20appear...','โœ…\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20REVOKE\x20+\x20consent!','๐Ÿ”‘\x20Refresh\x20token\x20preview:','IUwAr','lGpkd','CdgfS','revokeAccess','cdNHC','โ„น๏ธ\x20No\x20existing\x20permissions\x20to\x20revoke:','OZfZU','FJpeK','xgbUA','iUhfM','โŒ\x20Error\x20requesting\x20email\x20verification:','๐Ÿ”„\x20Method\x201:\x20Trying\x20forced\x20consent\x20via\x20configuration...','QIFSB','๐Ÿ”ง\x20Fixing\x20YouTube\x20connection\x20for\x20user:\x20','DYxVE','uLdVR','aBkiT','MFBNB','SwMnx','DtPhx','uIHKb','FQoOX','uGeOm','fRyGD','NlnJZ','\x20YouTube\x20connection\x20fixed\x20via\x20Method\x202!','\x20YouTube\x20connection\x20with\x20both\x20methods','qKnra','bpmZn','SDwRq','cGVtw','ndpYt','PmGgd','KdDPo','guVzZ','AxLQJ','xxoes','RiOqf','grQlT','๐Ÿ”„\x20Refresh\x20failed,\x20attempting\x20re-authentication...','gBoBQ','none','โŒ\x20Debug\x20tokens\x20failed:','UvgsR','GuzEb','weuAB','EHyah','vEpFt','xgztH','iyvCv','CGppD','OFLPz','zuFxS','Falling\x20back\x20to\x20simulated\x20token\x20response','โœ…\x20Got\x20serverAuthCode\x20from\x20sign-in\x20response','\x20\x20\x202.\x20API\x20server\x20(API\x20server)\x20is\x20unreachable','๐Ÿ”„\x20Forcing\x20fresh\x20YouTube\x20reconnection\x20for\x20refresh\x20token...','โœ…\x20Signed\x20out\x20from\x20Google','โ„น๏ธ\x20Already\x20signed\x20out\x20or\x20sign\x20out\x20failed:','MIjaH','dZbWu','โ„น๏ธ\x20Token\x20clearing\x20failed\x20or\x20not\x20needed:','โœ…\x20YouTube\x20reconnected\x20successfully\x20with\x20refresh\x20token','โš ๏ธ\x20Still\x20no\x20refresh\x20token\x20after\x20reconnection','FuiHm','โŒ\x20YouTube\x20reconnection\x20error:','kRqrC','gUrWT','LnVUe','YDDEn','Error\x20exchanging\x20code\x20for\x20token:','YbMwg','_access_token_','random','toString','_refresh_token_','KOeKm','โœ…\x20Cleared\x20cached\x20access\x20token','JiAmP','qYNLO','โŒ\x20No\x20auth\x20token\x20found\x20for\x20YouTube\x20refresh','SCfkz','ifDDx','rHKYt','TgcvG','FQnDv','PkQVr','tViez','BvioS','cdfrD','FPdrS','nMoBp','โŒ\x20YouTube\x20reconnection\x20failed','TDqMR','LoTMX','LvvhT','4|3|1|0|5|2','uXZeo','Ibwya','pGweL','NWhXg','zqJnW','โš ๏ธ\x20Error\x20fetching\x20YouTube\x20channel\x20info:','User\x20cancelled\x20Google\x20Sign-In','โœ…\x20[CONNECTIVITY]\x20API\x20server\x20is\x20reachable','๐Ÿ”„\x20[YOUTUBE\x20AUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','โ„น๏ธ\x20[YOUTUBE\x20AUTH]\x20User\x20can\x20reconnect\x20later\x20for\x20refresh\x20tokens\x20if\x20needed','โœ…\x20Refresh\x20token\x20already\x20available','๐Ÿ”—\x20Initiating\x20native\x20Google\x20Sign-In\x20for\x20YouTube','โŒ\x20[YOUTUBE\x20AUTH]\x20Username\x20is\x20required\x20for\x20YouTube\x20authentication','๐Ÿ”„\x20Signed\x20out\x20to\x20force\x20fresh\x20consent','โ„น๏ธ\x20Sign\x20out\x20not\x20needed\x20or\x20failed:','โœ…\x20Google\x20Sign-In\x20successful:','๐Ÿ‘ค\x20Current\x20user\x20info:','๐Ÿ”\x20REFRESH\x20TOKEN\x20EXTRACTION:','-\x20userInfo.data?.serverAuthCode:','-\x20tokens.accessToken:','โœ…\x20Got\x20serverAuthCode\x20(refresh\x20token\x20mechanism)','โŒ\x20CRITICAL:\x20No\x20refresh\x20token\x20available\x20-\x20YouTube\x20connection\x20will\x20fail\x20when\x20token\x20expires','โš ๏ธ\x20Continuing\x20without\x20refresh\x20token\x20-\x20connection\x20may\x20fail\x20later','ZIdRX','FhWFF','DMxMD','GBRks','youtube_user','โ„น๏ธ\x20NOTE:\x20SDK\x20does\x20not\x20create\x20users\x20during\x20YouTube\x20connection','โ„น๏ธ\x20User\x20should\x20authenticate\x20first\x20via\x20Google/Apple/Email\x20before\x20connecting\x20YouTube','EPdHZ','๐Ÿ”‘\x20Using\x20auth\x20token\x20for\x20linking:','๐Ÿ“บ\x20YouTube\x20channel\x20name:','apple','-\x20hasAccessToken:','-\x20refreshTokenType:','๐Ÿ“‹\x20COMPLETE\x20BACKEND\x20PAYLOAD:','๐Ÿ“ก\x20Backend\x20response\x20status:','๐Ÿ“ก\x20Backend\x20response\x20headers:','โœ…\x20YouTube\x20connection\x20successful','uKQEr','SVypb','๐Ÿ”\x20[YOUTUBE\x20AUTH]\x20Response\x20data\x20keys:','โš ๏ธ\x20[YOUTUBE\x20AUTH]\x20Connection\x20may\x20fail\x20when\x20tokens\x20expire','gTdcS','Google\x20Sign-In\x20already\x20in\x20progress','yTfBq','instagram','xLIQh','CdDWx','fFeeA','wQhpT','kjbKV','UaFfP','aMvNe','ZJJTa','Meslb','Fyofu','๐Ÿ”ง\x20Platform\x20auth\x20service\x20initialized','zDWol','nNFxz','vJaYE','gnPqW','jtbBb','ScaNZ','๐Ÿ“‹\x20FULL\x20userInfo\x20object:','๐Ÿ”‘\x20Got\x20Google\x20tokens','GGTTB','TwdmH','EBbKJ','BmDQN','TSTgM','Present:\x20','-\x20tokens.idToken:','JAmnW','wJatN','FhPOV','apBqx','mwzxX','sGgIs','mtinu','JTCLw','clKQc','yDTMF','tpInv','pDzzv','QbWzw','BANEy','LByMc','fGdwn','OhpEF','xJuic','CYcIg','sMJiu','QxbdB','RQGAB','hEMdF','wGuVw','XkDzE','pROBs','gcSgW','jnUcZ','uVQQE','DBwzH','KrkCr','mdLSE','MNtuN','getItem','BNAHw','VrXPx','brzTf','kcdAl','gLAkq','OXrze','lIdXE','aQCir','๐Ÿ”‘\x20Token\x20preview:','bPARU','qWchH','No\x20token','rYOyC','jZHqc','oaHlv','dULOT','HoGKp','jQTyq','GyOvJ','HclqW','LmXnn','ZDlao','bDbEO','znZbe','๐Ÿ“ค\x20BACKEND\x20PAYLOAD\x20SUMMARY:','OKURf','uyChR','ZuLKZ','FqFCZ','fwrUC','๐Ÿ“ค\x20Sending\x20YouTube\x20auth\x20to\x20backend\x20with\x20refresh\x20token:','XbBnz','fSYNh','TOxPn','sRIWN','PNbAN','๐Ÿ“‹\x20COMPLETE\x20BACKEND\x20RESPONSE:','ymGCR','validation','enabled','qsOjK','KIjfX','xnoaH','igKls','cDFli','โœ…\x20[YOUTUBE\x20AUTH]\x20Full\x20YouTube\x20connection\x20with\x20persistent\x20access','edtze','wfTQI','Vhjlm','keys','gyuwJ','๐Ÿ“‹\x20BACKEND\x20ERROR\x20RESPONSE:','FgUyl','GjASJ','ILYUN','LWrdi','jMqYs','luXec','SpuLY','gFhNZ','npAjE','auth/callback','ltVUd','YMPFC','BGHKs','Exchanging\x20code\x20for\x20token\x20for\x20platform:\x20','ohBlM','AsObk','FSLRK','VMhBN','โœ…\x20Found\x20existing\x20authentication\x20token\x20for\x20YouTube\x20auth','Error\x20exchanging\x20code\x20for\x20token:\x20','yTATO','๐Ÿ”„\x20Refreshing\x20YouTube\x20tokens...','โŒ\x20Failed\x20to\x20get\x20fresh\x20tokens\x20from\x20Google\x20SDK','FuaHv','ncRSa','EhbGK','wPdxA','xjgEA','iXRbO','CmkCn','Token\x20exchange\x20failed\x20with\x20status\x20','hngtK','IrPpY','tzKeE','UNbBg','ZUIHN','oZVfe','SYWGx','PwKtY','QKacJ','UErKq','HqlIM','โŒ\x20Error\x20refreshing\x20YouTube\x20tokens:','youtube_reauth','rxrEC','โœ…\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20successful:','WTGZL','โŒ\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20failed:','โŒ\x20[TRAINING\x20RESTART]\x20Error\x20triggering\x20training\x20restart:','ZaQxn','ELkRp','DBQgo','XuKRU','QniTc','oJlyx','โŒ\x20Error\x20testing\x20YouTube\x20refresh\x20token:','yRank','fRNGv','pfxcu','qbGeW','MtGzE','โœ…\x20YouTube\x20connection\x20fixed!\x20Testing\x20again...','โŒ\x20Failed\x20to\x20fix\x20YouTube\x20connection','gUzeD','ZqJKm','sVNjZ','nUXmZ','cxMaj','ZDkyc','dBZhm','๐Ÿ”\x20New\x20token\x20status:','wHeNI','yYWKr','lNWnW','yVtzF','UEbzM','rGHZA','bjrVl','No\x20internet\x20connectivity\x20detected.\x20Check\x20your\x20network\x20connection.','Invalid\x20verification\x20code','request','PCrYS','Verification\x20code\x20sent\x20to\x20your\x20email','TewQk','Failed\x20to\x20send\x20verification\x20code','Dqiyk','ZdgnN','/email/verification','RAcZE','ZtSDG','vTuls','HUpcg','AeFXh','IRRqR','UNyVF','TVKDn','KbwXT','verify','Email\x20verified\x20successfully','bpkIM','NkbES','๐Ÿ”\x20Verifying\x20email\x20code\x20for:','yOeAU','token','oEaOg','vJHwd','WDDlL','YNdSo','mTbIH','/email/verification/status','FVZKX','fXvCv'];_0x2c84=function(){return _0x29acc5;};return _0x2c84();}export const initializePlatformAuthService=()=>{const _0x3c58da={'tKHyC':_0x316a(0x235),'fXvCv':function(_0x2cb003){return _0x2cb003();}};console[_0x316a(0x39)](_0x3c58da['tKHyC']),_0x3c58da[_0x316a(0x30a)](initializeGoogleSignIn);};