@onairos/react-native 3.7.1 โ†’ 3.7.2

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 (232) hide show
  1. package/lib/commonjs/api/index.js +1 -1
  2. package/lib/commonjs/assets/icons/spotify.png +0 -0
  3. package/lib/commonjs/assets/images/spotify.png +0 -0
  4. package/lib/commonjs/components/BodyText.js +1 -1
  5. package/lib/commonjs/components/BrandMark.js +1 -1
  6. package/lib/commonjs/components/CodeInput.js +1 -1
  7. package/lib/commonjs/components/EmailInput.js +1 -1
  8. package/lib/commonjs/components/GoogleButton.js +1 -1
  9. package/lib/commonjs/components/HeadingGroup.js +1 -1
  10. package/lib/commonjs/components/LLMDataInputModal.js +1 -1
  11. package/lib/commonjs/components/ModalHeader.js +1 -1
  12. package/lib/commonjs/components/ModalSheet.js +1 -1
  13. package/lib/commonjs/components/Onairos.js +1 -1
  14. package/lib/commonjs/components/OnairosButton.js +1 -1
  15. package/lib/commonjs/components/OnairosSignInButton.js +1 -1
  16. package/lib/commonjs/components/Overlay.js +1 -1
  17. package/lib/commonjs/components/PersonaImage.js +1 -1
  18. package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
  19. package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
  20. package/lib/commonjs/components/PinCreationScreen.js +1 -1
  21. package/lib/commonjs/components/PinInput.js +1 -1
  22. package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
  23. package/lib/commonjs/components/PlatformList.js +1 -1
  24. package/lib/commonjs/components/PlatformToggle.js +1 -1
  25. package/lib/commonjs/components/PrimaryButton.js +1 -1
  26. package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
  27. package/lib/commonjs/components/SignInStep.js +1 -1
  28. package/lib/commonjs/components/UniversalOnboarding.js +1 -1
  29. package/lib/commonjs/components/VerificationStep.js +1 -1
  30. package/lib/commonjs/components/WelcomeScreen.js +1 -1
  31. package/lib/commonjs/components/icons/Basicproficon.js +1 -1
  32. package/lib/commonjs/components/icons/Basicprofile.js +1 -1
  33. package/lib/commonjs/components/icons/Checkbox.js +1 -1
  34. package/lib/commonjs/components/icons/Checkmark.js +1 -1
  35. package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
  36. package/lib/commonjs/components/icons/Contenticon.js +1 -1
  37. package/lib/commonjs/components/icons/EnochE.js +1 -1
  38. package/lib/commonjs/components/icons/Personalityicon.js +1 -1
  39. package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
  40. package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
  41. package/lib/commonjs/components/icons/Userpreferences.js +1 -1
  42. package/lib/commonjs/components/icons/index.js +1 -1
  43. package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
  44. package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
  45. package/lib/commonjs/components/onboarding/PinInput.js +1 -1
  46. package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
  47. package/lib/commonjs/config/api.js +1 -1
  48. package/lib/commonjs/constants/index.js +1 -1
  49. package/lib/commonjs/context/AuthContext.js +1 -1
  50. package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
  51. package/lib/commonjs/hooks/useConnections.js +1 -1
  52. package/lib/commonjs/hooks/useCredentials.js +1 -1
  53. package/lib/commonjs/hooks/useUserConnections.js +1 -1
  54. package/lib/commonjs/index.js +1 -1
  55. package/lib/commonjs/services/apiClient.js +1 -1
  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/netflixDataExtractor.js +1 -1
  75. package/lib/commonjs/services/netflixDataService.js +1 -1
  76. package/lib/commonjs/services/pinEncryptionService.js +1 -1
  77. package/lib/commonjs/services/pinStorageUtils.js +1 -1
  78. package/lib/commonjs/services/platformAuthService.js +1 -1
  79. package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
  80. package/lib/commonjs/services/sephoraDataService.js +1 -1
  81. package/lib/commonjs/services/spotifyDataExtractor.js +1 -1
  82. package/lib/commonjs/services/spotifyDataService.js +1 -1
  83. package/lib/commonjs/services/storageService.js +1 -1
  84. package/lib/commonjs/services/telegramDataExtractor.js +1 -1
  85. package/lib/commonjs/services/telegramDataService.js +1 -1
  86. package/lib/commonjs/services/trainingApiHelpers.js +1 -1
  87. package/lib/commonjs/services/userConnectionsService.js +1 -1
  88. package/lib/commonjs/services/youtubeMigrationService.js +1 -1
  89. package/lib/commonjs/theme/index.js +1 -1
  90. package/lib/commonjs/types/index.js +1 -1
  91. package/lib/commonjs/types.js +1 -1
  92. package/lib/commonjs/utils/Portal.js +1 -1
  93. package/lib/commonjs/utils/api.js +1 -1
  94. package/lib/commonjs/utils/assetRegistry.js +1 -1
  95. package/lib/commonjs/utils/auth.js +1 -1
  96. package/lib/commonjs/utils/connectorTests.js +1 -1
  97. package/lib/commonjs/utils/crypto.js +1 -1
  98. package/lib/commonjs/utils/debugHelper.js +1 -1
  99. package/lib/commonjs/utils/encryption.js +1 -1
  100. package/lib/commonjs/utils/eventUtils.js +1 -1
  101. package/lib/commonjs/utils/haptics.js +1 -1
  102. package/lib/commonjs/utils/imagePreloader.js +1 -1
  103. package/lib/commonjs/utils/networkDiagnostics.js +1 -1
  104. package/lib/commonjs/utils/onairosApi.js +1 -1
  105. package/lib/commonjs/utils/programmaticFlow.js +1 -1
  106. package/lib/commonjs/utils/retryHelper.js +1 -1
  107. package/lib/commonjs/utils/secureStorage.js +1 -1
  108. package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
  109. package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
  110. package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
  111. package/lib/commonjs/utils/webviewScripts/index.js +1 -1
  112. package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
  113. package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
  114. package/lib/commonjs/utils/webviewScripts/netflix.js +1 -1
  115. package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
  116. package/lib/commonjs/utils/webviewScripts/spotify.js +1 -1
  117. package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
  118. package/lib/module/api/index.js +1 -1
  119. package/lib/module/assets/icons/spotify.png +0 -0
  120. package/lib/module/assets/images/spotify.png +0 -0
  121. package/lib/module/components/BodyText.js +1 -1
  122. package/lib/module/components/BrandMark.js +1 -1
  123. package/lib/module/components/CodeInput.js +1 -1
  124. package/lib/module/components/EmailInput.js +1 -1
  125. package/lib/module/components/GoogleButton.js +1 -1
  126. package/lib/module/components/HeadingGroup.js +1 -1
  127. package/lib/module/components/LLMDataInputModal.js +1 -1
  128. package/lib/module/components/ModalHeader.js +1 -1
  129. package/lib/module/components/ModalSheet.js +1 -1
  130. package/lib/module/components/Onairos.js +1 -1
  131. package/lib/module/components/OnairosButton.js +1 -1
  132. package/lib/module/components/OnairosSignInButton.js +1 -1
  133. package/lib/module/components/Overlay.js +1 -1
  134. package/lib/module/components/PersonaImage.js +1 -1
  135. package/lib/module/components/PersonaLoadingScreen.js +1 -1
  136. package/lib/module/components/PersonalizationConsentScreen.js +1 -1
  137. package/lib/module/components/PinCreationScreen.js +1 -1
  138. package/lib/module/components/PinInput.js +1 -1
  139. package/lib/module/components/PlatformConnectorsStep.js +1 -1
  140. package/lib/module/components/PlatformList.js +1 -1
  141. package/lib/module/components/PlatformToggle.js +1 -1
  142. package/lib/module/components/PrimaryButton.js +1 -1
  143. package/lib/module/components/SignInMatchAnimation.js +1 -1
  144. package/lib/module/components/SignInStep.js +1 -1
  145. package/lib/module/components/UniversalOnboarding.js +1 -1
  146. package/lib/module/components/VerificationStep.js +1 -1
  147. package/lib/module/components/WelcomeScreen.js +1 -1
  148. package/lib/module/components/icons/Basicproficon.js +1 -1
  149. package/lib/module/components/icons/Basicprofile.js +1 -1
  150. package/lib/module/components/icons/Checkbox.js +1 -1
  151. package/lib/module/components/icons/Checkmark.js +1 -1
  152. package/lib/module/components/icons/Contentanalysis.js +1 -1
  153. package/lib/module/components/icons/Contenticon.js +1 -1
  154. package/lib/module/components/icons/EnochE.js +1 -1
  155. package/lib/module/components/icons/Personalityicon.js +1 -1
  156. package/lib/module/components/icons/Personalityprofile.js +1 -1
  157. package/lib/module/components/icons/Personalitytraits.js +1 -1
  158. package/lib/module/components/icons/Userpreferences.js +1 -1
  159. package/lib/module/components/onboarding/OAuthWebView.js +1 -1
  160. package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
  161. package/lib/module/components/onboarding/PinInput.js +1 -1
  162. package/lib/module/components/onboarding/PlatformConnector.js +1 -1
  163. package/lib/module/config/api.js +1 -1
  164. package/lib/module/constants/index.js +1 -1
  165. package/lib/module/context/AuthContext.js +1 -1
  166. package/lib/module/hooks/useConnectedAccounts.js +1 -1
  167. package/lib/module/hooks/useConnections.js +1 -1
  168. package/lib/module/hooks/useCredentials.js +1 -1
  169. package/lib/module/hooks/useUserConnections.js +1 -1
  170. package/lib/module/index.js +1 -1
  171. package/lib/module/services/apiClient.js +1 -1
  172. package/lib/module/services/biometricPinService.js +1 -1
  173. package/lib/module/services/chatGPTConversationExtractor.js +1 -1
  174. package/lib/module/services/chatGPTConversationService.js +1 -1
  175. package/lib/module/services/claudeConversationExtractor.js +1 -1
  176. package/lib/module/services/claudeConversationService.js +1 -1
  177. package/lib/module/services/connectedAccountsService.js +1 -1
  178. package/lib/module/services/googleAuthService.js +1 -1
  179. package/lib/module/services/hingeDataExtractor.js +1 -1
  180. package/lib/module/services/hingeDataService.js +1 -1
  181. package/lib/module/services/imageCompressionService.js +1 -1
  182. package/lib/module/services/instagramDataExtractor.js +1 -1
  183. package/lib/module/services/instagramDataService.js +1 -1
  184. package/lib/module/services/jwtStorageService.js +1 -1
  185. package/lib/module/services/linkedinDOMExtractor.js +1 -1
  186. package/lib/module/services/linkedinProfileService.js +1 -1
  187. package/lib/module/services/linkedinScrapingService.js +1 -1
  188. package/lib/module/services/llmDataStorage.js +1 -1
  189. package/lib/module/services/mobileTrainingService.js +1 -1
  190. package/lib/module/services/netflixDataExtractor.js +1 -1
  191. package/lib/module/services/netflixDataService.js +1 -1
  192. package/lib/module/services/pinEncryptionService.js +1 -1
  193. package/lib/module/services/pinStorageUtils.js +1 -1
  194. package/lib/module/services/platformAuthService.js +1 -1
  195. package/lib/module/services/sephoraDataExtractor.js +1 -1
  196. package/lib/module/services/sephoraDataService.js +1 -1
  197. package/lib/module/services/spotifyDataExtractor.js +1 -1
  198. package/lib/module/services/spotifyDataService.js +1 -1
  199. package/lib/module/services/storageService.js +1 -1
  200. package/lib/module/services/telegramDataExtractor.js +1 -1
  201. package/lib/module/services/telegramDataService.js +1 -1
  202. package/lib/module/services/trainingApiHelpers.js +1 -1
  203. package/lib/module/services/userConnectionsService.js +1 -1
  204. package/lib/module/services/youtubeMigrationService.js +1 -1
  205. package/lib/module/theme/index.js +1 -1
  206. package/lib/module/types.js +1 -1
  207. package/lib/module/utils/Portal.js +1 -1
  208. package/lib/module/utils/api.js +1 -1
  209. package/lib/module/utils/assetRegistry.js +1 -1
  210. package/lib/module/utils/auth.js +1 -1
  211. package/lib/module/utils/connectorTests.js +1 -1
  212. package/lib/module/utils/crypto.js +1 -1
  213. package/lib/module/utils/debugHelper.js +1 -1
  214. package/lib/module/utils/encryption.js +1 -1
  215. package/lib/module/utils/eventUtils.js +1 -1
  216. package/lib/module/utils/haptics.js +1 -1
  217. package/lib/module/utils/networkDiagnostics.js +1 -1
  218. package/lib/module/utils/onairosApi.js +1 -1
  219. package/lib/module/utils/programmaticFlow.js +1 -1
  220. package/lib/module/utils/retryHelper.js +1 -1
  221. package/lib/module/utils/secureStorage.js +1 -1
  222. package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
  223. package/lib/module/utils/webviewScripts/claude.js +1 -1
  224. package/lib/module/utils/webviewScripts/hinge.js +1 -1
  225. package/lib/module/utils/webviewScripts/index.js +1 -1
  226. package/lib/module/utils/webviewScripts/instagram.js +1 -1
  227. package/lib/module/utils/webviewScripts/linkedin.js +1 -1
  228. package/lib/module/utils/webviewScripts/netflix.js +1 -1
  229. package/lib/module/utils/webviewScripts/sephora.js +1 -1
  230. package/lib/module/utils/webviewScripts/spotify.js +1 -1
  231. package/lib/module/utils/webviewScripts/telegram.js +1 -1
  232. package/package.json +1 -1
@@ -9,4 +9,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
9
9
  require("./jwtStorageService")
10
10
  ];
11
11
  function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
12
- Object[_0x5564(0x0)](exports,'__esModule',{'value':!![]}),exports['verifyEmailCode']=exports[_0x5564(0x1)]=exports['testApiConnectivity']=exports[_0x5564(0x2)]=exports[_0x5564(0x3)]=exports[_0x5564(0x4)]=exports[_0x5564(0x5)]=exports[_0x5564(0x6)]=exports[_0x5564(0x7)]=exports[_0x5564(0x8)]=exports[_0x5564(0x9)]=exports[_0x5564(0xa)]=exports[_0x5564(0xb)]=exports[_0x5564(0xc)]=exports[_0x5564(0xd)]=exports[_0x5564(0xe)]=void 0x0;var _reactNative=__ONAIROS_REQ_FUNC__(0x0),_googleSignin=__ONAIROS_REQ_FUNC__(0x1),_asyncStorage=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x2)),_api=__ONAIROS_REQ_FUNC__(0x3),_apiKeyService=__ONAIROS_REQ_FUNC__(0x4),_jwtStorageService=__ONAIROS_REQ_FUNC__(0x5);function _interopRequireDefault(_0x19f666){return _0x19f666&&_0x19f666[_0x5564(0xf)]?_0x19f666:{'default':_0x19f666};}function _0x1f2f(){const _0x3f3676=['defineProperty','testYouTubeRefreshToken','requestEmailVerification','refreshYouTubeTokens','reconnectYouTube','isOAuthCallback','initiateOAuth','initiateNativeAuth','initializePlatformAuthService','hasNativeSDK','forceYouTubeReconnectionWithRevoke','forceYouTubeReconnectionWithConsent','fixUserYouTubeConnection','exchangeCodeForToken','checkEmailVerificationStatus','__esModule','FTSNR','fHLSs','No\x20API\x20key\x20configured.\x20Please\x20initialize\x20the\x20SDK\x20with\x20a\x20valid\x20developer\x20API\x20key.','3.0.72','eRWIu','XcDXr','VCKDB','apiKey','Qjmkm','log','๐Ÿ”ง\x20Platform\x20auth\x20service\x20initialized','GtVTg','getApiHeaders','Bearer\x20','1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com','onairosevents://auth/callback','code','API_CONFIG','BASE_URL','demo_reddit_client_id','identity,read','/pinterest/authorize','boards:read,pins:read','demo_facebook_client_id','public_profile,email','/linkedin/authorize','openid\x20profile\x20email','/gmail/authorize','demo_gmail_client_id','https://www.googleapis.com/auth/gmail.readonly','/email/authorize','https://chat.openai.com','https://claude.ai/login','https://hinge.co','https://www.sephora.com','eQDjE','yCBOH','Network\x20error.\x20Please\x20check\x20your\x20connection\x20and\x20try\x20again.','Facebook\x20Login\x20completed\x20successfully','โ„น๏ธ\x20No\x20existing\x20permissions\x20to\x20revoke:','โš ๏ธ\x20Failed\x20to\x20fetch\x20YouTube\x20channel\x20info:','๐ŸŒ\x20[CONNECTIVITY]\x20Test\x201:\x20Checking\x20general\x20internet\x20(google.com)...','JpNIi','https://www.google.com','HEAD','reachable','โœ…\x20[CONNECTIVITY]\x20Google\x20is\x20reachable\x20-\x20internet\x20is\x20working','WrdCp','VMoyS','โŒ\x20[CONNECTIVITY]\x20Cannot\x20reach\x20Google\x20-\x20internet\x20may\x20be\x20down:','๐ŸŒ\x20[CONNECTIVITY]\x20Test\x202:\x20Checking\x20API\x20server...','sujcd','thyOB','โœ…\x20[CONNECTIVITY]\x20API\x20server\x20is\x20reachable','API\x20is\x20reachable','bfjIr','๐Ÿ”Œ\x20[CONNECTIVITY]\x20Running\x20comprehensive\x20network\x20diagnostics...','ZFvBZ','VHTVd','vDoqE','xXKXV','googleTest','wJjFd','error','โŒ\x20Error\x20requesting\x20email\x20verification:','vIWTN','vpbSk','hUPEM','message','TNdOd','LSDYc','zruDZ','OjJWo','/health','signal','text','api2Test','status','substring','IXnBn','kcHIG','name','ScDyG','ZSzzO','HBoWf','success','HTPls','syDwn','Network\x20error:\x20','yKZXq','data','NkkjR','user','jGUtQ','QjbfA','testApiConnectivity','โŒ\x20Sign-in\x20already\x20in\x20progress','โŒ\x20[CONNECTIVITY]\x20Cannot\x20reach\x20API\x20server:','โœ…\x20Found\x20existing\x20authentication\x20token\x20for\x20YouTube\x20auth','๐Ÿ”‘\x20Token\x20preview:','UOeen','email','yRuvl','aqFUg','๐Ÿ“ง\x20[OAUTH]\x20Email\x20platform\x20selected,\x20returning\x20mock\x20auth\x20URL','OdBDZ','IMILV','LKLbV','ZbBsz','AbortError','Network\x20request\x20failed','\x20\x20\x205.\x20iOS\x20simulator\x20network\x20sandbox\x20issue\x20-\x20try\x20on\x20physical\x20device','\x20\x20\x203.\x20DNS\x20resolution\x20failed','biqpS','jlqNu','๐Ÿ“ฑ\x20[OAUTH]\x20Platform:\x20','Platform','Version','hnkDE','asBgd','uWRkS','yaCaZ','VqFrl','JqRfG','๐Ÿ”‘\x20[OAUTH]\x20Using\x20User\x20JWT\x20for\x20authentication','PSHtV','โŒ\x20[OAUTH]\x20User\x20not\x20authenticated\x20-\x20cannot\x20initiate\x20','\x20OAuth','โŒ\x20[OAUTH]\x20Please\x20log\x20in\x20first\x20before\x20connecting\x20platforms','VlgOJ','๐Ÿ”—\x20[OAUTH]\x20About\x20to\x20make\x20fetch\x20request...','toISOString','๐Ÿ“ค\x20[OAUTH]\x20Request\x20body:','โฐ\x20[OAUTH]\x20Request\x20timeout\x20for\x20','\x20-\x20aborting','abort','stringify','๐Ÿ“ก\x20[OAUTH]\x20Response\x20status:\x20','โŒ\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20','\x20-\x20','๐Ÿ“‹\x20[OAUTH]\x20Response\x20data\x20for\x20','URL','url','๐Ÿ”—\x20[OAUTH]\x20Auth\x20URL\x20for\x20','\x20(key:\x20','bTtwH','CCfXO','xKLQI','yPgWi','โŒ\x20[OAUTH]\x20Request\x20timeout\x20for\x20','\x20-\x20the\x20server\x20took\x20too\x20long\x20to\x20respond','YeRZR','includes','gfWaL','JDiZx','fuUFI','qWFTI','LQdUj','1|0|3|5|2|4','split','TFfuQ','โŒ\x20[OAUTH]\x20Network\x20request\x20failed\x20for\x20','ykmMC','TAqGE','configure','GnUYa','openid','Falling\x20back\x20to\x20simulated\x20token\x20response','โœ…\x20YouTube\x20channel\x20found:','ID:','User\x20cancelled\x20Google\x20Sign-In','\x20\x20\x202.\x20API\x20server\x20(API\x20server)\x20is\x20unreachable','\x20\x20\x204.\x20SSL/TLS\x20certificate\x20issue','โœ…\x20Refresh\x20token\x20confirmed:','๐Ÿ”„\x20FORCING\x20fresh\x20YouTube\x20consent\x20for\x20refresh\x20token...','๐Ÿ‘ค\x20User:','KBtis','โœ…\x20Signed\x20out\x20-\x20consent\x20cache\x20cleared','โ„น๏ธ\x20Sign\x20out\x20not\x20needed:','uMUhS','profile','โœ…\x20Play\x20Services\x20available','๐Ÿ”\x20Initiating\x20sign-in\x20-\x20consent\x20screen\x20should\x20appear...','๐Ÿ“‹\x20FULL\x20userInfo\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','๐Ÿ“‹\x20FULL\x20tokens\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','๐Ÿ“‹\x20FULL\x20currentUser\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','-\x20Access\x20token:','Missing','-\x20ID\x20token:','โœ…\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20consent!','๐Ÿ”‘\x20Refresh\x20token\x20type:','refreshToken','https://www.googleapis.com/youtube/v3/channels?part=snippet&mine=true','RiFPg','WISaF','โš ๏ธ\x20No\x20YouTube\x20channel\x20found\x20for\x20user','No\x20Channel','jWLnJ','โš ๏ธ\x20Error\x20fetching\x20YouTube\x20channel\x20info:','๐Ÿ”\x20Creating\x20authentication\x20token\x20for\x20YouTube\x20connection...','temp_token_for_youtube_connection','youtube','signOut_and_configure','๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20Headers:','NO\x20AUTH\x20TOKEN','๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20Payload\x20Summary:','๐Ÿ“ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Status:','๐Ÿ“ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Status\x20Text:','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20sent:','Yes','๐ŸŽ‰\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Temporary\x20YouTube\x20connection\x20established!','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Connection\x20Details:','AssPE','6|4|2|3|0|5|1','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20length:','๐ŸŽ‰\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Full\x20YouTube\x20connection\x20with\x20refresh\x20tokens!','โœ…\x20[YOUTUBE\x20REAUTH]\x20Response\x20hasRefreshToken:','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20type:','serverAuthCode','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Backend\x20did\x20NOT\x20confirm\x20refresh\x20token\x20reception','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Expected\x20hasRefreshToken\x20or\x20refreshTokenReceived\x20in\x20response','๐Ÿ”„\x20[YOUTUBE\x20REAUTH]\x20Signaling\x20training\x20system\x20to\x20restart...','โœ…\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20sent\x20successfully','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20failed:','โŒ\x20[YOUTUBE\x20REAUTH]\x20Backend\x20processing\x20FAILED:','โŒ\x20[YOUTUBE\x20REAUTH]\x20This\x20means\x20the\x20reauth\x20signal\x20was\x20not\x20processed','\x20\x20\x201.\x20Try\x20the\x20revoke\x20method:\x20forceYouTubeReconnectionWithRevoke()','๐Ÿ’ก\x20Solutions:','\x20\x20\x203.\x20Ensure\x20user\x20clicks\x20\x22Allow\x22\x20on\x20consent\x20screen','\x20\x20\x202.\x20Check\x20Google\x20Console\x20OAuth\x20configuration','โŒ\x20This\x20means\x20consent\x20screen\x20did\x20not\x20appear\x20or\x20user\x20denied\x20permissions','โŒ\x20Error\x20forcing\x20YouTube\x20consent:','๐Ÿ’ก\x20User\x20must\x20click\x20\x22Allow\x22\x20to\x20get\x20refresh\x20token','Bihwq','โŒ\x20Google\x20Play\x20Services\x20not\x20available','jWFsC','LRCls','XyhsF','ZxhvL','VmDUy','Error\x20exchanging\x20code\x20for\x20token:','nnaAb','_access_token_','random','_refresh_token_','toString','zgqJK','GoogleSignin','accessToken','clearCachedAccessToken','โœ…\x20Token\x20cache\x20cleared','sVCkT','snippet','title','aXchP','๐Ÿ”ง\x20Configuring\x20Google\x20Sign-In\x20for\x20forced\x20consent...','RHyBF','IkwIi','Ltnok','cRmCX','gOdNF','ltLsP','signIn','EPHPY','WDykT','PFWMa','getTokens','getCurrentUser','MhjEA','yTzhH','OVKWR','๐Ÿ”\x20Token\x20analysis:','TJuEz','...','iwBYu','dOgZm','-\x20ServerAuthCode\x20(userInfo):','-\x20ServerAuthCode\x20(currentUser):','oQwzo','HdCxf','CiBoX','NTiJM','VTFCC','startsWith','๐Ÿ”‘\x20Refresh\x20token\x20preview:','yLLTv','fcKbm','bHWqp','๐Ÿ“บ\x20Fetching\x20YouTube\x20channel\x20information...','FehvU','json','CeAiT','items','length','yrMVM','isApiKeyInitialized','getApiConfig','zJmdR','qrOCB','OHvvg','PmMDh','TOumP','qSvOX','nzniU','OvgtE','deTUE','VMgQK','Unknown\x20Channel','uJnUn','โŒ\x20Error\x20testing\x20YouTube\x20refresh\x20token:','TPduH','zoxyj','foOsP','0|3|1|2|4|5','.\x20Possible\x20causes:','iDrLG','zuRJQ','UzdOr','VJKwx','tOVvz','lqdTG','SXTEb','IfVvM','getJWT','trim','OTzSB','CfDxH','TvAzR','Token\x20exchange\x20failed\x20with\x20status\x20','Zwvtf','ewzSn','tsdXZ','rRBvY','idToken','WdHza','cjXLU','youtube-','pAHmq','JmVan','now','๐Ÿ“ค\x20Sending\x20comprehensive\x20payload\x20with\x20REFRESH\x20TOKEN\x20to\x20backend:','debugInfo','refreshTokenType','cCsoh','๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20=====\x20SENDING\x20REAUTH\x20SIGNAL\x20TO\x20BACKEND\x20=====','๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20Endpoint:\x20https://API\x20server/youtube/native-auth','PwLEj','SuhKq','nlpeF','/youtube/native-auth','eBEOW','OEryw','VypwN','statusText','headers','FJrZv','CCHnE','validation','GVaQv','isTemporaryMode','lQqlu','GBKHK','temporaryMode','LsgKw','enabled','NNeJJ','RgMzk','GQqMd','TGXey','๐Ÿ”„\x20[YOUTUBE\x20REAUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Training\x20Ready:\x20Yes','โŒ\x20No\x20current\x20Google\x20user\x20found','RWOTG','lCBKx','XWLPi','Wxssz','fazFI','hasRefreshToken','rFRYd','PtQDw','warn','MfwrN','LGatd','augab','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20User\x20may\x20need\x20to\x20manually\x20restart\x20training','vsgGX','wBKNR','TIYEg','PFdlO','Isocx','RDoXd','UNiTv','kcWMO','statusCodes','SIGN_IN_CANCELLED','โŒ\x20User\x20cancelled\x20sign-in\x20-\x20no\x20refresh\x20token\x20obtained','SEcDn','SKrCI','PLAY_SERVICES_NOT_AVAILABLE','ZVprV','Mpisf','TYBFX','code=','โœ…\x20Got\x20serverAuthCode\x20from\x20sign-in\x20response','๐Ÿ”„\x20FORCING\x20YouTube\x20consent\x20via\x20REVOKE\x20method...','OQTcX','โœ…\x20Signed\x20out\x20completely','fZrpN','ChQgN','โŒ\x20Still\x20no\x20refresh\x20token\x20after\x20revoke\x20method','rxTkL','hasPlayServices','XJYSz','nPHXi','bhYXs','ZUcNg','โœ…\x20Revoked\x20existing\x20permissions\x20-\x20fresh\x20consent\x20REQUIRED','ENkpa','XCFOg','mxcsd','bhzxo','signOut','nzsCS','FsiVs','โœ…\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20REVOKE\x20+\x20consent!','RFnSI','FSMRn','ifnja','UhqOH','โŒ\x20Debug\x20tokens\x20failed:','huzZl','mgFlQ','๐Ÿ”„\x20Method\x202:\x20Trying\x20forced\x20consent\x20via\x20revoke...','๐Ÿ”ง\x20Fixing\x20YouTube\x20connection\x20for\x20user:\x20','dbvbx','\x20YouTube\x20connection\x20fixed\x20via\x20Method\x201!','BpPdI','Iakat','\x20YouTube\x20connection\x20fixed\x20via\x20Method\x202!','โŒ\x20Failed\x20to\x20fix\x20','\x20YouTube\x20connection\x20with\x20both\x20methods','โŒ\x20Re-authentication\x20also\x20failed:','Initiating\x20Facebook\x20Login\x20for\x20Instagram','โœ…\x20Successfully\x20refreshed\x20Google\x20tokens','AQCxC','๐Ÿ”„\x20Refresh\x20failed,\x20attempting\x20re-authentication...','bJgRu','nvsAN','โŒ\x20User\x20not\x20signed\x20in\x20to\x20Google,\x20cannot\x20refresh\x20tokens','meoiz','KQCxl','AWATF','โœ…\x20Re-authentication\x20successful','CYHUO','YyyTX','ivmEG','yAhGw','kuOXa','HVDDI','WwKQL','jKddd','USxpX','fleco','none','Present','PgdVQ','JeFky','jCgDI','XGTPi','pIcRK','oArOw','vrSUs','cWGVX','RdKlk','ujCIG','No\x20internet\x20connectivity\x20detected.\x20Check\x20your\x20network\x20connection.','โŒ\x20Error\x20verifying\x20email\x20code:','HSkiq','gSmgJ','lPAhE','โœ…\x20Signed\x20out\x20from\x20Google','โ„น๏ธ\x20Token\x20clearing\x20failed\x20or\x20not\x20needed:','zJaEB','โœ…\x20YouTube\x20reconnected\x20successfully\x20with\x20refresh\x20token','โš ๏ธ\x20Still\x20no\x20refresh\x20token\x20after\x20reconnection','YKRiS','YbZnn','IFyrn','zmMjv','๐Ÿ”„\x20Forcing\x20fresh\x20YouTube\x20reconnection\x20for\x20refresh\x20token...','Sfyru','aCmwy','PZTiP','jxNSE','hemBM','โœ…\x20Cleared\x20cached\x20access\x20token','RqExf','YBMIZ','OfboC','vnQoU','LEdVL','fGELA','kEKxf','kBhrM','RWrxP','HUNsk','cQEPm','qWbiM','DzhOK','โŒ\x20YouTube\x20reconnection\x20failed','COMTS','โ„น๏ธ\x20Sign\x20out\x20not\x20needed\x20or\x20failed:','โœ…\x20[YOUTUBE\x20AUTH]\x20Full\x20YouTube\x20connection\x20with\x20persistent\x20access','\x20\x20\x201.\x20No\x20internet\x20connection\x20on\x20device/simulator','โœ…\x20[YOUTUBE\x20REAUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Mode:\x20Temporary\x20(expires\x20~1\x20hour)','IBDhf','๐Ÿ”—\x20Initiating\x20native\x20Google\x20Sign-In\x20for\x20YouTube','CLtln','โŒ\x20[YOUTUBE\x20AUTH]\x20Username\x20is\x20required\x20for\x20YouTube\x20authentication','csqvK','EAljH','โœ…\x20Google\x20Sign-In\x20successful:','๐Ÿ“‹\x20FULL\x20userInfo\x20object:','๐Ÿ”‘\x20Got\x20Google\x20tokens','๐Ÿ“‹\x20FULL\x20tokens\x20object:','๐Ÿ“‹\x20FULL\x20currentUser\x20object:','-\x20tokens.idToken:','-\x20tokens.accessToken:','โœ…\x20Got\x20serverAuthCode\x20(refresh\x20token\x20mechanism)','UKbdg','โŒ\x20CRITICAL:\x20No\x20refresh\x20token\x20available\x20-\x20YouTube\x20connection\x20will\x20fail\x20when\x20token\x20expires','โš ๏ธ\x20Continuing\x20without\x20refresh\x20token\x20-\x20connection\x20may\x20fail\x20later','ekqTI','โœ…\x20Refresh\x20token\x20available\x20for\x20YouTube\x20connection','mOlEa','sNENo','tnCro','onairos_username','youtube_user','โ„น๏ธ\x20No\x20valid\x20authentication\x20token\x20found\x20for\x20YouTube\x20connection','โ„น๏ธ\x20NOTE:\x20SDK\x20does\x20not\x20create\x20users\x20during\x20YouTube\x20connection','๐Ÿ”—\x20Linking\x20YouTube\x20data\x20to\x20user:','๐Ÿ”‘\x20Using\x20auth\x20token\x20for\x20linking:','apple','-\x20hasAccessToken:','-\x20hasServerAuthCode:','-\x20channelName:','๐Ÿ“‹\x20COMPLETE\x20BACKEND\x20PAYLOAD:','๐Ÿ“ก\x20Backend\x20response\x20status:','โœ…\x20YouTube\x20connection\x20successful','๐Ÿ“‹\x20COMPLETE\x20BACKEND\x20RESPONSE:','temporary\x20access\x20token\x20mode','JBrTr','aVVKo','โš ๏ธ\x20[YOUTUBE\x20AUTH]\x20Backend\x20did\x20not\x20confirm\x20refresh\x20token','๐Ÿ”\x20[YOUTUBE\x20AUTH]\x20Response\x20data\x20keys:','โš ๏ธ\x20[YOUTUBE\x20AUTH]\x20Connection\x20may\x20fail\x20when\x20tokens\x20expire','โŒ\x20Google\x20Sign-In\x20error:','Google\x20Play\x20Services\x20not\x20available','instagram','UQxxV','TqbKz','wqhMk','OsopR','RRfBW','nqrNu','UCeGt','MGrCK','xeUyt','bAlNt','DXWUx','NlbiD','fvlGX','qKjzk','claIN','CSrgw','OVztU','yZNrY','๐Ÿ‘ค\x20Current\x20user\x20info:','REIbW','efaAc','vcfRK','bccmM','Present:\x20','UPQHd','kgBUT','jcoHP','QvyiX','IxdJM','wBFXE','voQrD','ejYRv','IYFUc','ykOoc','mCvTw','๐Ÿ’ก\x20User\x20needs\x20to\x20reconnect\x20with\x20proper\x20consent\x20screen','JMzDD','bzXYt','pIUff','dlWLY','YDgyk','aqIfF','kjGfC','xjZay','BSgcG','GUeih','kvqgf','โŒ\x20[CONNECTIVITY]\x20Connectivity\x20test\x20failed:','QGNqf','XVWqo','SUwRO','aaCjj','nTQWp','kSuKB','xQGuI','DFUyd','yQMcN','OKItC','aTqhT','FZGRy','default','getItem','qtphC','nIENP','GhFrD','acJtX','nIgOT','lqbAF','slFDc','XPgEa','uxmmn','UyEuu','MOHTT','DNoHe','OpIdX','EImOy','user-','UopRA','gsUeo','jLjTs','NoajL','tfapu','cntkN','WCTNW','๐Ÿ“ค\x20BACKEND\x20PAYLOAD\x20SUMMARY:','pFhtb','-\x20hasRefreshToken:','AbVPX','qnCnA','bbGvo','dfjfS','fkNgw','๐Ÿ“ค\x20Sending\x20YouTube\x20auth\x20to\x20backend\x20with\x20refresh\x20token:','osSwB','YGmDn','ncEeJ','oYTNZ','oXKlL','Google\x20Sign-In\x20already\x20in\x20progress','KvKdF','sTtST','AjucJ','OGcGN','ACipd','๐Ÿ”„\x20[YOUTUBE\x20AUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','โ„น๏ธ\x20[YOUTUBE\x20AUTH]\x20User\x20can\x20reconnect\x20later\x20for\x20refresh\x20tokens\x20if\x20needed','kpfXr','hYoRY','cAXYZ','ZbkxH','leopX','xfpjD','QgGxK','uGqOU','YOVdT','keys','HSVFJ','vWuvS','๐Ÿ“‹\x20BACKEND\x20ERROR\x20RESPONSE:','MAlLC','ehvCx','AfQqU','DmAaO','EsrOp','WMcXz','hLKwn','IN_PROGRESS','TQSOl','pEOss','pzQJA','NwGuU','jkAvP','VGXOy','UplXm','dBUqc','โ„น๏ธ\x20User\x20should\x20authenticate\x20first\x20via\x20Google/Apple/Email\x20before\x20connecting\x20YouTube','rfeVn','cVBeS','NAxuM','ysGzB','Exchanging\x20code\x20for\x20token\x20for\x20platform:\x20','ScfEW','szoaQ','NURil','DdVWA','IJGqq','Token\x20exchange\x20successful\x20for\x20','EtwRP','obNHo','NAsSy','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Response\x20data:','Failed\x20to\x20send\x20verification\x20code','โŒ\x20Failed\x20to\x20get\x20fresh\x20tokens\x20from\x20Google\x20SDK','IbqLN','oZTuG','โœ…\x20YouTube\x20tokens\x20refreshed\x20successfully:','UhNWW','fYPLk','tKvvM','iwakz','iIDcH','yKWek','cxIkB','syZAJ','TVQcx','jETVO','lvmQf','/youtube/refresh-token','eWSag','QiMGi','gNwiq','XBFPf','YpIGC','yPCXM','โœ…\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20successful:','โŒ\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20failed:','tZbnh','โŒ\x20[TRAINING\x20RESTART]\x20Error\x20triggering\x20training\x20restart:','TYJWs','rqcQg','EcAnt','youtube_reauth','xETUZ','ZRUyX','Training\x20restart\x20failed:\x20','fIdDu','sLYRy','GDTnZ','๐Ÿงช\x20Testing\x20YouTube\x20refresh\x20token\x20functionality...','SqdSU','AcyWo','โœ…\x20YouTube\x20connection\x20fixed!\x20Testing\x20again...','๐Ÿ”\x20New\x20token\x20status:','โŒ\x20Failed\x20to\x20fix\x20YouTube\x20connection','โœ…\x20Refresh\x20token\x20already\x20available','wSFNo','efFdp','rJOUp','๐Ÿ”\x20Current\x20token\x20status:','dSNqy','gBLMH','PNDzn','oldTN','tfyqk','jYzFr','request','Verification\x20code\x20sent\x20to\x20your\x20email','vfCeQ','gxvTC','cGMhr','/email/verification','HkmjJ','VJDRc','eYKMj','auzLV','caThI','/email/authorize?action=verify','yLPSH','โŒ\x20Error\x20checking\x20email\x20verification\x20status:','โœ…\x20[YOUTUBE\x20REAUTH]\x20Backend\x20CONFIRMED\x20refresh\x20token\x20received','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Full\x20refresh\x20token:','dnCvP','TTDqS','Email\x20verified\x20successfully','iOuRl','vxqpP','KiJtU','UamVE','MPFmd','dzRHy','nEaLE','iKoEo','ZqiSd','token','sjawZ','YHGhZ','nmrip','BNWVk','oxfvF','GGljK','MmVbO','DFtSy','cTIyQ','fPaGo','MSevW','Network\x20error','LSTOH','WmBBk','isPending','ruAEF','ZRUbJ','pGcRK','RFusP'];_0x1f2f=function(){return _0x3f3676;};return _0x1f2f();}const getDeveloperAuthHeaders=()=>{const _0xd4fd6a={'eRWIu':'SDK\x20not\x20initialized.\x20Developers\x20must\x20call\x20initializeApiKey()\x20before\x20using\x20auth\x20features.','XcDXr':function(_0xd649ef,_0x2aeab4){return _0xd649ef!==_0x2aeab4;},'VCKDB':function(_0x3e6888,_0x460665){return _0x3e6888!==_0x460665;},'Qjmkm':function(_0x484164,_0x5e7355){return _0x484164===_0x5e7355;},'cLNOT':_0x5564(0x10),'HmJLf':_0x5564(0x11),'GtVTg':_0x5564(0x12),'voKLP':_0x5564(0x13)};if(!(0x0,_apiKeyService['isApiKeyInitialized'])())throw new Error(_0xd4fd6a[_0x5564(0x14)]);const _0x530c73=(0x0,_apiKeyService['getApiConfig'])();if(!(_0xd4fd6a[_0x5564(0x15)](_0x530c73,null)&&_0xd4fd6a[_0x5564(0x16)](_0x530c73,void 0x0)&&_0x530c73[_0x5564(0x17)])){if(_0xd4fd6a[_0x5564(0x18)](_0xd4fd6a['cLNOT'],_0xd4fd6a['HmJLf']))_0x211a42[_0x5564(0x19)](_0x5564(0x1a)),_0x46196c();else throw new Error(_0xd4fd6a[_0x5564(0x1b)]);}return{...(0x0,_api[_0x5564(0x1c)])(),'Authorization':_0x5564(0x1d)+_0x530c73['apiKey'],'X-SDK-Version':_0xd4fd6a['voKLP'],'X-SDK-Platform':'react-native'};},WEB_CLIENT_ID=_0x5564(0x1e),IOS_CLIENT_ID=_0x5564(0x1e),OAUTH_CONFIG={'instagram':{'authUrl':'https://api.instagram.com/oauth/authorize','clientId':'demo_instagram_client_id','redirectUri':_0x5564(0x1f),'scope':'user_profile,user_media','responseType':_0x5564(0x20),'hasNativeSDK':![]},'youtube':{'authUrl':_api[_0x5564(0x21)][_0x5564(0x22)]+'/youtube/authorize','clientId':'1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com','redirectUri':'onairosevents://auth/callback','scope':'https://www.googleapis.com/auth/youtube.readonly','responseType':_0x5564(0x20),'hasNativeSDK':!![]},'reddit':{'authUrl':_api[_0x5564(0x21)][_0x5564(0x22)]+'/reddit/authorize','clientId':_0x5564(0x23),'redirectUri':_0x5564(0x1f),'scope':_0x5564(0x24),'responseType':_0x5564(0x20),'hasNativeSDK':![]},'pinterest':{'authUrl':_api[_0x5564(0x21)][_0x5564(0x22)]+_0x5564(0x25),'clientId':'demo_pinterest_client_id','redirectUri':_0x5564(0x1f),'scope':_0x5564(0x26),'responseType':'code','hasNativeSDK':![]},'facebook':{'authUrl':'https://www.facebook.com/v12.0/dialog/oauth','clientId':_0x5564(0x27),'redirectUri':_0x5564(0x1f),'scope':_0x5564(0x28),'responseType':'code','hasNativeSDK':![]},'linkedin':{'authUrl':_api[_0x5564(0x21)][_0x5564(0x22)]+_0x5564(0x29),'clientId':'','redirectUri':_0x5564(0x1f),'scope':_0x5564(0x2a),'responseType':_0x5564(0x20),'hasNativeSDK':![]},'gmail':{'authUrl':_api[_0x5564(0x21)][_0x5564(0x22)]+_0x5564(0x2b),'clientId':_0x5564(0x2c),'redirectUri':_0x5564(0x1f),'scope':_0x5564(0x2d),'responseType':_0x5564(0x20),'hasNativeSDK':![]},'email':{'hasNativeSDK':![],'authUrl':_api[_0x5564(0x21)][_0x5564(0x22)]+_0x5564(0x2e)},'chatgpt':{'authUrl':_0x5564(0x2f),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'claude':{'authUrl':_0x5564(0x30),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'gemini':{'authUrl':'https://gemini.google.com','clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'grok':{'authUrl':'https://x.com/i/grok','clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'hinge':{'authUrl':_0x5564(0x31),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'instagram_webview':{'authUrl':'https://www.instagram.com','clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'sephora':{'authUrl':_0x5564(0x32),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'telegram':{'authUrl':'https://web.telegram.org/k/','clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]}},hasNativeSDK=_0x526418=>{const _0x42f1f6={'eQDjE':function(_0x2dffbc,_0x2a538f){return _0x2dffbc===_0x2a538f;},'yCBOH':function(_0x44e704,_0x438139){return _0x44e704===_0x438139;}};var _0x29139a;return(_0x42f1f6[_0x5564(0x33)](_0x29139a=OAUTH_CONFIG[_0x526418],null)||_0x42f1f6[_0x5564(0x34)](_0x29139a,void 0x0)?void 0x0:_0x29139a['hasNativeSDK'])||![];};exports[_0x5564(0x9)]=hasNativeSDK;const testApiConnectivity=async()=>{const _0x3ebf40={'vIWTN':_0x5564(0x35),'LSDYc':_0x5564(0x36),'sghat':_0x5564(0x37),'yKZXq':_0x5564(0x38),'QjbfA':function(_0xd68939,_0x4b66ef){return _0xd68939===_0x4b66ef;},'VHTVd':function(_0x1271d2,_0x4fb5e0){return _0x1271d2===_0x4fb5e0;},'NkkjR':function(_0x434105,_0x26d7aa){return _0x434105===_0x26d7aa;},'jGUtQ':function(_0xd2ff06,_0x428245){return _0xd2ff06===_0x428245;},'NsWpQ':function(_0x124f34,_0x219f32){return _0x124f34===_0x219f32;},'ZFvBZ':_0x5564(0x39),'vDoqE':_0x5564(0x3a),'NuQFr':function(_0x1b9299,_0x3dd326,_0x207ffa){return _0x1b9299(_0x3dd326,_0x207ffa);},'xXKXV':_0x5564(0x3b),'YeKkL':_0x5564(0x3c),'dnGMZ':'no-cors','XEMEy':_0x5564(0x3d),'wJjFd':_0x5564(0x3e),'vpbSk':_0x5564(0x3f),'hUPEM':_0x5564(0x40),'TNdOd':_0x5564(0x41),'zruDZ':_0x5564(0x42),'CnBKQ':function(_0x58aaae,_0x4f89bb,_0x21e6d5){return _0x58aaae(_0x4f89bb,_0x21e6d5);},'OjJWo':function(_0x4d6856,_0x59ffb4,_0x17116f){return _0x4d6856(_0x59ffb4,_0x17116f);},'IXnBn':function(_0x2d3993,_0x4c8ece){return _0x2d3993===_0x4c8ece;},'fhWoy':_0x5564(0x43),'VDVSX':_0x5564(0x44),'kcHIG':_0x5564(0x45),'ScDyG':'โŒ\x20[CONNECTIVITY]\x20Cannot\x20reach\x20API\x20server:','ZSzzO':function(_0x22a1c2,_0x5dc69a){return _0x22a1c2!==_0x5dc69a;},'HBoWf':_0x5564(0x46),'hewdt':'Internet\x20works\x20but\x20API\x20server\x20is\x20unreachable.\x20The\x20server\x20may\x20be\x20blocking\x20requests\x20from\x20this\x20device/simulator.','HTPls':'No\x20internet\x20connectivity\x20detected.\x20Check\x20your\x20network\x20connection.','syDwn':_0x5564(0x47)},_0x5b1fef={'googleTest':null,'api2Test':null};try{var _0xeb41b3,_0xbf6c2f;console['log'](_0x5564(0x48)),console[_0x5564(0x19)](_0x3ebf40[_0x5564(0x49)]);try{if(_0x3ebf40[_0x5564(0x4a)]('JpNIi',_0x3ebf40[_0x5564(0x4b)])){const _0x1d1cac=await _0x3ebf40['NuQFr'](fetch,_0x3ebf40[_0x5564(0x4c)],{'method':_0x3ebf40['YeKkL'],'mode':_0x3ebf40['dnGMZ']});_0x5b1fef[_0x5564(0x4d)]={'success':!![],'status':_0x3ebf40['XEMEy']},console[_0x5564(0x19)](_0x3ebf40[_0x5564(0x4e)]);}else return _0x35cbcd[_0x5564(0x4f)](_0x5564(0x50),_0x114deb),{'success':![],'error':_0x3ebf40[_0x5564(0x51)]};}catch(_0x3ecd22){_0x3ebf40[_0x5564(0x52)]!==_0x3ebf40[_0x5564(0x53)]?(_0x5b1fef[_0x5564(0x4d)]={'success':![],'error':_0x3ecd22[_0x5564(0x54)]},console[_0x5564(0x4f)](_0x3ebf40[_0x5564(0x55)],_0x3ecd22[_0x5564(0x54)])):(_0x4a86ca[_0x5564(0x19)](_0x3ebf40[_0x5564(0x56)]),_0x4bb11b(!![]));}console[_0x5564(0x19)](_0x3ebf40[_0x5564(0x57)]);try{const _0x4a0f44=new AbortController(),_0x52b8c5=_0x3ebf40['CnBKQ'](setTimeout,()=>_0x4a0f44['abort'](),0x7530),_0x4488d5=await _0x3ebf40[_0x5564(0x58)](fetch,_api[_0x5564(0x21)][_0x5564(0x22)]+_0x5564(0x59),{'method':'GET','signal':_0x4a0f44[_0x5564(0x5a)]});clearTimeout(_0x52b8c5);const _0x506086=await _0x4488d5[_0x5564(0x5b)]()['catch'](()=>'Unable\x20to\x20read\x20response');_0x5b1fef[_0x5564(0x5c)]={'success':_0x4488d5['ok'],'status':_0x4488d5[_0x5564(0x5d)],'statusText':_0x4488d5['statusText'],'response':_0x506086[_0x5564(0x5e)](0x0,0xc8)},_0x4488d5['ok']?_0x3ebf40[_0x5564(0x5f)](_0x3ebf40['fhWoy'],_0x3ebf40['VDVSX'])?_0x52b342[_0x5564(0x19)](_0x3ebf40['sghat'],_0x1dc568):console['log'](_0x3ebf40[_0x5564(0x60)]):console[_0x5564(0x19)]('โš ๏ธ\x20[CONNECTIVITY]\x20API\x20server\x20responded\x20with\x20status:\x20'+_0x4488d5[_0x5564(0x5d)]);}catch(_0x4f8694){_0x5b1fef[_0x5564(0x5c)]={'success':![],'error':_0x4f8694[_0x5564(0x54)],'name':_0x4f8694[_0x5564(0x61)]},console[_0x5564(0x4f)](_0x3ebf40[_0x5564(0x62)],_0x4f8694[_0x5564(0x54)]);}if(_0x3ebf40[_0x5564(0x63)](_0xeb41b3=_0x5b1fef['api2Test'],null)&&_0x3ebf40[_0x5564(0x63)](_0xeb41b3,void 0x0)&&_0xeb41b3['success'])return{'success':!![],'message':_0x3ebf40[_0x5564(0x64)],'details':_0x5b1fef};else return _0x3ebf40[_0x5564(0x63)](_0xbf6c2f=_0x5b1fef[_0x5564(0x4d)],null)&&_0x3ebf40[_0x5564(0x63)](_0xbf6c2f,void 0x0)&&_0xbf6c2f[_0x5564(0x65)]?{'success':![],'message':_0x3ebf40['hewdt'],'details':_0x5b1fef}:{'success':![],'message':_0x3ebf40[_0x5564(0x66)],'details':_0x5b1fef};}catch(_0x339a1a){if(_0x3ebf40['VHTVd'](_0x3ebf40[_0x5564(0x67)],_0x3ebf40['syDwn']))return console['error']('โŒ\x20[CONNECTIVITY]\x20Connectivity\x20test\x20failed:',_0x339a1a[_0x5564(0x54)]),{'success':![],'message':_0x5564(0x68)+_0x339a1a[_0x5564(0x54)],'details':{'error':_0x339a1a[_0x5564(0x54)],'results':_0x5b1fef}};else{var _0x4e3fd4,_0x15cf85;_0x5d5209[_0x5564(0x19)](_0x3ebf40[_0x5564(0x69)],_0x55dae8[_0x5564(0x5d)]),_0x45f476=(_0x3ebf40['QjbfA'](_0x4e3fd4=_0x4e15d2[_0x5564(0x6a)],null)||_0x3ebf40[_0x5564(0x4a)](_0x4e3fd4,void 0x0)||_0x3ebf40[_0x5564(0x6b)](_0x4e3fd4=_0x4e3fd4[_0x5564(0x6c)],null)||_0x3ebf40[_0x5564(0x6d)](_0x4e3fd4,void 0x0)?void 0x0:_0x4e3fd4[_0x5564(0x61)])||(_0x3ebf40[_0x5564(0x6e)](_0x15cf85=_0x352d43['data'],null)||_0x15cf85===void 0x0||_0x3ebf40['VHTVd'](_0x15cf85=_0x15cf85[_0x5564(0x6c)],null)||_0x3ebf40['NsWpQ'](_0x15cf85,void 0x0)?void 0x0:_0x15cf85['email'])||'Unknown\x20Channel';}}};exports[_0x5564(0x6f)]=testApiConnectivity;const initiateOAuth=async(_0x214b85,_0x422073)=>{const _0x480332={'jlqNu':_0x5564(0x70),'JqRfG':'Verification\x20code\x20sent\x20to\x20your\x20email','VlgOJ':_0x5564(0x71),'qWFTI':_0x5564(0x72),'LQdUj':_0x5564(0x73),'biqpS':function(_0x5b0604,_0x36b654){return _0x5b0604===_0x36b654;},'PrxKn':_0x5564(0x74),'hnkDE':_0x5564(0x75),'asBgd':_0x5564(0x76),'uWRkS':_0x5564(0x77),'xEgWA':_0x5564(0x78),'yaCaZ':function(_0x17bf74,_0x5d417e){return _0x17bf74!==_0x5d417e;},'VqFrl':_0x5564(0x79),'PSHtV':function(_0x47a1f2,_0x16b96a){return _0x47a1f2===_0x16b96a;},'rRoSX':_0x5564(0x7a),'cRhqu':function(_0x82328c,_0x3f6998,_0x1029de){return _0x82328c(_0x3f6998,_0x1029de);},'bTtwH':function(_0x139dd1,_0x4ab8a2){return _0x139dd1!==_0x4ab8a2;},'CCfXO':_0x5564(0x7b),'xKLQI':_0x5564(0x7c),'yPgWi':function(_0x37835e,_0x100229){return _0x37835e===_0x100229;},'sFWto':_0x5564(0x7d),'YeRZR':function(_0xdf8d38,_0x1b676c){return _0xdf8d38!==_0x1b676c;},'CmWjq':function(_0x52fc96,_0xdbde18){return _0x52fc96!==_0xdbde18;},'KigRA':_0x5564(0x7e),'gfWaL':function(_0x21eead,_0x2b1205){return _0x21eead===_0x2b1205;},'TFfuQ':'\x20\x20\x201.\x20No\x20internet\x20connection\x20on\x20device/simulator','ykmMC':'\x20\x20\x202.\x20API\x20server\x20(API\x20server)\x20is\x20unreachable','nSsaE':_0x5564(0x7f),'TAqGE':_0x5564(0x80)};try{if(_0x480332[_0x5564(0x81)]('YZDHa',_0x480332['PrxKn']))_0xa87524[_0x5564(0x4f)](_0x480332[_0x5564(0x82)]);else{console['log']('๐Ÿš€\x20[OAUTH]\x20Starting\x20OAuth\x20for\x20platform:\x20'+_0x214b85),console['log'](_0x5564(0x83)+_reactNative[_0x5564(0x84)]['OS']+',\x20Version:\x20'+_reactNative[_0x5564(0x84)][_0x5564(0x85)]);if(_0x480332[_0x5564(0x81)](_0x214b85,_0x480332[_0x5564(0x86)])){if(_0x480332[_0x5564(0x87)]!==_0x480332[_0x5564(0x88)])return console['log'](_0x480332['xEgWA']),_api[_0x5564(0x21)]['BASE_URL']+'/email/authorize?action=verify';else _0x34d2b8['log']('โš ๏ธ\x20[CONNECTIVITY]\x20API\x20server\x20responded\x20with\x20status:\x20'+_0x2ce974['status']);}let _0x1fb944;try{if(_0x480332[_0x5564(0x89)](_0x480332[_0x5564(0x8a)],_0x480332['VqFrl']))return{'success':!![],'message':_0x54ec51[_0x5564(0x54)]||_0x480332[_0x5564(0x8b)]};else _0x1fb944=await(0x0,_api['getUserAuthHeaders'])(),console[_0x5564(0x19)](_0x5564(0x8c));}catch(_0x4b330a){if(_0x480332[_0x5564(0x8d)](_0x480332['rRoSX'],_0x480332['rRoSX']))return console[_0x5564(0x4f)](_0x5564(0x8e)+_0x214b85+_0x5564(0x8f)),console[_0x5564(0x4f)](_0x5564(0x90)),null;else _0x2c10c8[_0x5564(0x5c)]={'success':![],'error':_0x61df08[_0x5564(0x54)],'name':_0x3f46ac['name']},_0x26ee78['error'](_0x480332[_0x5564(0x91)],_0x3c15e6[_0x5564(0x54)]);}const _0x5218b9=_api[_0x5564(0x21)]['BASE_URL']+'/'+_0x214b85+'/authorize';console[_0x5564(0x19)]('๐ŸŒ\x20[OAUTH]\x20Proxy\x20URL:\x20'+_0x5218b9),console[_0x5564(0x19)](_0x5564(0x92));const _0x203a4a={'platform':_0x214b85,'timestamp':new Date()[_0x5564(0x93)]()};console[_0x5564(0x19)](_0x5564(0x94),_0x203a4a);const _0x442932=new AbortController(),_0x9d8363=_0x480332['cRhqu'](setTimeout,()=>{console[_0x5564(0x19)](_0x5564(0x95)+_0x214b85+_0x5564(0x96)),_0x442932[_0x5564(0x97)]();},0x7530),_0xfa25d=await _0x480332['cRhqu'](fetch,_0x5218b9,{'method':'POST','headers':_0x1fb944,'body':JSON[_0x5564(0x98)](_0x203a4a),'signal':_0x442932['signal']});clearTimeout(_0x9d8363),console[_0x5564(0x19)](_0x5564(0x99)+_0xfa25d[_0x5564(0x5d)]+'\x20'+_0xfa25d['statusText']);if(!_0xfa25d['ok']){const _0x565e89=await _0xfa25d['text']();return console[_0x5564(0x4f)](_0x5564(0x9a)+_0x214b85+':\x20'+_0xfa25d[_0x5564(0x5d)]+_0x5564(0x9b)+_0x565e89),null;}const _0x2905b0=await _0xfa25d['json']();console[_0x5564(0x19)](_0x5564(0x9c)+_0x214b85+':',_0x2905b0);const _0x45fe48=_0x214b85+_0x5564(0x9d),_0x5421bb=_0x2905b0[_0x45fe48]||_0x2905b0[_0x5564(0x9e)]||null;return console['log'](_0x5564(0x9f)+_0x214b85+_0x5564(0xa0)+_0x45fe48+'):',_0x5421bb),_0x5421bb;}}catch(_0x2053d9){if(_0x480332[_0x5564(0xa1)](_0x480332[_0x5564(0xa2)],_0x480332[_0x5564(0xa3)])){var _0x4eba24;if(_0x480332[_0x5564(0xa4)](_0x2053d9[_0x5564(0x61)],_0x480332['sFWto']))console[_0x5564(0x4f)](_0x5564(0xa5)+_0x214b85+_0x5564(0xa6));else{if(_0x480332[_0x5564(0xa7)](_0x4eba24=_0x2053d9[_0x5564(0x54)],null)&&_0x480332['CmWjq'](_0x4eba24,void 0x0)&&_0x4eba24[_0x5564(0xa8)](_0x480332['KigRA'])){if(_0x480332[_0x5564(0xa9)](_0x5564(0xaa),_0x5564(0xab)))_0x5a7cb3[_0x5564(0x19)](_0x480332[_0x5564(0xac)]),_0x2f4e13[_0x5564(0x19)](_0x480332[_0x5564(0xad)],_0x494a7e[_0x5564(0x5e)](0x0,0x14)+'...');else{const _0xfa958=_0x5564(0xae)[_0x5564(0xaf)]('|');let _0x131fb4=0x0;while(!![]){switch(_0xfa958[_0x131fb4++]){case'0':console[_0x5564(0x4f)](_0x480332[_0x5564(0xb0)]);continue;case'1':console[_0x5564(0x4f)](_0x5564(0xb1)+_0x214b85+'.\x20Possible\x20causes:');continue;case'2':console['error']('\x20\x20\x204.\x20SSL/TLS\x20certificate\x20issue');continue;case'3':console[_0x5564(0x4f)](_0x480332[_0x5564(0xb2)]);continue;case'4':console[_0x5564(0x4f)](_0x480332['nSsaE']);continue;case'5':console[_0x5564(0x4f)](_0x480332[_0x5564(0xb3)]);continue;}break;}}}else console['error']('โŒ\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20'+_0x214b85+':',_0x2053d9);}return null;}else return _0x5a9310[_0x5564(0x4f)](_0x5564(0x8e)+_0x1112b8+'\x20OAuth'),_0x2c260c[_0x5564(0x4f)](_0x5564(0x90)),null;}};exports[_0x5564(0x6)]=initiateOAuth;const initializeGoogleSignIn=()=>{const _0x41b892={'GnUYa':'https://www.googleapis.com/auth/youtube.readonly','Buxbe':_0x5564(0x75)};_googleSignin['GoogleSignin'][_0x5564(0xb4)]({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x41b892[_0x5564(0xb5)],_0x5564(0xb6),'profile',_0x41b892['Buxbe']],'hostedDomain':'','accountName':''});},forceYouTubeReconnectionWithConsent=async _0x4e6a7e=>{const _0x375aca={'nnaAb':_0x5564(0xb7),'qrOCB':_0x5564(0xb8),'aXchP':_0x5564(0xb9),'oQwzo':function(_0x86f42,_0x270326){return _0x86f42!==_0x270326;},'zJmdR':function(_0x2accb8,_0x59da79){return _0x2accb8!==_0x59da79;},'tkwtm':_0x5564(0x13),'uJnUn':_0x5564(0xba),'PFWMa':function(_0x53b878,_0x568c04){return _0x53b878===_0x568c04;},'zoxyj':_0x5564(0x7d),'foOsP':function(_0x525ffa,_0x156d44){return _0x525ffa!==_0x156d44;},'iDrLG':_0x5564(0xbb),'FOSmi':_0x5564(0x80),'zuRJQ':'\x20\x20\x201.\x20No\x20internet\x20connection\x20on\x20device/simulator','UzdOr':_0x5564(0xbc),'VJKwx':'\x20\x20\x205.\x20iOS\x20simulator\x20network\x20sandbox\x20issue\x20-\x20try\x20on\x20physical\x20device','fCVEX':_0x5564(0xbd),'jWFsC':_0x5564(0xbe),'LRCls':_0x5564(0xbf),'XyhsF':_0x5564(0xc0),'VmDUy':_0x5564(0xc1),'zgqJK':_0x5564(0xc2),'sVCkT':_0x5564(0xc3),'DfUER':'โ„น๏ธ\x20No\x20token\x20cache\x20to\x20clear','RHyBF':'https://www.googleapis.com/auth/youtube.readonly','IkwIi':_0x5564(0xb6),'Ltnok':_0x5564(0xc4),'cRmCX':_0x5564(0x75),'gOdNF':_0x5564(0xc5),'NlZjm':_0x5564(0xc6),'ltLsP':'๐Ÿ“ฑ\x20User\x20should\x20see:\x20\x22Allow\x20[App]\x20to\x20access\x20your\x20YouTube\x20account\x20when\x20you\x27re\x20not\x20using\x20the\x20app?\x22','bPByZ':'โœ…\x20Sign-in\x20completed\x20-\x20checking\x20for\x20refresh\x20token...','EPHPY':'๐Ÿ‘ค\x20User\x20email:','WDykT':function(_0x21a5d4,_0x27d929){return _0x21a5d4===_0x27d929;},'MhjEA':_0x5564(0xc7),'yTzhH':_0x5564(0xc8),'OVKWR':_0x5564(0xc9),'TJuEz':_0x5564(0xca),'iwBYu':_0x5564(0xcb),'dOgZm':_0x5564(0xcc),'yPKox':'Present','nOJGe':function(_0x15d73b,_0x5259f3){return _0x15d73b!==_0x5259f3;},'HdCxf':function(_0x394ea9,_0x361c7f){return _0x394ea9===_0x361c7f;},'CiBoX':function(_0x464b1d,_0x5aa945){return _0x464b1d===_0x5aa945;},'NTiJM':function(_0x4bffd5,_0x40610c){return _0x4bffd5===_0x40610c;},'VTFCC':_0x5564(0xcd),'RbqLQ':_0x5564(0xce),'WDFdm':_0x5564(0xcf),'yLLTv':'Unknown\x20Channel','fcKbm':'xYcNZ','FehvU':_0x5564(0xd0),'CeAiT':function(_0x4c7a22,_0x994c24){return _0x4c7a22>_0x994c24;},'QcZGc':_0x5564(0xd1),'yrMVM':_0x5564(0xd2),'OHvvg':_0x5564(0xd3),'lqdTG':function(_0x229ff3,_0x1070eb){return _0x229ff3===_0x1070eb;},'PmMDh':function(_0x2adc33,_0x1c7457){return _0x2adc33===_0x1c7457;},'TOumP':_0x5564(0xd4),'ojahi':'tcjEi','qSvOX':_0x5564(0xd5),'nzniU':'โš ๏ธ\x20Failed\x20to\x20fetch\x20YouTube\x20channel\x20info:','OvgtE':function(_0x55e6b8,_0xd7531d){return _0x55e6b8===_0xd7531d;},'fICiG':function(_0x12806c,_0x162d05){return _0x12806c===_0x162d05;},'deTUE':function(_0x5abb52,_0x10d8d6){return _0x5abb52===_0x10d8d6;},'VMgQK':function(_0x8db845,_0x3ebb7f){return _0x8db845===_0x3ebb7f;},'TPduH':'lCkyw','tOVvz':_0x5564(0xd6),'OyGDg':function(_0x10973c,_0x400f40){return _0x10973c===_0x400f40;},'SXTEb':function(_0x2e3de8,_0x24be68){return _0x2e3de8===_0x24be68;},'IfVvM':function(_0x229aa4,_0x5799d4){return _0x229aa4===_0x5799d4;},'OTzSB':function(_0x2681c6,_0x40b7c9){return _0x2681c6!==_0x40b7c9;},'CfDxH':'TvAzR','Zwvtf':_0x5564(0xd7),'ewzSn':_0x5564(0xd8),'tsdXZ':_0x5564(0xd9),'rRBvY':function(_0x506876,_0x21c052){return _0x506876===_0x21c052;},'WdHza':function(_0x3ac350,_0x458c00){return _0x3ac350===_0x458c00;},'cjXLU':function(_0x4259ff,_0x2abfc5){return _0x4259ff===_0x2abfc5;},'pAHmq':function(_0x25d3cb,_0x4b4641){return _0x25d3cb===_0x4b4641;},'JEamh':function(_0x2fba4e,_0xd238b0){return _0x2fba4e===_0xd238b0;},'JmVan':function(_0x1c262d,_0x3272dd){return _0x1c262d===_0x3272dd;},'LvwtP':function(_0x7961cf,_0x21833d){return _0x7961cf*_0x21833d;},'ATCoU':_0x5564(0xda),'POFCS':function(_0x2c50c4,_0xb498a){return _0x2c50c4===_0xb498a;},'cCsoh':function(_0x135b26,_0x496f6e){return _0x135b26===_0x496f6e;},'PwLEj':_0x5564(0xdb),'SuhKq':_0x5564(0xdc),'fkuBE':_0x5564(0xdd),'nlpeF':function(_0x21aadd,_0x3fd563){return _0x21aadd===_0x3fd563;},'oUdGe':function(_0x39a553,_0xb59d91,_0x315f91){return _0x39a553(_0xb59d91,_0x315f91);},'eBEOW':function(_0x54ce0a,_0x150c53){return _0x54ce0a&&_0x150c53;},'OEryw':_0x5564(0xde),'VypwN':_0x5564(0xdf),'FJrZv':'โœ…\x20[YOUTUBE\x20REAUTH]\x20Backend\x20Response\x20SUCCESS:','CCHnE':function(_0x3f734d,_0x33d97a){return _0x3f734d===_0x33d97a;},'GVaQv':function(_0x4e5403,_0x4b959d){return _0x4e5403===_0x4b959d;},'lQqlu':function(_0x13433e,_0x20be36){return _0x13433e===_0x20be36;},'GBKHK':function(_0x309365,_0x21e33c){return _0x309365===_0x21e33c;},'LsgKw':function(_0x36603f,_0x46c159){return _0x36603f===_0x46c159;},'NNeJJ':function(_0x943a27,_0x9fd312){return _0x943a27===_0x9fd312;},'RgMzk':_0x5564(0xe0),'GQqMd':_0x5564(0xe1),'TGXey':'โœ…\x20[YOUTUBE\x20REAUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','mboEt':_0x5564(0xe2),'SRACV':_0x5564(0xe3),'nKGfr':'๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Mode:\x20Temporary\x20(expires\x20~1\x20hour)','brmth':_0x5564(0xe4),'RWOTG':_0x5564(0xe5),'lCBKx':'๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Full\x20refresh\x20token:','XWLPi':_0x5564(0xe6),'Wxssz':_0x5564(0xe7),'fazFI':_0x5564(0xe8),'rkSIy':_0x5564(0xe9),'LJyMJ':_0x5564(0xea),'rFRYd':'โœ…\x20[YOUTUBE\x20REAUTH]\x20Backend\x20CONFIRMED\x20refresh\x20token\x20received','PtQDw':_0x5564(0xeb),'RrFxT':'โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Response\x20data:','TJzVI':_0x5564(0xec),'MfwrN':_0x5564(0xed),'syEQC':function(_0x2e3ffd,_0x4623e2,_0x20d987){return _0x2e3ffd(_0x4623e2,_0x20d987);},'LGatd':_0x5564(0xee),'augab':_0x5564(0xef),'vsgGX':_0x5564(0xf0),'wBKNR':_0x5564(0xf1),'TIYEg':_0x5564(0xf2),'PFdlO':_0x5564(0xf3),'Isocx':_0x5564(0xf4),'RDoXd':_0x5564(0xf5),'UNiTv':_0x5564(0xf6),'kcWMO':_0x5564(0xf7),'SEcDn':_0x5564(0xf8),'SKrCI':_0x5564(0x70),'cZYqp':function(_0x52727e,_0x3a0e32){return _0x52727e===_0x3a0e32;},'ZVprV':'ZENRD','Mpisf':_0x5564(0xf9),'TYBFX':_0x5564(0xfa)};try{var _0x202815,_0x545b,_0x229cb8;console[_0x5564(0x19)](_0x375aca[_0x5564(0xfb)]),console[_0x5564(0x19)](_0x375aca[_0x5564(0xfc)],_0x4e6a7e);try{if(_0x375aca[_0x5564(0xfd)]!==_0x5564(0xfe))await _googleSignin['GoogleSignin']['signOut'](),console[_0x5564(0x19)](_0x375aca[_0x5564(0xff)]);else return _0x4c787d[_0x5564(0x4f)](_0x5564(0x100),_0x4d5599),_0x1f4d30[_0x5564(0x19)](_0x375aca[_0x5564(0x101)]),{'access_token':_0x3e8aac+_0x5564(0x102)+_0x13b156[_0x5564(0x103)]()['toString'](0x24)[_0x5564(0x5e)](0x7),'refresh_token':_0x2fa5d0+_0x5564(0x104)+_0x52b2c5[_0x5564(0x103)]()[_0x5564(0x105)](0x24)[_0x5564(0x5e)](0x7),'expires_in':0xe10};}catch(_0x19a89f){console[_0x5564(0x19)](_0x375aca[_0x5564(0x106)],_0x19a89f);}try{const _0x3467d8=await _googleSignin[_0x5564(0x107)]['getTokens']();_0x3467d8[_0x5564(0x108)]&&(await _googleSignin[_0x5564(0x107)][_0x5564(0x109)](_0x3467d8[_0x5564(0x108)]),console[_0x5564(0x19)](_0x5564(0x10a)));}catch(_0x364387){_0x375aca[_0x5564(0x10b)]===_0x375aca[_0x5564(0x10b)]?console[_0x5564(0x19)](_0x375aca['DfUER']):(_0xf1d56f=_0x14259b['items'][0x0][_0x5564(0x10c)][_0x5564(0x10d)],_0x2710bf=_0x2f6c28['items'][0x0]['id'],_0x4163b6[_0x5564(0x19)](_0x375aca['qrOCB'],_0x570120,_0x375aca[_0x5564(0x10e)],_0x5eade9));}console['log'](_0x5564(0x10f)),_googleSignin['GoogleSignin'][_0x5564(0xb4)]({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x375aca[_0x5564(0x110)],_0x375aca[_0x5564(0x111)],_0x375aca[_0x5564(0x112)],_0x375aca[_0x5564(0x113)]],'hostedDomain':'','accountName':''}),await _googleSignin[_0x5564(0x107)]['hasPlayServices'](),console[_0x5564(0x19)](_0x375aca[_0x5564(0x114)]),console[_0x5564(0x19)](_0x375aca['NlZjm']),console[_0x5564(0x19)](_0x375aca[_0x5564(0x115)]);const _0x246cbb=await _googleSignin['GoogleSignin'][_0x5564(0x116)]();console[_0x5564(0x19)](_0x375aca['bPByZ']),console['log'](_0x375aca[_0x5564(0x117)],_0x375aca[_0x5564(0x118)](_0x202815=_0x246cbb['data'],null)||_0x375aca[_0x5564(0x119)](_0x202815,void 0x0)||(_0x202815=_0x202815[_0x5564(0x6c)])===null||_0x202815===void 0x0?void 0x0:_0x202815['email']);const _0x530539=await _googleSignin[_0x5564(0x107)][_0x5564(0x11a)](),_0x336c7e=await _googleSignin[_0x5564(0x107)][_0x5564(0x11b)]();console[_0x5564(0x19)](_0x375aca[_0x5564(0x11c)]),console[_0x5564(0x19)](JSON[_0x5564(0x98)](_0x246cbb,null,0x2)),console['log'](_0x375aca[_0x5564(0x11d)]),console[_0x5564(0x19)](JSON[_0x5564(0x98)](_0x530539,null,0x2)),console[_0x5564(0x19)](_0x375aca[_0x5564(0x11e)]),console[_0x5564(0x19)](JSON[_0x5564(0x98)](_0x336c7e,null,0x2)),console['log'](_0x5564(0x11f)),console[_0x5564(0x19)](_0x375aca[_0x5564(0x120)],_0x530539[_0x5564(0x108)]?_0x530539[_0x5564(0x108)][_0x5564(0x5e)](0x0,0x14)+_0x5564(0x121):_0x375aca[_0x5564(0x122)]),console['log'](_0x375aca[_0x5564(0x123)],_0x530539['idToken']?_0x375aca['yPKox']:_0x375aca[_0x5564(0x122)]),console[_0x5564(0x19)](_0x5564(0x124),_0x375aca['oQwzo'](_0x545b=_0x246cbb[_0x5564(0x6a)],null)&&_0x375aca['nOJGe'](_0x545b,void 0x0)&&_0x545b['serverAuthCode']?_0x246cbb[_0x5564(0x6a)][_0x5564(0xea)]['substring'](0x0,0x14)+_0x5564(0x121):_0x375aca[_0x5564(0x122)]),console[_0x5564(0x19)](_0x5564(0x125),_0x336c7e!==null&&_0x375aca[_0x5564(0x126)](_0x336c7e,void 0x0)&&_0x336c7e[_0x5564(0xea)]?_0x336c7e[_0x5564(0xea)][_0x5564(0x5e)](0x0,0x14)+_0x5564(0x121):_0x375aca[_0x5564(0x122)]);const _0x273642=(_0x375aca[_0x5564(0x119)](_0x229cb8=_0x246cbb[_0x5564(0x6a)],null)||_0x375aca[_0x5564(0x127)](_0x229cb8,void 0x0)?void 0x0:_0x229cb8[_0x5564(0xea)])||(_0x375aca[_0x5564(0x128)](_0x336c7e,null)||_0x375aca[_0x5564(0x129)](_0x336c7e,void 0x0)?void 0x0:_0x336c7e[_0x5564(0xea)]);if(_0x273642){var _0x266679,_0x53a32b,_0x51ccb6,_0x56ac36,_0x517f06,_0x3505a9;console[_0x5564(0x19)](_0x375aca[_0x5564(0x12a)]),console[_0x5564(0x19)](_0x375aca['RbqLQ'],_0x273642[_0x5564(0x12b)]('4/')?_0x5564(0xea):_0x375aca['WDFdm']),console[_0x5564(0x19)](_0x5564(0x12c),_0x273642[_0x5564(0x5e)](0x0,0x14)+_0x5564(0x121));let _0x33638c=_0x375aca[_0x5564(0x12d)],_0x368227=null;try{if(_0x375aca[_0x5564(0x12e)]!==_0x5564(0x12f)){console[_0x5564(0x19)](_0x5564(0x130));const _0x427e13=await fetch(_0x375aca[_0x5564(0x131)],{'headers':{'Authorization':_0x5564(0x1d)+_0x530539[_0x5564(0x108)],'Accept':'application/json'}});if(_0x427e13['ok']){const _0x5249bc=await _0x427e13[_0x5564(0x132)]();if(_0x5249bc['items']&&_0x375aca[_0x5564(0x133)](_0x5249bc[_0x5564(0x134)][_0x5564(0x135)],0x0)){if(_0x375aca['CiBoX'](_0x375aca['QcZGc'],_0x375aca[_0x5564(0x136)])){if(!(0x0,_0x4f8470[_0x5564(0x137)])())throw new _0x326c4d('SDK\x20not\x20initialized.\x20Developers\x20must\x20call\x20initializeApiKey()\x20before\x20using\x20auth\x20features.');const _0x4b3600=(0x0,_0x596e1a[_0x5564(0x138)])();if(!(_0x375aca['oQwzo'](_0x4b3600,null)&&_0x375aca[_0x5564(0x139)](_0x4b3600,void 0x0)&&_0x4b3600[_0x5564(0x17)]))throw new _0x4f7b4e(_0x5564(0x12));return{...(0x0,_0x1c5592[_0x5564(0x1c)])(),'Authorization':_0x5564(0x1d)+_0x4b3600[_0x5564(0x17)],'X-SDK-Version':_0x375aca['tkwtm'],'X-SDK-Platform':'react-native'};}else _0x33638c=_0x5249bc[_0x5564(0x134)][0x0][_0x5564(0x10c)][_0x5564(0x10d)],_0x368227=_0x5249bc[_0x5564(0x134)][0x0]['id'],console[_0x5564(0x19)](_0x375aca[_0x5564(0x13a)],_0x33638c,_0x5564(0xb9),_0x368227);}else{var _0x17cf34,_0x3ac609;console[_0x5564(0x19)](_0x375aca[_0x5564(0x13b)]),_0x33638c=((_0x17cf34=_0x246cbb['data'])===null||_0x375aca['lqdTG'](_0x17cf34,void 0x0)||(_0x17cf34=_0x17cf34[_0x5564(0x6c)])===null||_0x17cf34===void 0x0?void 0x0:_0x17cf34[_0x5564(0x61)])||(_0x375aca[_0x5564(0x119)](_0x3ac609=_0x246cbb[_0x5564(0x6a)],null)||_0x375aca[_0x5564(0x129)](_0x3ac609,void 0x0)||(_0x3ac609=_0x3ac609[_0x5564(0x6c)])===null||_0x375aca[_0x5564(0x13c)](_0x3ac609,void 0x0)?void 0x0:_0x3ac609[_0x5564(0x75)])||_0x375aca[_0x5564(0x13d)];}}else{if(_0x375aca[_0x5564(0x139)](_0x375aca['ojahi'],_0x375aca[_0x5564(0x13e)])){var _0x17271b,_0x1a18bc;console[_0x5564(0x19)](_0x375aca[_0x5564(0x13f)],_0x427e13[_0x5564(0x5d)]),_0x33638c=(_0x375aca[_0x5564(0x129)](_0x17271b=_0x246cbb[_0x5564(0x6a)],null)||_0x375aca[_0x5564(0x127)](_0x17271b,void 0x0)||_0x375aca[_0x5564(0x140)](_0x17271b=_0x17271b['user'],null)||_0x375aca[_0x5564(0x127)](_0x17271b,void 0x0)?void 0x0:_0x17271b['name'])||(_0x375aca['fICiG'](_0x1a18bc=_0x246cbb['data'],null)||_0x1a18bc===void 0x0||_0x375aca[_0x5564(0x141)](_0x1a18bc=_0x1a18bc[_0x5564(0x6c)],null)||_0x375aca[_0x5564(0x142)](_0x1a18bc,void 0x0)?void 0x0:_0x1a18bc[_0x5564(0x75)])||_0x5564(0x143);}else _0x5a962f[_0x5564(0x19)](_0x375aca[_0x5564(0x144)]);}}else _0x41f145[_0x5564(0x4f)](_0x5564(0x145),_0x4e1602);}catch(_0x4903e0){if(_0x375aca[_0x5564(0x146)]!==_0x375aca[_0x5564(0x146)]){var _0x1a3b05;if(_0x375aca[_0x5564(0x119)](_0xd64e11[_0x5564(0x61)],_0x375aca[_0x5564(0x147)]))_0x2713ff[_0x5564(0x4f)]('โŒ\x20[OAUTH]\x20Request\x20timeout\x20for\x20'+_0x853a60+'\x20-\x20the\x20server\x20took\x20too\x20long\x20to\x20respond');else{if(_0x375aca[_0x5564(0x148)](_0x1a3b05=_0x13b026[_0x5564(0x54)],null)&&_0x1a3b05!==void 0x0&&_0x1a3b05[_0x5564(0xa8)](_0x5564(0x7e))){const _0xaa974f=_0x5564(0x149)[_0x5564(0xaf)]('|');let _0x49d890=0x0;while(!![]){switch(_0xaa974f[_0x49d890++]){case'0':_0x5edf49[_0x5564(0x4f)](_0x5564(0xb1)+_0x5aae60+_0x5564(0x14a));continue;case'1':_0x5330ac[_0x5564(0x4f)](_0x375aca[_0x5564(0x14b)]);continue;case'2':_0x10b2c8[_0x5564(0x4f)](_0x375aca['FOSmi']);continue;case'3':_0x392601[_0x5564(0x4f)](_0x375aca[_0x5564(0x14c)]);continue;case'4':_0xf51e74['error'](_0x375aca[_0x5564(0x14d)]);continue;case'5':_0x3aeb95['error'](_0x375aca[_0x5564(0x14e)]);continue;}break;}}else _0x2f51ca[_0x5564(0x4f)]('โŒ\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20'+_0x24bcf1+':',_0x2d3145);}return null;}else{var _0x4eae46,_0x5c403d;console[_0x5564(0x19)](_0x375aca[_0x5564(0x14f)],_0x4903e0),_0x33638c=(_0x375aca[_0x5564(0x150)](_0x4eae46=_0x246cbb[_0x5564(0x6a)],null)||_0x4eae46===void 0x0||_0x375aca[_0x5564(0x127)](_0x4eae46=_0x4eae46[_0x5564(0x6c)],null)||_0x375aca['OyGDg'](_0x4eae46,void 0x0)?void 0x0:_0x4eae46[_0x5564(0x61)])||((_0x5c403d=_0x246cbb[_0x5564(0x6a)])===null||_0x375aca[_0x5564(0x151)](_0x5c403d,void 0x0)||_0x375aca[_0x5564(0x152)](_0x5c403d=_0x5c403d['user'],null)||_0x375aca[_0x5564(0x141)](_0x5c403d,void 0x0)?void 0x0:_0x5c403d[_0x5564(0x75)])||_0x375aca[_0x5564(0x12d)];}}let _0x170309=await(0x0,_jwtStorageService[_0x5564(0x153)])();if(!_0x170309||_0x170309[_0x5564(0x154)]()[_0x5564(0x135)]<0x14){if(_0x375aca[_0x5564(0x155)](_0x375aca[_0x5564(0x156)],_0x5564(0x157))){_0x1da883[_0x5564(0x4f)]('Error\x20exchanging\x20code\x20for\x20token:\x20'+_0x3045cd['status']);throw new _0x2ed877(_0x5564(0x158)+_0xcc5cc[_0x5564(0x5d)]);}else console[_0x5564(0x19)](_0x375aca[_0x5564(0x159)]),_0x170309=_0x375aca[_0x5564(0x15a)];}const _0x380a77={'session':{'username':_0x4e6a7e,'platform':_0x375aca[_0x5564(0x15b)],'timestamp':new Date()[_0x5564(0x93)](),'channelName':_0x33638c,'channelId':_0x368227,'forceConsent':!![]},'googleUser':_0x375aca[_0x5564(0x15c)](_0x266679=_0x246cbb[_0x5564(0x6a)],null)||_0x375aca['rRBvY'](_0x266679,void 0x0)?void 0x0:_0x266679['user'],'accessToken':_0x530539[_0x5564(0x108)],'idToken':_0x530539[_0x5564(0x15d)],'refreshToken':_0x273642,'serverAuthCode':_0x273642,'refresh_token':_0x273642,'server_auth_code':_0x273642,'authCode':_0x273642,'userAccountInfo':{'username':_0x4e6a7e,'email':_0x375aca[_0x5564(0x15e)](_0x53a32b=_0x246cbb[_0x5564(0x6a)],null)||_0x53a32b===void 0x0||_0x375aca['VMgQK'](_0x53a32b=_0x53a32b[_0x5564(0x6c)],null)||_0x375aca[_0x5564(0x15f)](_0x53a32b,void 0x0)?void 0x0:_0x53a32b[_0x5564(0x75)],'authToken':_0x170309,'channelName':_0x33638c,'channelId':_0x368227,'userIdentifier':_0x170309?'user-'+_0x170309[_0x5564(0x5e)](0x0,0xa):_0x5564(0x160)+(_0x375aca[_0x5564(0x129)](_0x51ccb6=_0x246cbb[_0x5564(0x6a)],null)||_0x375aca[_0x5564(0x161)](_0x51ccb6,void 0x0)||_0x375aca['JEamh'](_0x51ccb6=_0x51ccb6[_0x5564(0x6c)],null)||_0x375aca['JmVan'](_0x51ccb6,void 0x0)?void 0x0:_0x51ccb6[_0x5564(0x75)]),'googleId':(_0x56ac36=_0x246cbb[_0x5564(0x6a)])===null||_0x56ac36===void 0x0||_0x375aca[_0x5564(0x162)](_0x56ac36=_0x56ac36[_0x5564(0x6c)],null)||_0x375aca[_0x5564(0x13c)](_0x56ac36,void 0x0)?void 0x0:_0x56ac36['id'],'refreshToken':_0x273642,'serverAuthCode':_0x273642},'tokenExpiry':new Date(Date[_0x5564(0x163)]()+_0x375aca['LvwtP'](0xe10,0x3e8))['toISOString'](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!![],'refreshTokenType':_0x273642['startsWith']('4/')?'serverAuthCode':_0x375aca['WDFdm'],'configuredForRefresh':!![],'forcedConsent':!![],'consentMethod':_0x375aca['ATCoU'],'refreshTokenValue':_0x273642}};console['log'](_0x5564(0x164),{'hasAccessToken':!!_0x380a77[_0x5564(0x108)],'hasRefreshToken':!!_0x380a77[_0x5564(0xcf)],'hasServerAuthCode':!!_0x380a77[_0x5564(0xea)],'refreshTokenType':_0x380a77[_0x5564(0x165)][_0x5564(0x166)],'userEmail':_0x375aca['POFCS'](_0x517f06=_0x246cbb[_0x5564(0x6a)],null)||_0x517f06===void 0x0||_0x375aca[_0x5564(0x167)](_0x517f06=_0x517f06[_0x5564(0x6c)],null)||_0x375aca['OvgtE'](_0x517f06,void 0x0)?void 0x0:_0x517f06[_0x5564(0x75)],'forcedConsent':!![]}),console['log'](_0x5564(0x168)),console[_0x5564(0x19)](_0x5564(0x169)),console[_0x5564(0x19)]('\uD83D\uDE80 [YOUTUBE REAUTH] Method: POST'),console[_0x5564(0x19)](_0x375aca[_0x5564(0x16a)],{'Content-Type':'application/json','Authorization':_0x170309?_0x170309['substring'](0x0,0x14)+_0x5564(0x121):_0x375aca[_0x5564(0x16b)]}),console['log'](_0x375aca['fkuBE'],{'hasAccessToken':!!_0x380a77[_0x5564(0x108)],'hasRefreshToken':!!_0x380a77['refreshToken'],'hasServerAuthCode':!!_0x380a77['serverAuthCode'],'refreshTokenType':_0x380a77[_0x5564(0x165)][_0x5564(0x166)],'userEmail':_0x375aca[_0x5564(0x16c)](_0x3505a9=_0x246cbb[_0x5564(0x6a)],null)||_0x375aca[_0x5564(0x152)](_0x3505a9,void 0x0)||(_0x3505a9=_0x3505a9[_0x5564(0x6c)])===null||_0x3505a9===void 0x0?void 0x0:_0x3505a9['email'],'channelName':_0x33638c,'forcedConsent':!![],'requestRefreshToken':!![]}),console[_0x5564(0x19)]('๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20FULL\x20PAYLOAD:',JSON['stringify'](_0x380a77,null,0x2));const _0x273530=await _0x375aca['oUdGe'](fetch,_api['API_CONFIG']['BASE_URL']+_0x5564(0x16d),{'method':'POST','headers':{'Content-Type':'application/json',..._0x375aca[_0x5564(0x16e)](_0x170309,{'Authorization':_0x170309})},'body':JSON[_0x5564(0x98)](_0x380a77)});console[_0x5564(0x19)](_0x375aca[_0x5564(0x16f)],_0x273530[_0x5564(0x5d)]),console[_0x5564(0x19)](_0x375aca[_0x5564(0x170)],_0x273530[_0x5564(0x171)]),console[_0x5564(0x19)]('๐Ÿ“ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Headers:',_0x273530[_0x5564(0x172)]);if(_0x273530['ok']){var _0x38e1b2,_0x590187;const _0xcb8f50=await _0x273530['json']();console[_0x5564(0x19)](_0x375aca[_0x5564(0x173)],JSON['stringify'](_0xcb8f50,null,0x2));const _0x2e8572=(_0x375aca[_0x5564(0x174)](_0x38e1b2=_0xcb8f50[_0x5564(0x175)],null)||_0x375aca[_0x5564(0x176)](_0x38e1b2,void 0x0)?void 0x0:_0x38e1b2[_0x5564(0x177)])===!![]||_0x375aca[_0x5564(0x178)](_0x375aca[_0x5564(0x179)](_0x590187=_0xcb8f50[_0x5564(0x17a)],null)||_0x375aca[_0x5564(0x17b)](_0x590187,void 0x0)?void 0x0:_0x590187[_0x5564(0x17c)],!![])||_0x375aca[_0x5564(0x17d)](_0xcb8f50[_0x5564(0x177)],!![])||_0xcb8f50['message']&&_0xcb8f50['message'][_0x5564(0xa8)]('temporary\x20access\x20token\x20mode');if(_0x2e8572){const _0x5524f6='3|1|2|4|6|5|0'[_0x5564(0xaf)]('|');let _0x27bc31=0x0;while(!![]){switch(_0x5524f6[_0x27bc31++]){case'0':console[_0x5564(0x19)](_0x375aca[_0x5564(0x17e)],_0x273642?_0x375aca[_0x5564(0x17f)]:'No');continue;case'1':console['log'](_0x375aca[_0x5564(0x180)]);continue;case'2':console[_0x5564(0x19)](_0x375aca['mboEt']);continue;case'3':console[_0x5564(0x19)](_0x5564(0x181));continue;case'4':console[_0x5564(0x19)](_0x375aca['SRACV']);continue;case'5':console[_0x5564(0x19)](_0x5564(0x182));continue;case'6':console[_0x5564(0x19)](_0x375aca['nKGfr']);continue;}break;}}else{if(_0xcb8f50['hasRefreshToken']||_0xcb8f50['refreshTokenReceived']){if(_0x375aca[_0x5564(0x118)](_0x375aca['brmth'],'KJVfE'))return _0x1bd2dc[_0x5564(0x4f)](_0x5564(0x183)),![];else{const _0x18492d=_0x375aca[_0x5564(0x184)][_0x5564(0xaf)]('|');let _0x4ba2d2=0x0;while(!![]){switch(_0x18492d[_0x4ba2d2++]){case'0':console[_0x5564(0x19)](_0x375aca[_0x5564(0x185)],_0x273642);continue;case'1':console[_0x5564(0x19)](_0x375aca[_0x5564(0x186)],_0x273642[_0x5564(0x135)]);continue;case'2':console[_0x5564(0x19)](_0x375aca[_0x5564(0x187)]);continue;case'3':console[_0x5564(0x19)]('๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20REFRESH\x20TOKEN\x20SENT\x20TO\x20BACKEND:');continue;case'4':console[_0x5564(0x19)](_0x375aca[_0x5564(0x188)],_0xcb8f50[_0x5564(0x189)]);continue;case'5':console[_0x5564(0x19)](_0x375aca['rkSIy'],_0x273642[_0x5564(0x12b)]('4/')?_0x375aca['LJyMJ']:_0x375aca['WDFdm']);continue;case'6':console['log'](_0x375aca[_0x5564(0x18a)]);continue;}break;}}}else return console['warn'](_0x375aca[_0x5564(0x18b)]),console[_0x5564(0x18c)](_0x375aca['RrFxT'],_0xcb8f50),console[_0x5564(0x18c)](_0x375aca['TJzVI']),![];}console[_0x5564(0x19)](_0x375aca[_0x5564(0x18d)]);try{await _0x375aca['syEQC'](triggerTrainingRestart,_0x4e6a7e,_0x170309),console[_0x5564(0x19)](_0x375aca[_0x5564(0x18e)]);}catch(_0x306aef){console['warn'](_0x375aca[_0x5564(0x18f)],_0x306aef),console[_0x5564(0x18c)](_0x5564(0x190));}return!![];}else{const _0x405d5a=await _0x273530['text']();return console[_0x5564(0x4f)](_0x375aca[_0x5564(0x191)],_0x273530['status'],_0x405d5a),console['error'](_0x375aca[_0x5564(0x192)]),![];}}else{const _0x4f66ee='5|6|1|0|4|3|2'[_0x5564(0xaf)]('|');let _0x17b26d=0x0;while(!![]){switch(_0x4f66ee[_0x17b26d++]){case'0':console['error'](_0x375aca[_0x5564(0x193)]);continue;case'1':console[_0x5564(0x4f)](_0x375aca[_0x5564(0x194)]);continue;case'2':return![];case'3':console[_0x5564(0x4f)](_0x375aca[_0x5564(0x195)]);continue;case'4':console[_0x5564(0x4f)](_0x375aca[_0x5564(0x196)]);continue;case'5':console['error']('โŒ\x20CRITICAL:\x20No\x20refresh\x20token\x20even\x20after\x20consent\x20screen');continue;case'6':console['error'](_0x375aca[_0x5564(0x197)]);continue;}break;}}}catch(_0x3686de){console[_0x5564(0x4f)](_0x375aca[_0x5564(0x198)],_0x3686de);if(_0x375aca[_0x5564(0x15e)](_0x3686de[_0x5564(0x20)],_googleSignin[_0x5564(0x199)][_0x5564(0x19a)]))console['error'](_0x5564(0x19b)),console[_0x5564(0x4f)](_0x375aca[_0x5564(0x19c)]);else{if(_0x3686de['code']===_googleSignin[_0x5564(0x199)]['IN_PROGRESS'])console[_0x5564(0x4f)](_0x375aca[_0x5564(0x19d)]);else _0x375aca[_0x5564(0x17b)](_0x3686de[_0x5564(0x20)],_googleSignin['statusCodes'][_0x5564(0x19e)])&&(_0x375aca['cZYqp'](_0x375aca[_0x5564(0x19f)],_0x375aca[_0x5564(0x1a0)])?_0x33c0aa['log'](_0x375aca['fCVEX'],_0x5f5bcb[_0x5564(0x166)]):console[_0x5564(0x4f)](_0x375aca[_0x5564(0x1a1)]));}return![];}};exports[_0x5564(0xb)]=forceYouTubeReconnectionWithConsent;const forceYouTubeReconnectionWithRevoke=async _0xa3aae8=>{const _0x891be9={'SPHFF':'auth/callback','ZUcNg':_0x5564(0x1a2),'kRdjM':_0x5564(0x1a3),'bhzxo':_0x5564(0x12c),'huzZl':'error','rxTkL':_0x5564(0x1a4),'XJYSz':function(_0xe53af5,_0x3091ad){return _0xe53af5===_0x3091ad;},'bhYXs':_0x5564(0x1a5),'FsiVs':function(_0x295b4e,_0x2bbd55){return _0x295b4e===_0x2bbd55;},'ENkpa':'XCFOg','mxcsd':_0x5564(0x37),'IpaiR':_0x5564(0x1a6),'aQQJk':'๐Ÿ”\x20Signing\x20in\x20after\x20revoke\x20-\x20consent\x20screen\x20MUST\x20appear...','nzsCS':function(_0x9447bd,_0x1238f8){return _0x9447bd===_0x1238f8;},'RFnSI':function(_0x1714ab,_0x1e77c5){return _0x1714ab!==_0x1e77c5;},'FSMRn':_0x5564(0x1a7),'ifnja':_0x5564(0x1a8),'UhqOH':_0x5564(0x1a9),'mgFlQ':'โŒ\x20Error\x20with\x20revoke\x20method:'};try{var _0x2f8d57;console[_0x5564(0x19)](_0x891be9[_0x5564(0x1aa)]),console[_0x5564(0x19)](_0x5564(0xbf),_0xa3aae8),initializeGoogleSignIn(),await _googleSignin[_0x5564(0x107)][_0x5564(0x1ab)]();try{if(_0x891be9[_0x5564(0x1ac)](_0x5564(0x1ad),_0x891be9[_0x5564(0x1ae)]))return _0x206c77[_0x5564(0xa8)](_0x891be9['SPHFF'])||_0x16b4d0['includes'](_0x891be9[_0x5564(0x1af)]);else await _googleSignin[_0x5564(0x107)]['revokeAccess'](),console[_0x5564(0x19)](_0x5564(0x1b0));}catch(_0x3d95b0){_0x891be9['FsiVs'](_0x891be9[_0x5564(0x1b1)],_0x5564(0x1b2))?console['log'](_0x891be9[_0x5564(0x1b3)],_0x3d95b0):(_0x17e5a0=_0x34cea7[_0x5564(0x6a)][_0x5564(0xea)],_0x3e79f0[_0x5564(0x19)](_0x891be9['kRdjM']),_0x5825c3['log'](_0x891be9[_0x5564(0x1b4)],_0x1e8872[_0x5564(0x5e)](0x0,0x14)+_0x5564(0x121)));}await _googleSignin[_0x5564(0x107)][_0x5564(0x1b5)](),console['log'](_0x891be9['IpaiR']),console[_0x5564(0x19)](_0x891be9['aQQJk']);const _0x3622c3=await _googleSignin[_0x5564(0x107)][_0x5564(0x116)](),_0x50a7ba=await _googleSignin[_0x5564(0x107)]['getTokens'](),_0x110af0=await _googleSignin['GoogleSignin']['getCurrentUser'](),_0x34b49b=(_0x891be9[_0x5564(0x1b6)](_0x2f8d57=_0x3622c3['data'],null)||_0x891be9[_0x5564(0x1b7)](_0x2f8d57,void 0x0)?void 0x0:_0x2f8d57['serverAuthCode'])||(_0x110af0===null||_0x110af0===void 0x0?void 0x0:_0x110af0[_0x5564(0xea)]);return _0x34b49b?(console[_0x5564(0x19)](_0x5564(0x1b8)),console[_0x5564(0x19)](_0x891be9[_0x5564(0x1b4)],_0x34b49b[_0x5564(0x5e)](0x0,0x14)+_0x5564(0x121)),!![]):_0x891be9[_0x5564(0x1b9)](_0x891be9[_0x5564(0x1ba)],_0x891be9[_0x5564(0x1bb)])?(console[_0x5564(0x4f)](_0x891be9[_0x5564(0x1bc)]),![]):(_0xf669ad[_0x5564(0x4f)](_0x5564(0x1bd),_0x4ce888),{'hasRefreshToken':![],'refreshTokenType':_0x891be9[_0x5564(0x1be)]});}catch(_0x1481ec){return console[_0x5564(0x4f)](_0x891be9[_0x5564(0x1bf)],_0x1481ec),![];}};exports['forceYouTubeReconnectionWithRevoke']=forceYouTubeReconnectionWithRevoke;const fixUserYouTubeConnection=async _0x45e213=>{const _0x87c34f={'dbvbx':function(_0x40a2bb,_0x32e53a){return _0x40a2bb(_0x32e53a);},'BpPdI':_0x5564(0x1c0),'Iakat':function(_0x3a17e6,_0xc4a9fe){return _0x3a17e6(_0xc4a9fe);}};console[_0x5564(0x19)](_0x5564(0x1c1)+_0x45e213),console[_0x5564(0x19)]('๐Ÿ”„\x20Method\x201:\x20Trying\x20forced\x20consent\x20via\x20configuration...');let _0x588273=await _0x87c34f[_0x5564(0x1c2)](forceYouTubeReconnectionWithConsent,_0x45e213);if(_0x588273)return console[_0x5564(0x19)]('โœ…\x20'+_0x45e213+_0x5564(0x1c3)),!![];console[_0x5564(0x19)](_0x87c34f[_0x5564(0x1c4)]),_0x588273=await _0x87c34f[_0x5564(0x1c5)](forceYouTubeReconnectionWithRevoke,_0x45e213);if(_0x588273)return console['log']('โœ…\x20'+_0x45e213+_0x5564(0x1c6)),!![];return console[_0x5564(0x4f)](_0x5564(0x1c7)+_0x45e213+_0x5564(0x1c8)),![];};exports[_0x5564(0xc)]=fixUserYouTubeConnection;const refreshGoogleTokens=async()=>{const _0x1bb0ff={'fleco':_0x5564(0x1c9),'WwKQL':function(_0x1e7437,_0x50c4f3,_0x4f3b21){return _0x1e7437(_0x50c4f3,_0x4f3b21);},'yAhGw':_0x5564(0x36),'kuOXa':function(_0x3d02b8,_0x486c8a){return _0x3d02b8(_0x486c8a);},'HVDDI':_0x5564(0x1ca),'sLiSq':'๐Ÿ”„\x20Attempting\x20to\x20refresh\x20Google\x20tokens...','meoiz':_0x5564(0x1cb),'xHgju':'โŒ\x20Failed\x20to\x20refresh\x20Google\x20tokens:','KQCxl':function(_0x4fd977,_0x28a553){return _0x4fd977!==_0x28a553;},'AWATF':_0x5564(0x1cc),'FusBL':_0x5564(0x1cd),'CYHUO':function(_0x178c15,_0x487238){return _0x178c15===_0x487238;},'YyyTX':_0x5564(0x1ce),'ivmEG':_0x5564(0x1cf)};try{console[_0x5564(0x19)](_0x1bb0ff['sLiSq']);const _0x5697aa=await _googleSignin[_0x5564(0x107)][_0x5564(0x11b)]();if(!_0x5697aa)return console[_0x5564(0x19)](_0x5564(0x1d0)),null;const _0x9ad0da=await _googleSignin[_0x5564(0x107)]['getTokens']();return console[_0x5564(0x19)](_0x1bb0ff[_0x5564(0x1d1)]),{'accessToken':_0x9ad0da[_0x5564(0x108)],'idToken':_0x9ad0da['idToken']};}catch(_0x3bf72c){console[_0x5564(0x4f)](_0x1bb0ff['xHgju'],_0x3bf72c);try{if(_0x1bb0ff[_0x5564(0x1d2)](_0x1bb0ff[_0x5564(0x1d3)],_0x1bb0ff[_0x5564(0x1d3)]))return _0x2f8aae[_0x5564(0x4f)](_0x1bb0ff['fleco'],_0xf028c3),null;else{console['log'](_0x1bb0ff['FusBL']);const _0x5fd9aa=await _googleSignin[_0x5564(0x107)][_0x5564(0x116)](),_0x1421c3=await _googleSignin[_0x5564(0x107)][_0x5564(0x11a)]();return console[_0x5564(0x19)](_0x5564(0x1d4)),{'accessToken':_0x1421c3[_0x5564(0x108)],'idToken':_0x1421c3[_0x5564(0x15d)]};}}catch(_0x2f1626){if(_0x1bb0ff[_0x5564(0x1d5)](_0x1bb0ff[_0x5564(0x1d6)],_0x1bb0ff[_0x5564(0x1d7)])){const _0x270534={'jKddd':_0x1bb0ff[_0x5564(0x1d8)],'USxpX':function(_0x55a989,_0x597ef4){return _0x1bb0ff[_0x5564(0x1d9)](_0x55a989,_0x597ef4);}};return _0x27d234['log'](_0x1bb0ff[_0x5564(0x1da)]),new _0x399e7b(_0x573681=>{_0x1bb0ff[_0x5564(0x1db)](_0x39e0ed,()=>{_0x191f18['log'](_0x270534[_0x5564(0x1dc)]),_0x270534[_0x5564(0x1dd)](_0x573681,!![]);},0x3e8);});}else return console['error'](_0x1bb0ff[_0x5564(0x1de)],_0x2f1626),null;}}},debugYouTubeTokens=async()=>{const _0x4f8f7e={'YqTio':'๐Ÿ”\x20YouTube\x20Token\x20Debug:','PgdVQ':'Missing','JeFky':function(_0x4046dd,_0x3f80ce){return _0x4046dd!==_0x3f80ce;},'jCgDI':function(_0x3b8185,_0x12878e){return _0x3b8185===_0x12878e;},'XGTPi':function(_0x319314,_0x1ce7d3){return _0x319314===_0x1ce7d3;},'pIcRK':function(_0x1bb49a,_0x1455f0){return _0x1bb49a===_0x1455f0;},'oArOw':function(_0x521771,_0x1bdc2d){return _0x521771!==_0x1bdc2d;},'vrSUs':function(_0x18ea6e,_0x98ebb3){return _0x18ea6e!==_0x98ebb3;},'cWGVX':_0x5564(0xea),'RdKlk':_0x5564(0x1df),'ujCIG':_0x5564(0x1bd)};try{var _0x2e6fc4;const _0x29e29a=await _googleSignin[_0x5564(0x107)][_0x5564(0x11a)](),_0x45b8a1=await _googleSignin[_0x5564(0x107)][_0x5564(0x11b)]();return console['log'](_0x4f8f7e['YqTio'],{'accessToken':_0x29e29a[_0x5564(0x108)]?_0x29e29a[_0x5564(0x108)][_0x5564(0x5e)](0x0,0x14)+_0x5564(0x121):_0x4f8f7e['PgdVQ'],'idToken':_0x29e29a[_0x5564(0x15d)]?_0x5564(0x1e0):_0x4f8f7e[_0x5564(0x1e1)],'serverAuthCode':_0x4f8f7e[_0x5564(0x1e2)](_0x45b8a1,null)&&_0x4f8f7e['JeFky'](_0x45b8a1,void 0x0)&&_0x45b8a1[_0x5564(0xea)]?_0x45b8a1[_0x5564(0xea)][_0x5564(0x5e)](0x0,0x14)+'...':_0x4f8f7e['PgdVQ'],'userEmail':(_0x4f8f7e[_0x5564(0x1e3)](_0x45b8a1,null)||_0x4f8f7e[_0x5564(0x1e4)](_0x45b8a1,void 0x0)||_0x4f8f7e[_0x5564(0x1e5)](_0x2e6fc4=_0x45b8a1[_0x5564(0x6c)],null)||_0x4f8f7e[_0x5564(0x1e3)](_0x2e6fc4,void 0x0)?void 0x0:_0x2e6fc4[_0x5564(0x75)])||_0x4f8f7e['PgdVQ']}),{'hasRefreshToken':!!(_0x4f8f7e[_0x5564(0x1e6)](_0x45b8a1,null)&&_0x4f8f7e[_0x5564(0x1e2)](_0x45b8a1,void 0x0)&&_0x45b8a1[_0x5564(0xea)]),'refreshTokenType':_0x4f8f7e[_0x5564(0x1e7)](_0x45b8a1,null)&&_0x45b8a1!==void 0x0&&_0x45b8a1['serverAuthCode']?_0x4f8f7e[_0x5564(0x1e8)]:_0x4f8f7e[_0x5564(0x1e9)]};}catch(_0x6f8a0d){return console['error'](_0x4f8f7e[_0x5564(0x1ea)],_0x6f8a0d),{'hasRefreshToken':![],'refreshTokenType':_0x5564(0x4f)};}},reconnectYouTube=async _0x1efc5e=>{const _0x290426={'zmMjv':'โŒ\x20[TRAINING\x20RESTART]\x20Error\x20triggering\x20training\x20restart:','jxNSE':_0x5564(0x1eb),'fGELA':_0x5564(0x1ec),'kEKxf':_0x5564(0x35),'vnQoU':function(_0x42b219,_0x1fa561){return _0x42b219===_0x1fa561;},'YbZnn':_0x5564(0x1ed),'IFyrn':_0x5564(0x1ee),'Sfyru':'SescP','aCmwy':_0x5564(0x1ef),'PZTiP':_0x5564(0x1f0),'hemBM':'โ„น๏ธ\x20Already\x20signed\x20out\x20or\x20sign\x20out\x20failed:','RqExf':_0x5564(0x1f1),'YBMIZ':function(_0x497f00,_0x364017,_0x1e33e){return _0x497f00(_0x364017,_0x1e33e);},'OfboC':_0x5564(0xd9),'RrRxO':_0x5564(0x1f2),'TXfUO':_0x5564(0x1f3),'kBhrM':function(_0x50ba45){return _0x50ba45();},'RWrxP':_0x5564(0xbd),'HUNsk':_0x5564(0x1f4),'cQEPm':function(_0x136c47,_0x311287){return _0x136c47===_0x311287;},'qWbiM':_0x5564(0x1f5),'COMTS':'โŒ\x20YouTube\x20reconnection\x20error:'};try{if(_0x290426['vnQoU'](_0x290426[_0x5564(0x1f6)],_0x290426[_0x5564(0x1f7)])){_0x52d90b[_0x5564(0x4f)](_0x290426[_0x5564(0x1f8)],_0x45aa71);throw _0x2e901b;}else{console[_0x5564(0x19)](_0x5564(0x1f9));try{if(_0x290426[_0x5564(0x1fa)]!==_0x290426[_0x5564(0x1fb)])await _googleSignin['GoogleSignin'][_0x5564(0x1b5)](),console[_0x5564(0x19)](_0x290426[_0x5564(0x1fc)]);else return{'success':![],'message':_0x290426[_0x5564(0x1fd)],'details':_0xb99a4c};}catch(_0x334838){console[_0x5564(0x19)](_0x290426[_0x5564(0x1fe)],_0x334838);}try{const _0xd0943d=await _googleSignin['GoogleSignin'][_0x5564(0x11a)]();_0xd0943d[_0x5564(0x108)]&&(await _googleSignin[_0x5564(0x107)]['clearCachedAccessToken'](_0xd0943d['accessToken']),console[_0x5564(0x19)](_0x5564(0x1ff)));}catch(_0x2f6e9b){console['log'](_0x290426[_0x5564(0x200)],_0x2f6e9b);}const _0x25e2f5=await _0x290426[_0x5564(0x201)](initiateNativeAuth,_0x290426[_0x5564(0x202)],_0x1efc5e);if(_0x25e2f5){if(_0x290426[_0x5564(0x203)](_0x290426['RrRxO'],_0x5564(0x204)))return _0x3367e7['error'](_0x290426[_0x5564(0x205)],_0x11ce93),{'success':![],'error':_0x290426[_0x5564(0x206)]};else{console[_0x5564(0x19)](_0x290426['TXfUO']);const _0x5c44e3=await _0x290426[_0x5564(0x207)](debugYouTubeTokens);return _0x5c44e3[_0x5564(0x189)]?console[_0x5564(0x19)](_0x290426[_0x5564(0x208)],_0x5c44e3[_0x5564(0x166)]):console[_0x5564(0x18c)](_0x290426[_0x5564(0x209)]),!![];}}else{if(_0x290426[_0x5564(0x20a)](_0x290426[_0x5564(0x20b)],_0x5564(0x20c)))_0x511af6['log'](_0x5564(0xc2),_0x4220dc);else return console[_0x5564(0x4f)](_0x5564(0x20d)),![];}}}catch(_0x15b45f){return console['error'](_0x290426[_0x5564(0x20e)],_0x15b45f),![];}};exports['reconnectYouTube']=reconnectYouTube;const initiateNativeAuth=async(_0x216bba,_0x49ab0d)=>{const _0x37403c={'nqrNu':'โœ…\x20YouTube\x20channel\x20found:','sDFde':_0x5564(0xb9),'xeUyt':function(_0x1dccee,_0x36118b){return _0x1dccee===_0x36118b;},'fvlGX':_0x5564(0x12),'claIN':_0x5564(0x20f),'xjZay':'โœ…\x20[YOUTUBE\x20AUTH]\x20Backend\x20confirmed\x20refresh\x20token\x20received','BSgcG':_0x5564(0x210),'nTQWp':_0x5564(0xef),'kSuKB':'โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20User\x20may\x20need\x20to\x20manually\x20restart\x20training','ZbkxH':'\x20\x20\x202.\x20API\x20server\x20(API\x20server)\x20is\x20unreachable','leopX':'\x20\x20\x204.\x20SSL/TLS\x20certificate\x20issue','xfpjD':_0x5564(0x211),'QgGxK':'\x20\x20\x203.\x20DNS\x20resolution\x20failed','uGqOU':_0x5564(0x7f),'lyDKb':_0x5564(0x181),'XPiEA':_0x5564(0x212),'MAlLC':_0x5564(0x213),'ehvCx':_0x5564(0x182),'AfQqU':_0x5564(0xe0),'DmAaO':_0x5564(0xe1),'VGXOy':_0x5564(0x36),'UplXm':function(_0x1245f3,_0x4a5e1a){return _0x1245f3(_0x4a5e1a);},'osSwB':function(_0x4d1577,_0x555910,_0x2056aa){return _0x4d1577(_0x555910,_0x2056aa);},'TqbKz':function(_0x243bbc,_0x541623){return _0x243bbc===_0x541623;},'wqhMk':'youtube','OsopR':function(_0x2cc380,_0x106782){return _0x2cc380!==_0x106782;},'RRfBW':_0x5564(0x214),'YRBDS':_0x5564(0x215),'UCeGt':_0x5564(0x216),'MGrCK':_0x5564(0x217),'bAlNt':'bRnuH','DXWUx':function(_0x1e57c0){return _0x1e57c0();},'NlbiD':_0x5564(0x218),'lygVj':_0x5564(0x219),'qKjzk':'๐Ÿ”„\x20Signed\x20out\x20to\x20force\x20fresh\x20consent','CSrgw':_0x5564(0x21a),'OVztU':function(_0x193b2e,_0x4bd863){return _0x193b2e===_0x4bd863;},'Bnrsj':_0x5564(0x21b),'yZNrY':_0x5564(0x21c),'DOCNU':_0x5564(0x21d),'REIbW':_0x5564(0x21e),'efaAc':'๐Ÿ”\x20REFRESH\x20TOKEN\x20EXTRACTION:','vcfRK':'-\x20userInfo.data?.serverAuthCode:','bccmM':function(_0x468d08,_0x2a6cd9){return _0x468d08!==_0x2a6cd9;},'NqWHZ':function(_0x5f3350,_0x170c58){return _0x5f3350!==_0x170c58;},'kgBUT':_0x5564(0xcb),'UPQHd':'-\x20currentUser?.serverAuthCode:','jcoHP':_0x5564(0x21f),'QvyiX':_0x5564(0x220),'IxdJM':function(_0xad72d0,_0xaa51a1){return _0xad72d0!==_0xaa51a1;},'wBFXE':_0x5564(0x221),'voQrD':'๐Ÿ”‘\x20Refresh\x20token\x20preview:','ejYRv':function(_0x12b6bd,_0x3fb3be){return _0x12b6bd!==_0x3fb3be;},'IYFUc':_0x5564(0x1a3),'ykOoc':_0x5564(0x222),'mCvTw':_0x5564(0x223),'JMzDD':'๐Ÿ’ก\x20Check\x20Google\x20Sign-In\x20configuration:\x20offlineAccess,\x20forceCodeForRefreshToken','bzXYt':_0x5564(0x224),'pIUff':function(_0x46970b,_0x3d2aae){return _0x46970b!==_0x3d2aae;},'BgJZB':_0x5564(0x225),'dlWLY':_0x5564(0x226),'cntkN':_0x5564(0xea),'YDgyk':_0x5564(0xcf),'FZGRy':_0x5564(0x143),'aqIfF':function(_0xcebf77,_0x4344ad){return _0xcebf77===_0x4344ad;},'kjGfC':_0x5564(0x227),'MWAhI':_0x5564(0x228),'GUeih':function(_0x19dfd7,_0x438222){return _0x19dfd7>_0x438222;},'QGNqf':_0x5564(0xd3),'XVWqo':function(_0x5519f4,_0x44a68a){return _0x5519f4===_0x44a68a;},'SUwRO':function(_0x28ac2f,_0x392912){return _0x28ac2f===_0x392912;},'aaCjj':'No\x20Channel','RrMGD':_0x5564(0x229),'xQGuI':_0x5564(0x38),'DFUyd':function(_0xdba058,_0x1f64b8){return _0xdba058===_0x1f64b8;},'yQMcN':function(_0x211c9e,_0x2edd7d){return _0x211c9e===_0x2edd7d;},'YDEHl':_0x5564(0xd6),'OKItC':function(_0x5c32f7,_0x21d83f){return _0x5c32f7===_0x21d83f;},'aTqhT':function(_0x3e0e06,_0x3c429b){return _0x3e0e06===_0x3c429b;},'qtphC':_0x5564(0x22a),'nIENP':function(_0x3a084e,_0x328765){return _0x3a084e||_0x328765;},'GhFrD':function(_0x287077,_0x26f5f8){return _0x287077===_0x26f5f8;},'acJtX':function(_0x298a6d,_0x1772fa){return _0x298a6d===_0x1772fa;},'nIgOT':_0x5564(0x22b),'lqbAF':_0x5564(0x22c),'SOrSs':_0x5564(0x22d),'slFDc':'โ„น๏ธ\x20User\x20should\x20authenticate\x20first\x20via\x20Google/Apple/Email\x20before\x20connecting\x20YouTube','XPgEa':_0x5564(0x72),'uxmmn':_0x5564(0x22e),'VYStE':_0x5564(0x22f),'UyEuu':'No\x20token','muMgu':'๐Ÿ“บ\x20YouTube\x20channel\x20name:','MOHTT':function(_0x351b14,_0x11bd5c){return _0x351b14===_0x11bd5c;},'DNoHe':function(_0x62a9be,_0x5b833c){return _0x62a9be===_0x5b833c;},'OpIdX':function(_0x959bfd,_0x94f26){return _0x959bfd===_0x94f26;},'EImOy':function(_0x26afec,_0x24677a){return _0x26afec===_0x24677a;},'usKXw':function(_0x34f8dc,_0x5bf3f2){return _0x34f8dc===_0x5bf3f2;},'UopRA':function(_0x31cf0e,_0x4a7877){return _0x31cf0e===_0x4a7877;},'FruDJ':function(_0x5f294d,_0x12848c){return _0x5f294d===_0x12848c;},'gsUeo':function(_0x3bfe09,_0x533408){return _0x3bfe09!==_0x533408;},'jLjTs':function(_0x4e165f,_0x6c0bae){return _0x4e165f!==_0x6c0bae;},'NoajL':_0x5564(0x230),'tfapu':function(_0x191c16,_0x48a195){return _0x191c16+_0x48a195;},'ynpJH':function(_0x454ae8,_0x5b2a4a){return _0x454ae8*_0x5b2a4a;},'WCTNW':'none','pFhtb':_0x5564(0x231),'TNRDh':_0x5564(0x232),'AbVPX':'-\x20refreshTokenType:','qnCnA':'-\x20userEmail:','bbGvo':function(_0x71c6ae,_0x25d633){return _0x71c6ae===_0x25d633;},'dfjfS':_0x5564(0x233),'fkNgw':_0x5564(0x234),'YGmDn':_0x5564(0x235),'ncEeJ':'๐Ÿ“ก\x20Backend\x20response\x20headers:','uqgkP':function(_0x5d4b75,_0x54c704){return _0x5d4b75!==_0x54c704;},'oYTNZ':'oXKlL','KvKdF':_0x5564(0x236),'zyEyJ':_0x5564(0x237),'sTtST':function(_0x4798fc,_0x3d7c45){return _0x4798fc===_0x3d7c45;},'AjucJ':function(_0x27ccf4,_0x49d00e){return _0x27ccf4===_0x49d00e;},'OGcGN':function(_0x260ccc,_0x5ef6b2){return _0x260ccc===_0x5ef6b2;},'ACipd':_0x5564(0x238),'WraLe':'โœ…\x20[YOUTUBE\x20AUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','kpfXr':function(_0x4db549,_0x124452){return _0x4db549!==_0x124452;},'hYoRY':_0x5564(0x239),'cAXYZ':_0x5564(0x23a),'pVPLk':_0x5564(0x23b),'YOVdT':_0x5564(0x23c),'HSVFJ':_0x5564(0x23d),'vWuvS':'โŒ\x20YouTube\x20auth\x20failed:','EsrOp':_0x5564(0x23e),'WMcXz':_0x5564(0xba),'hLKwn':function(_0x2e7862,_0x890bd3){return _0x2e7862===_0x890bd3;},'TQSOl':'Google\x20Sign-In\x20already\x20in\x20progress','pEOss':_0x5564(0x23f),'pzQJA':_0x5564(0x240),'NwGuU':_0x5564(0x241),'jkAvP':_0x5564(0x1ca)};if(_0x37403c[_0x5564(0x242)](_0x216bba,_0x37403c[_0x5564(0x243)])){if(_0x37403c[_0x5564(0x244)](_0x37403c[_0x5564(0x245)],_0x37403c[_0x5564(0x245)]))_0x1bedb1=_0x5aa84c[_0x5564(0x134)][0x0]['snippet'][_0x5564(0x10d)],_0x2db9c4=_0x237a85['items'][0x0]['id'],_0x3149ac[_0x5564(0x19)](_0x37403c[_0x5564(0x246)],_0x31189b,_0x37403c['sDFde'],_0x5f452c);else{console[_0x5564(0x19)](_0x37403c['YRBDS']);if(!_0x49ab0d||_0x49ab0d['trim']()===''){if(_0x37403c[_0x5564(0x242)](_0x37403c['UCeGt'],_0x37403c[_0x5564(0x247)]))return console[_0x5564(0x4f)](_0x37403c[_0x5564(0x248)]),![];else{var _0x1cd63e;return(_0x37403c[_0x5564(0x249)](_0x1cd63e=_0x10a737[_0x32f256],null)||_0x1cd63e===void 0x0?void 0x0:_0x1cd63e[_0x5564(0x9)])||![];}}try{if(_0x37403c[_0x5564(0x24a)]===_0x37403c[_0x5564(0x24a)]){var _0x1bde7d,_0x39196b,_0x5e9a91,_0xb67fa5,_0x2d67cb,_0x365bf4,_0x17d918,_0x33739c,_0x2eef64,_0x593e19;_0x37403c[_0x5564(0x24b)](initializeGoogleSignIn),await _googleSignin['GoogleSignin'][_0x5564(0x1ab)]();try{if(_0x37403c[_0x5564(0x249)](_0x37403c[_0x5564(0x24c)],_0x37403c['lygVj']))throw new _0x2b79fe(_0x37403c[_0x5564(0x24d)]);else await _googleSignin[_0x5564(0x107)][_0x5564(0x1b5)](),console[_0x5564(0x19)](_0x37403c[_0x5564(0x24e)]);}catch(_0x5630e){console[_0x5564(0x19)](_0x37403c[_0x5564(0x24f)],_0x5630e);}const _0x278cc9=await _googleSignin[_0x5564(0x107)][_0x5564(0x116)]();console[_0x5564(0x19)](_0x37403c[_0x5564(0x250)],_0x37403c[_0x5564(0x242)](_0x1bde7d=_0x278cc9['data'],null)||_0x37403c[_0x5564(0x242)](_0x1bde7d,void 0x0)||_0x37403c['xeUyt'](_0x1bde7d=_0x1bde7d[_0x5564(0x6c)],null)||_0x37403c[_0x5564(0x251)](_0x1bde7d,void 0x0)?void 0x0:_0x1bde7d['email']),console[_0x5564(0x19)](_0x37403c['Bnrsj']),console[_0x5564(0x19)](JSON[_0x5564(0x98)](_0x278cc9,null,0x2));const _0x330d30=await _googleSignin[_0x5564(0x107)][_0x5564(0x11a)]();console[_0x5564(0x19)](_0x37403c[_0x5564(0x252)]),console[_0x5564(0x19)](_0x37403c['DOCNU']),console[_0x5564(0x19)](JSON['stringify'](_0x330d30,null,0x2));const _0x1817ec=await _googleSignin['GoogleSignin'][_0x5564(0x11b)]();console['log'](_0x5564(0x253),_0x37403c[_0x5564(0x242)](_0x1817ec,null)||_0x37403c[_0x5564(0x251)](_0x1817ec,void 0x0)||(_0x39196b=_0x1817ec[_0x5564(0x6c)])===null||_0x37403c[_0x5564(0x251)](_0x39196b,void 0x0)?void 0x0:_0x39196b[_0x5564(0x75)]),console['log'](_0x37403c[_0x5564(0x254)]),console[_0x5564(0x19)](JSON['stringify'](_0x1817ec,null,0x2));let _0x3cb8cd=null;console[_0x5564(0x19)](_0x37403c[_0x5564(0x255)]),console[_0x5564(0x19)](_0x37403c[_0x5564(0x256)],_0x37403c[_0x5564(0x257)](_0x5e9a91=_0x278cc9[_0x5564(0x6a)],null)&&_0x37403c['NqWHZ'](_0x5e9a91,void 0x0)&&_0x5e9a91['serverAuthCode']?_0x5564(0x258)+_0x278cc9[_0x5564(0x6a)][_0x5564(0xea)][_0x5564(0x5e)](0x0,0x14)+_0x5564(0x121):_0x37403c['kgBUT']),console[_0x5564(0x19)](_0x37403c[_0x5564(0x259)],_0x37403c[_0x5564(0x257)](_0x1817ec,null)&&_0x37403c[_0x5564(0x257)](_0x1817ec,void 0x0)&&_0x1817ec['serverAuthCode']?_0x5564(0x258)+_0x1817ec[_0x5564(0xea)][_0x5564(0x5e)](0x0,0x14)+_0x5564(0x121):_0x37403c[_0x5564(0x25a)]),console[_0x5564(0x19)](_0x37403c[_0x5564(0x25b)],_0x330d30[_0x5564(0x15d)]?_0x5564(0x258)+_0x330d30[_0x5564(0x15d)]['substring'](0x0,0x14)+'...':_0x37403c['kgBUT']),console[_0x5564(0x19)](_0x37403c[_0x5564(0x25c)],_0x330d30[_0x5564(0x108)]?_0x5564(0x258)+_0x330d30['accessToken'][_0x5564(0x5e)](0x0,0x14)+_0x5564(0x121):_0x37403c[_0x5564(0x25a)]);if(_0x37403c[_0x5564(0x25d)](_0x1817ec,null)&&_0x37403c[_0x5564(0x25d)](_0x1817ec,void 0x0)&&_0x1817ec[_0x5564(0xea)])_0x3cb8cd=_0x1817ec[_0x5564(0xea)],console[_0x5564(0x19)](_0x37403c[_0x5564(0x25e)]),console[_0x5564(0x19)](_0x37403c[_0x5564(0x25f)],_0x3cb8cd[_0x5564(0x5e)](0x0,0x14)+_0x5564(0x121));else _0x37403c[_0x5564(0x260)](_0xb67fa5=_0x278cc9[_0x5564(0x6a)],null)&&_0x37403c['bccmM'](_0xb67fa5,void 0x0)&&_0xb67fa5[_0x5564(0xea)]&&(_0x3cb8cd=_0x278cc9['data'][_0x5564(0xea)],console[_0x5564(0x19)](_0x37403c[_0x5564(0x261)]),console[_0x5564(0x19)](_0x5564(0x12c),_0x3cb8cd[_0x5564(0x5e)](0x0,0x14)+_0x5564(0x121)));!_0x3cb8cd?_0x37403c['ykOoc']===_0x37403c[_0x5564(0x262)]?(console[_0x5564(0x4f)](_0x37403c[_0x5564(0x263)]),console['error'](_0x5564(0x264)),console[_0x5564(0x4f)](_0x37403c[_0x5564(0x265)]),console[_0x5564(0x18c)](_0x37403c[_0x5564(0x266)])):_0x285482['log'](_0x37403c[_0x5564(0x24f)],_0x48bc56):_0x37403c[_0x5564(0x267)](_0x37403c['BgJZB'],_0x37403c['BgJZB'])?_0x45eb5a[_0x5564(0x4f)](_0x5564(0x9a)+_0x27a23f+':',_0x548bb4):(console['log'](_0x37403c[_0x5564(0x268)]),console[_0x5564(0x19)](_0x5564(0xce),_0x3cb8cd['startsWith']('4/')?_0x37403c['cntkN']:_0x37403c[_0x5564(0x269)]));let _0x38b828=_0x37403c['FZGRy'],_0x332690=null;try{console[_0x5564(0x19)](_0x5564(0x130));const _0x4cefee=await _0x37403c['osSwB'](fetch,_0x5564(0xd0),{'headers':{'Authorization':_0x5564(0x1d)+_0x330d30[_0x5564(0x108)],'Accept':'application/json'}});if(_0x4cefee['ok']){if(_0x37403c[_0x5564(0x26a)](_0x37403c[_0x5564(0x26b)],_0x37403c['MWAhI']))_0x46cbf8[_0x5564(0x19)](_0x37403c[_0x5564(0x26c)]),_0x5e0d19[_0x5564(0x19)](_0x37403c[_0x5564(0x26d)]);else{const _0x31ca79=await _0x4cefee[_0x5564(0x132)]();if(_0x31ca79[_0x5564(0x134)]&&_0x37403c[_0x5564(0x26e)](_0x31ca79[_0x5564(0x134)][_0x5564(0x135)],0x0)){if(_0x37403c['aqIfF']('tlPiA',_0x5564(0x26f)))return _0x4e8dd2['error'](_0x5564(0x270),_0x38aa10[_0x5564(0x54)]),{'success':![],'message':'Network\x20error:\x20'+_0x589924[_0x5564(0x54)],'details':{'error':_0x3a679a[_0x5564(0x54)],'results':_0x1a212b}};else _0x38b828=_0x31ca79[_0x5564(0x134)][0x0][_0x5564(0x10c)][_0x5564(0x10d)],_0x332690=_0x31ca79['items'][0x0]['id'],console['log'](_0x37403c[_0x5564(0x246)],_0x38b828,_0x37403c['sDFde'],_0x332690);}else{var _0x1349a9,_0x163993;console['log'](_0x37403c[_0x5564(0x271)]),_0x38b828=(_0x37403c[_0x5564(0x272)](_0x1349a9=_0x278cc9[_0x5564(0x6a)],null)||_0x37403c[_0x5564(0x251)](_0x1349a9,void 0x0)||_0x37403c['aqIfF'](_0x1349a9=_0x1349a9[_0x5564(0x6c)],null)||_0x37403c[_0x5564(0x273)](_0x1349a9,void 0x0)?void 0x0:_0x1349a9['name'])||(_0x37403c[_0x5564(0x249)](_0x163993=_0x278cc9[_0x5564(0x6a)],null)||_0x163993===void 0x0||(_0x163993=_0x163993[_0x5564(0x6c)])===null||_0x163993===void 0x0?void 0x0:_0x163993[_0x5564(0x75)])||_0x37403c[_0x5564(0x274)];}}}else{if('GWbvY'===_0x37403c['RrMGD'])_0xc57e20['warn'](_0x37403c[_0x5564(0x275)],_0x2391d6),_0x5375eb[_0x5564(0x18c)](_0x37403c[_0x5564(0x276)]);else{var _0x18971c,_0x59e8f4;console[_0x5564(0x19)](_0x37403c[_0x5564(0x277)],_0x4cefee[_0x5564(0x5d)]),_0x38b828=(_0x37403c[_0x5564(0x26a)](_0x18971c=_0x278cc9[_0x5564(0x6a)],null)||_0x37403c[_0x5564(0x242)](_0x18971c,void 0x0)||(_0x18971c=_0x18971c[_0x5564(0x6c)])===null||_0x37403c[_0x5564(0x278)](_0x18971c,void 0x0)?void 0x0:_0x18971c[_0x5564(0x61)])||(_0x37403c[_0x5564(0x272)](_0x59e8f4=_0x278cc9['data'],null)||_0x37403c[_0x5564(0x279)](_0x59e8f4,void 0x0)||_0x37403c[_0x5564(0x279)](_0x59e8f4=_0x59e8f4[_0x5564(0x6c)],null)||_0x59e8f4===void 0x0?void 0x0:_0x59e8f4[_0x5564(0x75)])||'Unknown\x20Channel';}}}catch(_0x553ceb){var _0x5c5706,_0x176b56;console[_0x5564(0x19)](_0x37403c['YDEHl'],_0x553ceb),_0x38b828=((_0x5c5706=_0x278cc9[_0x5564(0x6a)])===null||_0x37403c[_0x5564(0x27a)](_0x5c5706,void 0x0)||_0x37403c[_0x5564(0x249)](_0x5c5706=_0x5c5706[_0x5564(0x6c)],null)||_0x37403c[_0x5564(0x272)](_0x5c5706,void 0x0)?void 0x0:_0x5c5706['name'])||(_0x37403c[_0x5564(0x272)](_0x176b56=_0x278cc9['data'],null)||_0x37403c[_0x5564(0x27b)](_0x176b56,void 0x0)||_0x37403c[_0x5564(0x27b)](_0x176b56=_0x176b56[_0x5564(0x6c)],null)||_0x176b56===void 0x0?void 0x0:_0x176b56['email'])||_0x37403c[_0x5564(0x27c)];}let _0x46a82a=await(0x0,_jwtStorageService[_0x5564(0x153)])();const _0x25d372=await _asyncStorage[_0x5564(0x27d)][_0x5564(0x27e)](_0x37403c[_0x5564(0x27f)]),_0x40fd22=_0x37403c[_0x5564(0x280)](_0x25d372,_0x49ab0d)||(_0x37403c[_0x5564(0x278)](_0x2d67cb=_0x278cc9[_0x5564(0x6a)],null)||_0x37403c[_0x5564(0x281)](_0x2d67cb,void 0x0)||(_0x2d67cb=_0x2d67cb[_0x5564(0x6c)])===null||_0x37403c[_0x5564(0x282)](_0x2d67cb,void 0x0)?void 0x0:_0x2d67cb['email'])||_0x37403c[_0x5564(0x283)];!_0x46a82a||_0x46a82a[_0x5564(0x154)]()[_0x5564(0x135)]<0x14?(console[_0x5564(0x19)](_0x37403c[_0x5564(0x284)]),console['log'](_0x37403c['SOrSs']),console[_0x5564(0x19)](_0x37403c[_0x5564(0x285)])):(console[_0x5564(0x19)](_0x37403c[_0x5564(0x286)]),console[_0x5564(0x19)](_0x5564(0x73),_0x46a82a['substring'](0x0,0x14)+_0x5564(0x121)));console['log'](_0x37403c[_0x5564(0x287)],_0x40fd22),console[_0x5564(0x19)](_0x37403c['VYStE'],_0x46a82a?_0x46a82a[_0x5564(0x5e)](0x0,0x14)+'...':_0x37403c[_0x5564(0x288)]),console[_0x5564(0x19)](_0x37403c['muMgu'],_0x38b828);const _0x4cd6e9={'session':{'username':_0x40fd22,'platform':_0x5564(0xd9),'timestamp':new Date()[_0x5564(0x93)](),'channelName':_0x38b828,'channelId':_0x332690},'googleUser':_0x37403c[_0x5564(0x289)](_0x365bf4=_0x278cc9[_0x5564(0x6a)],null)||_0x37403c[_0x5564(0x28a)](_0x365bf4,void 0x0)?void 0x0:_0x365bf4[_0x5564(0x6c)],'accessToken':_0x330d30[_0x5564(0x108)],'idToken':_0x330d30[_0x5564(0x15d)],'refreshToken':_0x3cb8cd,'serverAuthCode':_0x3cb8cd,'refresh_token':_0x3cb8cd,'server_auth_code':_0x3cb8cd,'authCode':_0x3cb8cd,'userAccountInfo':{'username':_0x40fd22,'email':_0x37403c[_0x5564(0x27a)](_0x17d918=_0x278cc9['data'],null)||_0x37403c[_0x5564(0x28b)](_0x17d918,void 0x0)||(_0x17d918=_0x17d918['user'])===null||_0x37403c[_0x5564(0x28c)](_0x17d918,void 0x0)?void 0x0:_0x17d918[_0x5564(0x75)],'authToken':_0x46a82a,'channelName':_0x38b828,'channelId':_0x332690,'userIdentifier':_0x46a82a?_0x5564(0x28d)+_0x46a82a[_0x5564(0x5e)](0x0,0xa):_0x5564(0x160)+((_0x33739c=_0x278cc9[_0x5564(0x6a)])===null||_0x37403c['usKXw'](_0x33739c,void 0x0)||_0x37403c[_0x5564(0x28e)](_0x33739c=_0x33739c[_0x5564(0x6c)],null)||_0x37403c['DNoHe'](_0x33739c,void 0x0)?void 0x0:_0x33739c[_0x5564(0x75)]),'googleId':_0x37403c[_0x5564(0x289)](_0x2eef64=_0x278cc9[_0x5564(0x6a)],null)||_0x37403c[_0x5564(0x282)](_0x2eef64,void 0x0)||_0x37403c[_0x5564(0x27b)](_0x2eef64=_0x2eef64[_0x5564(0x6c)],null)||_0x37403c['FruDJ'](_0x2eef64,void 0x0)?void 0x0:_0x2eef64['id'],'appleUserId':_0x37403c[_0x5564(0x28f)](_0x46a82a,null)&&_0x37403c[_0x5564(0x290)](_0x46a82a,void 0x0)&&_0x46a82a[_0x5564(0xa8)](_0x37403c[_0x5564(0x291)])?_0x46a82a[_0x5564(0xaf)]('.')[0x1]:null,'refreshToken':_0x3cb8cd,'serverAuthCode':_0x3cb8cd},'tokenExpiry':new Date(_0x37403c[_0x5564(0x292)](Date['now'](),_0x37403c['ynpJH'](0xe10,0x3e8)))['toISOString'](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!!_0x3cb8cd,'refreshTokenType':_0x3cb8cd?_0x3cb8cd[_0x5564(0x12b)]('4/')?_0x37403c[_0x5564(0x293)]:_0x5564(0xcf):_0x37403c[_0x5564(0x294)],'configuredForRefresh':!![],'forcedConsent':!![],'refreshTokenValue':_0x3cb8cd}};console[_0x5564(0x19)](_0x5564(0x295)),console[_0x5564(0x19)](_0x37403c[_0x5564(0x296)],!!_0x4cd6e9['accessToken']),console[_0x5564(0x19)](_0x5564(0x297),!!_0x4cd6e9[_0x5564(0xcf)]),console['log'](_0x37403c['TNRDh'],!!_0x4cd6e9['serverAuthCode']),console[_0x5564(0x19)](_0x37403c[_0x5564(0x298)],_0x4cd6e9[_0x5564(0x165)][_0x5564(0x166)]),console[_0x5564(0x19)](_0x37403c[_0x5564(0x299)],(_0x593e19=_0x278cc9[_0x5564(0x6a)])===null||_0x37403c[_0x5564(0x272)](_0x593e19,void 0x0)||(_0x593e19=_0x593e19[_0x5564(0x6c)])===null||_0x37403c[_0x5564(0x29a)](_0x593e19,void 0x0)?void 0x0:_0x593e19[_0x5564(0x75)]),console['log'](_0x37403c[_0x5564(0x29b)],_0x38b828),console[_0x5564(0x19)](_0x37403c[_0x5564(0x29c)]),console['log'](JSON[_0x5564(0x98)](_0x4cd6e9,null,0x2)),console[_0x5564(0x19)](_0x5564(0x29d),!!_0x3cb8cd);const _0x154bc4=await _0x37403c[_0x5564(0x29e)](fetch,_api[_0x5564(0x21)][_0x5564(0x22)]+_0x5564(0x16d),{'method':'POST','headers':{'Content-Type':'application/json',..._0x46a82a&&{'Authorization':_0x46a82a}},'body':JSON['stringify'](_0x4cd6e9)});console[_0x5564(0x19)](_0x37403c[_0x5564(0x29f)],_0x154bc4[_0x5564(0x5d)]),console[_0x5564(0x19)](_0x37403c[_0x5564(0x2a0)],_0x154bc4['headers']);if(_0x154bc4['ok']){if(_0x37403c['uqgkP'](_0x37403c[_0x5564(0x2a1)],_0x5564(0x2a2)))_0x55d33c['log'](_0x5564(0x2a3));else{var _0x4104d8,_0x278a71;const _0x51c583=await _0x154bc4[_0x5564(0x132)]();console[_0x5564(0x19)](_0x37403c[_0x5564(0x2a4)]),console['log'](_0x37403c['zyEyJ']),console[_0x5564(0x19)](JSON[_0x5564(0x98)](_0x51c583,null,0x2));const _0x5061ad=_0x37403c[_0x5564(0x2a5)]((_0x4104d8=_0x51c583[_0x5564(0x175)])===null||_0x37403c[_0x5564(0x2a6)](_0x4104d8,void 0x0)?void 0x0:_0x4104d8[_0x5564(0x177)],!![])||(_0x37403c[_0x5564(0x2a7)](_0x278a71=_0x51c583[_0x5564(0x17a)],null)||_0x278a71===void 0x0?void 0x0:_0x278a71[_0x5564(0x17c)])===!![]||_0x51c583['isTemporaryMode']===!![]||_0x51c583[_0x5564(0x54)]&&_0x51c583[_0x5564(0x54)][_0x5564(0xa8)](_0x37403c[_0x5564(0x2a8)]);if(_0x5061ad)console['log'](_0x5564(0x2a9)),console[_0x5564(0x19)](_0x37403c['WraLe']),console[_0x5564(0x19)](_0x5564(0x2aa));else{if(_0x51c583['hasRefreshToken']||_0x51c583['refreshTokenReceived']){if(_0x37403c[_0x5564(0x2ab)](_0x37403c[_0x5564(0x2ac)],_0x37403c[_0x5564(0x2ad)]))console[_0x5564(0x19)](_0x37403c[_0x5564(0x26c)]),console[_0x5564(0x19)](_0x37403c[_0x5564(0x26d)]);else{const _0x3a2ce0='0|3|1|4|2|5'[_0x5564(0xaf)]('|');let _0x59373=0x0;while(!![]){switch(_0x3a2ce0[_0x59373++]){case'0':_0x2ffdf3[_0x5564(0x4f)](_0x5564(0xb1)+_0x591e7c+_0x5564(0x14a));continue;case'1':_0xdc1e41[_0x5564(0x4f)](_0x37403c[_0x5564(0x2ae)]);continue;case'2':_0x5807dd[_0x5564(0x4f)](_0x37403c[_0x5564(0x2af)]);continue;case'3':_0x31013f[_0x5564(0x4f)](_0x37403c[_0x5564(0x2b0)]);continue;case'4':_0x1b0494['error'](_0x37403c[_0x5564(0x2b1)]);continue;case'5':_0x592562[_0x5564(0x4f)](_0x37403c[_0x5564(0x2b2)]);continue;}break;}}}else console[_0x5564(0x18c)](_0x37403c['pVPLk']),console['warn'](_0x37403c[_0x5564(0x2b3)],Object[_0x5564(0x2b4)](_0x51c583)),console[_0x5564(0x18c)](_0x37403c[_0x5564(0x2b5)]);}return!![];}}else{const _0x4c4937=await _0x154bc4[_0x5564(0x5b)]();return console[_0x5564(0x4f)](_0x37403c[_0x5564(0x2b6)],_0x154bc4[_0x5564(0x5d)]),console[_0x5564(0x4f)](_0x5564(0x2b7)),console['error'](_0x4c4937),![];}}else _0x5e2b3b['log'](_0x37403c['lyDKb']),_0x31fbd4[_0x5564(0x19)](_0x37403c['XPiEA']),_0x39ea68[_0x5564(0x19)](_0x5564(0xe2)),_0x48ded4[_0x5564(0x19)](_0x5564(0xe3)),_0x172eee[_0x5564(0x19)](_0x37403c[_0x5564(0x2b8)]),_0xbeaee0['log'](_0x37403c[_0x5564(0x2b9)]),_0x30e410[_0x5564(0x19)](_0x37403c[_0x5564(0x2ba)],_0x501e31?_0x37403c[_0x5564(0x2bb)]:'No');}catch(_0x12e523){console[_0x5564(0x4f)](_0x37403c[_0x5564(0x2bc)],_0x12e523);if(_0x12e523[_0x5564(0x20)]===_googleSignin[_0x5564(0x199)][_0x5564(0x19a)])console[_0x5564(0x19)](_0x37403c[_0x5564(0x2bd)]);else{if(_0x37403c[_0x5564(0x2be)](_0x12e523[_0x5564(0x20)],_googleSignin[_0x5564(0x199)][_0x5564(0x2bf)]))console[_0x5564(0x19)](_0x37403c[_0x5564(0x2c0)]);else _0x37403c[_0x5564(0x249)](_0x12e523[_0x5564(0x20)],_googleSignin[_0x5564(0x199)][_0x5564(0x19e)])&&console['log'](_0x37403c[_0x5564(0x2c1)]);}return![];}}}if(_0x37403c[_0x5564(0x28b)](_0x216bba,_0x37403c[_0x5564(0x2c2)])){if(_0x37403c[_0x5564(0x2a5)](_0x37403c[_0x5564(0x2c3)],_0x37403c['NwGuU']))return console['log'](_0x37403c[_0x5564(0x2c4)]),new Promise(_0x31bbb6=>{_0x37403c[_0x5564(0x29e)](setTimeout,()=>{console[_0x5564(0x19)](_0x37403c[_0x5564(0x2c5)]),_0x37403c[_0x5564(0x2c6)](_0x31bbb6,!![]);},0x3e8);});else _0x3bbe08[_0x5564(0x18c)](_0x5564(0x1f4));}return![];};exports[_0x5564(0x7)]=initiateNativeAuth;const isOAuthCallback=_0x5ac043=>{const _0x21aea1={'iBHvk':'auth/callback','dBUqc':'code='};return _0x5ac043[_0x5564(0xa8)](_0x21aea1['iBHvk'])||_0x5ac043[_0x5564(0xa8)](_0x21aea1[_0x5564(0x2c7)]);};exports[_0x5564(0x5)]=isOAuthCallback;const exchangeCodeForToken=async(_0x5dd16a,_0x1a61e3)=>{const _0x4dde23={'uYjEM':_0x5564(0x22c),'szoaQ':_0x5564(0x22d),'NURil':_0x5564(0x2c8),'NAsSy':'SDK\x20not\x20initialized.\x20Developers\x20must\x20call\x20initializeApiKey()\x20before\x20using\x20auth\x20features.','ScfEW':function(_0x3c9c5d,_0x9b64df){return _0x3c9c5d!==_0x9b64df;},'pFeoB':_0x5564(0x2c9),'DdVWA':_0x5564(0x2ca),'IJGqq':_0x5564(0x2cb),'EtwRP':function(_0x5ce320,_0x11af61){return _0x5ce320===_0x11af61;},'obNHo':_0x5564(0x2cc)};console[_0x5564(0x19)](_0x5564(0x2cd)+_0x1a61e3);try{if(_0x4dde23[_0x5564(0x2ce)](_0x4dde23['pFeoB'],_0x4dde23['pFeoB']))_0x26b6dd[_0x5564(0x19)](_0x4dde23['uYjEM']),_0x30f720[_0x5564(0x19)](_0x4dde23[_0x5564(0x2cf)]),_0x1df475[_0x5564(0x19)](_0x4dde23[_0x5564(0x2d0)]);else{const _0x3e9bf2=_api['API_CONFIG'][_0x5564(0x22)]+'/'+_0x1a61e3+'/token',_0x5a0679=await fetch(_0x3e9bf2,{'method':'POST','headers':{'Content-Type':'application/json'},'body':JSON[_0x5564(0x98)]({'code':_0x5dd16a,'platform':_0x1a61e3})});if(!_0x5a0679['ok']){if(_0x4dde23[_0x5564(0x2d1)]!==_0x4dde23[_0x5564(0x2d2)]){console[_0x5564(0x4f)]('Error\x20exchanging\x20code\x20for\x20token:\x20'+_0x5a0679[_0x5564(0x5d)]);throw new Error(_0x5564(0x158)+_0x5a0679[_0x5564(0x5d)]);}else _0x492fb0[_0x5564(0x4f)](_0x5564(0xa5)+_0x2e032b+_0x5564(0xa6));}const _0x1740d5=await _0x5a0679[_0x5564(0x132)]();return console[_0x5564(0x19)](_0x5564(0x2d3)+_0x1a61e3),_0x1740d5;}}catch(_0xda21b5){if(_0x4dde23[_0x5564(0x2d4)](_0x4dde23['obNHo'],_0x4dde23[_0x5564(0x2d5)]))return console[_0x5564(0x4f)](_0x5564(0x100),_0xda21b5),console[_0x5564(0x19)](_0x5564(0xb7)),{'access_token':_0x1a61e3+'_access_token_'+Math[_0x5564(0x103)]()[_0x5564(0x105)](0x24)['substring'](0x7),'refresh_token':_0x1a61e3+_0x5564(0x104)+Math['random']()[_0x5564(0x105)](0x24)[_0x5564(0x5e)](0x7),'expires_in':0xe10};else throw new _0x1a219b(_0x4dde23[_0x5564(0x2d6)]);}};function _0x5564(_0x1f2fa9,_0x5564c9){_0x1f2fa9=_0x1f2fa9-0x0;const _0x2e28a1=_0x1f2f();let _0x167348=_0x2e28a1[_0x1f2fa9];return _0x167348;}exports[_0x5564(0xd)]=exchangeCodeForToken;const refreshYouTubeTokens=async()=>{const _0x350984={'iwakz':_0x5564(0xeb),'WJfSC':_0x5564(0x2d7),'iIDcH':'โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Expected\x20hasRefreshToken\x20or\x20refreshTokenReceived\x20in\x20response','TVQcx':function(_0x531791,_0x5cb0b1){return _0x531791===_0x5cb0b1;},'jETVO':'Google\x20Sign-In\x20already\x20in\x20progress','lvmQf':_0x5564(0x23f),'XBFPf':_0x5564(0x2d8),'UhNWW':_0x5564(0x2d9),'fYPLk':function(_0x598d26,_0x360843){return _0x598d26!==_0x360843;},'tKvvM':_0x5564(0x2da),'yKWek':_0x5564(0x183),'cxIkB':'XwlUT','syZAJ':'QbpVE','MxyXA':function(_0x302303,_0x518518,_0xfc23ba){return _0x302303(_0x518518,_0xfc23ba);},'eWSag':function(_0x5a1720,_0x2413e2){return _0x5a1720+_0x2413e2;},'BZago':function(_0x35ec09,_0x4bdae4){return _0x35ec09*_0x4bdae4;},'QiMGi':function(_0x1c5ff1,_0x385635){return _0x1c5ff1!==_0x385635;},'gNwiq':_0x5564(0x2db),'YpIGC':_0x5564(0x2dc),'GRruL':'โŒ\x20YouTube\x20token\x20refresh\x20failed:','YaLbA':'โŒ\x20Error\x20refreshing\x20YouTube\x20tokens:'};try{var _0x2535f8;console[_0x5564(0x19)]('๐Ÿ”„\x20Refreshing\x20YouTube\x20tokens...');const _0x2d48ea=await _googleSignin[_0x5564(0x107)]['getTokens']();if(!_0x2d48ea)return console[_0x5564(0x4f)](_0x350984[_0x5564(0x2dd)]),![];const _0x3f51aa=await _googleSignin[_0x5564(0x107)][_0x5564(0x11b)]();if(!_0x3f51aa)return _0x350984[_0x5564(0x2de)](_0x350984[_0x5564(0x2df)],_0x350984[_0x5564(0x2df)])?(_0x58409c[_0x5564(0x18c)](_0x350984[_0x5564(0x2e0)]),_0xf31ac3[_0x5564(0x18c)](_0x350984['WJfSC'],_0x495467),_0x464d32[_0x5564(0x18c)](_0x350984[_0x5564(0x2e1)]),![]):(console[_0x5564(0x4f)](_0x350984[_0x5564(0x2e2)]),![]);const _0x1e8904=await(0x0,_jwtStorageService['getJWT'])();if(!_0x1e8904){if(_0x350984[_0x5564(0x2e3)]!==_0x350984[_0x5564(0x2e4)])return console[_0x5564(0x4f)]('โŒ\x20No\x20auth\x20token\x20found\x20for\x20YouTube\x20refresh'),![];else{_0x4f9794['error'](_0x5564(0x23e),_0xbdc400);if(_0x350984[_0x5564(0x2e5)](_0x23f55f[_0x5564(0x20)],_0x457de1[_0x5564(0x199)][_0x5564(0x19a)]))_0x3cc48d[_0x5564(0x19)](_0x5564(0xba));else{if(_0x146b53[_0x5564(0x20)]===_0x462e51['statusCodes'][_0x5564(0x2bf)])_0x27ef06[_0x5564(0x19)](_0x350984[_0x5564(0x2e6)]);else _0x5ba0ac[_0x5564(0x20)]===_0x578c06[_0x5564(0x199)]['PLAY_SERVICES_NOT_AVAILABLE']&&_0x3b2d97[_0x5564(0x19)](_0x350984[_0x5564(0x2e7)]);}return![];}}const _0xc33e78=await _0x350984['MxyXA'](fetch,_api[_0x5564(0x21)][_0x5564(0x22)]+_0x5564(0x2e8),{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x1e8904},'body':JSON[_0x5564(0x98)]({'accessToken':_0x2d48ea[_0x5564(0x108)],'idToken':_0x2d48ea['idToken'],'refreshToken':_0x3f51aa[_0x5564(0xea)],'userEmail':_0x350984[_0x5564(0x2e5)](_0x2535f8=_0x3f51aa[_0x5564(0x6c)],null)||_0x350984[_0x5564(0x2e5)](_0x2535f8,void 0x0)?void 0x0:_0x2535f8[_0x5564(0x75)],'tokenExpiry':new Date(_0x350984[_0x5564(0x2e9)](Date[_0x5564(0x163)](),_0x350984['BZago'](0xe10,0x3e8)))[_0x5564(0x93)](),'timestamp':new Date()[_0x5564(0x93)]()})});if(_0xc33e78['ok']){if(_0x350984[_0x5564(0x2ea)](_0x350984[_0x5564(0x2eb)],'oZTuG'))return{'success':![],'error':_0x1fb5d0[_0x5564(0x54)]||_0x350984[_0x5564(0x2ec)]};else{const _0x95771f=await _0xc33e78[_0x5564(0x132)]();return console[_0x5564(0x19)](_0x350984[_0x5564(0x2ed)],_0x95771f),!![];}}else{const _0x360c3f=await _0xc33e78[_0x5564(0x5b)]();return console['error'](_0x350984['GRruL'],_0xc33e78[_0x5564(0x5d)],_0x360c3f),![];}}catch(_0x17576f){return console['error'](_0x350984['YaLbA'],_0x17576f),![];}};exports[_0x5564(0x3)]=refreshYouTubeTokens;const triggerTrainingRestart=async(_0x222ccc,_0x33e2f4)=>{const _0x103780={'fIdDu':function(_0x5b3a95,_0x108943){return _0x5b3a95===_0x108943;},'sLYRy':_0x5564(0x23f),'TYJWs':_0x5564(0x2ee),'rqcQg':'๐Ÿ”„\x20[TRAINING\x20RESTART]\x20Triggering\x20training\x20restart\x20for\x20user:','EcAnt':function(_0x1a9e1a,_0x218ce4,_0x30a2f3){return _0x1a9e1a(_0x218ce4,_0x30a2f3);},'xETUZ':'youtube','TEUEO':_0x5564(0x2ef),'ZRUyX':_0x5564(0x2f0),'peXGJ':function(_0x3291dc,_0x411c3e){return _0x3291dc===_0x411c3e;},'zPDhG':_0x5564(0x2f1),'GDTnZ':_0x5564(0x2f2)};try{if(_0x103780['TYJWs']===_0x103780[_0x5564(0x2f3)]){console[_0x5564(0x19)](_0x103780[_0x5564(0x2f4)],_0x222ccc);const _0xa0db3a=await _0x103780[_0x5564(0x2f5)](fetch,_api[_0x5564(0x21)][_0x5564(0x22)]+'/mobile-training/restart',{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x33e2f4},'body':JSON[_0x5564(0x98)]({'username':_0x222ccc,'reason':_0x5564(0x2f6),'platform':_0x103780[_0x5564(0x2f7)],'timestamp':new Date()[_0x5564(0x93)](),'requestNewTraining':!![]})});if(_0xa0db3a['ok']){const _0x2a7780=await _0xa0db3a[_0x5564(0x132)]();console[_0x5564(0x19)](_0x103780['TEUEO'],_0x2a7780);}else{const _0x5a821b=await _0xa0db3a[_0x5564(0x5b)]();console['error'](_0x103780[_0x5564(0x2f8)],_0xa0db3a[_0x5564(0x5d)],_0x5a821b);throw new Error(_0x5564(0x2f9)+_0xa0db3a['status']);}}else{var _0x1314c9,_0x5c3f83;_0x13386c['log'](_0x5564(0xd3)),_0x5e5843=(_0x103780[_0x5564(0x2fa)](_0x1314c9=_0x598326[_0x5564(0x6a)],null)||_0x103780[_0x5564(0x2fa)](_0x1314c9,void 0x0)||_0x103780[_0x5564(0x2fa)](_0x1314c9=_0x1314c9['user'],null)||_0x103780[_0x5564(0x2fa)](_0x1314c9,void 0x0)?void 0x0:_0x1314c9[_0x5564(0x61)])||(_0x103780[_0x5564(0x2fa)](_0x5c3f83=_0x17c19b[_0x5564(0x6a)],null)||_0x5c3f83===void 0x0||_0x103780[_0x5564(0x2fa)](_0x5c3f83=_0x5c3f83[_0x5564(0x6c)],null)||_0x103780[_0x5564(0x2fa)](_0x5c3f83,void 0x0)?void 0x0:_0x5c3f83[_0x5564(0x75)])||_0x5564(0xd4);}}catch(_0x23d344){if(_0x103780['peXGJ']('pMkZK',_0x103780['zPDhG']))_0x222814['log'](_0x103780[_0x5564(0x2fb)]);else{console[_0x5564(0x4f)](_0x103780[_0x5564(0x2fc)],_0x23d344);throw _0x23d344;}}},testYouTubeRefreshToken=async _0x519993=>{const _0x15b02f={'JbmdT':_0x5564(0x2fd),'wSFNo':_0x5564(0xbf),'PNDzn':function(_0x1aa0b8,_0x148ce8){return _0x1aa0b8===_0x148ce8;},'efFdp':_0x5564(0x2fe),'rJOUp':function(_0x2c9a31){return _0x2c9a31();},'dSNqy':'โš ๏ธ\x20No\x20refresh\x20token\x20found\x20-\x20attempting\x20to\x20fix...','gBLMH':function(_0x2da202,_0x5085fa){return _0x2da202(_0x5085fa);},'oldTN':_0x5564(0x2ff),'YnplC':_0x5564(0x300),'tfyqk':function(_0x6e2300){return _0x6e2300();},'CDxae':_0x5564(0x301),'UjZmz':_0x5564(0x302),'jYzFr':_0x5564(0x303)};console['log'](_0x15b02f['JbmdT']),console['log'](_0x15b02f[_0x5564(0x304)],_0x519993);try{if(_0x15b02f['PNDzn'](_0x15b02f[_0x5564(0x305)],'Hpylg'))return _0x46e927['log']('โœ…\x20'+_0xce74d6+_0x5564(0x1c6)),!![];else{const _0xa1117b=await _0x15b02f[_0x5564(0x306)](debugYouTubeTokens);console[_0x5564(0x19)](_0x5564(0x307),_0xa1117b);if(!_0xa1117b['hasRefreshToken']){console[_0x5564(0x19)](_0x15b02f[_0x5564(0x308)]);const _0x16a22d=await _0x15b02f[_0x5564(0x309)](fixUserYouTubeConnection,_0x519993);if(_0x16a22d){if(_0x15b02f[_0x5564(0x30a)](_0x15b02f['oldTN'],_0x15b02f[_0x5564(0x30b)])){console[_0x5564(0x19)](_0x15b02f['YnplC']);const _0x4bb615=await _0x15b02f[_0x5564(0x30c)](debugYouTubeTokens);console[_0x5564(0x19)](_0x15b02f['CDxae'],_0x4bb615);}else return _0x4ae8da&&_0x3005f3[_0x5564(0xf)]?_0x4e55fa:{'default':_0x5513f0};}else console[_0x5564(0x4f)](_0x15b02f['UjZmz']);}else console['log'](_0x15b02f[_0x5564(0x30d)]);}}catch(_0x1ae446){console[_0x5564(0x4f)]('โŒ\x20Error\x20testing\x20YouTube\x20refresh\x20token:',_0x1ae446);}};exports['testYouTubeRefreshToken']=testYouTubeRefreshToken;const requestEmailVerification=async(_0x3b9d0a,_0x2e1b95=![])=>{const _0x4da6b8={'caThI':'๐Ÿ“ง\x20[OAUTH]\x20Email\x20platform\x20selected,\x20returning\x20mock\x20auth\x20URL','gxvTC':'๐Ÿ“ง\x20Requesting\x20email\x20verification\x20for:','cGMhr':function(_0x1e1894,_0x4d0e0c,_0x4c2fa2){return _0x1e1894(_0x4d0e0c,_0x4c2fa2);},'HkmjJ':_0x5564(0x30e),'VJDRc':_0x5564(0x30f),'eYKMj':function(_0x24e6d4,_0x2cc25f){return _0x24e6d4!==_0x2cc25f;},'hNYMp':_0x5564(0x310),'VmnOJ':'rpMFX','auzLV':'Failed\x20to\x20send\x20verification\x20code','yLPSH':_0x5564(0x35)};try{console[_0x5564(0x19)](_0x4da6b8[_0x5564(0x311)],_0x3b9d0a);const _0x53e361=await _0x4da6b8[_0x5564(0x312)](fetch,_api[_0x5564(0x21)][_0x5564(0x22)]+_0x5564(0x313),{'method':'POST','headers':getDeveloperAuthHeaders(),'body':JSON[_0x5564(0x98)]({'email':_0x3b9d0a,'action':_0x4da6b8[_0x5564(0x314)],'testMode':_0x2e1b95})}),_0x1acd9d=await _0x53e361['json']();return _0x53e361['ok']?{'success':!![],'message':_0x1acd9d['message']||_0x4da6b8[_0x5564(0x315)]}:_0x4da6b8[_0x5564(0x316)](_0x4da6b8['hNYMp'],_0x4da6b8['VmnOJ'])?{'success':![],'error':_0x1acd9d[_0x5564(0x54)]||_0x4da6b8[_0x5564(0x317)]}:(_0x3bd7c0[_0x5564(0x19)](_0x4da6b8[_0x5564(0x318)]),_0x5d7b0b[_0x5564(0x21)]['BASE_URL']+_0x5564(0x319));}catch(_0x3a82d7){return console['error'](_0x5564(0x50),_0x3a82d7),{'success':![],'error':_0x4da6b8[_0x5564(0x31a)]};}};exports['requestEmailVerification']=requestEmailVerification;const verifyEmailCode=async(_0x3a2da7,_0x558b79,_0x70bdb0=![])=>{const _0x396aeb={'sjawZ':_0x5564(0x31b),'vOnwR':'Network\x20error','iKoEo':function(_0x2f90cc,_0x4797c3){return _0x2f90cc===_0x4797c3;},'BNWVk':function(_0x590183,_0x465777){return _0x590183===_0x465777;},'oxfvF':_0x5564(0xd4),'mrlrW':_0x5564(0x31c),'GGljK':_0x5564(0xe8),'MmVbO':'๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20REFRESH\x20TOKEN\x20SENT\x20TO\x20BACKEND:','DFtSy':_0x5564(0x31d),'cTIyQ':_0x5564(0xe9),'olioE':_0x5564(0xcf),'vxqpP':function(_0x30feb5,_0x34623b){return _0x30feb5===_0x34623b;},'KiJtU':_0x5564(0x31e),'UamVE':'๐Ÿ”\x20Verifying\x20email\x20code\x20for:','MPFmd':function(_0x291a3e,_0x54fcad,_0x5207fe){return _0x291a3e(_0x54fcad,_0x5207fe);},'dzRHy':function(_0x21333f){return _0x21333f();},'nEaLE':'verify','ZqiSd':_0x5564(0x31f),'hocwa':_0x5564(0x320),'jkrMw':function(_0x3fab61,_0x6bf43b){return _0x3fab61===_0x6bf43b;},'YHGhZ':_0x5564(0x321),'nmrip':'Invalid\x20verification\x20code','fPaGo':_0x5564(0x35)};try{if(_0x396aeb[_0x5564(0x322)](_0x5564(0x31e),_0x396aeb[_0x5564(0x323)])){console[_0x5564(0x19)](_0x396aeb[_0x5564(0x324)],_0x3a2da7);const _0x395bc8=await _0x396aeb[_0x5564(0x325)](fetch,_api['API_CONFIG'][_0x5564(0x22)]+'/email/verification',{'method':'POST','headers':_0x396aeb[_0x5564(0x326)](getDeveloperAuthHeaders),'body':JSON[_0x5564(0x98)]({'email':_0x3a2da7,'code':_0x558b79,'action':_0x396aeb[_0x5564(0x327)],'testMode':_0x70bdb0})}),_0x325831=await _0x395bc8[_0x5564(0x132)]();if(_0x395bc8['ok'])return _0x396aeb[_0x5564(0x328)](_0x396aeb[_0x5564(0x329)],_0x396aeb['ZqiSd'])?{'success':!![],'message':_0x325831['message']||_0x396aeb['hocwa'],'existingUser':_0x325831['existingUser']||![],'token':_0x325831[_0x5564(0x32a)]}:(_0x5d8102[_0x5564(0x4f)](_0x396aeb[_0x5564(0x32b)],_0x2faaf9),{'success':![],'isPending':![],'error':_0x396aeb['vOnwR']});else{if(_0x396aeb['jkrMw'](_0x5564(0x321),_0x396aeb[_0x5564(0x32c)]))return{'success':![],'error':_0x325831[_0x5564(0x54)]||_0x396aeb[_0x5564(0x32d)]};else{var _0xe1ad8,_0xbf49bb;_0x59604f[_0x5564(0x19)](_0x5564(0xd3)),_0x16b906=((_0xe1ad8=_0x219d07[_0x5564(0x6a)])===null||_0x396aeb[_0x5564(0x328)](_0xe1ad8,void 0x0)||(_0xe1ad8=_0xe1ad8[_0x5564(0x6c)])===null||_0xe1ad8===void 0x0?void 0x0:_0xe1ad8[_0x5564(0x61)])||(_0x396aeb[_0x5564(0x328)](_0xbf49bb=_0x2ac872[_0x5564(0x6a)],null)||_0x396aeb[_0x5564(0x32e)](_0xbf49bb,void 0x0)||(_0xbf49bb=_0xbf49bb[_0x5564(0x6c)])===null||_0xbf49bb===void 0x0?void 0x0:_0xbf49bb[_0x5564(0x75)])||_0x396aeb[_0x5564(0x32f)];}}}else _0x3485de[_0x5564(0x19)](_0x396aeb['mrlrW']),_0x9cd90b[_0x5564(0x19)](_0x396aeb[_0x5564(0x330)],_0x4ab57e[_0x5564(0x189)]),_0x4a0a46[_0x5564(0x19)](_0x5564(0xe7)),_0x598b52[_0x5564(0x19)](_0x396aeb[_0x5564(0x331)]),_0x1b457a['log'](_0x396aeb[_0x5564(0x332)],_0x371ee7),_0x5b2b56[_0x5564(0x19)](_0x396aeb[_0x5564(0x333)],_0xd3013a[_0x5564(0x12b)]('4/')?'serverAuthCode':_0x396aeb['olioE']),_0x129532[_0x5564(0x19)](_0x5564(0xe6),_0x9b2a93[_0x5564(0x135)]);}catch(_0x408e14){return console[_0x5564(0x4f)]('โŒ\x20Error\x20verifying\x20email\x20code:',_0x408e14),{'success':![],'error':_0x396aeb[_0x5564(0x334)]};}};exports['verifyEmailCode']=verifyEmailCode;const checkEmailVerificationStatus=async(_0x3465cb,_0x24b5cc=![])=>{const _0x4e4955={'ruAEF':_0x5564(0x2d9),'SsTxs':function(_0x2b4e8a,_0x3c8701){return _0x2b4e8a!==_0x3c8701;},'tPjtF':'GvDIu','LSTOH':'GFOgy','WmBBk':function(_0x47b871,_0xaf1ee6,_0x49fd48){return _0x47b871(_0xaf1ee6,_0x49fd48);},'zFowt':_0x5564(0x335),'ZRUbJ':_0x5564(0x31b),'LlTHW':_0x5564(0x336)};try{if(_0x4e4955['SsTxs'](_0x4e4955['tPjtF'],_0x4e4955[_0x5564(0x337)])){const _0x4ba78e=await _0x4e4955[_0x5564(0x338)](fetch,_api[_0x5564(0x21)]['BASE_URL']+'/email/verification/status',{'method':'POST','headers':getDeveloperAuthHeaders(),'body':JSON['stringify']({'email':_0x3465cb,'testMode':_0x24b5cc})}),_0x52c2d0=await _0x4ba78e[_0x5564(0x132)]();return{'success':_0x4ba78e['ok'],'isPending':_0x52c2d0[_0x5564(0x339)]||![],'message':_0x52c2d0[_0x5564(0x54)]};}else return _0x2841ba[_0x5564(0x4f)](_0x4e4955[_0x5564(0x33a)]),![];}catch(_0x58ee66){if(_0x4e4955['SsTxs'](_0x5564(0x335),_0x4e4955['zFowt']))_0x2c77da[_0x5564(0x4f)](_0x5564(0xfa));else return console[_0x5564(0x4f)](_0x4e4955[_0x5564(0x33b)],_0x58ee66),{'success':![],'isPending':![],'error':_0x4e4955['LlTHW']};}};exports[_0x5564(0xe)]=checkEmailVerificationStatus;const initializePlatformAuthService=()=>{const _0x33c486={'pGcRK':'๐Ÿ”ง\x20Platform\x20auth\x20service\x20initialized','RFusP':function(_0x54bc43){return _0x54bc43();}};console[_0x5564(0x19)](_0x33c486[_0x5564(0x33c)]),_0x33c486[_0x5564(0x33d)](initializeGoogleSignIn);};exports[_0x5564(0x8)]=initializePlatformAuthService;
12
+ Object['defineProperty'](exports,_0x3d52(0x0),{'value':!![]}),exports[_0x3d52(0x1)]=exports['testYouTubeRefreshToken']=exports[_0x3d52(0x2)]=exports[_0x3d52(0x3)]=exports['refreshYouTubeTokens']=exports[_0x3d52(0x4)]=exports[_0x3d52(0x5)]=exports[_0x3d52(0x6)]=exports[_0x3d52(0x7)]=exports[_0x3d52(0x8)]=exports[_0x3d52(0x9)]=exports[_0x3d52(0xa)]=exports[_0x3d52(0xb)]=exports[_0x3d52(0xc)]=exports['exchangeCodeForToken']=exports[_0x3d52(0xd)]=void 0x0;var _reactNative=__ONAIROS_REQ_FUNC__(0x0),_googleSignin=__ONAIROS_REQ_FUNC__(0x1),_asyncStorage=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x2)),_api=__ONAIROS_REQ_FUNC__(0x3),_apiKeyService=__ONAIROS_REQ_FUNC__(0x4),_jwtStorageService=__ONAIROS_REQ_FUNC__(0x5);function _interopRequireDefault(_0x22869a){return _0x22869a&&_0x22869a[_0x3d52(0x0)]?_0x22869a:{'default':_0x22869a};}const getDeveloperAuthHeaders=()=>{const _0x5a3886={'NJHVc':_0x3d52(0xe),'ErdGC':function(_0x1f450f,_0x476c9f){return _0x1f450f===_0x476c9f;},'qWgHI':_0x3d52(0xf),'HfTLW':_0x3d52(0x10),'JfEHA':_0x3d52(0x11),'ZHjwo':function(_0x4d975c,_0x579563){return _0x4d975c!==_0x579563;},'ycNFQ':_0x3d52(0x12),'JMNDD':_0x3d52(0x13)};if(!(0x0,_apiKeyService[_0x3d52(0x14)])()){if(_0x5a3886[_0x3d52(0x15)](_0x5a3886['qWgHI'],_0x5a3886['HfTLW']))_0x8ba403['api2Test']={'success':![],'error':_0x4a2559[_0x3d52(0x16)],'name':_0x4415bb[_0x3d52(0x17)]},_0x4076e6[_0x3d52(0x18)](_0x5a3886[_0x3d52(0x19)],_0x164e07[_0x3d52(0x16)]);else throw new Error(_0x5a3886[_0x3d52(0x1a)]);}const _0x223203=(0x0,_apiKeyService[_0x3d52(0x1b)])();if(!(_0x5a3886[_0x3d52(0x1c)](_0x223203,null)&&_0x5a3886[_0x3d52(0x1c)](_0x223203,void 0x0)&&_0x223203[_0x3d52(0x1d)]))throw new Error(_0x5a3886[_0x3d52(0x1e)]);return{...(0x0,_api[_0x3d52(0x1f)])(),'Authorization':_0x3d52(0x20)+_0x223203[_0x3d52(0x1d)],'X-SDK-Version':_0x5a3886[_0x3d52(0x21)],'X-SDK-Platform':'react-native'};},WEB_CLIENT_ID=_0x3d52(0x22),IOS_CLIENT_ID=_0x3d52(0x22),OAUTH_CONFIG={'instagram':{'authUrl':'https://api.instagram.com/oauth/authorize','clientId':_0x3d52(0x23),'redirectUri':_0x3d52(0x24),'scope':_0x3d52(0x25),'responseType':'code','hasNativeSDK':![]},'youtube':{'authUrl':_api[_0x3d52(0x26)][_0x3d52(0x27)]+_0x3d52(0x28),'clientId':'1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com','redirectUri':_0x3d52(0x24),'scope':_0x3d52(0x29),'responseType':_0x3d52(0x2a),'hasNativeSDK':!![]},'reddit':{'authUrl':_api[_0x3d52(0x26)]['BASE_URL']+_0x3d52(0x2b),'clientId':_0x3d52(0x2c),'redirectUri':_0x3d52(0x24),'scope':_0x3d52(0x2d),'responseType':_0x3d52(0x2a),'hasNativeSDK':![]},'pinterest':{'authUrl':_api['API_CONFIG'][_0x3d52(0x27)]+_0x3d52(0x2e),'clientId':'demo_pinterest_client_id','redirectUri':'onairosevents://auth/callback','scope':_0x3d52(0x2f),'responseType':'code','hasNativeSDK':![]},'facebook':{'authUrl':'https://www.facebook.com/v12.0/dialog/oauth','clientId':_0x3d52(0x30),'redirectUri':_0x3d52(0x24),'scope':_0x3d52(0x31),'responseType':_0x3d52(0x2a),'hasNativeSDK':![]},'linkedin':{'authUrl':_api[_0x3d52(0x26)][_0x3d52(0x27)]+_0x3d52(0x32),'clientId':'','redirectUri':'onairosevents://auth/callback','scope':_0x3d52(0x33),'responseType':_0x3d52(0x2a),'hasNativeSDK':![]},'gmail':{'authUrl':_api['API_CONFIG'][_0x3d52(0x27)]+_0x3d52(0x34),'clientId':'demo_gmail_client_id','redirectUri':'onairosevents://auth/callback','scope':'https://www.googleapis.com/auth/gmail.readonly','responseType':_0x3d52(0x2a),'hasNativeSDK':![]},'email':{'hasNativeSDK':![],'authUrl':_api[_0x3d52(0x26)][_0x3d52(0x27)]+_0x3d52(0x35)},'chatgpt':{'authUrl':_0x3d52(0x36),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'claude':{'authUrl':_0x3d52(0x37),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'gemini':{'authUrl':'https://gemini.google.com','clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'grok':{'authUrl':_0x3d52(0x38),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'hinge':{'authUrl':'https://hinge.co','clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'instagram_webview':{'authUrl':_0x3d52(0x39),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'sephora':{'authUrl':_0x3d52(0x3a),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'telegram':{'authUrl':_0x3d52(0x3b),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]}},hasNativeSDK=_0x144f31=>{const _0x119d9e={'dSiCd':function(_0x160d4f,_0x45fe39){return _0x160d4f===_0x45fe39;}};var _0x38cf54;return(_0x119d9e[_0x3d52(0x3c)](_0x38cf54=OAUTH_CONFIG[_0x144f31],null)||_0x119d9e[_0x3d52(0x3c)](_0x38cf54,void 0x0)?void 0x0:_0x38cf54[_0x3d52(0x9)])||![];};exports[_0x3d52(0x9)]=hasNativeSDK;const testApiConnectivity=async()=>{const _0x2e4c66={'xigJD':_0x3d52(0x3d),'ruyhe':_0x3d52(0x3e),'UUInV':function(_0x226f95,_0x127765,_0x4cbd36){return _0x226f95(_0x127765,_0x4cbd36);},'Ktcdr':'HEAD','JAbCg':_0x3d52(0x3f),'DydBZ':_0x3d52(0x40),'NNQmp':'๐ŸŒ\x20[CONNECTIVITY]\x20Test\x202:\x20Checking\x20API\x20server...','hkIIL':function(_0x4b8e3a,_0x22549e){return _0x4b8e3a===_0x22549e;},'okzjl':_0x3d52(0x41),'ESleZ':function(_0x5c9c44,_0x26df08,_0x54ec8f){return _0x5c9c44(_0x26df08,_0x54ec8f);},'xsoVY':function(_0x14f2b0,_0x423320){return _0x14f2b0(_0x423320);},'nzirX':_0x3d52(0x42),'BOoFw':_0x3d52(0xe),'kWOVF':function(_0x2fa930,_0x2b1551){return _0x2fa930!==_0x2b1551;},'IwDDr':function(_0x3f2577,_0x3cb8ba){return _0x3f2577!==_0x3cb8ba;},'qrnFH':_0x3d52(0x43),'GpAoM':_0x3d52(0x44),'nmQve':_0x3d52(0x45)},_0x27baea={'googleTest':null,'api2Test':null};try{var _0x4fcf9f,_0x2f11b3;console[_0x3d52(0x46)](_0x2e4c66[_0x3d52(0x47)]),console[_0x3d52(0x46)](_0x2e4c66['ruyhe']);try{const _0xdff473=await _0x2e4c66[_0x3d52(0x48)](fetch,_0x3d52(0x49),{'method':_0x2e4c66[_0x3d52(0x4a)],'mode':_0x3d52(0x4b)});_0x27baea[_0x3d52(0x4c)]={'success':!![],'status':_0x2e4c66['JAbCg']},console[_0x3d52(0x46)](_0x3d52(0x4d));}catch(_0x2d25ab){if(_0x2e4c66[_0x3d52(0x4e)]===_0x3d52(0x40))_0x27baea['googleTest']={'success':![],'error':_0x2d25ab[_0x3d52(0x16)]},console[_0x3d52(0x18)](_0x3d52(0x4f),_0x2d25ab[_0x3d52(0x16)]);else return _0x472df1[_0x3d52(0x18)](_0x3d52(0x50),_0x39aa15),null;}console['log'](_0x2e4c66[_0x3d52(0x51)]);try{if(_0x2e4c66['hkIIL'](_0x2e4c66[_0x3d52(0x52)],_0x3d52(0x41))){const _0x46e225=new AbortController(),_0x147a86=_0x2e4c66[_0x3d52(0x48)](setTimeout,()=>_0x46e225[_0x3d52(0x53)](),0x7530),_0x46fdcb=await _0x2e4c66[_0x3d52(0x54)](fetch,_api[_0x3d52(0x26)][_0x3d52(0x27)]+_0x3d52(0x55),{'method':'GET','signal':_0x46e225[_0x3d52(0x56)]});_0x2e4c66[_0x3d52(0x57)](clearTimeout,_0x147a86);const _0x307807=await _0x46fdcb[_0x3d52(0x58)]()[_0x3d52(0x59)](()=>'Unable\x20to\x20read\x20response');_0x27baea[_0x3d52(0x5a)]={'success':_0x46fdcb['ok'],'status':_0x46fdcb['status'],'statusText':_0x46fdcb[_0x3d52(0x5b)],'response':_0x307807[_0x3d52(0x5c)](0x0,0xc8)},_0x46fdcb['ok']?console[_0x3d52(0x46)](_0x2e4c66['nzirX']):console[_0x3d52(0x46)](_0x3d52(0x5d)+_0x46fdcb[_0x3d52(0x5e)]);}else _0x2e93d8['warn'](_0x3d52(0x5f));}catch(_0x130157){_0x27baea[_0x3d52(0x5a)]={'success':![],'error':_0x130157[_0x3d52(0x16)],'name':_0x130157['name']},console[_0x3d52(0x18)](_0x2e4c66['BOoFw'],_0x130157[_0x3d52(0x16)]);}if(_0x2e4c66[_0x3d52(0x60)](_0x4fcf9f=_0x27baea['api2Test'],null)&&_0x2e4c66[_0x3d52(0x61)](_0x4fcf9f,void 0x0)&&_0x4fcf9f[_0x3d52(0x62)])return{'success':!![],'message':_0x2e4c66['qrnFH'],'details':_0x27baea};else return(_0x2f11b3=_0x27baea['googleTest'])!==null&&_0x2e4c66['kWOVF'](_0x2f11b3,void 0x0)&&_0x2f11b3[_0x3d52(0x62)]?{'success':![],'message':_0x2e4c66[_0x3d52(0x63)],'details':_0x27baea}:{'success':![],'message':_0x3d52(0x64),'details':_0x27baea};}catch(_0x160ee7){return console[_0x3d52(0x18)](_0x2e4c66[_0x3d52(0x65)],_0x160ee7[_0x3d52(0x16)]),{'success':![],'message':_0x3d52(0x66)+_0x160ee7[_0x3d52(0x16)],'details':{'error':_0x160ee7[_0x3d52(0x16)],'results':_0x27baea}};}};exports[_0x3d52(0x2)]=testApiConnectivity;const initiateOAuth=async(_0x22d19e,_0x3635c5)=>{const _0x54b2fb={'jaziV':_0x3d52(0x67),'wMcwo':'code=','vfmnK':'๐Ÿ”„\x20[YOUTUBE\x20AUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','YxWeM':_0x3d52(0x68),'WgVum':_0x3d52(0x69),'IJsEl':function(_0x4bc839,_0xa09495){return _0x4bc839===_0xa09495;},'gIQNM':'email','wKokC':'๐Ÿ“ง\x20[OAUTH]\x20Email\x20platform\x20selected,\x20returning\x20mock\x20auth\x20URL','lpHCN':_0x3d52(0x6a),'qxvvz':_0x3d52(0x6b),'BThpp':function(_0x1e0b22,_0x16a963,_0x4230a1){return _0x1e0b22(_0x16a963,_0x4230a1);},'VVyVn':function(_0x1e63c6,_0x69b147,_0x284937){return _0x1e63c6(_0x69b147,_0x284937);},'CZRld':function(_0x16d108,_0x20e071){return _0x16d108(_0x20e071);},'hWEkD':_0x3d52(0x6c),'BfwXw':_0x3d52(0x6d),'qFEhA':_0x3d52(0x6e),'WADdd':function(_0x51ee34,_0x7cae71){return _0x51ee34!==_0x7cae71;},'hjTlR':_0x3d52(0x6f),'iNhau':_0x3d52(0x70),'oHNty':_0x3d52(0x71),'ntcXG':_0x3d52(0x72),'YmDNR':'\x20\x20\x205.\x20iOS\x20simulator\x20network\x20sandbox\x20issue\x20-\x20try\x20on\x20physical\x20device','WtYak':_0x3d52(0x73)};try{if(_0x3d52(0x74)===_0x54b2fb[_0x3d52(0x75)])_0x4a0100[_0x3d52(0x46)](_0x3d52(0x76));else{console[_0x3d52(0x46)]('๐Ÿš€\x20[OAUTH]\x20Starting\x20OAuth\x20for\x20platform:\x20'+_0x22d19e),console['log'](_0x3d52(0x77)+_reactNative[_0x3d52(0x78)]['OS']+_0x3d52(0x79)+_reactNative['Platform'][_0x3d52(0x7a)]);if(_0x54b2fb[_0x3d52(0x7b)](_0x22d19e,_0x54b2fb[_0x3d52(0x7c)]))return console[_0x3d52(0x46)](_0x54b2fb[_0x3d52(0x7d)]),_api[_0x3d52(0x26)][_0x3d52(0x27)]+_0x3d52(0x7e);let _0x16915d;try{if(_0x54b2fb['lpHCN']!==_0x54b2fb['qxvvz'])_0x16915d=await(0x0,_api['getUserAuthHeaders'])(),console[_0x3d52(0x46)](_0x3d52(0x7f));else return _0x155632['includes'](_0x54b2fb[_0x3d52(0x80)])||_0x2ede42['includes'](_0x54b2fb[_0x3d52(0x81)]);}catch(_0x4eb1d8){return console[_0x3d52(0x18)](_0x3d52(0x82)+_0x22d19e+_0x3d52(0x83)),console[_0x3d52(0x18)](_0x3d52(0x84)),null;}const _0xbb0351=_api['API_CONFIG'][_0x3d52(0x27)]+'/'+_0x22d19e+'/authorize';console[_0x3d52(0x46)](_0x3d52(0x85)+_0xbb0351),console['log'](_0x3d52(0x86));const _0xb4d188={'platform':_0x22d19e,'timestamp':new Date()['toISOString']()};console[_0x3d52(0x46)](_0x3d52(0x87),_0xb4d188);const _0x50a9df=new AbortController(),_0x296086=_0x54b2fb[_0x3d52(0x88)](setTimeout,()=>{console[_0x3d52(0x46)](_0x3d52(0x89)+_0x22d19e+_0x3d52(0x8a)),_0x50a9df[_0x3d52(0x53)]();},0x7530),_0x35d132=await _0x54b2fb[_0x3d52(0x8b)](fetch,_0xbb0351,{'method':'POST','headers':_0x16915d,'body':JSON[_0x3d52(0x8c)](_0xb4d188),'signal':_0x50a9df[_0x3d52(0x56)]});_0x54b2fb[_0x3d52(0x8d)](clearTimeout,_0x296086),console['log']('๐Ÿ“ก\x20[OAUTH]\x20Response\x20status:\x20'+_0x35d132[_0x3d52(0x5e)]+'\x20'+_0x35d132['statusText']);if(!_0x35d132['ok']){if(_0x54b2fb['hWEkD']!==_0x54b2fb['BfwXw']){const _0x49e3a5=await _0x35d132[_0x3d52(0x58)]();return console[_0x3d52(0x18)](_0x3d52(0x8e)+_0x22d19e+':\x20'+_0x35d132[_0x3d52(0x5e)]+_0x3d52(0x8f)+_0x49e3a5),null;}else _0x258e16[_0x3d52(0x46)](_0x54b2fb['vfmnK']),_0x47d1ed['log'](_0x3d52(0x90)),_0x59482a[_0x3d52(0x46)](_0x54b2fb[_0x3d52(0x91)]);}const _0x52995c=await _0x35d132['json']();console[_0x3d52(0x46)](_0x3d52(0x92)+_0x22d19e+':',_0x52995c);const _0x101425=_0x22d19e+_0x3d52(0x93),_0x5e3348=_0x52995c[_0x101425]||_0x52995c[_0x3d52(0x94)]||null;return console[_0x3d52(0x46)](_0x3d52(0x95)+_0x22d19e+'\x20(key:\x20'+_0x101425+'):',_0x5e3348),_0x5e3348;}}catch(_0x598296){var _0x28c143;if(_0x598296[_0x3d52(0x17)]===_0x54b2fb['qFEhA'])console['error'](_0x3d52(0x96)+_0x22d19e+'\x20-\x20the\x20server\x20took\x20too\x20long\x20to\x20respond');else{if(_0x54b2fb[_0x3d52(0x97)](_0x28c143=_0x598296['message'],null)&&_0x28c143!==void 0x0&&_0x28c143['includes'](_0x54b2fb['hjTlR'])){const _0xf500e7=_0x54b2fb[_0x3d52(0x98)][_0x3d52(0x99)]('|');let _0x1579b4=0x0;while(!![]){switch(_0xf500e7[_0x1579b4++]){case'0':console[_0x3d52(0x18)](_0x54b2fb['oHNty']);continue;case'1':console[_0x3d52(0x18)](_0x54b2fb[_0x3d52(0x9a)]);continue;case'2':console[_0x3d52(0x18)](_0x3d52(0x9b)+_0x22d19e+_0x3d52(0x9c));continue;case'3':console[_0x3d52(0x18)](_0x54b2fb[_0x3d52(0x9d)]);continue;case'4':console[_0x3d52(0x18)]('\x20\x20\x203.\x20DNS\x20resolution\x20failed');continue;case'5':console['error'](_0x54b2fb[_0x3d52(0x9e)]);continue;}break;}}else console[_0x3d52(0x18)](_0x3d52(0x8e)+_0x22d19e+':',_0x598296);}return null;}};exports[_0x3d52(0x6)]=initiateOAuth;const initializeGoogleSignIn=()=>{const _0x41eef5={'KNPXb':_0x3d52(0x9f),'pSRML':_0x3d52(0xa0),'oVnUB':_0x3d52(0xa1)};_googleSignin[_0x3d52(0xa2)][_0x3d52(0xa3)]({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x3d52(0x29),_0x41eef5['KNPXb'],_0x41eef5['pSRML'],_0x41eef5[_0x3d52(0xa4)]],'hostedDomain':'','accountName':''});},forceYouTubeReconnectionWithConsent=async _0x2c9284=>{const _0x18e70b={'GcuoV':_0x3d52(0xa5),'gcPsV':_0x3d52(0xa6),'SgbsO':_0x3d52(0xa7),'XZUcd':_0x3d52(0x11),'pjCoD':function(_0x55a4e7,_0x47d289){return _0x55a4e7!==_0x47d289;},'ZCUoV':function(_0x377e47,_0x58708f){return _0x377e47!==_0x58708f;},'qpeYJ':_0x3d52(0x13),'lRwbq':_0x3d52(0xa8),'VHgVO':_0x3d52(0xa9),'fSJha':'โ„น๏ธ\x20No\x20token\x20cache\x20to\x20clear','KyAkX':function(_0x32e9c5,_0x1fdfa4){return _0x32e9c5===_0x1fdfa4;},'DmxAh':_0x3d52(0xaa),'odDjh':_0x3d52(0xab),'mYwcp':'โœ…\x20Signed\x20out\x20-\x20consent\x20cache\x20cleared','uXYQj':'โœ…\x20Token\x20cache\x20cleared','DOddg':_0x3d52(0xac),'MxuOi':_0x3d52(0x29),'hFdOK':_0x3d52(0x9f),'JMNIV':'profile','RmYjc':_0x3d52(0xa1),'KSSzC':_0x3d52(0xad),'eJcPU':_0x3d52(0xae),'LFloA':'๐Ÿ“ฑ\x20User\x20should\x20see:\x20\x22Allow\x20[App]\x20to\x20access\x20your\x20YouTube\x20account\x20when\x20you\x27re\x20not\x20using\x20the\x20app?\x22','ayUoH':_0x3d52(0xaf),'DKJJC':_0x3d52(0xb0),'SSpqM':function(_0x439c2e,_0x32ebdd){return _0x439c2e===_0x32ebdd;},'owOHV':'๐Ÿ“‹\x20FULL\x20userInfo\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','XDubw':_0x3d52(0xb1),'kgyzi':'๐Ÿ“‹\x20FULL\x20currentUser\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','adCOU':_0x3d52(0xb2),'bCyPH':'-\x20Access\x20token:','trihc':'-\x20ID\x20token:','lVqel':_0x3d52(0xb3),'kmKRQ':_0x3d52(0xb4),'VTChQ':function(_0x40bf0b,_0x142ea6){return _0x40bf0b!==_0x142ea6;},'JdvrL':'Missing','TuIlq':_0x3d52(0xb5),'wMvZH':function(_0x4bce9c,_0x18133a){return _0x4bce9c!==_0x18133a;},'xFybV':function(_0xba4092,_0x429a2d){return _0xba4092!==_0x429a2d;},'bFNoy':function(_0x5ac8c3,_0x293122){return _0x5ac8c3===_0x293122;},'pvAot':function(_0x1bb0fe,_0xe497fd){return _0x1bb0fe===_0xe497fd;},'ojxAC':_0x3d52(0xb6),'ewUAJ':_0x3d52(0xb7),'QqBCn':_0x3d52(0xb8),'cWhxq':_0x3d52(0xb9),'BItIP':function(_0x1e6687,_0xdc12d4){return _0x1e6687!==_0xdc12d4;},'kxbqj':_0x3d52(0xba),'OkEhB':function(_0x1bd0d2,_0x66b87c,_0x192893){return _0x1bd0d2(_0x66b87c,_0x192893);},'gLXlP':_0x3d52(0xbb),'YSnPO':_0x3d52(0xbc),'XTqjY':_0x3d52(0xbd),'zwghV':_0x3d52(0xbe),'ygepQ':_0x3d52(0xbf),'QNFlq':function(_0x5e539a,_0x423e24){return _0x5e539a===_0x423e24;},'jYfdX':function(_0x1f588d,_0x3c7483){return _0x1f588d===_0x3c7483;},'Wezjl':_0x3d52(0xc0),'KJUHa':_0x3d52(0xc1),'bwrvf':function(_0x24b4a9,_0x3c0f23){return _0x24b4a9===_0x3c0f23;},'KMdrb':function(_0x515905,_0x19f515){return _0x515905===_0x19f515;},'yDYTA':function(_0x34b552,_0x30988e){return _0x34b552===_0x30988e;},'qcKDT':function(_0x3d06df,_0x44e21e){return _0x3d06df===_0x44e21e;},'OOOIE':_0x3d52(0xc2),'qMiaH':function(_0x188e6a,_0x2714a6){return _0x188e6a===_0x2714a6;},'XsZWi':function(_0x38df77,_0x29603f){return _0x38df77===_0x29603f;},'QmvZC':function(_0x4dc19a,_0x3a4217){return _0x4dc19a===_0x3a4217;},'lMtam':function(_0x168cb4,_0x22e9a4){return _0x168cb4===_0x22e9a4;},'AacxY':_0x3d52(0xc3),'uTryA':function(_0x52908d,_0x533908){return _0x52908d===_0x533908;},'rHOPY':function(_0x39b6ce,_0x32acf7){return _0x39b6ce===_0x32acf7;},'NCOrJ':function(_0x108fcb,_0x3fe5e7){return _0x108fcb===_0x3fe5e7;},'UGuqN':function(_0x308e23,_0x1fca98){return _0x308e23===_0x1fca98;},'JVRyl':function(_0xbc7152,_0x1b9c84){return _0xbc7152===_0x1b9c84;},'CBqGc':function(_0x9acad9,_0x591ff2){return _0x9acad9+_0x591ff2;},'AeXXM':function(_0x3c41c4,_0x4af672){return _0x3c41c4*_0x4af672;},'nHWkf':_0x3d52(0xc4),'PMZVT':_0x3d52(0xc5),'bxEQg':_0x3d52(0xc6),'Wabus':function(_0xe8c936,_0x5be731){return _0xe8c936===_0x5be731;},'yrcUm':_0x3d52(0xc7),'uWitL':_0x3d52(0xc8),'yHMyD':'๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20Headers:','pesTz':_0x3d52(0xc9),'vxjFL':_0x3d52(0xca),'yjhgK':function(_0x542cf8,_0x6e7617){return _0x542cf8===_0x6e7617;},'MncNd':function(_0x172990,_0x1593e4){return _0x172990===_0x1593e4;},'xNDeR':_0x3d52(0xcb),'aiMii':function(_0x1f3d2d,_0x5b2d82){return _0x1f3d2d&&_0x5b2d82;},'rSUGC':_0x3d52(0xcc),'RbBnS':_0x3d52(0xcd),'wrGmG':'โœ…\x20[YOUTUBE\x20REAUTH]\x20Backend\x20Response\x20SUCCESS:','eWaLN':function(_0x486497,_0x43da9f){return _0x486497===_0x43da9f;},'zRvRS':function(_0x596b85,_0x2f09aa){return _0x596b85===_0x2f09aa;},'pughz':function(_0x56aeae,_0x4aa70a){return _0x56aeae===_0x4aa70a;},'jsqou':_0x3d52(0xce),'VHRnZ':_0x3d52(0xcf),'TrgGI':_0x3d52(0xd0),'JrVfH':_0x3d52(0xd1),'TQhQI':_0x3d52(0xd2),'LoDKc':_0x3d52(0xd3),'nfPNj':_0x3d52(0xd4),'PSPTW':_0x3d52(0xd5),'AEFbz':_0x3d52(0xd6),'YcEjh':_0x3d52(0xd7),'VsqWU':_0x3d52(0xd8),'vDvYb':_0x3d52(0xd9),'WysLo':_0x3d52(0xda),'EWLtl':_0x3d52(0xdb),'HwgBQ':_0x3d52(0xdc),'QpoEE':_0x3d52(0xdd),'wGnFv':_0x3d52(0xde),'UwvKf':_0x3d52(0xdf),'MGqhC':function(_0x18bbe9,_0x2ee78b){return _0x18bbe9===_0x2ee78b;},'GeZyf':_0x3d52(0xe0),'JuPoW':function(_0x2e93fb,_0x115282){return _0x2e93fb===_0x115282;},'bXLOg':_0x3d52(0xe1),'JuEGG':_0x3d52(0xe2),'UaEoj':'โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20User\x20may\x20need\x20to\x20manually\x20restart\x20training','zFOtW':'โŒ\x20[YOUTUBE\x20REAUTH]\x20Backend\x20processing\x20FAILED:','BRsCX':_0x3d52(0xe3),'xkOvG':_0x3d52(0xe4),'YlRnT':_0x3d52(0xe5),'mgmbT':_0x3d52(0xe6),'ZkhGT':_0x3d52(0xe7),'EjoTm':'โŒ\x20CRITICAL:\x20No\x20refresh\x20token\x20even\x20after\x20consent\x20screen','WObCw':_0x3d52(0xe8),'rvfys':_0x3d52(0xe9),'vZERP':_0x3d52(0xea),'FjgCf':_0x3d52(0xeb),'jmMTw':function(_0x1cdf6b,_0x1fe2bc){return _0x1cdf6b===_0x1fe2bc;},'iCSpu':_0x3d52(0xec),'qmOoG':_0x3d52(0xed),'FvxuA':function(_0x3b9462,_0x1039ef){return _0x3b9462===_0x1039ef;},'RCCsu':_0x3d52(0xee),'DwgRL':_0x3d52(0xef)};try{if(_0x18e70b[_0x3d52(0xf0)](_0x18e70b[_0x3d52(0xf1)],'vEKVO'))_0x32a6d8['log'](_0x18e70b[_0x3d52(0xf2)],_0x13a694);else{var _0x94df75,_0x4b6387,_0x5adb97;console[_0x3d52(0x46)](_0x18e70b[_0x3d52(0xf3)]),console[_0x3d52(0x46)]('๐Ÿ‘ค\x20User:',_0x2c9284);try{await _googleSignin[_0x3d52(0xa2)]['signOut'](),console[_0x3d52(0x46)](_0x18e70b[_0x3d52(0xf4)]);}catch(_0x1a6693){console[_0x3d52(0x46)](_0x18e70b['GcuoV'],_0x1a6693);}try{const _0x2b8519=await _googleSignin[_0x3d52(0xa2)]['getTokens']();_0x2b8519[_0x3d52(0xf5)]&&(await _googleSignin['GoogleSignin'][_0x3d52(0xf6)](_0x2b8519['accessToken']),console[_0x3d52(0x46)](_0x18e70b[_0x3d52(0xf7)]));}catch(_0x588e03){console[_0x3d52(0x46)](_0x18e70b['fSJha']);}console[_0x3d52(0x46)](_0x18e70b[_0x3d52(0xf8)]),_googleSignin[_0x3d52(0xa2)][_0x3d52(0xa3)]({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x18e70b['MxuOi'],_0x18e70b['hFdOK'],_0x18e70b[_0x3d52(0xf9)],_0x18e70b[_0x3d52(0xfa)]],'hostedDomain':'','accountName':''}),await _googleSignin[_0x3d52(0xa2)][_0x3d52(0xfb)](),console[_0x3d52(0x46)](_0x18e70b['KSSzC']),console[_0x3d52(0x46)](_0x18e70b['eJcPU']),console[_0x3d52(0x46)](_0x18e70b[_0x3d52(0xfc)]);const _0x20a14f=await _googleSignin[_0x3d52(0xa2)]['signIn']();console[_0x3d52(0x46)](_0x18e70b[_0x3d52(0xfd)]),console[_0x3d52(0x46)](_0x18e70b[_0x3d52(0xfe)],(_0x94df75=_0x20a14f[_0x3d52(0xff)])===null||_0x18e70b[_0x3d52(0xf0)](_0x94df75,void 0x0)||_0x18e70b['KyAkX'](_0x94df75=_0x94df75['user'],null)||_0x18e70b['SSpqM'](_0x94df75,void 0x0)?void 0x0:_0x94df75[_0x3d52(0xa1)]);const _0x576cf1=await _googleSignin[_0x3d52(0xa2)][_0x3d52(0x100)](),_0x22d129=await _googleSignin[_0x3d52(0xa2)][_0x3d52(0x101)]();console['log'](_0x18e70b[_0x3d52(0x102)]),console[_0x3d52(0x46)](JSON[_0x3d52(0x8c)](_0x20a14f,null,0x2)),console['log'](_0x18e70b['XDubw']),console[_0x3d52(0x46)](JSON[_0x3d52(0x8c)](_0x576cf1,null,0x2)),console[_0x3d52(0x46)](_0x18e70b[_0x3d52(0x103)]),console['log'](JSON[_0x3d52(0x8c)](_0x22d129,null,0x2)),console[_0x3d52(0x46)](_0x18e70b[_0x3d52(0x104)]),console[_0x3d52(0x46)](_0x18e70b[_0x3d52(0x105)],_0x576cf1[_0x3d52(0xf5)]?_0x576cf1[_0x3d52(0xf5)][_0x3d52(0x5c)](0x0,0x14)+'...':_0x3d52(0x106)),console[_0x3d52(0x46)](_0x18e70b[_0x3d52(0x107)],_0x576cf1[_0x3d52(0x108)]?_0x18e70b[_0x3d52(0x109)]:'Missing'),console['log'](_0x18e70b[_0x3d52(0x10a)],_0x18e70b[_0x3d52(0x10b)](_0x4b6387=_0x20a14f['data'],null)&&_0x4b6387!==void 0x0&&_0x4b6387[_0x3d52(0xc4)]?_0x20a14f[_0x3d52(0xff)][_0x3d52(0xc4)]['substring'](0x0,0x14)+_0x3d52(0x10c):_0x18e70b[_0x3d52(0x10d)]),console[_0x3d52(0x46)](_0x18e70b['TuIlq'],_0x18e70b[_0x3d52(0x10e)](_0x22d129,null)&&_0x18e70b[_0x3d52(0x10f)](_0x22d129,void 0x0)&&_0x22d129[_0x3d52(0xc4)]?_0x22d129[_0x3d52(0xc4)][_0x3d52(0x5c)](0x0,0x14)+_0x3d52(0x10c):_0x3d52(0x106));const _0x5849a7=(_0x18e70b[_0x3d52(0x110)](_0x5adb97=_0x20a14f[_0x3d52(0xff)],null)||_0x18e70b[_0x3d52(0x111)](_0x5adb97,void 0x0)?void 0x0:_0x5adb97[_0x3d52(0xc4)])||(_0x22d129===null||_0x18e70b['bFNoy'](_0x22d129,void 0x0)?void 0x0:_0x22d129[_0x3d52(0xc4)]);if(_0x5849a7){var _0x307e22,_0x525298,_0x5ecc22,_0xea8b0c,_0x34b19d,_0x2d90aa;console[_0x3d52(0x46)](_0x18e70b[_0x3d52(0x112)]),console['log'](_0x18e70b[_0x3d52(0x113)],_0x5849a7[_0x3d52(0x114)]('4/')?_0x3d52(0xc4):_0x18e70b['QqBCn']),console[_0x3d52(0x46)](_0x3d52(0x115),_0x5849a7[_0x3d52(0x5c)](0x0,0x14)+_0x3d52(0x10c));let _0x254698=_0x18e70b[_0x3d52(0x116)],_0x598699=null;try{if(_0x18e70b[_0x3d52(0x117)](_0x18e70b['kxbqj'],_0x18e70b[_0x3d52(0x118)]))return _0x3a416b[_0x3d52(0x18)](_0x18e70b[_0x3d52(0x119)],_0x2e15ef),{'success':![],'error':_0x18e70b['SgbsO']};else{console['log']('๐Ÿ“บ\x20Fetching\x20YouTube\x20channel\x20information...');const _0x357683=await _0x18e70b[_0x3d52(0x11a)](fetch,_0x18e70b[_0x3d52(0x11b)],{'headers':{'Authorization':_0x3d52(0x20)+_0x576cf1[_0x3d52(0xf5)],'Accept':'application/json'}});if(_0x357683['ok']){if(_0x18e70b['pvAot'](_0x18e70b[_0x3d52(0x11c)],_0x18e70b[_0x3d52(0x11c)])){const _0x9d3a7b=await _0x357683['json']();if(_0x9d3a7b['items']&&_0x9d3a7b[_0x3d52(0x11d)][_0x3d52(0x11e)]>0x0)_0x254698=_0x9d3a7b['items'][0x0][_0x3d52(0x11f)][_0x3d52(0x120)],_0x598699=_0x9d3a7b[_0x3d52(0x11d)][0x0]['id'],console[_0x3d52(0x46)](_0x18e70b[_0x3d52(0x121)],_0x254698,_0x18e70b[_0x3d52(0x122)],_0x598699);else{var _0x421a97,_0x40a149;console[_0x3d52(0x46)](_0x18e70b[_0x3d52(0x123)]),_0x254698=(_0x18e70b[_0x3d52(0x124)](_0x421a97=_0x20a14f[_0x3d52(0xff)],null)||_0x18e70b[_0x3d52(0x124)](_0x421a97,void 0x0)||_0x18e70b[_0x3d52(0x111)](_0x421a97=_0x421a97[_0x3d52(0x125)],null)||_0x18e70b[_0x3d52(0x110)](_0x421a97,void 0x0)?void 0x0:_0x421a97[_0x3d52(0x17)])||(_0x18e70b['jYfdX'](_0x40a149=_0x20a14f[_0x3d52(0xff)],null)||_0x40a149===void 0x0||(_0x40a149=_0x40a149[_0x3d52(0x125)])===null||_0x40a149===void 0x0?void 0x0:_0x40a149[_0x3d52(0xa1)])||_0x18e70b['Wezjl'];}}else return _0x18292a[_0x3d52(0x18)]('โŒ\x20Error\x20refreshing\x20YouTube\x20tokens:',_0x240f5c),![];}else{var _0x281625,_0x9ef8fb;console[_0x3d52(0x46)](_0x18e70b[_0x3d52(0x126)],_0x357683['status']),_0x254698=(_0x18e70b[_0x3d52(0x127)](_0x281625=_0x20a14f[_0x3d52(0xff)],null)||_0x18e70b[_0x3d52(0x128)](_0x281625,void 0x0)||_0x18e70b['jYfdX'](_0x281625=_0x281625[_0x3d52(0x125)],null)||_0x18e70b['yDYTA'](_0x281625,void 0x0)?void 0x0:_0x281625[_0x3d52(0x17)])||(_0x18e70b['pvAot'](_0x9ef8fb=_0x20a14f['data'],null)||_0x18e70b[_0x3d52(0x124)](_0x9ef8fb,void 0x0)||_0x18e70b[_0x3d52(0x129)](_0x9ef8fb=_0x9ef8fb[_0x3d52(0x125)],null)||_0x18e70b[_0x3d52(0x12a)](_0x9ef8fb,void 0x0)?void 0x0:_0x9ef8fb[_0x3d52(0xa1)])||_0x18e70b[_0x3d52(0x116)];}}}catch(_0x20c57){var _0x379f53,_0x1a54ac;console[_0x3d52(0x46)](_0x18e70b[_0x3d52(0x12b)],_0x20c57),_0x254698=(_0x18e70b[_0x3d52(0x12c)](_0x379f53=_0x20a14f[_0x3d52(0xff)],null)||_0x379f53===void 0x0||_0x18e70b[_0x3d52(0x12d)](_0x379f53=_0x379f53['user'],null)||_0x379f53===void 0x0?void 0x0:_0x379f53['name'])||(_0x18e70b[_0x3d52(0x12e)](_0x1a54ac=_0x20a14f['data'],null)||_0x1a54ac===void 0x0||_0x18e70b[_0x3d52(0x124)](_0x1a54ac=_0x1a54ac[_0x3d52(0x125)],null)||_0x18e70b[_0x3d52(0x12f)](_0x1a54ac,void 0x0)?void 0x0:_0x1a54ac['email'])||_0x18e70b['cWhxq'];}let _0x474453=await(0x0,_jwtStorageService['getJWT'])();(!_0x474453||_0x474453['trim']()[_0x3d52(0x11e)]<0x14)&&(console['log']('๐Ÿ”\x20Creating\x20authentication\x20token\x20for\x20YouTube\x20connection...'),_0x474453=_0x3d52(0xa9));const _0x29c8={'session':{'username':_0x2c9284,'platform':_0x18e70b[_0x3d52(0x130)],'timestamp':new Date()[_0x3d52(0x131)](),'channelName':_0x254698,'channelId':_0x598699,'forceConsent':!![]},'googleUser':_0x18e70b[_0x3d52(0x132)](_0x307e22=_0x20a14f[_0x3d52(0xff)],null)||_0x307e22===void 0x0?void 0x0:_0x307e22[_0x3d52(0x125)],'accessToken':_0x576cf1['accessToken'],'idToken':_0x576cf1[_0x3d52(0x108)],'refreshToken':_0x5849a7,'serverAuthCode':_0x5849a7,'refresh_token':_0x5849a7,'server_auth_code':_0x5849a7,'authCode':_0x5849a7,'userAccountInfo':{'username':_0x2c9284,'email':_0x18e70b[_0x3d52(0x111)](_0x525298=_0x20a14f[_0x3d52(0xff)],null)||_0x18e70b[_0x3d52(0x133)](_0x525298,void 0x0)||_0x18e70b['NCOrJ'](_0x525298=_0x525298['user'],null)||_0x18e70b['UGuqN'](_0x525298,void 0x0)?void 0x0:_0x525298[_0x3d52(0xa1)],'authToken':_0x474453,'channelName':_0x254698,'channelId':_0x598699,'userIdentifier':_0x474453?_0x3d52(0x134)+_0x474453[_0x3d52(0x5c)](0x0,0xa):_0x3d52(0x135)+(_0x18e70b[_0x3d52(0x133)](_0x5ecc22=_0x20a14f[_0x3d52(0xff)],null)||_0x5ecc22===void 0x0||(_0x5ecc22=_0x5ecc22[_0x3d52(0x125)])===null||_0x18e70b['JVRyl'](_0x5ecc22,void 0x0)?void 0x0:_0x5ecc22[_0x3d52(0xa1)]),'googleId':_0x18e70b[_0x3d52(0xf0)](_0xea8b0c=_0x20a14f[_0x3d52(0xff)],null)||_0xea8b0c===void 0x0||_0x18e70b[_0x3d52(0xf0)](_0xea8b0c=_0xea8b0c[_0x3d52(0x125)],null)||_0x18e70b[_0x3d52(0x128)](_0xea8b0c,void 0x0)?void 0x0:_0xea8b0c['id'],'refreshToken':_0x5849a7,'serverAuthCode':_0x5849a7},'tokenExpiry':new Date(_0x18e70b[_0x3d52(0x136)](Date[_0x3d52(0x137)](),_0x18e70b['AeXXM'](0xe10,0x3e8)))[_0x3d52(0x131)](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!![],'refreshTokenType':_0x5849a7[_0x3d52(0x114)]('4/')?_0x18e70b['nHWkf']:_0x3d52(0xb8),'configuredForRefresh':!![],'forcedConsent':!![],'consentMethod':_0x18e70b[_0x3d52(0x138)],'refreshTokenValue':_0x5849a7}};console['log'](_0x18e70b[_0x3d52(0x139)],{'hasAccessToken':!!_0x29c8[_0x3d52(0xf5)],'hasRefreshToken':!!_0x29c8[_0x3d52(0xb8)],'hasServerAuthCode':!!_0x29c8[_0x3d52(0xc4)],'refreshTokenType':_0x29c8[_0x3d52(0x13a)][_0x3d52(0x13b)],'userEmail':_0x18e70b[_0x3d52(0x13c)](_0x34b19d=_0x20a14f[_0x3d52(0xff)],null)||_0x18e70b['Wabus'](_0x34b19d,void 0x0)||_0x18e70b[_0x3d52(0x132)](_0x34b19d=_0x34b19d[_0x3d52(0x125)],null)||_0x34b19d===void 0x0?void 0x0:_0x34b19d[_0x3d52(0xa1)],'forcedConsent':!![]}),console[_0x3d52(0x46)](_0x18e70b[_0x3d52(0x13d)]),console[_0x3d52(0x46)](_0x18e70b[_0x3d52(0x13e)]),console[_0x3d52(0x46)]('\uD83D\uDE80 [YOUTUBE REAUTH] Method: POST'),console['log'](_0x18e70b[_0x3d52(0x13f)],{'Content-Type':'application/json','Authorization':_0x474453?_0x474453[_0x3d52(0x5c)](0x0,0x14)+_0x3d52(0x10c):_0x18e70b[_0x3d52(0x140)]}),console[_0x3d52(0x46)](_0x18e70b[_0x3d52(0x141)],{'hasAccessToken':!!_0x29c8[_0x3d52(0xf5)],'hasRefreshToken':!!_0x29c8['refreshToken'],'hasServerAuthCode':!!_0x29c8['serverAuthCode'],'refreshTokenType':_0x29c8[_0x3d52(0x13a)][_0x3d52(0x13b)],'userEmail':(_0x2d90aa=_0x20a14f[_0x3d52(0xff)])===null||_0x18e70b['rHOPY'](_0x2d90aa,void 0x0)||_0x18e70b[_0x3d52(0x142)](_0x2d90aa=_0x2d90aa['user'],null)||_0x18e70b[_0x3d52(0x143)](_0x2d90aa,void 0x0)?void 0x0:_0x2d90aa[_0x3d52(0xa1)],'channelName':_0x254698,'forcedConsent':!![],'requestRefreshToken':!![]}),console['log'](_0x18e70b[_0x3d52(0x144)],JSON[_0x3d52(0x8c)](_0x29c8,null,0x2));const _0x220a5d=await fetch(_api[_0x3d52(0x26)][_0x3d52(0x27)]+_0x3d52(0x145),{'method':'POST','headers':{'Content-Type':'application/json',..._0x18e70b[_0x3d52(0x146)](_0x474453,{'Authorization':_0x474453})},'body':JSON[_0x3d52(0x8c)](_0x29c8)});console[_0x3d52(0x46)](_0x3d52(0x147),_0x220a5d[_0x3d52(0x5e)]),console[_0x3d52(0x46)](_0x18e70b[_0x3d52(0x148)],_0x220a5d[_0x3d52(0x5b)]),console[_0x3d52(0x46)](_0x18e70b[_0x3d52(0x149)],_0x220a5d[_0x3d52(0x14a)]);if(_0x220a5d['ok']){var _0x34f4f6,_0x5704c2;const _0x23ed3e=await _0x220a5d['json']();console[_0x3d52(0x46)](_0x18e70b['wrGmG'],JSON[_0x3d52(0x8c)](_0x23ed3e,null,0x2));const _0x240e1e=_0x18e70b['SSpqM'](_0x18e70b[_0x3d52(0x14b)](_0x34f4f6=_0x23ed3e['validation'],null)||_0x18e70b[_0x3d52(0x14c)](_0x34f4f6,void 0x0)?void 0x0:_0x34f4f6['isTemporaryMode'],!![])||(_0x18e70b['KMdrb'](_0x5704c2=_0x23ed3e['temporaryMode'],null)||_0x18e70b[_0x3d52(0x132)](_0x5704c2,void 0x0)?void 0x0:_0x5704c2[_0x3d52(0x14d)])===!![]||_0x18e70b[_0x3d52(0x14e)](_0x23ed3e['isTemporaryMode'],!![])||_0x23ed3e[_0x3d52(0x16)]&&_0x23ed3e[_0x3d52(0x16)][_0x3d52(0x14f)](_0x3d52(0x150));if(_0x240e1e){if(_0x18e70b[_0x3d52(0x151)](_0x18e70b[_0x3d52(0x152)],_0x18e70b[_0x3d52(0x153)])){if(!(0x0,_0x9ff609[_0x3d52(0x14)])())throw new _0x956648(_0x18e70b[_0x3d52(0x154)]);const _0x5bcd45=(0x0,_0x584b43['getApiConfig'])();if(!(_0x18e70b[_0x3d52(0x155)](_0x5bcd45,null)&&_0x18e70b[_0x3d52(0x156)](_0x5bcd45,void 0x0)&&_0x5bcd45[_0x3d52(0x1d)]))throw new _0x1f9d61(_0x3d52(0x12));return{...(0x0,_0x59e778['getApiHeaders'])(),'Authorization':_0x3d52(0x20)+_0x5bcd45[_0x3d52(0x1d)],'X-SDK-Version':_0x18e70b['qpeYJ'],'X-SDK-Platform':'react-native'};}else{const _0xbb6f74=_0x18e70b[_0x3d52(0x157)][_0x3d52(0x99)]('|');let _0x43b70a=0x0;while(!![]){switch(_0xbb6f74[_0x43b70a++]){case'0':console['log'](_0x18e70b[_0x3d52(0x158)]);continue;case'1':console[_0x3d52(0x46)](_0x3d52(0x159));continue;case'2':console['log']('๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20sent:',_0x5849a7?_0x18e70b[_0x3d52(0x15a)]:'No');continue;case'3':console[_0x3d52(0x46)](_0x18e70b['LoDKc']);continue;case'4':console[_0x3d52(0x46)](_0x18e70b[_0x3d52(0x15b)]);continue;case'5':console[_0x3d52(0x46)](_0x18e70b['PSPTW']);continue;case'6':console[_0x3d52(0x46)](_0x18e70b[_0x3d52(0x15c)]);continue;}break;}}}else{if(_0x23ed3e[_0x3d52(0x15d)]||_0x23ed3e[_0x3d52(0x15e)])console[_0x3d52(0x46)](_0x18e70b[_0x3d52(0x15f)]),console[_0x3d52(0x46)](_0x18e70b[_0x3d52(0x160)],_0x23ed3e['hasRefreshToken']),console[_0x3d52(0x46)](_0x18e70b[_0x3d52(0x161)]),console[_0x3d52(0x46)](_0x18e70b['WysLo']),console[_0x3d52(0x46)](_0x3d52(0x162),_0x5849a7),console[_0x3d52(0x46)](_0x18e70b[_0x3d52(0x163)],_0x5849a7[_0x3d52(0x114)]('4/')?_0x18e70b[_0x3d52(0x164)]:_0x18e70b[_0x3d52(0x165)]),console[_0x3d52(0x46)](_0x18e70b[_0x3d52(0x166)],_0x5849a7['length']);else return console[_0x3d52(0x167)](_0x18e70b[_0x3d52(0x168)]),console[_0x3d52(0x167)](_0x18e70b[_0x3d52(0x169)],_0x23ed3e),console[_0x3d52(0x167)](_0x18e70b[_0x3d52(0x16a)]),![];}console[_0x3d52(0x46)](_0x3d52(0x16b));try{_0x18e70b[_0x3d52(0x16c)](_0x18e70b[_0x3d52(0x16d)],_0x18e70b[_0x3d52(0x16d)])?(await _0x18e70b[_0x3d52(0x11a)](triggerTrainingRestart,_0x2c9284,_0x474453),console[_0x3d52(0x46)](_0x3d52(0x16e))):(_0x339116[_0x3d52(0x46)](_0x3d52(0x16f)),_0x18dfe0[_0x3d52(0x46)](_0x3d52(0x170)));}catch(_0x5ce276){_0x18e70b[_0x3d52(0x171)](_0x18e70b[_0x3d52(0x172)],_0x18e70b[_0x3d52(0x172)])?(console[_0x3d52(0x167)](_0x18e70b[_0x3d52(0x173)],_0x5ce276),console[_0x3d52(0x167)](_0x18e70b[_0x3d52(0x174)])):(_0xc0703c[_0x3d52(0x46)](_0x18e70b[_0x3d52(0x175)]),_0x5c7f28=_0x18e70b[_0x3d52(0x176)]);}return!![];}else{const _0x47174e=await _0x220a5d[_0x3d52(0x58)]();return console['error'](_0x18e70b[_0x3d52(0x177)],_0x220a5d['status'],_0x47174e),console[_0x3d52(0x18)](_0x18e70b[_0x3d52(0x178)]),![];}}else{const _0x20c4b2=_0x18e70b[_0x3d52(0x179)][_0x3d52(0x99)]('|');let _0x389e1e=0x0;while(!![]){switch(_0x20c4b2[_0x389e1e++]){case'0':console[_0x3d52(0x18)](_0x18e70b[_0x3d52(0x17a)]);continue;case'1':console['error'](_0x18e70b[_0x3d52(0x17b)]);continue;case'2':console['error'](_0x18e70b[_0x3d52(0x17c)]);continue;case'3':return![];case'4':console[_0x3d52(0x18)](_0x18e70b[_0x3d52(0x17d)]);continue;case'5':console[_0x3d52(0x18)](_0x18e70b[_0x3d52(0x17e)]);continue;case'6':console[_0x3d52(0x18)](_0x18e70b['rvfys']);continue;}break;}}}}catch(_0x52c0cd){console[_0x3d52(0x18)]('โŒ\x20Error\x20forcing\x20YouTube\x20consent:',_0x52c0cd);if(_0x52c0cd['code']===_googleSignin[_0x3d52(0x17f)]['SIGN_IN_CANCELLED'])console[_0x3d52(0x18)](_0x18e70b['vZERP']),console['error'](_0x18e70b[_0x3d52(0x180)]);else{if(_0x18e70b['jmMTw'](_0x52c0cd[_0x3d52(0x2a)],_googleSignin[_0x3d52(0x17f)][_0x3d52(0x181)]))'LVnov'===_0x18e70b['iCSpu']?_0x257eec['log'](_0x18e70b[_0x3d52(0x182)]):console[_0x3d52(0x18)](_0x18e70b['qmOoG']);else _0x18e70b[_0x3d52(0x183)](_0x52c0cd[_0x3d52(0x2a)],_googleSignin[_0x3d52(0x17f)][_0x3d52(0x184)])&&(_0x3d52(0x185)!==_0x18e70b['RCCsu']?console[_0x3d52(0x18)](_0x18e70b['DwgRL']):_0x2a32b9[_0x3d52(0x18)](_0x3d52(0x8e)+_0x16c1c5+':',_0x2e9b5b));}return![];}};exports[_0x3d52(0xb)]=forceYouTubeReconnectionWithConsent;const forceYouTubeReconnectionWithRevoke=async _0x39d474=>{const _0x327135={'DUWcE':_0x3d52(0x186),'nROvR':_0x3d52(0x187),'YlBsG':function(_0x574f83){return _0x574f83();},'CbODs':_0x3d52(0x188),'sEzkB':'โœ…\x20Signed\x20out\x20completely','udYdM':_0x3d52(0x189),'mLPkQ':function(_0x7a6554,_0x1d9a27){return _0x7a6554===_0x1d9a27;},'IcIvT':function(_0x4b2162,_0x56832f){return _0x4b2162===_0x56832f;},'tYkwg':function(_0x42c77b,_0x5cec1e){return _0x42c77b===_0x5cec1e;},'qAaIU':function(_0x41ec4e,_0x5937c6){return _0x41ec4e!==_0x5937c6;},'wvyNA':_0x3d52(0x18a),'tKsFp':'โœ…\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20REVOKE\x20+\x20consent!','lMCiH':'๐Ÿ”‘\x20Refresh\x20token\x20preview:','wBDAj':function(_0xdb90dd,_0x401c97){return _0xdb90dd===_0x401c97;},'KppUu':_0x3d52(0x18b),'pJNmA':'โŒ\x20Still\x20no\x20refresh\x20token\x20after\x20revoke\x20method','vcwVA':_0x3d52(0x18c)};try{var _0x345062;console[_0x3d52(0x46)]('๐Ÿ”„\x20FORCING\x20YouTube\x20consent\x20via\x20REVOKE\x20method...'),console['log'](_0x327135[_0x3d52(0x18d)],_0x39d474),_0x327135['YlBsG'](initializeGoogleSignIn),await _googleSignin[_0x3d52(0xa2)][_0x3d52(0xfb)]();try{await _googleSignin[_0x3d52(0xa2)][_0x3d52(0x18e)](),console[_0x3d52(0x46)](_0x327135[_0x3d52(0x18f)]);}catch(_0x20d275){console[_0x3d52(0x46)](_0x327135[_0x3d52(0x190)],_0x20d275);}await _googleSignin[_0x3d52(0xa2)][_0x3d52(0x191)](),console[_0x3d52(0x46)](_0x327135[_0x3d52(0x192)]),console[_0x3d52(0x46)](_0x327135[_0x3d52(0x193)]);const _0x3ffbe1=await _googleSignin[_0x3d52(0xa2)]['signIn'](),_0x581ad2=await _googleSignin['GoogleSignin'][_0x3d52(0x100)](),_0x9344ab=await _googleSignin[_0x3d52(0xa2)][_0x3d52(0x101)](),_0x13d693=(_0x327135[_0x3d52(0x194)](_0x345062=_0x3ffbe1[_0x3d52(0xff)],null)||_0x327135[_0x3d52(0x194)](_0x345062,void 0x0)?void 0x0:_0x345062[_0x3d52(0xc4)])||(_0x327135[_0x3d52(0x195)](_0x9344ab,null)||_0x327135['tYkwg'](_0x9344ab,void 0x0)?void 0x0:_0x9344ab['serverAuthCode']);if(_0x13d693){if(_0x327135[_0x3d52(0x196)](_0x3d52(0x18a),_0x327135['wvyNA']))_0x4bdbfe[_0x3d52(0x46)](_0x327135[_0x3d52(0x190)],_0x18eba1);else return console[_0x3d52(0x46)](_0x327135[_0x3d52(0x197)]),console[_0x3d52(0x46)](_0x327135['lMCiH'],_0x13d693['substring'](0x0,0x14)+_0x3d52(0x10c)),!![];}else{if(_0x327135[_0x3d52(0x198)](_0x327135[_0x3d52(0x199)],'GXrmo'))return console['error'](_0x327135[_0x3d52(0x19a)]),![];else _0x2bb13c[_0x3d52(0x18)](_0x3d52(0x96)+_0x563879+_0x3d52(0x19b));}}catch(_0x14834e){return console[_0x3d52(0x18)](_0x327135[_0x3d52(0x19c)],_0x14834e),![];}};exports[_0x3d52(0xa)]=forceYouTubeReconnectionWithRevoke;const fixUserYouTubeConnection=async _0xb0bb41=>{const _0x3149b7={'NHMCZ':function(_0x258db5,_0x5d6dbd){return _0x258db5===_0x5d6dbd;},'LvagA':'AbortError','faRxz':function(_0x2c5ace,_0x2e11f8){return _0x2c5ace!==_0x2e11f8;},'qUHMj':_0x3d52(0x6f),'pLtSy':_0x3d52(0x19d),'enQjl':_0x3d52(0x73),'tjUfk':_0x3d52(0x71),'Xhgjl':'\x20\x20\x205.\x20iOS\x20simulator\x20network\x20sandbox\x20issue\x20-\x20try\x20on\x20physical\x20device','GpywR':_0x3d52(0x19e),'tmADl':function(_0x32cc25,_0x54e270){return _0x32cc25(_0x54e270);},'FanKx':function(_0xf4d044,_0x160d6b){return _0xf4d044!==_0x160d6b;},'mfawO':_0x3d52(0x19f),'TFzLQ':_0x3d52(0x1a0),'UJsPa':function(_0x438768,_0x43bcf8){return _0x438768(_0x43bcf8);}};console[_0x3d52(0x46)]('๐Ÿ”ง\x20Fixing\x20YouTube\x20connection\x20for\x20user:\x20'+_0xb0bb41),console[_0x3d52(0x46)](_0x3d52(0x1a1));let _0x3f9d4f=await _0x3149b7[_0x3d52(0x1a2)](forceYouTubeReconnectionWithConsent,_0xb0bb41);if(_0x3f9d4f){if(_0x3149b7['FanKx'](_0x3149b7[_0x3d52(0x1a3)],_0x3149b7['mfawO'])){var _0x25b00e;if(_0x3149b7[_0x3d52(0x1a4)](_0x48af08[_0x3d52(0x17)],_0x3149b7[_0x3d52(0x1a5)]))_0x2c3d2c[_0x3d52(0x18)](_0x3d52(0x96)+_0x1d0042+_0x3d52(0x19b));else{if(_0x3149b7[_0x3d52(0x1a6)](_0x25b00e=_0xd5413d[_0x3d52(0x16)],null)&&_0x25b00e!==void 0x0&&_0x25b00e[_0x3d52(0x14f)](_0x3149b7[_0x3d52(0x1a7)])){const _0x526f5f='2|3|4|1|0|5'[_0x3d52(0x99)]('|');let _0x6c43e6=0x0;while(!![]){switch(_0x526f5f[_0x6c43e6++]){case'0':_0x4bf00b[_0x3d52(0x18)](_0x3d52(0x72));continue;case'1':_0x12f41d[_0x3d52(0x18)](_0x3149b7['pLtSy']);continue;case'2':_0x271693[_0x3d52(0x18)](_0x3d52(0x9b)+_0x407913+_0x3d52(0x9c));continue;case'3':_0x39781f[_0x3d52(0x18)](_0x3149b7[_0x3d52(0x1a8)]);continue;case'4':_0x489af0['error'](_0x3149b7['tjUfk']);continue;case'5':_0x17ef47[_0x3d52(0x18)](_0x3149b7['Xhgjl']);continue;}break;}}else _0x229afd[_0x3d52(0x18)](_0x3d52(0x8e)+_0xb3f8f+':',_0x48134e);}return null;}else return console['log']('โœ…\x20'+_0xb0bb41+_0x3d52(0x1a9)),!![];}console['log'](_0x3149b7[_0x3d52(0x1aa)]),_0x3f9d4f=await _0x3149b7[_0x3d52(0x1ab)](forceYouTubeReconnectionWithRevoke,_0xb0bb41);if(_0x3f9d4f)return _0x3149b7[_0x3d52(0x1ac)]('dRCnK',_0x3d52(0x1ad))?(_0x30f3f2[_0x3d52(0x18)](_0x3149b7[_0x3d52(0x1ae)]),![]):(console['log']('โœ…\x20'+_0xb0bb41+_0x3d52(0x1af)),!![]);return console[_0x3d52(0x18)](_0x3d52(0x1b0)+_0xb0bb41+_0x3d52(0x1b1)),![];};exports[_0x3d52(0xc)]=fixUserYouTubeConnection;const refreshGoogleTokens=async()=>{const _0x2e4c8e={'NpRDk':'SDK\x20not\x20initialized.\x20Developers\x20must\x20call\x20initializeApiKey()\x20before\x20using\x20auth\x20features.','KxFRi':'๐Ÿ”„\x20Attempting\x20to\x20refresh\x20Google\x20tokens...','raGAf':_0x3d52(0x1b2),'rxkfG':_0x3d52(0x1b3),'vbmFE':function(_0x443562,_0x4b5a19){return _0x443562===_0x4b5a19;},'aGhdI':'oGMYq','YJvuY':'โŒ\x20Re-authentication\x20also\x20failed:'};try{console[_0x3d52(0x46)](_0x2e4c8e['KxFRi']);const _0x7532e4=await _googleSignin['GoogleSignin'][_0x3d52(0x101)]();if(!_0x7532e4)return console[_0x3d52(0x46)](_0x2e4c8e['raGAf']),null;const _0x5a7f01=await _googleSignin[_0x3d52(0xa2)][_0x3d52(0x100)]();return console['log'](_0x3d52(0x1b4)),{'accessToken':_0x5a7f01[_0x3d52(0xf5)],'idToken':_0x5a7f01[_0x3d52(0x108)]};}catch(_0x4c8fad){console[_0x3d52(0x18)](_0x2e4c8e[_0x3d52(0x1b5)],_0x4c8fad);try{if(_0x2e4c8e[_0x3d52(0x1b6)](_0x2e4c8e[_0x3d52(0x1b7)],_0x3d52(0x1b8))){console[_0x3d52(0x46)](_0x3d52(0x1b9));const _0x424b04=await _googleSignin[_0x3d52(0xa2)][_0x3d52(0x1ba)](),_0x3d0fb8=await _googleSignin[_0x3d52(0xa2)]['getTokens']();return console[_0x3d52(0x46)]('โœ…\x20Re-authentication\x20successful'),{'accessToken':_0x3d0fb8[_0x3d52(0xf5)],'idToken':_0x3d0fb8['idToken']};}else throw new _0x47a3d3(_0x2e4c8e[_0x3d52(0x1bb)]);}catch(_0x27ea74){return console[_0x3d52(0x18)](_0x2e4c8e[_0x3d52(0x1bc)],_0x27ea74),null;}}},debugYouTubeTokens=async()=>{const _0x444068={'TAyeF':_0x3d52(0x1b2),'ljfZr':function(_0x384aa2,_0x5cdc18){return _0x384aa2===_0x5cdc18;},'AIaWp':_0x3d52(0x1bd),'HCaVm':_0x3d52(0x1be),'jcuLO':_0x3d52(0x1bf),'rRYDY':_0x3d52(0xb3),'PrjZE':'Missing','JQjfo':function(_0x3c271f,_0x20213d){return _0x3c271f!==_0x20213d;},'AuMYD':function(_0x3bdea1,_0x14abf0){return _0x3bdea1===_0x14abf0;},'lbLdY':function(_0x2e73e3,_0x5a6470){return _0x2e73e3===_0x5a6470;},'XtyvD':function(_0x18a6ed,_0x39bf01){return _0x18a6ed!==_0x39bf01;},'HAfLa':function(_0x20e7a8,_0x17d270){return _0x20e7a8!==_0x17d270;},'KFKko':'serverAuthCode','RpXkT':_0x3d52(0x1c0),'WQZab':_0x3d52(0x18)};try{if(_0x444068[_0x3d52(0x1c1)](_0x444068[_0x3d52(0x1c2)],_0x444068[_0x3d52(0x1c3)]))return _0xf8f19f[_0x3d52(0x46)](_0x444068[_0x3d52(0x1c4)]),null;else{var _0x225e22;const _0x216e16=await _googleSignin[_0x3d52(0xa2)]['getTokens'](),_0x5b38d6=await _googleSignin['GoogleSignin'][_0x3d52(0x101)]();return console[_0x3d52(0x46)](_0x444068[_0x3d52(0x1c5)],{'accessToken':_0x216e16['accessToken']?_0x216e16[_0x3d52(0xf5)][_0x3d52(0x5c)](0x0,0x14)+'...':'Missing','idToken':_0x216e16['idToken']?_0x444068[_0x3d52(0x1c6)]:_0x444068[_0x3d52(0x1c7)],'serverAuthCode':_0x444068['JQjfo'](_0x5b38d6,null)&&_0x5b38d6!==void 0x0&&_0x5b38d6[_0x3d52(0xc4)]?_0x5b38d6[_0x3d52(0xc4)][_0x3d52(0x5c)](0x0,0x14)+'...':_0x444068[_0x3d52(0x1c7)],'userEmail':(_0x444068[_0x3d52(0x1c1)](_0x5b38d6,null)||_0x444068[_0x3d52(0x1c8)](_0x5b38d6,void 0x0)||_0x444068[_0x3d52(0x1c9)](_0x225e22=_0x5b38d6[_0x3d52(0x125)],null)||_0x444068[_0x3d52(0x1c1)](_0x225e22,void 0x0)?void 0x0:_0x225e22['email'])||_0x3d52(0x106)}),{'hasRefreshToken':!!(_0x5b38d6!==null&&_0x444068[_0x3d52(0x1ca)](_0x5b38d6,void 0x0)&&_0x5b38d6['serverAuthCode']),'refreshTokenType':_0x444068[_0x3d52(0x1cb)](_0x5b38d6,null)&&_0x444068[_0x3d52(0x1cc)](_0x5b38d6,void 0x0)&&_0x5b38d6[_0x3d52(0xc4)]?_0x444068['KFKko']:_0x3d52(0x1cd)};}}catch(_0x3441cf){return console[_0x3d52(0x18)](_0x444068[_0x3d52(0x1ce)],_0x3441cf),{'hasRefreshToken':![],'refreshTokenType':_0x444068['WQZab']};}},reconnectYouTube=async _0x2eaa30=>{const _0x4a08ec={'txKls':_0x3d52(0x45),'tFmAI':function(_0x413dbb,_0x5ced74){return _0x413dbb!==_0x5ced74;},'LWezt':_0x3d52(0x1cf),'DLKPF':'๐Ÿ”„\x20Forcing\x20fresh\x20YouTube\x20reconnection\x20for\x20refresh\x20token...','tIdXq':_0x3d52(0x1d0),'ayoif':_0x3d52(0x1d1),'Cpywa':_0x3d52(0x1d2),'BiFtp':_0x3d52(0x1d3),'ewAlW':function(_0x29e976,_0x1ad4be,_0x11ad5c){return _0x29e976(_0x1ad4be,_0x11ad5c);},'AQYly':_0x3d52(0xc3),'uXgyA':_0x3d52(0x1d4),'IEvDm':_0x3d52(0x1d5),'QDBjR':_0x3d52(0x5f),'hzTjc':_0x3d52(0x1d6),'vogJX':_0x3d52(0x1d7)};try{if(_0x4a08ec['tFmAI'](_0x4a08ec['LWezt'],_0x4a08ec[_0x3d52(0x1d8)]))return _0x192075[_0x3d52(0x18)](_0x4a08ec[_0x3d52(0x1d9)],_0x5dfc5c[_0x3d52(0x16)]),{'success':![],'message':_0x3d52(0x66)+_0x2fd021[_0x3d52(0x16)],'details':{'error':_0x328a93[_0x3d52(0x16)],'results':_0x3c84e5}};else{console['log'](_0x4a08ec['DLKPF']);try{await _googleSignin[_0x3d52(0xa2)][_0x3d52(0x191)](),console[_0x3d52(0x46)](_0x4a08ec[_0x3d52(0x1da)]);}catch(_0x30bacc){console['log'](_0x4a08ec['ayoif'],_0x30bacc);}try{const _0x3f6026=await _googleSignin[_0x3d52(0xa2)][_0x3d52(0x100)]();_0x3f6026['accessToken']&&(await _googleSignin[_0x3d52(0xa2)]['clearCachedAccessToken'](_0x3f6026['accessToken']),console[_0x3d52(0x46)](_0x4a08ec['Cpywa']));}catch(_0x287f22){if(_0x4a08ec[_0x3d52(0x1db)](_0x4a08ec[_0x3d52(0x1dc)],_0x3d52(0x1dd)))console[_0x3d52(0x46)](_0x3d52(0x1de),_0x287f22);else return _0x2cfaca[_0x3d52(0x18)](_0x3d52(0x18c),_0x1f444a),![];}const _0x483f94=await _0x4a08ec['ewAlW'](initiateNativeAuth,_0x4a08ec[_0x3d52(0x1df)],_0x2eaa30);if(_0x483f94){console['log'](_0x4a08ec[_0x3d52(0x1e0)]);const _0x8101e0=await debugYouTubeTokens();return _0x8101e0[_0x3d52(0x15d)]?console['log'](_0x3d52(0x1e1),_0x8101e0[_0x3d52(0x13b)]):_0x4a08ec[_0x3d52(0x1e2)]!==_0x3d52(0x1d5)?_0x25eecf['log'](_0x3d52(0x1d1),_0x33c113):console['warn'](_0x4a08ec[_0x3d52(0x1e3)]),!![];}else return console[_0x3d52(0x18)](_0x4a08ec[_0x3d52(0x1e4)]),![];}}catch(_0x250a35){return console[_0x3d52(0x18)](_0x4a08ec[_0x3d52(0x1e5)],_0x250a35),![];}};exports['reconnectYouTube']=reconnectYouTube;const initiateNativeAuth=async(_0x2d46ba,_0x4c4d6c)=>{const _0x3e633b={'qYFON':_0x3d52(0xdd),'GkSrn':_0x3d52(0xdf),'DfEIB':_0x3d52(0x1e6),'SjrVO':_0x3d52(0x1e7),'MYZoK':_0x3d52(0x1e8),'RiPiy':'Network\x20error','pOwIS':_0x3d52(0x1e9),'kDkdj':'๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Training\x20Ready:\x20Yes','qNmOE':'๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Connection\x20Details:','yREVr':_0x3d52(0xd3),'MJPTh':_0x3d52(0xd4),'ahgHM':'๐ŸŽ‰\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Temporary\x20YouTube\x20connection\x20established!','lbcFR':_0x3d52(0x1ea),'TXtct':_0x3d52(0xc1),'KRcBc':function(_0x31b6fa,_0xb02a4d){return _0x31b6fa===_0xb02a4d;},'XxhVn':function(_0x4602df,_0x4f1133){return _0x4602df===_0x4f1133;},'kUqLV':_0x3d52(0xb9),'dCKQi':'โ„น๏ธ\x20No\x20valid\x20authentication\x20token\x20found\x20for\x20YouTube\x20connection','wllwy':_0x3d52(0x1eb),'BFOoz':'โŒ\x20YouTube\x20reconnection\x20error:','obrNZ':_0x3d52(0xed),'TnjFo':_0x3d52(0x18),'XKFDv':function(_0x36dcf4,_0x3f8aa6){return _0x36dcf4===_0x3f8aa6;},'GyQlL':_0x3d52(0x1ec),'QPPMd':_0x3d52(0x1ed),'reQyK':function(_0x4d80fc,_0xfb8f86){return _0x4d80fc(_0xfb8f86);},'GMCZV':function(_0x4c376d,_0x4d201d){return _0x4c376d===_0x4d201d;},'YSVyD':_0x3d52(0x1ee),'Hdadd':function(_0x31ba37,_0xcc5333){return _0x31ba37===_0xcc5333;},'pvEmg':_0x3d52(0x1ef),'WQNqe':function(_0x1a1e11,_0x187aaa){return _0x1a1e11===_0x187aaa;},'pYmOM':_0x3d52(0x1f0),'GowKp':function(_0x19af6e,_0x39f60f){return _0x19af6e===_0x39f60f;},'bCKlD':function(_0x2c7829){return _0x2c7829();},'rDUqt':_0x3d52(0x1f1),'gCOvz':function(_0x2e0a10,_0x13f380){return _0x2e0a10===_0x13f380;},'xcLiR':function(_0x2e94aa,_0x1d5755){return _0x2e94aa===_0x1d5755;},'yRvzH':function(_0x3c069b,_0x7efddf){return _0x3c069b===_0x7efddf;},'FnAtZ':_0x3d52(0x1f2),'UOLXf':'๐Ÿ”‘\x20Got\x20Google\x20tokens','YvrWg':_0x3d52(0x1f3),'gdXfI':'๐Ÿ‘ค\x20Current\x20user\x20info:','WipMy':function(_0x447be0,_0x3c8fb8){return _0x447be0===_0x3c8fb8;},'jSfcs':'๐Ÿ”\x20REFRESH\x20TOKEN\x20EXTRACTION:','YrFPG':_0x3d52(0x1f4),'AAIkb':function(_0x4ec03a,_0x569bb4){return _0x4ec03a!==_0x569bb4;},'liAVv':function(_0x363f1d,_0x56d5b8){return _0x363f1d!==_0x56d5b8;},'fpjdQ':_0x3d52(0x1f5),'RTRSi':_0x3d52(0x1f6),'ouijm':_0x3d52(0x106),'KMZXY':_0x3d52(0x1f7),'ukJjx':_0x3d52(0x1f8),'hFTHz':function(_0x3eee45,_0x1f61fd){return _0x3eee45!==_0x1f61fd;},'GdpAR':function(_0x2f6684,_0x1e017b){return _0x2f6684!==_0x1e017b;},'KODUl':_0x3d52(0x115),'GnsDQ':function(_0x22a65a,_0x51ab08){return _0x22a65a===_0x51ab08;},'LHqsa':_0x3d52(0x1f9),'wBsOi':'โŒ\x20CRITICAL:\x20No\x20refresh\x20token\x20available\x20-\x20YouTube\x20connection\x20will\x20fail\x20when\x20token\x20expires','FIqKp':'๐Ÿ’ก\x20User\x20needs\x20to\x20reconnect\x20with\x20proper\x20consent\x20screen','PbrCQ':_0x3d52(0x1fa),'oMUsa':_0x3d52(0xb7),'sUFZP':_0x3d52(0xc4),'iAMTv':_0x3d52(0x1fb),'qiFei':function(_0x2e115c,_0x52968,_0x239a7b){return _0x2e115c(_0x52968,_0x239a7b);},'cqdpv':_0x3d52(0xbb),'rAwPQ':function(_0xde62c,_0x4031a4){return _0xde62c>_0x4031a4;},'rKaPl':function(_0x28290a,_0x37ab0d){return _0x28290a===_0x37ab0d;},'GbXmb':'GagIU','jnsDt':_0x3d52(0xbd),'mrjed':_0x3d52(0xbe),'XflYT':_0x3d52(0xbf),'oZmlJ':function(_0x55d5ce,_0x4e1614){return _0x55d5ce===_0x4e1614;},'PcgeK':function(_0x2f3f59,_0xa26c2b){return _0x2f3f59===_0xa26c2b;},'FVFwG':function(_0x489e22,_0x419ff9){return _0x489e22===_0x419ff9;},'GECOh':_0x3d52(0xc0),'wwoGG':function(_0x21a681,_0x2ad5bf){return _0x21a681===_0x2ad5bf;},'odVgv':function(_0x123e6e,_0x1abcdf){return _0x123e6e===_0x1abcdf;},'dWTzV':function(_0x599bf8,_0x5e1361){return _0x599bf8===_0x5e1361;},'ipxos':_0x3d52(0x1fc),'hppyL':_0x3d52(0xc2),'VKcVE':function(_0x481f35,_0x52f56c){return _0x481f35===_0x52f56c;},'BEeSp':function(_0x8d77b,_0x215622){return _0x8d77b===_0x215622;},'TLoVF':function(_0x50d2ef,_0x3c703c){return _0x50d2ef===_0x3c703c;},'BWcUZ':_0x3d52(0x1fd),'wbukw':function(_0x1c32da,_0x347fa4){return _0x1c32da||_0x347fa4;},'iBZrQ':function(_0x5156df,_0x5573e5){return _0x5156df===_0x5573e5;},'gXBip':_0x3d52(0x1fe),'cBKGY':function(_0x4a9aa4,_0xa5588d){return _0x4a9aa4<_0xa5588d;},'pseYS':function(_0x588f1e,_0x406837){return _0x588f1e!==_0x406837;},'TOxAi':_0x3d52(0x1ff),'TJpau':_0x3d52(0x200),'gdFUd':_0x3d52(0x201),'mQvew':_0x3d52(0x202),'xUjLf':'๐Ÿ”‘\x20Using\x20auth\x20token\x20for\x20linking:','IzNsZ':'๐Ÿ“บ\x20YouTube\x20channel\x20name:','frGmk':'youtube','PDYEa':function(_0x56f8c9,_0xfb36f6){return _0x56f8c9===_0xfb36f6;},'WHEyl':function(_0x2c266b,_0x543ba0){return _0x2c266b===_0x543ba0;},'YvRkU':function(_0x4878ae,_0x494d22){return _0x4878ae===_0x494d22;},'cZRfO':function(_0x3c4414,_0x248810){return _0x3c4414!==_0x248810;},'OQcPL':function(_0x482057,_0x5e439d){return _0x482057+_0x5e439d;},'DkoIR':_0x3d52(0xb8),'EpzDm':_0x3d52(0x1cd),'CzeSo':_0x3d52(0x203),'ESqAl':_0x3d52(0x204),'igpyC':_0x3d52(0x205),'SNLGU':function(_0x1eeab0,_0x1cfedb){return _0x1eeab0===_0x1cfedb;},'FtGZF':function(_0x4f747f,_0x2d3abe){return _0x4f747f===_0x2d3abe;},'CWBxd':_0x3d52(0x206),'zrhAP':_0x3d52(0x207),'XxMim':_0x3d52(0x208),'pkQRe':function(_0x10f201,_0xbce505){return _0x10f201&&_0xbce505;},'oXsVn':'๐Ÿ“ก\x20Backend\x20response\x20status:','VWMpU':_0x3d52(0x209),'VYjom':_0x3d52(0x20a),'dLkPA':'๐Ÿ“‹\x20COMPLETE\x20BACKEND\x20RESPONSE:','aLhLX':function(_0x854ab8,_0x209db9){return _0x854ab8===_0x209db9;},'dgrlT':function(_0x59aa73,_0x57dfaa){return _0x59aa73===_0x57dfaa;},'QeZCh':_0x3d52(0x150),'NWoVg':_0x3d52(0x20b),'WYQad':'โœ…\x20[YOUTUBE\x20AUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','AcKNu':_0x3d52(0x68),'jRVbL':_0x3d52(0x20c),'VwGNi':'โœ…\x20[YOUTUBE\x20AUTH]\x20Backend\x20confirmed\x20refresh\x20token\x20received','GQUoN':_0x3d52(0x170),'rHHuZ':function(_0x242066,_0x3906c3){return _0x242066===_0x3906c3;},'bLSsG':'rsFjn','REMcU':_0x3d52(0x20d),'ZdvSJ':'๐Ÿ”\x20[YOUTUBE\x20AUTH]\x20Response\x20data\x20keys:','XnVJg':_0x3d52(0x20e),'DPdbq':'gROhF','hpKrJ':_0x3d52(0x20f),'hXWkp':_0x3d52(0x210),'BPZli':_0x3d52(0x211),'vSNEB':_0x3d52(0x212),'LTuCq':_0x3d52(0x213),'SbkcJ':'Google\x20Sign-In\x20already\x20in\x20progress','PSuyc':'oMgeQ','FXijt':_0x3d52(0x214),'bdzwK':_0x3d52(0x215)};if(_0x2d46ba===_0x3d52(0xc3)){console[_0x3d52(0x46)](_0x3d52(0x216));if(!_0x4c4d6c||_0x3e633b['GowKp'](_0x4c4d6c[_0x3d52(0x217)](),''))return console[_0x3d52(0x18)](_0x3d52(0x218)),![];try{var _0x1dcfb6,_0x11ff35,_0x3580bb,_0x3e955b,_0x28ef47,_0x49512e,_0x5e380e,_0x4750a7,_0x4b6f83,_0x26947b;_0x3e633b[_0x3d52(0x219)](initializeGoogleSignIn),await _googleSignin[_0x3d52(0xa2)][_0x3d52(0xfb)]();try{await _googleSignin[_0x3d52(0xa2)]['signOut'](),console[_0x3d52(0x46)](_0x3e633b[_0x3d52(0x21a)]);}catch(_0x327b89){console[_0x3d52(0x46)](_0x3d52(0x21b),_0x327b89);}const _0x27e2ba=await _googleSignin['GoogleSignin'][_0x3d52(0x1ba)]();console[_0x3d52(0x46)](_0x3d52(0x21c),_0x3e633b[_0x3d52(0x21d)](_0x1dcfb6=_0x27e2ba[_0x3d52(0xff)],null)||_0x3e633b[_0x3d52(0x21e)](_0x1dcfb6,void 0x0)||_0x3e633b[_0x3d52(0x21f)](_0x1dcfb6=_0x1dcfb6[_0x3d52(0x125)],null)||_0x3e633b[_0x3d52(0x220)](_0x1dcfb6,void 0x0)?void 0x0:_0x1dcfb6[_0x3d52(0xa1)]),console['log'](_0x3e633b[_0x3d52(0x221)]),console[_0x3d52(0x46)](JSON[_0x3d52(0x8c)](_0x27e2ba,null,0x2));const _0x2fb167=await _googleSignin[_0x3d52(0xa2)][_0x3d52(0x100)]();console['log'](_0x3e633b[_0x3d52(0x222)]),console[_0x3d52(0x46)](_0x3e633b['YvrWg']),console[_0x3d52(0x46)](JSON['stringify'](_0x2fb167,null,0x2));const _0x574f88=await _googleSignin[_0x3d52(0xa2)]['getCurrentUser']();console[_0x3d52(0x46)](_0x3e633b['gdXfI'],_0x3e633b[_0x3d52(0x21e)](_0x574f88,null)||_0x3e633b['WQNqe'](_0x574f88,void 0x0)||_0x3e633b[_0x3d52(0x21e)](_0x11ff35=_0x574f88[_0x3d52(0x125)],null)||_0x3e633b[_0x3d52(0x223)](_0x11ff35,void 0x0)?void 0x0:_0x11ff35[_0x3d52(0xa1)]),console[_0x3d52(0x46)](_0x3d52(0x224)),console[_0x3d52(0x46)](JSON[_0x3d52(0x8c)](_0x574f88,null,0x2));let _0x307ccc=null;console[_0x3d52(0x46)](_0x3e633b[_0x3d52(0x225)]),console[_0x3d52(0x46)](_0x3e633b['YrFPG'],_0x3e633b[_0x3d52(0x226)](_0x3580bb=_0x27e2ba['data'],null)&&_0x3e633b[_0x3d52(0x227)](_0x3580bb,void 0x0)&&_0x3580bb[_0x3d52(0xc4)]?_0x3d52(0x228)+_0x27e2ba[_0x3d52(0xff)][_0x3d52(0xc4)][_0x3d52(0x5c)](0x0,0x14)+_0x3d52(0x10c):_0x3d52(0x106)),console[_0x3d52(0x46)](_0x3e633b[_0x3d52(0x229)],_0x574f88!==null&&_0x3e633b['AAIkb'](_0x574f88,void 0x0)&&_0x574f88[_0x3d52(0xc4)]?_0x3d52(0x228)+_0x574f88[_0x3d52(0xc4)][_0x3d52(0x5c)](0x0,0x14)+_0x3d52(0x10c):_0x3d52(0x106)),console['log'](_0x3e633b[_0x3d52(0x22a)],_0x2fb167[_0x3d52(0x108)]?_0x3d52(0x228)+_0x2fb167[_0x3d52(0x108)][_0x3d52(0x5c)](0x0,0x14)+_0x3d52(0x10c):_0x3d52(0x106)),console[_0x3d52(0x46)]('-\x20tokens.accessToken:',_0x2fb167[_0x3d52(0xf5)]?_0x3d52(0x228)+_0x2fb167['accessToken'][_0x3d52(0x5c)](0x0,0x14)+_0x3d52(0x10c):_0x3e633b[_0x3d52(0x22b)]);if(_0x574f88!==null&&_0x574f88!==void 0x0&&_0x574f88[_0x3d52(0xc4)]){if(_0x3e633b[_0x3d52(0x22c)]!==_0x3e633b[_0x3d52(0x22d)])_0x307ccc=_0x574f88['serverAuthCode'],console['log'](_0x3d52(0x22e)),console[_0x3d52(0x46)](_0x3d52(0x115),_0x307ccc[_0x3d52(0x5c)](0x0,0x14)+_0x3d52(0x10c));else return _0x4d3736['warn'](_0x3e633b['qYFON']),_0x3ac01e['warn'](_0x3d52(0xde),_0xf8ece5),_0xe24b48[_0x3d52(0x167)](_0x3e633b[_0x3d52(0x22f)]),![];}else _0x3e633b[_0x3d52(0x230)](_0x3e955b=_0x27e2ba['data'],null)&&_0x3e633b[_0x3d52(0x231)](_0x3e955b,void 0x0)&&_0x3e955b[_0x3d52(0xc4)]&&(_0x307ccc=_0x27e2ba[_0x3d52(0xff)][_0x3d52(0xc4)],console[_0x3d52(0x46)]('โœ…\x20Got\x20serverAuthCode\x20from\x20sign-in\x20response'),console['log'](_0x3e633b['KODUl'],_0x307ccc[_0x3d52(0x5c)](0x0,0x14)+_0x3d52(0x10c)));if(!_0x307ccc){if(_0x3e633b[_0x3d52(0x232)](_0x3e633b['LHqsa'],_0x3e633b['LHqsa']))console[_0x3d52(0x18)](_0x3e633b['wBsOi']),console[_0x3d52(0x18)](_0x3e633b[_0x3d52(0x233)]),console[_0x3d52(0x18)](_0x3d52(0x234)),console[_0x3d52(0x167)](_0x3d52(0x235));else return{'success':!![],'message':_0x407a94[_0x3d52(0x16)]||_0x3e633b[_0x3d52(0x236)],'existingUser':_0x4f0db3['existingUser']||![],'token':_0x51a1c1[_0x3d52(0x237)]};}else console[_0x3d52(0x46)](_0x3e633b[_0x3d52(0x238)]),console['log'](_0x3e633b[_0x3d52(0x239)],_0x307ccc['startsWith']('4/')?_0x3e633b[_0x3d52(0x23a)]:_0x3d52(0xb8));let _0x18f5be=_0x3d52(0xb9),_0x45b891=null;try{console[_0x3d52(0x46)](_0x3e633b[_0x3d52(0x23b)]);const _0x58bd5b=await _0x3e633b[_0x3d52(0x23c)](fetch,_0x3e633b['cqdpv'],{'headers':{'Authorization':_0x3d52(0x20)+_0x2fb167[_0x3d52(0xf5)],'Accept':'application/json'}});if(_0x58bd5b['ok']){const _0x5d02ab=await _0x58bd5b['json']();if(_0x5d02ab[_0x3d52(0x11d)]&&_0x3e633b[_0x3d52(0x23d)](_0x5d02ab[_0x3d52(0x11d)]['length'],0x0))_0x3e633b['rKaPl'](_0x3d52(0x23e),_0x3e633b[_0x3d52(0x23f)])?(_0x18f5be=_0x5d02ab['items'][0x0][_0x3d52(0x11f)][_0x3d52(0x120)],_0x45b891=_0x5d02ab['items'][0x0]['id'],console['log'](_0x3e633b[_0x3d52(0x240)],_0x18f5be,_0x3e633b['mrjed'],_0x45b891)):_0x492911['error'](_0x3e633b[_0x3d52(0x241)],_0x2e72c1);else{var _0x46384b,_0x47b9d8;console['log'](_0x3e633b['XflYT']),_0x18f5be=(_0x3e633b[_0x3d52(0x242)](_0x46384b=_0x27e2ba[_0x3d52(0xff)],null)||_0x46384b===void 0x0||_0x3e633b['GMCZV'](_0x46384b=_0x46384b[_0x3d52(0x125)],null)||_0x3e633b['GnsDQ'](_0x46384b,void 0x0)?void 0x0:_0x46384b[_0x3d52(0x17)])||(_0x3e633b[_0x3d52(0x243)](_0x47b9d8=_0x27e2ba[_0x3d52(0xff)],null)||_0x3e633b[_0x3d52(0x244)](_0x47b9d8,void 0x0)||_0x3e633b[_0x3d52(0x21e)](_0x47b9d8=_0x47b9d8[_0x3d52(0x125)],null)||_0x3e633b[_0x3d52(0x245)](_0x47b9d8,void 0x0)?void 0x0:_0x47b9d8[_0x3d52(0xa1)])||_0x3e633b['GECOh'];}}else{var _0x1f4d16,_0x2287b9;console[_0x3d52(0x46)](_0x3e633b[_0x3d52(0x246)],_0x58bd5b['status']),_0x18f5be=(_0x3e633b[_0x3d52(0x247)](_0x1f4d16=_0x27e2ba[_0x3d52(0xff)],null)||_0x1f4d16===void 0x0||(_0x1f4d16=_0x1f4d16['user'])===null||_0x3e633b['GMCZV'](_0x1f4d16,void 0x0)?void 0x0:_0x1f4d16[_0x3d52(0x17)])||(_0x3e633b[_0x3d52(0x248)](_0x2287b9=_0x27e2ba[_0x3d52(0xff)],null)||_0x3e633b[_0x3d52(0x247)](_0x2287b9,void 0x0)||_0x3e633b[_0x3d52(0x21e)](_0x2287b9=_0x2287b9[_0x3d52(0x125)],null)||_0x3e633b[_0x3d52(0x249)](_0x2287b9,void 0x0)?void 0x0:_0x2287b9[_0x3d52(0xa1)])||_0x3e633b[_0x3d52(0x24a)];}}catch(_0x1b8914){if(_0x3e633b[_0x3d52(0x24b)](_0x3e633b[_0x3d52(0x24c)],_0x3e633b[_0x3d52(0x24c)])){var _0x123ac9,_0x2f639e;console[_0x3d52(0x46)](_0x3e633b[_0x3d52(0x24d)],_0x1b8914),_0x18f5be=((_0x123ac9=_0x27e2ba[_0x3d52(0xff)])===null||_0x123ac9===void 0x0||_0x3e633b[_0x3d52(0x24e)](_0x123ac9=_0x123ac9[_0x3d52(0x125)],null)||_0x3e633b[_0x3d52(0x24f)](_0x123ac9,void 0x0)?void 0x0:_0x123ac9['name'])||((_0x2f639e=_0x27e2ba[_0x3d52(0xff)])===null||_0x3e633b[_0x3d52(0x220)](_0x2f639e,void 0x0)||_0x3e633b[_0x3d52(0x250)](_0x2f639e=_0x2f639e['user'],null)||_0x2f639e===void 0x0?void 0x0:_0x2f639e[_0x3d52(0xa1)])||_0x3d52(0xb9);}else return _0x3c364e['error'](_0x3e633b[_0x3d52(0x251)],_0x198fee),{'success':![],'isPending':![],'error':_0x3e633b[_0x3d52(0x252)]};}let _0x3429e0=await(0x0,_jwtStorageService['getJWT'])();const _0x213e48=await _asyncStorage[_0x3d52(0x253)]['getItem'](_0x3e633b[_0x3d52(0x254)]),_0x3731e7=_0x3e633b['wbukw'](_0x213e48,_0x4c4d6c)||(_0x3e633b[_0x3d52(0x243)](_0x28ef47=_0x27e2ba[_0x3d52(0xff)],null)||_0x3e633b[_0x3d52(0x255)](_0x28ef47,void 0x0)||_0x3e633b[_0x3d52(0x24e)](_0x28ef47=_0x28ef47[_0x3d52(0x125)],null)||_0x3e633b[_0x3d52(0x256)](_0x28ef47,void 0x0)?void 0x0:_0x28ef47[_0x3d52(0xa1)])||_0x3e633b[_0x3d52(0x257)];if(!_0x3429e0||_0x3e633b['cBKGY'](_0x3429e0['trim']()['length'],0x14)){if(_0x3e633b['pseYS'](_0x3e633b[_0x3d52(0x258)],_0x3e633b['TOxAi'])){const _0x5e07be=_0x3e633b['pOwIS']['split']('|');let _0x356de2=0x0;while(!![]){switch(_0x5e07be[_0x356de2++]){case'0':_0x49a264[_0x3d52(0x46)](_0x3e633b['kDkdj']);continue;case'1':_0x4ac82c['log'](_0x3d52(0xd5));continue;case'2':_0x183b44[_0x3d52(0x46)](_0x3e633b[_0x3d52(0x259)]);continue;case'3':_0x497f96[_0x3d52(0x46)](_0x3e633b['yREVr']);continue;case'4':_0x44f52a['log'](_0x3e633b[_0x3d52(0x25a)]);continue;case'5':_0xb0e753[_0x3d52(0x46)](_0x3e633b['ahgHM']);continue;case'6':_0x5e0024['log'](_0x3d52(0x25b),_0x114d4a?'Yes':'No');continue;}break;}}else console[_0x3d52(0x46)](_0x3e633b['dCKQi']),console[_0x3d52(0x46)](_0x3e633b[_0x3d52(0x25c)]),console[_0x3d52(0x46)](_0x3e633b[_0x3d52(0x25d)]);}else console[_0x3d52(0x46)](_0x3e633b['gdFUd']),console[_0x3d52(0x46)]('๐Ÿ”‘\x20Token\x20preview:',_0x3429e0[_0x3d52(0x5c)](0x0,0x14)+'...');console[_0x3d52(0x46)](_0x3e633b[_0x3d52(0x25e)],_0x3731e7),console[_0x3d52(0x46)](_0x3e633b[_0x3d52(0x25f)],_0x3429e0?_0x3429e0['substring'](0x0,0x14)+_0x3d52(0x10c):_0x3d52(0x260)),console[_0x3d52(0x46)](_0x3e633b[_0x3d52(0x261)],_0x18f5be);const _0x335f33={'session':{'username':_0x3731e7,'platform':_0x3e633b[_0x3d52(0x262)],'timestamp':new Date()[_0x3d52(0x131)](),'channelName':_0x18f5be,'channelId':_0x45b891},'googleUser':_0x3e633b['KRcBc'](_0x49512e=_0x27e2ba[_0x3d52(0xff)],null)||_0x49512e===void 0x0?void 0x0:_0x49512e[_0x3d52(0x125)],'accessToken':_0x2fb167[_0x3d52(0xf5)],'idToken':_0x2fb167[_0x3d52(0x108)],'refreshToken':_0x307ccc,'serverAuthCode':_0x307ccc,'refresh_token':_0x307ccc,'server_auth_code':_0x307ccc,'authCode':_0x307ccc,'userAccountInfo':{'username':_0x3731e7,'email':_0x3e633b[_0x3d52(0x263)](_0x5e380e=_0x27e2ba['data'],null)||_0x3e633b[_0x3d52(0x263)](_0x5e380e,void 0x0)||_0x3e633b[_0x3d52(0x248)](_0x5e380e=_0x5e380e[_0x3d52(0x125)],null)||_0x3e633b[_0x3d52(0x264)](_0x5e380e,void 0x0)?void 0x0:_0x5e380e[_0x3d52(0xa1)],'authToken':_0x3429e0,'channelName':_0x18f5be,'channelId':_0x45b891,'userIdentifier':_0x3429e0?_0x3d52(0x134)+_0x3429e0['substring'](0x0,0xa):_0x3d52(0x135)+((_0x4750a7=_0x27e2ba['data'])===null||_0x3e633b[_0x3d52(0x256)](_0x4750a7,void 0x0)||(_0x4750a7=_0x4750a7[_0x3d52(0x125)])===null||_0x3e633b[_0x3d52(0x265)](_0x4750a7,void 0x0)?void 0x0:_0x4750a7[_0x3d52(0xa1)]),'googleId':(_0x4b6f83=_0x27e2ba[_0x3d52(0xff)])===null||_0x3e633b[_0x3d52(0x249)](_0x4b6f83,void 0x0)||(_0x4b6f83=_0x4b6f83[_0x3d52(0x125)])===null||_0x4b6f83===void 0x0?void 0x0:_0x4b6f83['id'],'appleUserId':_0x3e633b[_0x3d52(0x266)](_0x3429e0,null)&&_0x3e633b[_0x3d52(0x267)](_0x3429e0,void 0x0)&&_0x3429e0[_0x3d52(0x14f)]('apple')?_0x3429e0[_0x3d52(0x99)]('.')[0x1]:null,'refreshToken':_0x307ccc,'serverAuthCode':_0x307ccc},'tokenExpiry':new Date(_0x3e633b[_0x3d52(0x268)](Date[_0x3d52(0x137)](),0xe10*0x3e8))[_0x3d52(0x131)](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!!_0x307ccc,'refreshTokenType':_0x307ccc?_0x307ccc['startsWith']('4/')?_0x3e633b[_0x3d52(0x23a)]:_0x3e633b[_0x3d52(0x269)]:_0x3e633b['EpzDm'],'configuredForRefresh':!![],'forcedConsent':!![],'refreshTokenValue':_0x307ccc}};console[_0x3d52(0x46)](_0x3d52(0x26a)),console[_0x3d52(0x46)](_0x3d52(0x26b),!!_0x335f33[_0x3d52(0xf5)]),console['log'](_0x3e633b['CzeSo'],!!_0x335f33[_0x3d52(0xb8)]),console['log'](_0x3e633b['ESqAl'],!!_0x335f33[_0x3d52(0xc4)]),console[_0x3d52(0x46)](_0x3d52(0x26c),_0x335f33[_0x3d52(0x13a)][_0x3d52(0x13b)]),console[_0x3d52(0x46)](_0x3e633b[_0x3d52(0x26d)],_0x3e633b[_0x3d52(0x26e)](_0x26947b=_0x27e2ba['data'],null)||_0x3e633b['FtGZF'](_0x26947b,void 0x0)||_0x3e633b[_0x3d52(0x265)](_0x26947b=_0x26947b[_0x3d52(0x125)],null)||_0x26947b===void 0x0?void 0x0:_0x26947b['email']),console['log'](_0x3e633b['CWBxd'],_0x18f5be),console['log'](_0x3e633b[_0x3d52(0x26f)]),console[_0x3d52(0x46)](JSON[_0x3d52(0x8c)](_0x335f33,null,0x2)),console[_0x3d52(0x46)](_0x3e633b[_0x3d52(0x270)],!!_0x307ccc);const _0x10fcf7=await _0x3e633b[_0x3d52(0x23c)](fetch,_api[_0x3d52(0x26)][_0x3d52(0x27)]+_0x3d52(0x145),{'method':'POST','headers':{'Content-Type':'application/json',..._0x3e633b[_0x3d52(0x271)](_0x3429e0,{'Authorization':_0x3429e0})},'body':JSON[_0x3d52(0x8c)](_0x335f33)});console[_0x3d52(0x46)](_0x3e633b[_0x3d52(0x272)],_0x10fcf7[_0x3d52(0x5e)]),console[_0x3d52(0x46)](_0x3e633b[_0x3d52(0x273)],_0x10fcf7[_0x3d52(0x14a)]);if(_0x10fcf7['ok']){if(_0x3d52(0x20a)===_0x3e633b[_0x3d52(0x274)]){var _0x324e17,_0x1eb62d;const _0x1f4864=await _0x10fcf7[_0x3d52(0x275)]();console[_0x3d52(0x46)](_0x3d52(0x276)),console[_0x3d52(0x46)](_0x3e633b[_0x3d52(0x277)]),console['log'](JSON[_0x3d52(0x8c)](_0x1f4864,null,0x2));const _0x883325=_0x3e633b['YvRkU'](_0x3e633b[_0x3d52(0x278)](_0x324e17=_0x1f4864['validation'],null)||_0x3e633b[_0x3d52(0x256)](_0x324e17,void 0x0)?void 0x0:_0x324e17[_0x3d52(0x279)],!![])||_0x3e633b[_0x3d52(0x220)](_0x3e633b[_0x3d52(0x27a)](_0x1eb62d=_0x1f4864['temporaryMode'],null)||_0x3e633b['KRcBc'](_0x1eb62d,void 0x0)?void 0x0:_0x1eb62d[_0x3d52(0x14d)],!![])||_0x3e633b[_0x3d52(0x27b)](_0x1f4864[_0x3d52(0x279)],!![])||_0x1f4864[_0x3d52(0x16)]&&_0x1f4864[_0x3d52(0x16)][_0x3d52(0x14f)](_0x3e633b['QeZCh']);if(_0x883325)console['log'](_0x3e633b[_0x3d52(0x27c)]),console[_0x3d52(0x46)](_0x3e633b[_0x3d52(0x27d)]),console[_0x3d52(0x46)](_0x3e633b[_0x3d52(0x27e)]);else{if(_0x1f4864['hasRefreshToken']||_0x1f4864[_0x3d52(0x15e)])_0x3e633b[_0x3d52(0x227)](_0x3e633b[_0x3d52(0x27f)],_0x3e633b['jRVbL'])?_0x253999[_0x3d52(0x18)](_0x3d52(0xef)):(console[_0x3d52(0x46)](_0x3e633b[_0x3d52(0x280)]),console[_0x3d52(0x46)](_0x3e633b[_0x3d52(0x281)]));else{if(_0x3e633b[_0x3d52(0x282)](_0x3e633b[_0x3d52(0x283)],_0x3e633b[_0x3d52(0x283)]))console[_0x3d52(0x167)](_0x3e633b[_0x3d52(0x284)]),console[_0x3d52(0x167)](_0x3e633b[_0x3d52(0x285)],Object[_0x3d52(0x286)](_0x1f4864)),console[_0x3d52(0x167)](_0x3e633b[_0x3d52(0x287)]);else return{'success':![],'error':_0x3517db[_0x3d52(0x16)]||_0x3e633b[_0x3d52(0x288)]};}}return!![];}else{var _0x1ab64f,_0x2aec69;_0x2b6ee0[_0x3d52(0x46)](_0x3e633b[_0x3d52(0x246)],_0x49f2e4['status']),_0x324572=(_0x3e633b[_0x3d52(0x256)](_0x1ab64f=_0x29731c['data'],null)||_0x3e633b['XxhVn'](_0x1ab64f,void 0x0)||(_0x1ab64f=_0x1ab64f['user'])===null||_0x3e633b[_0x3d52(0x256)](_0x1ab64f,void 0x0)?void 0x0:_0x1ab64f['name'])||((_0x2aec69=_0x3a932a['data'])===null||_0x3e633b[_0x3d52(0x256)](_0x2aec69,void 0x0)||_0x3e633b[_0x3d52(0x249)](_0x2aec69=_0x2aec69[_0x3d52(0x125)],null)||_0x2aec69===void 0x0?void 0x0:_0x2aec69[_0x3d52(0xa1)])||_0x3e633b['kUqLV'];}}else{if(_0x3e633b[_0x3d52(0x230)]('pOzNQ',_0x3e633b['DPdbq'])){const _0x5463bf=await _0x10fcf7[_0x3d52(0x58)]();return console[_0x3d52(0x18)](_0x3e633b['hpKrJ'],_0x10fcf7[_0x3d52(0x5e)]),console[_0x3d52(0x18)](_0x3e633b['hXWkp']),console[_0x3d52(0x18)](_0x5463bf),![];}else _0x533366[_0x3d52(0x46)](_0x3e633b[_0x3d52(0x289)]),_0x1242ec[_0x3d52(0x46)](_0x3d52(0x200)),_0x57cd72[_0x3d52(0x46)](_0x3e633b[_0x3d52(0x25d)]);}}catch(_0x5b932f){if(_0x3e633b['cZRfO'](_0x3e633b['BPZli'],'Ipbtt')){console[_0x3d52(0x18)](_0x3e633b[_0x3d52(0x28a)],_0x5b932f);if(_0x5b932f['code']===_googleSignin[_0x3d52(0x17f)][_0x3d52(0x28b)])console['log'](_0x3d52(0x1ee));else{if(_0x3e633b[_0x3d52(0x28c)](_0x5b932f[_0x3d52(0x2a)],_googleSignin[_0x3d52(0x17f)]['IN_PROGRESS'])){if(_0x3e633b['LTuCq']!==_0x3d52(0x213))return _0x12df11[_0x3d52(0x18)](_0x3e633b[_0x3d52(0x28d)],_0x316f72),![];else console[_0x3d52(0x46)](_0x3e633b[_0x3d52(0x28e)]);}else _0x3e633b[_0x3d52(0x256)](_0x5b932f[_0x3d52(0x2a)],_googleSignin[_0x3d52(0x17f)][_0x3d52(0x184)])&&('oMgeQ'!==_0x3e633b[_0x3d52(0x28f)]?_0x321af2[_0x3d52(0x18)](_0x3e633b[_0x3d52(0x290)]):console[_0x3d52(0x46)](_0x3d52(0x1ef)));}return![];}else return _0x57eae4['log']('โœ…\x20'+_0x34d001+_0x3d52(0x1af)),!![];}}if(_0x2d46ba===_0x3e633b[_0x3d52(0x291)])return console[_0x3d52(0x46)](_0x3e633b[_0x3d52(0x292)]),new Promise(_0x15467f=>{const _0x39854d={'ZPUyW':_0x3d52(0x1c0),'rFQgA':_0x3e633b[_0x3d52(0x293)],'oLQeL':function(_0x1c59dc,_0x29c10a){return _0x3e633b[_0x3d52(0x244)](_0x1c59dc,_0x29c10a);},'ulfWv':_0x3e633b[_0x3d52(0x294)],'DHqis':_0x3e633b['QPPMd'],'zwWjA':function(_0x228306,_0x38400b){return _0x3e633b[_0x3d52(0x295)](_0x228306,_0x38400b);},'ejoEb':function(_0x2a5592,_0x4b7e37){return _0x3e633b[_0x3d52(0x296)](_0x2a5592,_0x4b7e37);},'TSvMc':_0x3e633b[_0x3d52(0x297)],'PGrOi':function(_0x947e23,_0x21520d){return _0x3e633b[_0x3d52(0x27a)](_0x947e23,_0x21520d);},'hxafK':_0x3e633b[_0x3d52(0x298)]};if(_0x3e633b['WQNqe'](_0x3d52(0x1f0),_0x3e633b[_0x3d52(0x299)]))setTimeout(()=>{if(_0x39854d['oLQeL'](_0x39854d[_0x3d52(0x29a)],_0x39854d[_0x3d52(0x29b)]))return _0x415cc8[_0x3d52(0x18)](_0x39854d[_0x3d52(0x29c)],_0x6fe19),{'hasRefreshToken':![],'refreshTokenType':_0x39854d[_0x3d52(0x29d)]};else console[_0x3d52(0x46)](_0x3d52(0x29e)),_0x39854d[_0x3d52(0x29f)](_0x15467f,!![]);},0x3e8);else{_0xccfffe['error'](_0x3d52(0x212),_0x4249d6);if(_0x39854d['ejoEb'](_0x4bad54[_0x3d52(0x2a)],_0x9d1725['statusCodes'][_0x3d52(0x28b)]))_0x53edd2[_0x3d52(0x46)](_0x39854d[_0x3d52(0x2a0)]);else{if(_0x39854d[_0x3d52(0x2a1)](_0x2f07d8[_0x3d52(0x2a)],_0x2f1b15[_0x3d52(0x17f)]['IN_PROGRESS']))_0x1656a6['log'](_0x3d52(0x2a2));else _0x39854d[_0x3d52(0x2a3)](_0x2d00f6['code'],_0x453699[_0x3d52(0x17f)]['PLAY_SERVICES_NOT_AVAILABLE'])&&_0x26fc2c[_0x3d52(0x46)](_0x39854d['hxafK']);}return![];}});return![];};exports[_0x3d52(0x7)]=initiateNativeAuth;const isOAuthCallback=_0x50091b=>{return _0x50091b[_0x3d52(0x14f)](_0x3d52(0x67))||_0x50091b[_0x3d52(0x14f)](_0x3d52(0x2a4));};exports[_0x3d52(0x5)]=isOAuthCallback;const exchangeCodeForToken=async(_0x576003,_0x6df30c)=>{const _0x238b43={'nxGfd':_0x3d52(0x20d),'YqGtZ':'โš ๏ธ\x20[YOUTUBE\x20AUTH]\x20Connection\x20may\x20fail\x20when\x20tokens\x20expire','IDDHk':function(_0x388a78,_0x509cf4,_0x2db955){return _0x388a78(_0x509cf4,_0x2db955);},'euumI':function(_0xd90996,_0x2c03a0){return _0xd90996===_0x2c03a0;},'WVpKA':'zeVvs','tpVul':_0x3d52(0x2a5)};console['log'](_0x3d52(0x2a6)+_0x6df30c);try{const _0x388561=_api[_0x3d52(0x26)][_0x3d52(0x27)]+'/'+_0x6df30c+_0x3d52(0x2a7),_0x1ddd6d=await _0x238b43['IDDHk'](fetch,_0x388561,{'method':'POST','headers':{'Content-Type':'application/json'},'body':JSON[_0x3d52(0x8c)]({'code':_0x576003,'platform':_0x6df30c})});if(!_0x1ddd6d['ok']){if(_0x238b43[_0x3d52(0x2a8)](_0x3d52(0x2a9),_0x238b43[_0x3d52(0x2aa)]))return _0x2382a7[_0x3d52(0x18)](_0x3d52(0x1d6)),![];else{console[_0x3d52(0x18)](_0x3d52(0x2ab)+_0x1ddd6d['status']);throw new Error(_0x3d52(0x2ac)+_0x1ddd6d[_0x3d52(0x5e)]);}}const _0x4622b8=await _0x1ddd6d[_0x3d52(0x275)]();return console[_0x3d52(0x46)](_0x3d52(0x2ad)+_0x6df30c),_0x4622b8;}catch(_0x3c8d7a){if(_0x238b43[_0x3d52(0x2a8)](_0x238b43[_0x3d52(0x2ae)],_0x238b43['tpVul']))return console[_0x3d52(0x18)](_0x3d52(0x2af),_0x3c8d7a),console[_0x3d52(0x46)](_0x3d52(0x2b0)),{'access_token':_0x6df30c+_0x3d52(0x2b1)+Math[_0x3d52(0x2b2)]()[_0x3d52(0x2b3)](0x24)[_0x3d52(0x5c)](0x7),'refresh_token':_0x6df30c+_0x3d52(0x2b4)+Math[_0x3d52(0x2b2)]()[_0x3d52(0x2b3)](0x24)[_0x3d52(0x5c)](0x7),'expires_in':0xe10};else _0x55bbf1[_0x3d52(0x167)](_0x238b43[_0x3d52(0x2b5)]),_0xffde69['warn'](_0x3d52(0x2b6),_0x2ba113['keys'](_0x25658d)),_0x4b43f4[_0x3d52(0x167)](_0x238b43[_0x3d52(0x2b7)]);}};exports[_0x3d52(0x2b8)]=exchangeCodeForToken;const refreshYouTubeTokens=async()=>{const _0x296a19={'QTCvw':_0x3d52(0xc2),'Ykjve':function(_0x496a74,_0x4b97d0){return _0x496a74===_0x4b97d0;},'AeeuO':function(_0x2c3ca5,_0x2f9707){return _0x2c3ca5===_0x2f9707;},'mUGYh':function(_0x38d8ce,_0x498d70){return _0x38d8ce===_0x498d70;},'WRQHY':function(_0x3719f9,_0x4e7fca){return _0x3719f9===_0x4e7fca;},'XkRMx':function(_0x2af3b0,_0x4dbb2d){return _0x2af3b0===_0x4dbb2d;},'HoaYG':function(_0x590f78,_0x168050){return _0x590f78===_0x168050;},'cBcUo':function(_0x1295ef,_0xadfdcf){return _0x1295ef===_0xadfdcf;},'zSZcH':_0x3d52(0xb9),'tslUN':function(_0x105928,_0x53a822){return _0x105928===_0x53a822;},'lUlpB':function(_0x490224,_0x1b322e){return _0x490224===_0x1b322e;},'mFQTZ':function(_0x560f2a,_0x193718){return _0x560f2a===_0x193718;},'aNqRb':'No\x20Channel','zRebB':_0x3d52(0x2b9),'ToPlE':_0x3d52(0xe7),'QkkiM':_0x3d52(0xe9),'uZRlO':_0x3d52(0xe5),'UmOlt':'\x20\x20\x202.\x20Check\x20Google\x20Console\x20OAuth\x20configuration','CumHz':_0x3d52(0xe6),'jXzQJ':'๐Ÿ”„\x20Refreshing\x20YouTube\x20tokens...','YPKQL':function(_0x2a2bbf,_0x14ec3d){return _0x2a2bbf!==_0x14ec3d;},'dGQWf':'bocJh','dCzrG':_0x3d52(0x2ba),'ktkuJ':'โŒ\x20No\x20current\x20Google\x20user\x20found','bgcua':function(_0x590183,_0x4e118f){return _0x590183*_0x4e118f;},'BverD':_0x3d52(0x2bb),'CyqoY':function(_0x24f02a,_0xa0556d){return _0x24f02a===_0xa0556d;},'WEDWn':_0x3d52(0x2bc),'mQsGk':function(_0x6b7346,_0x1d1573){return _0x6b7346!==_0x1d1573;},'ajXeW':_0x3d52(0x2bd),'TZCRo':'LUqHY','wbWhI':_0x3d52(0x2be)};try{var _0x4b38a0;console[_0x3d52(0x46)](_0x296a19[_0x3d52(0x2bf)]);const _0x26f55b=await _googleSignin[_0x3d52(0xa2)][_0x3d52(0x100)]();if(!_0x26f55b){if(_0x296a19[_0x3d52(0x2c0)](_0x3d52(0x2c1),_0x296a19[_0x3d52(0x2c2)]))return console[_0x3d52(0x18)](_0x296a19[_0x3d52(0x2c3)]),![];else{var _0x38798a,_0xa88c7f;_0x190dac[_0x3d52(0x46)](_0x296a19[_0x3d52(0x2c4)],_0x2ff427),_0x34d950=(_0x296a19[_0x3d52(0x2c5)](_0x38798a=_0xc2c35b['data'],null)||_0x296a19['AeeuO'](_0x38798a,void 0x0)||_0x296a19['mUGYh'](_0x38798a=_0x38798a[_0x3d52(0x125)],null)||_0x296a19[_0x3d52(0x2c6)](_0x38798a,void 0x0)?void 0x0:_0x38798a[_0x3d52(0x17)])||(_0x296a19[_0x3d52(0x2c7)](_0xa88c7f=_0x4939a4[_0x3d52(0xff)],null)||_0x296a19['HoaYG'](_0xa88c7f,void 0x0)||_0x296a19[_0x3d52(0x2c8)](_0xa88c7f=_0xa88c7f[_0x3d52(0x125)],null)||_0xa88c7f===void 0x0?void 0x0:_0xa88c7f['email'])||_0x296a19['zSZcH'];}}const _0x50f642=await _googleSignin['GoogleSignin'][_0x3d52(0x101)]();if(!_0x50f642)return console[_0x3d52(0x18)](_0x296a19[_0x3d52(0x2c9)]),![];const _0x537518=await(0x0,_jwtStorageService[_0x3d52(0x2ca)])();if(!_0x537518)return console[_0x3d52(0x18)](_0x3d52(0x2cb)),![];const _0x21744c=await fetch(_api[_0x3d52(0x26)][_0x3d52(0x27)]+'/youtube/refresh-token',{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x537518},'body':JSON[_0x3d52(0x8c)]({'accessToken':_0x26f55b[_0x3d52(0xf5)],'idToken':_0x26f55b['idToken'],'refreshToken':_0x50f642[_0x3d52(0xc4)],'userEmail':(_0x4b38a0=_0x50f642[_0x3d52(0x125)])===null||_0x4b38a0===void 0x0?void 0x0:_0x4b38a0['email'],'tokenExpiry':new Date(Date['now']()+_0x296a19[_0x3d52(0x2cc)](0xe10,0x3e8))[_0x3d52(0x131)](),'timestamp':new Date()[_0x3d52(0x131)]()})});if(_0x21744c['ok']){const _0x273f93=await _0x21744c[_0x3d52(0x275)]();return console[_0x3d52(0x46)](_0x296a19[_0x3d52(0x2cd)],_0x273f93),!![];}else{if(_0x296a19[_0x3d52(0x2ce)](_0x3d52(0x2cf),_0x296a19['WEDWn'])){var _0x8082f1,_0x542897;_0x11b667[_0x3d52(0x46)](_0x3d52(0xbf)),_0x5d0032=(_0x296a19[_0x3d52(0x2d0)](_0x8082f1=_0x2d7bee['data'],null)||_0x296a19[_0x3d52(0x2d1)](_0x8082f1,void 0x0)||_0x296a19['cBcUo'](_0x8082f1=_0x8082f1[_0x3d52(0x125)],null)||_0x296a19[_0x3d52(0x2c7)](_0x8082f1,void 0x0)?void 0x0:_0x8082f1[_0x3d52(0x17)])||(_0x296a19[_0x3d52(0x2d2)](_0x542897=_0x15e9e0[_0x3d52(0xff)],null)||_0x542897===void 0x0||_0x296a19[_0x3d52(0x2d3)](_0x542897=_0x542897[_0x3d52(0x125)],null)||_0x296a19[_0x3d52(0x2d1)](_0x542897,void 0x0)?void 0x0:_0x542897['email'])||_0x296a19[_0x3d52(0x2d4)];}else{const _0x358885=await _0x21744c[_0x3d52(0x58)]();return console[_0x3d52(0x18)](_0x3d52(0x2d5),_0x21744c[_0x3d52(0x5e)],_0x358885),![];}}}catch(_0x32331d){return _0x296a19['mQsGk'](_0x296a19[_0x3d52(0x2d6)],_0x296a19[_0x3d52(0x2d7)])?(console['error'](_0x296a19[_0x3d52(0x2d8)],_0x32331d),![]):(_0x3d9fa9[_0x3d52(0x18)](_0x296a19[_0x3d52(0x2d9)]),_0x146cc3[_0x3d52(0x18)](_0x296a19[_0x3d52(0x2da)]),_0x5f582e[_0x3d52(0x18)](_0x296a19[_0x3d52(0x2db)]),_0xcc2ce0['error'](_0x296a19[_0x3d52(0x2dc)]),_0x1c85bf[_0x3d52(0x18)](_0x296a19[_0x3d52(0x2dd)]),_0x1982be['error'](_0x296a19['CumHz']),![]);}};function _0x5e9e(){const _0x767b8b=['__esModule','verifyEmailCode','testApiConnectivity','requestEmailVerification','reconnectYouTube','isOAuthCallback','initiateOAuth','initiateNativeAuth','initializePlatformAuthService','hasNativeSDK','forceYouTubeReconnectionWithRevoke','forceYouTubeReconnectionWithConsent','fixUserYouTubeConnection','checkEmailVerificationStatus','โŒ\x20[CONNECTIVITY]\x20Cannot\x20reach\x20API\x20server:','huifs','CNKKF','SDK\x20not\x20initialized.\x20Developers\x20must\x20call\x20initializeApiKey()\x20before\x20using\x20auth\x20features.','No\x20API\x20key\x20configured.\x20Please\x20initialize\x20the\x20SDK\x20with\x20a\x20valid\x20developer\x20API\x20key.','3.0.72','isApiKeyInitialized','ErdGC','message','name','error','NJHVc','JfEHA','getApiConfig','ZHjwo','apiKey','ycNFQ','getApiHeaders','Bearer\x20','JMNDD','1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com','demo_instagram_client_id','onairosevents://auth/callback','user_profile,user_media','API_CONFIG','BASE_URL','/youtube/authorize','https://www.googleapis.com/auth/youtube.readonly','code','/reddit/authorize','demo_reddit_client_id','identity,read','/pinterest/authorize','boards:read,pins:read','demo_facebook_client_id','public_profile,email','/linkedin/authorize','openid\x20profile\x20email','/gmail/authorize','/email/authorize','https://chat.openai.com','https://claude.ai/login','https://x.com/i/grok','https://www.instagram.com','https://www.sephora.com','https://web.telegram.org/k/','dSiCd','๐Ÿ”Œ\x20[CONNECTIVITY]\x20Running\x20comprehensive\x20network\x20diagnostics...','๐ŸŒ\x20[CONNECTIVITY]\x20Test\x201:\x20Checking\x20general\x20internet\x20(google.com)...','reachable','KvFlR','Gjszb','โœ…\x20[CONNECTIVITY]\x20API\x20server\x20is\x20reachable','API\x20is\x20reachable','Internet\x20works\x20but\x20API\x20server\x20is\x20unreachable.\x20The\x20server\x20may\x20be\x20blocking\x20requests\x20from\x20this\x20device/simulator.','โŒ\x20[CONNECTIVITY]\x20Connectivity\x20test\x20failed:','log','xigJD','UUInV','https://www.google.com','Ktcdr','no-cors','googleTest','โœ…\x20[CONNECTIVITY]\x20Google\x20is\x20reachable\x20-\x20internet\x20is\x20working','DydBZ','โŒ\x20[CONNECTIVITY]\x20Cannot\x20reach\x20Google\x20-\x20internet\x20may\x20be\x20down:','โŒ\x20Re-authentication\x20also\x20failed:','NNQmp','okzjl','abort','ESleZ','/health','signal','xsoVY','text','catch','api2Test','statusText','substring','โš ๏ธ\x20[CONNECTIVITY]\x20API\x20server\x20responded\x20with\x20status:\x20','status','โš ๏ธ\x20Still\x20no\x20refresh\x20token\x20after\x20reconnection','kWOVF','IwDDr','success','GpAoM','No\x20internet\x20connectivity\x20detected.\x20Check\x20your\x20network\x20connection.','nmQve','Network\x20error:\x20','auth/callback','โ„น๏ธ\x20[YOUTUBE\x20AUTH]\x20User\x20can\x20reconnect\x20later\x20for\x20refresh\x20tokens\x20if\x20needed','rgmgn','Loccb','jrgOY','uwfjo','ixSSd','AbortError','Network\x20request\x20failed','2|5|0|4|1|3','\x20\x20\x202.\x20API\x20server\x20(API\x20server)\x20is\x20unreachable','\x20\x20\x204.\x20SSL/TLS\x20certificate\x20issue','\x20\x20\x201.\x20No\x20internet\x20connection\x20on\x20device/simulator','WuMvg','WgVum','โœ…\x20Refresh\x20token\x20already\x20available','๐Ÿ“ฑ\x20[OAUTH]\x20Platform:\x20','Platform',',\x20Version:\x20','Version','IJsEl','gIQNM','wKokC','/email/authorize?action=verify','๐Ÿ”‘\x20[OAUTH]\x20Using\x20User\x20JWT\x20for\x20authentication','jaziV','wMcwo','โŒ\x20[OAUTH]\x20User\x20not\x20authenticated\x20-\x20cannot\x20initiate\x20','\x20OAuth','โŒ\x20[OAUTH]\x20Please\x20log\x20in\x20first\x20before\x20connecting\x20platforms','๐ŸŒ\x20[OAUTH]\x20Proxy\x20URL:\x20','๐Ÿ”—\x20[OAUTH]\x20About\x20to\x20make\x20fetch\x20request...','๐Ÿ“ค\x20[OAUTH]\x20Request\x20body:','BThpp','โฐ\x20[OAUTH]\x20Request\x20timeout\x20for\x20','\x20-\x20aborting','VVyVn','stringify','CZRld','โŒ\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20','\x20-\x20','โœ…\x20[YOUTUBE\x20AUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','YxWeM','๐Ÿ“‹\x20[OAUTH]\x20Response\x20data\x20for\x20','URL','url','๐Ÿ”—\x20[OAUTH]\x20Auth\x20URL\x20for\x20','โŒ\x20[OAUTH]\x20Request\x20timeout\x20for\x20','WADdd','iNhau','split','ntcXG','โŒ\x20[OAUTH]\x20Network\x20request\x20failed\x20for\x20','.\x20Possible\x20causes:','YmDNR','WtYak','openid','profile','email','GoogleSignin','configure','oVnUB','โ„น๏ธ\x20Sign\x20out\x20not\x20needed:','โŒ\x20Error\x20verifying\x20email\x20code:','Network\x20error.\x20Please\x20check\x20your\x20connection\x20and\x20try\x20again.','๐Ÿ”\x20Creating\x20authentication\x20token\x20for\x20YouTube\x20connection...','temp_token_for_youtube_connection','eVJNV','๐Ÿ”„\x20FORCING\x20fresh\x20YouTube\x20consent\x20for\x20refresh\x20token...','๐Ÿ”ง\x20Configuring\x20Google\x20Sign-In\x20for\x20forced\x20consent...','โœ…\x20Play\x20Services\x20available','๐Ÿ”\x20Initiating\x20sign-in\x20-\x20consent\x20screen\x20should\x20appear...','โœ…\x20Sign-in\x20completed\x20-\x20checking\x20for\x20refresh\x20token...','๐Ÿ‘ค\x20User\x20email:','๐Ÿ“‹\x20FULL\x20tokens\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','๐Ÿ”\x20Token\x20analysis:','Present','-\x20ServerAuthCode\x20(userInfo):','-\x20ServerAuthCode\x20(currentUser):','โœ…\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20consent!','๐Ÿ”‘\x20Refresh\x20token\x20type:','refreshToken','Unknown\x20Channel','zVnkP','https://www.googleapis.com/youtube/v3/channels?part=snippet&mine=true','KMAya','โœ…\x20YouTube\x20channel\x20found:','ID:','โš ๏ธ\x20No\x20YouTube\x20channel\x20found\x20for\x20user','No\x20Channel','โš ๏ธ\x20Failed\x20to\x20fetch\x20YouTube\x20channel\x20info:','โš ๏ธ\x20Error\x20fetching\x20YouTube\x20channel\x20info:','youtube','serverAuthCode','signOut_and_configure','๐Ÿ“ค\x20Sending\x20comprehensive\x20payload\x20with\x20REFRESH\x20TOKEN\x20to\x20backend:','๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20=====\x20SENDING\x20REAUTH\x20SIGNAL\x20TO\x20BACKEND\x20=====','๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20Endpoint:\x20https://API\x20server/youtube/native-auth','NO\x20AUTH\x20TOKEN','๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20Payload\x20Summary:','๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20FULL\x20PAYLOAD:','๐Ÿ“ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Status\x20Text:','๐Ÿ“ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Headers:','iTzsr','PlfXp','5|4|6|0|3|1|2','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Connection\x20Details:','Yes','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Mode:\x20Temporary\x20(expires\x20~1\x20hour)','โœ…\x20[YOUTUBE\x20REAUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','๐Ÿ”„\x20[YOUTUBE\x20REAUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','๐ŸŽ‰\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Temporary\x20YouTube\x20connection\x20established!','โœ…\x20[YOUTUBE\x20REAUTH]\x20Backend\x20CONFIRMED\x20refresh\x20token\x20received','โœ…\x20[YOUTUBE\x20REAUTH]\x20Response\x20hasRefreshToken:','๐ŸŽ‰\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Full\x20YouTube\x20connection\x20with\x20refresh\x20tokens!','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20REFRESH\x20TOKEN\x20SENT\x20TO\x20BACKEND:','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20type:','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20length:','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Backend\x20did\x20NOT\x20confirm\x20refresh\x20token\x20reception','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Response\x20data:','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Expected\x20hasRefreshToken\x20or\x20refreshTokenReceived\x20in\x20response','SfsXg','wtWVj','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20failed:','โŒ\x20[YOUTUBE\x20REAUTH]\x20This\x20means\x20the\x20reauth\x20signal\x20was\x20not\x20processed','4|2|6|0|5|1|3','\x20\x20\x201.\x20Try\x20the\x20revoke\x20method:\x20forceYouTubeReconnectionWithRevoke()','\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\x202.\x20Check\x20Google\x20Console\x20OAuth\x20configuration','๐Ÿ’ก\x20Solutions:','โŒ\x20User\x20cancelled\x20sign-in\x20-\x20no\x20refresh\x20token\x20obtained','๐Ÿ’ก\x20User\x20must\x20click\x20\x22Allow\x22\x20to\x20get\x20refresh\x20token','MZKwQ','โŒ\x20Sign-in\x20already\x20in\x20progress','exZvr','โŒ\x20Google\x20Play\x20Services\x20not\x20available','KyAkX','DmxAh','GcuoV','odDjh','mYwcp','accessToken','clearCachedAccessToken','uXYQj','DOddg','JMNIV','RmYjc','hasPlayServices','LFloA','ayUoH','DKJJC','data','getTokens','getCurrentUser','owOHV','kgyzi','adCOU','bCyPH','Missing','trihc','idToken','lVqel','kmKRQ','VTChQ','...','JdvrL','wMvZH','xFybV','bFNoy','pvAot','ojxAC','ewUAJ','startsWith','๐Ÿ”‘\x20Refresh\x20token\x20preview:','cWhxq','BItIP','kxbqj','gcPsV','OkEhB','gLXlP','YSnPO','items','length','snippet','title','XTqjY','zwghV','ygepQ','QNFlq','user','KJUHa','bwrvf','KMdrb','SSpqM','qcKDT','OOOIE','qMiaH','XsZWi','QmvZC','lMtam','AacxY','toISOString','uTryA','rHOPY','user-','youtube-','CBqGc','now','PMZVT','bxEQg','debugInfo','refreshTokenType','JVRyl','yrcUm','uWitL','yHMyD','pesTz','vxjFL','yjhgK','MncNd','xNDeR','/youtube/native-auth','aiMii','๐Ÿ“ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Status:','rSUGC','RbBnS','headers','Wabus','eWaLN','enabled','zRvRS','includes','temporary\x20access\x20token\x20mode','pughz','jsqou','VHRnZ','XZUcd','pjCoD','ZCUoV','TrgGI','JrVfH','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Training\x20Ready:\x20Yes','TQhQI','nfPNj','AEFbz','hasRefreshToken','refreshTokenReceived','YcEjh','VsqWU','vDvYb','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Full\x20refresh\x20token:','EWLtl','nHWkf','QqBCn','HwgBQ','warn','QpoEE','wGnFv','UwvKf','๐Ÿ”„\x20[YOUTUBE\x20REAUTH]\x20Signaling\x20training\x20system\x20to\x20restart...','MGqhC','GeZyf','โœ…\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20sent\x20successfully','โœ…\x20[YOUTUBE\x20AUTH]\x20Backend\x20confirmed\x20refresh\x20token\x20received','โœ…\x20[YOUTUBE\x20AUTH]\x20Full\x20YouTube\x20connection\x20with\x20persistent\x20access','JuPoW','bXLOg','JuEGG','UaEoj','lRwbq','VHgVO','zFOtW','BRsCX','xkOvG','YlRnT','mgmbT','ZkhGT','EjoTm','WObCw','statusCodes','FjgCf','IN_PROGRESS','fSJha','FvxuA','PLAY_SERVICES_NOT_AVAILABLE','UpaMV','โ„น๏ธ\x20No\x20existing\x20permissions\x20to\x20revoke:','๐Ÿ‘ค\x20User:','โœ…\x20Revoked\x20existing\x20permissions\x20-\x20fresh\x20consent\x20REQUIRED','๐Ÿ”\x20Signing\x20in\x20after\x20revoke\x20-\x20consent\x20screen\x20MUST\x20appear...','LLKHj','GXrmo','โŒ\x20Error\x20with\x20revoke\x20method:','nROvR','revokeAccess','CbODs','DUWcE','signOut','sEzkB','udYdM','mLPkQ','IcIvT','qAaIU','tKsFp','wBDAj','KppUu','pJNmA','\x20-\x20the\x20server\x20took\x20too\x20long\x20to\x20respond','vcwVA','\x20\x20\x203.\x20DNS\x20resolution\x20failed','โŒ\x20Still\x20no\x20refresh\x20token\x20after\x20revoke\x20method','VgNkb','๐Ÿ”„\x20Method\x202:\x20Trying\x20forced\x20consent\x20via\x20revoke...','๐Ÿ”„\x20Method\x201:\x20Trying\x20forced\x20consent\x20via\x20configuration...','tmADl','mfawO','NHMCZ','LvagA','faRxz','qUHMj','enQjl','\x20YouTube\x20connection\x20fixed\x20via\x20Method\x201!','TFzLQ','UJsPa','FanKx','dRCnK','GpywR','\x20YouTube\x20connection\x20fixed\x20via\x20Method\x202!','โŒ\x20Failed\x20to\x20fix\x20','\x20YouTube\x20connection\x20with\x20both\x20methods','โŒ\x20User\x20not\x20signed\x20in\x20to\x20Google,\x20cannot\x20refresh\x20tokens','โŒ\x20Failed\x20to\x20refresh\x20Google\x20tokens:','โœ…\x20Successfully\x20refreshed\x20Google\x20tokens','rxkfG','vbmFE','aGhdI','oGMYq','๐Ÿ”„\x20Refresh\x20failed,\x20attempting\x20re-authentication...','signIn','NpRDk','YJvuY','Skoxe','keWJx','๐Ÿ”\x20YouTube\x20Token\x20Debug:','โŒ\x20Debug\x20tokens\x20failed:','ljfZr','AIaWp','HCaVm','TAyeF','jcuLO','rRYDY','PrjZE','AuMYD','lbLdY','XtyvD','JQjfo','HAfLa','none','RpXkT','OoHPZ','โœ…\x20Signed\x20out\x20from\x20Google','โ„น๏ธ\x20Already\x20signed\x20out\x20or\x20sign\x20out\x20failed:','โœ…\x20Cleared\x20cached\x20access\x20token','QxmuS','โœ…\x20YouTube\x20reconnected\x20successfully\x20with\x20refresh\x20token','aiJaq','โŒ\x20YouTube\x20reconnection\x20failed','โŒ\x20YouTube\x20reconnection\x20error:','LWezt','txKls','tIdXq','tFmAI','BiFtp','qeqqg','โ„น๏ธ\x20Token\x20clearing\x20failed\x20or\x20not\x20needed:','AQYly','uXgyA','โœ…\x20Refresh\x20token\x20confirmed:','IEvDm','QDBjR','hzTjc','vogJX','Email\x20verified\x20successfully','โŒ\x20Error\x20testing\x20YouTube\x20refresh\x20token:','โŒ\x20Error\x20checking\x20email\x20verification\x20status:','1|4|5|2|3|0|6','Invalid\x20verification\x20code','โ„น๏ธ\x20User\x20should\x20authenticate\x20first\x20via\x20Google/Apple/Email\x20before\x20connecting\x20YouTube','tlEsF','amAbM','User\x20cancelled\x20Google\x20Sign-In','Google\x20Play\x20Services\x20not\x20available','UzXvY','๐Ÿ”„\x20Signed\x20out\x20to\x20force\x20fresh\x20consent','๐Ÿ“‹\x20FULL\x20userInfo\x20object:','๐Ÿ“‹\x20FULL\x20tokens\x20object:','-\x20userInfo.data?.serverAuthCode:','-\x20currentUser?.serverAuthCode:','-\x20tokens.idToken:','wWlAk','yWDXR','xdhgZ','โœ…\x20Refresh\x20token\x20available\x20for\x20YouTube\x20connection','๐Ÿ“บ\x20Fetching\x20YouTube\x20channel\x20information...','uGOtT','onairos_username','youtube_user','lweuT','โ„น๏ธ\x20NOTE:\x20SDK\x20does\x20not\x20create\x20users\x20during\x20YouTube\x20connection','โœ…\x20Found\x20existing\x20authentication\x20token\x20for\x20YouTube\x20auth','๐Ÿ”—\x20Linking\x20YouTube\x20data\x20to\x20user:','-\x20hasRefreshToken:','-\x20hasServerAuthCode:','-\x20userEmail:','-\x20channelName:','๐Ÿ“‹\x20COMPLETE\x20BACKEND\x20PAYLOAD:','๐Ÿ“ค\x20Sending\x20YouTube\x20auth\x20to\x20backend\x20with\x20refresh\x20token:','๐Ÿ“ก\x20Backend\x20response\x20headers:','hjNAc','๐Ÿ”„\x20[YOUTUBE\x20AUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','lRvOW','โš ๏ธ\x20[YOUTUBE\x20AUTH]\x20Backend\x20did\x20not\x20confirm\x20refresh\x20token','โš ๏ธ\x20[YOUTUBE\x20AUTH]\x20Connection\x20may\x20fail\x20when\x20tokens\x20expire','โŒ\x20YouTube\x20auth\x20failed:','๐Ÿ“‹\x20BACKEND\x20ERROR\x20RESPONSE:','aHzdq','โŒ\x20Google\x20Sign-In\x20error:','Ctgvu','instagram','Initiating\x20Facebook\x20Login\x20for\x20Instagram','๐Ÿ”—\x20Initiating\x20native\x20Google\x20Sign-In\x20for\x20YouTube','trim','โŒ\x20[YOUTUBE\x20AUTH]\x20Username\x20is\x20required\x20for\x20YouTube\x20authentication','bCKlD','rDUqt','โ„น๏ธ\x20Sign\x20out\x20not\x20needed\x20or\x20failed:','โœ…\x20Google\x20Sign-In\x20successful:','gCOvz','xcLiR','yRvzH','GowKp','FnAtZ','UOLXf','WipMy','๐Ÿ“‹\x20FULL\x20currentUser\x20object:','jSfcs','AAIkb','liAVv','Present:\x20','fpjdQ','RTRSi','ouijm','KMZXY','ukJjx','โœ…\x20Got\x20serverAuthCode\x20(refresh\x20token\x20mechanism)','GkSrn','hFTHz','GdpAR','GnsDQ','FIqKp','๐Ÿ’ก\x20Check\x20Google\x20Sign-In\x20configuration:\x20offlineAccess,\x20forceCodeForRefreshToken','โš ๏ธ\x20Continuing\x20without\x20refresh\x20token\x20-\x20connection\x20may\x20fail\x20later','DfEIB','token','PbrCQ','oMUsa','sUFZP','iAMTv','qiFei','rAwPQ','GagIU','GbXmb','jnsDt','SjrVO','oZmlJ','PcgeK','XKFDv','FVFwG','TXtct','wwoGG','odVgv','XxhVn','kUqLV','dWTzV','ipxos','hppyL','VKcVE','BEeSp','TLoVF','MYZoK','RiPiy','default','BWcUZ','iBZrQ','KRcBc','gXBip','TOxAi','qNmOE','MJPTh','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20sent:','TJpau','wllwy','mQvew','xUjLf','No\x20token','IzNsZ','frGmk','PDYEa','WHEyl','YvRkU','cZRfO','pseYS','OQcPL','DkoIR','๐Ÿ“ค\x20BACKEND\x20PAYLOAD\x20SUMMARY:','-\x20hasAccessToken:','-\x20refreshTokenType:','igpyC','SNLGU','zrhAP','XxMim','pkQRe','oXsVn','VWMpU','VYjom','json','โœ…\x20YouTube\x20connection\x20successful','dLkPA','aLhLX','isTemporaryMode','Hdadd','dgrlT','NWoVg','WYQad','AcKNu','jRVbL','VwGNi','GQUoN','rHHuZ','bLSsG','REMcU','ZdvSJ','keys','XnVJg','lbcFR','dCKQi','vSNEB','SIGN_IN_CANCELLED','WQNqe','BFOoz','SbkcJ','PSuyc','obrNZ','FXijt','bdzwK','TnjFo','GyQlL','reQyK','GMCZV','YSVyD','pvEmg','pYmOM','ulfWv','DHqis','ZPUyW','rFQgA','Facebook\x20Login\x20completed\x20successfully','zwWjA','TSvMc','ejoEb','Google\x20Sign-In\x20already\x20in\x20progress','PGrOi','code=','UKEOB','Exchanging\x20code\x20for\x20token\x20for\x20platform:\x20','/token','euumI','OOZtt','WVpKA','Error\x20exchanging\x20code\x20for\x20token:\x20','Token\x20exchange\x20failed\x20with\x20status\x20','Token\x20exchange\x20successful\x20for\x20','tpVul','Error\x20exchanging\x20code\x20for\x20token:','Falling\x20back\x20to\x20simulated\x20token\x20response','_access_token_','random','toString','_refresh_token_','nxGfd','๐Ÿ”\x20[YOUTUBE\x20AUTH]\x20Response\x20data\x20keys:','YqGtZ','exchangeCodeForToken','โŒ\x20CRITICAL:\x20No\x20refresh\x20token\x20even\x20after\x20consent\x20screen','โŒ\x20Failed\x20to\x20get\x20fresh\x20tokens\x20from\x20Google\x20SDK','โœ…\x20YouTube\x20tokens\x20refreshed\x20successfully:','pFZMA','cMwuZ','โŒ\x20Error\x20refreshing\x20YouTube\x20tokens:','jXzQJ','YPKQL','XwWLT','dGQWf','dCzrG','QTCvw','Ykjve','WRQHY','XkRMx','cBcUo','ktkuJ','getJWT','โŒ\x20No\x20auth\x20token\x20found\x20for\x20YouTube\x20refresh','bgcua','BverD','CyqoY','ZyspC','mUGYh','tslUN','lUlpB','mFQTZ','aNqRb','โŒ\x20YouTube\x20token\x20refresh\x20failed:','ajXeW','TZCRo','wbWhI','zRebB','ToPlE','QkkiM','uZRlO','UmOlt','refreshYouTubeTokens','๐Ÿ”„\x20[TRAINING\x20RESTART]\x20Triggering\x20training\x20restart\x20for\x20user:','youtube_reauth','โœ…\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20successful:','BEBHw','โŒ\x20[TRAINING\x20RESTART]\x20Error\x20triggering\x20training\x20restart:','tqvBf','RICwH','/mobile-training/restart','lwQER','KqHkR','dQmZX','0|2|5|1|4|3','\x20\x20\x205.\x20iOS\x20simulator\x20network\x20sandbox\x20issue\x20-\x20try\x20on\x20physical\x20device','muPIJ','xmNRr','UJMPy','โœ…\x20YouTube\x20connection\x20fixed!\x20Testing\x20again...','MUfdA','โŒ\x20Failed\x20to\x20fix\x20YouTube\x20connection','kddEp','bsMMr','๐Ÿงช\x20Testing\x20YouTube\x20refresh\x20token\x20functionality...','MIPhS','IhksZ','EmTYl','lpNQY','HRSal','VSbun','โš ๏ธ\x20No\x20refresh\x20token\x20found\x20-\x20attempting\x20to\x20fix...','MoGwj','gEvvp','gaYKt','GEUQg','PSiMa','mQofv','ZpDUJ','๐Ÿ”\x20New\x20token\x20status:','pazlw','glWit','tyeVN','kbhJG','qPzXh','tguIv','โœ…\x20Got\x20serverAuthCode\x20from\x20sign-in\x20response','gxpOn','PvRaK','EjjTQ','oEJNN','BDxYy','ARmFy','request','Failed\x20to\x20send\x20verification\x20code','โŒ\x20Error\x20requesting\x20email\x20verification:','gqDFQ','ntOqg','/email/verification','oVSmM','iOOjn','Verification\x20code\x20sent\x20to\x20your\x20email','BKGhB','NzvlC','IreHD','verify','TSTKm','๐Ÿ”\x20Verifying\x20email\x20code\x20for:','ZnUGM','pskFn','JEmFO','existingUser','pMEgn','kkJnK','EBDKW','jPFOe','Network\x20error','aZqSv','VZrfH','isPending','gdbMj','๐Ÿ”ง\x20Platform\x20auth\x20service\x20initialized','GefvH','OBeCS'];_0x5e9e=function(){return _0x767b8b;};return _0x5e9e();}function _0x3d52(_0x5e9e0b,_0x3d52e1){_0x5e9e0b=_0x5e9e0b-0x0;const _0x37d11d=_0x5e9e();let _0x2c7c95=_0x37d11d[_0x5e9e0b];return _0x2c7c95;}exports[_0x3d52(0x2de)]=refreshYouTubeTokens;const triggerTrainingRestart=async(_0x36b67e,_0x321816)=>{const _0x3b51c1={'QuYBS':'No\x20API\x20key\x20configured.\x20Please\x20initialize\x20the\x20SDK\x20with\x20a\x20valid\x20developer\x20API\x20key.','tqvBf':function(_0x9d2b90,_0x10a537){return _0x9d2b90!==_0x10a537;},'eZytG':'Tfshk','uLOYl':_0x3d52(0x2df),'RICwH':function(_0x4127ef,_0x16aa1e,_0x562dd8){return _0x4127ef(_0x16aa1e,_0x562dd8);},'yJleV':_0x3d52(0x2e0),'lwQER':_0x3d52(0x2e1),'KqHkR':_0x3d52(0x2e2),'dQmZX':'โŒ\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20failed:','GBXmQ':_0x3d52(0x2e3)};try{if(_0x3b51c1[_0x3d52(0x2e4)]('dwcJy',_0x3b51c1['eZytG'])){console[_0x3d52(0x46)](_0x3b51c1['uLOYl'],_0x36b67e);const _0x1875de=await _0x3b51c1[_0x3d52(0x2e5)](fetch,_api[_0x3d52(0x26)][_0x3d52(0x27)]+_0x3d52(0x2e6),{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x321816},'body':JSON['stringify']({'username':_0x36b67e,'reason':_0x3b51c1['yJleV'],'platform':_0x3d52(0xc3),'timestamp':new Date()[_0x3d52(0x131)](),'requestNewTraining':!![]})});if(_0x1875de['ok']){const _0x18c2a4=await _0x1875de[_0x3d52(0x275)]();console[_0x3d52(0x46)](_0x3b51c1[_0x3d52(0x2e7)],_0x18c2a4);}else{if(_0x3d52(0x2e2)!==_0x3b51c1[_0x3d52(0x2e8)])_0x3e4bbe[_0x3d52(0x46)]('โš ๏ธ\x20[CONNECTIVITY]\x20API\x20server\x20responded\x20with\x20status:\x20'+_0x141697[_0x3d52(0x5e)]);else{const _0x3b7392=await _0x1875de['text']();console['error'](_0x3b51c1[_0x3d52(0x2e9)],_0x1875de[_0x3d52(0x5e)],_0x3b7392);throw new Error('Training\x20restart\x20failed:\x20'+_0x1875de[_0x3d52(0x5e)]);}}}else throw new _0x5d160f(_0x3b51c1['QuYBS']);}catch(_0x16dde9){console[_0x3d52(0x18)](_0x3b51c1['GBXmQ'],_0x16dde9);throw _0x16dde9;}},testYouTubeRefreshToken=async _0x2dcdeb=>{const _0x51b577={'HRSal':_0x3d52(0x42),'gEvvp':'โœ…\x20Refresh\x20token\x20available\x20for\x20YouTube\x20connection','gaYKt':_0x3d52(0xb7),'GEUQg':_0x3d52(0xc4),'PSiMa':_0x3d52(0xb8),'tyeVN':_0x3d52(0x2ea),'kbhJG':_0x3d52(0x19d),'BRAxX':_0x3d52(0x2eb),'Qwyui':_0x3d52(0x72),'qPzXh':_0x3d52(0x71),'gxpOn':_0x3d52(0x115),'BDxYy':function(_0x4e7be3,_0x344b4f,_0x516059){return _0x4e7be3(_0x344b4f,_0x516059);},'aszew':_0x3d52(0x29e),'oEJNN':'Initiating\x20Facebook\x20Login\x20for\x20Instagram','MIPhS':_0x3d52(0x187),'IhksZ':function(_0x5c87c3,_0xa29992){return _0x5c87c3===_0xa29992;},'EmTYl':_0x3d52(0x2ec),'lpNQY':_0x3d52(0x2ed),'eQvBF':'๐Ÿ”\x20Current\x20token\x20status:','FUpmj':function(_0xbdb120,_0x3aac1a){return _0xbdb120!==_0x3aac1a;},'VSbun':'zyijy','MoGwj':function(_0x43ab41,_0x30c13c){return _0x43ab41(_0x30c13c);},'kfNKr':_0x3d52(0x2ee),'mQofv':_0x3d52(0x2ef),'ZpDUJ':function(_0x202a5d){return _0x202a5d();},'pazlw':function(_0x5a8306,_0x49f350){return _0x5a8306!==_0x49f350;},'glWit':_0x3d52(0x2f0),'tguIv':_0x3d52(0x2f1),'PvRaK':_0x3d52(0x2f2),'EjjTQ':_0x3d52(0x2f3),'ARmFy':_0x3d52(0x76)};console[_0x3d52(0x46)](_0x3d52(0x2f4)),console[_0x3d52(0x46)](_0x51b577[_0x3d52(0x2f5)],_0x2dcdeb);try{if(_0x51b577[_0x3d52(0x2f6)](_0x51b577[_0x3d52(0x2f7)],_0x51b577[_0x3d52(0x2f8)]))_0x4eaa7a['log'](_0x51b577[_0x3d52(0x2f9)]);else{const _0x363f05=await debugYouTubeTokens();console[_0x3d52(0x46)](_0x51b577['eQvBF'],_0x363f05);if(!_0x363f05[_0x3d52(0x15d)]){if(_0x51b577['FUpmj'](_0x51b577[_0x3d52(0x2fa)],'nmxXI')){console[_0x3d52(0x46)](_0x3d52(0x2fb));const _0x489a74=await _0x51b577[_0x3d52(0x2fc)](fixUserYouTubeConnection,_0x2dcdeb);if(_0x489a74){if(_0x51b577['FUpmj'](_0x51b577['kfNKr'],_0x51b577['kfNKr']))_0x5e4da7[_0x3d52(0x46)](_0x51b577[_0x3d52(0x2fd)]),_0x31c8ae['log'](_0x51b577[_0x3d52(0x2fe)],_0x246291[_0x3d52(0x114)]('4/')?_0x51b577[_0x3d52(0x2ff)]:_0x51b577[_0x3d52(0x300)]);else{console[_0x3d52(0x46)](_0x51b577[_0x3d52(0x301)]);const _0x40e5c9=await _0x51b577[_0x3d52(0x302)](debugYouTubeTokens);console[_0x3d52(0x46)](_0x3d52(0x303),_0x40e5c9);}}else{if(_0x51b577[_0x3d52(0x304)](_0x51b577[_0x3d52(0x305)],_0x51b577[_0x3d52(0x305)])){const _0x5be4e2=_0x51b577[_0x3d52(0x306)][_0x3d52(0x99)]('|');let _0x50d1bf=0x0;while(!![]){switch(_0x5be4e2[_0x50d1bf++]){case'0':_0x1d0e9c[_0x3d52(0x18)](_0x3d52(0x9b)+_0x2f1a27+_0x3d52(0x9c));continue;case'1':_0x117cfa[_0x3d52(0x18)](_0x51b577[_0x3d52(0x307)]);continue;case'2':_0x56551e['error'](_0x3d52(0x73));continue;case'3':_0x2712a9[_0x3d52(0x18)](_0x51b577['BRAxX']);continue;case'4':_0x7af86c[_0x3d52(0x18)](_0x51b577['Qwyui']);continue;case'5':_0x35b8cf[_0x3d52(0x18)](_0x51b577[_0x3d52(0x308)]);continue;}break;}}else console[_0x3d52(0x18)](_0x51b577[_0x3d52(0x309)]);}}else _0x39b025=_0xfb82ac['data'][_0x3d52(0xc4)],_0x4ef373[_0x3d52(0x46)](_0x3d52(0x30a)),_0x46e52c[_0x3d52(0x46)](_0x51b577[_0x3d52(0x30b)],_0x102445[_0x3d52(0x5c)](0x0,0x14)+_0x3d52(0x10c));}else{if(_0x51b577[_0x3d52(0x2f6)](_0x51b577[_0x3d52(0x30c)],_0x51b577[_0x3d52(0x30d)])){const _0x1b02a3={'QgijT':_0x51b577['aszew']};return _0x4e123c[_0x3d52(0x46)](_0x51b577[_0x3d52(0x30e)]),new _0xdddee2(_0x157a92=>{_0x51b577[_0x3d52(0x30f)](_0xeb0a5d,()=>{_0x124320[_0x3d52(0x46)](_0x1b02a3['QgijT']),_0x157a92(!![]);},0x3e8);});}else console['log'](_0x51b577[_0x3d52(0x310)]);}}}catch(_0x285826){console['error'](_0x3d52(0x1e7),_0x285826);}};exports['testYouTubeRefreshToken']=testYouTubeRefreshToken;const requestEmailVerification=async(_0x5c871c,_0x359305=![])=>{const _0x3aad62={'gqDFQ':'๐Ÿ“ง\x20Requesting\x20email\x20verification\x20for:','ntOqg':function(_0x1af0c7,_0x1ca223,_0x3dc8f2){return _0x1af0c7(_0x1ca223,_0x3dc8f2);},'oVSmM':function(_0x23bc7a){return _0x23bc7a();},'iOOjn':_0x3d52(0x311),'BKGhB':_0x3d52(0x312),'NzvlC':_0x3d52(0x313),'IreHD':'Network\x20error.\x20Please\x20check\x20your\x20connection\x20and\x20try\x20again.'};try{console[_0x3d52(0x46)](_0x3aad62[_0x3d52(0x314)],_0x5c871c);const _0x509b03=await _0x3aad62[_0x3d52(0x315)](fetch,_api[_0x3d52(0x26)][_0x3d52(0x27)]+_0x3d52(0x316),{'method':'POST','headers':_0x3aad62[_0x3d52(0x317)](getDeveloperAuthHeaders),'body':JSON[_0x3d52(0x8c)]({'email':_0x5c871c,'action':_0x3aad62[_0x3d52(0x318)],'testMode':_0x359305})}),_0x5f0703=await _0x509b03[_0x3d52(0x275)]();return _0x509b03['ok']?{'success':!![],'message':_0x5f0703[_0x3d52(0x16)]||_0x3d52(0x319)}:{'success':![],'error':_0x5f0703['message']||_0x3aad62[_0x3d52(0x31a)]};}catch(_0x5ad930){return console['error'](_0x3aad62[_0x3d52(0x31b)],_0x5ad930),{'success':![],'error':_0x3aad62[_0x3d52(0x31c)]};}};exports[_0x3d52(0x3)]=requestEmailVerification;const verifyEmailCode=async(_0x4a17b1,_0x1a9e34,_0x4b9767=![])=>{const _0x572a32={'kkJnK':_0x3d52(0xa0),'EBDKW':_0x3d52(0xa1),'ZnUGM':function(_0x159612,_0x37fb55,_0x4a86ba){return _0x159612(_0x37fb55,_0x4a86ba);},'kaRAe':function(_0x167558){return _0x167558();},'pskFn':_0x3d52(0x31d),'JEmFO':_0x3d52(0x1e6),'pMEgn':_0x3d52(0x1ea),'pCNIU':_0x3d52(0x31e),'Tcmyh':_0x3d52(0xa6),'jPFOe':_0x3d52(0xa7)};try{console[_0x3d52(0x46)](_0x3d52(0x31f),_0x4a17b1);const _0x52debb=await _0x572a32[_0x3d52(0x320)](fetch,_api[_0x3d52(0x26)][_0x3d52(0x27)]+_0x3d52(0x316),{'method':'POST','headers':_0x572a32['kaRAe'](getDeveloperAuthHeaders),'body':JSON['stringify']({'email':_0x4a17b1,'code':_0x1a9e34,'action':_0x572a32[_0x3d52(0x321)],'testMode':_0x4b9767})}),_0x3abb43=await _0x52debb['json']();return _0x52debb['ok']?{'success':!![],'message':_0x3abb43[_0x3d52(0x16)]||_0x572a32[_0x3d52(0x322)],'existingUser':_0x3abb43[_0x3d52(0x323)]||![],'token':_0x3abb43[_0x3d52(0x237)]}:{'success':![],'error':_0x3abb43[_0x3d52(0x16)]||_0x572a32[_0x3d52(0x324)]};}catch(_0x3f4b1b){if(_0x572a32['pCNIU']==='RYBGH')_0x20532a[_0x3d52(0xa2)][_0x3d52(0xa3)]({'webClientId':_0x592814,'iosClientId':_0x5ec1ee,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x3d52(0x29),'openid',_0x572a32[_0x3d52(0x325)],_0x572a32[_0x3d52(0x326)]],'hostedDomain':'','accountName':''});else return console[_0x3d52(0x18)](_0x572a32['Tcmyh'],_0x3f4b1b),{'success':![],'error':_0x572a32[_0x3d52(0x327)]};}};exports[_0x3d52(0x1)]=verifyEmailCode;const checkEmailVerificationStatus=async(_0x46250f,_0x35d60d=![])=>{const _0x519def={'aZqSv':function(_0x5e98ed,_0xf3141c,_0x57c95a){return _0x5e98ed(_0xf3141c,_0x57c95a);},'VZrfH':function(_0x111acf){return _0x111acf();},'gdbMj':_0x3d52(0x328)};try{const _0x54dff8=await _0x519def[_0x3d52(0x329)](fetch,_api[_0x3d52(0x26)]['BASE_URL']+'/email/verification/status',{'method':'POST','headers':_0x519def[_0x3d52(0x32a)](getDeveloperAuthHeaders),'body':JSON[_0x3d52(0x8c)]({'email':_0x46250f,'testMode':_0x35d60d})}),_0x3d915e=await _0x54dff8[_0x3d52(0x275)]();return{'success':_0x54dff8['ok'],'isPending':_0x3d915e[_0x3d52(0x32b)]||![],'message':_0x3d915e['message']};}catch(_0x337f5c){return console[_0x3d52(0x18)](_0x3d52(0x1e8),_0x337f5c),{'success':![],'isPending':![],'error':_0x519def[_0x3d52(0x32c)]};}};exports['checkEmailVerificationStatus']=checkEmailVerificationStatus;const initializePlatformAuthService=()=>{const _0x143224={'GefvH':_0x3d52(0x32d),'OBeCS':function(_0x3bc43d){return _0x3bc43d();}};console[_0x3d52(0x46)](_0x143224[_0x3d52(0x32e)]),_0x143224[_0x3d52(0x32f)](initializeGoogleSignIn);};exports[_0x3d52(0x8)]=initializePlatformAuthService;