@onairos/react-native 3.5.4 → 3.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (253) hide show
  1. package/README.md +423 -423
  2. package/lib/commonjs/api/index.js +1 -1
  3. package/lib/commonjs/assets/images/Checkbox.svg +3 -3
  4. package/lib/commonjs/assets/images/EnochE.svg +19 -19
  5. package/lib/commonjs/assets/images/OnairosNewLogo.png +0 -0
  6. package/lib/commonjs/assets/images/Personalityprofile.svg +3 -3
  7. package/lib/commonjs/assets/images/Personalitytraits.svg +3 -3
  8. package/lib/commonjs/assets/images/Userpreferences.svg +3 -3
  9. package/lib/commonjs/assets/images/arrow.svg +20 -20
  10. package/lib/commonjs/assets/images/basicproficon.svg +43 -43
  11. package/lib/commonjs/assets/images/basicprofile.svg +3 -3
  12. package/lib/commonjs/assets/images/checkmark.svg +4 -4
  13. package/lib/commonjs/assets/images/contentanalysis.svg +3 -3
  14. package/lib/commonjs/assets/images/contenticon.svg +23 -23
  15. package/lib/commonjs/assets/images/personalityicon.svg +18 -18
  16. package/lib/commonjs/assets/images/x-close.svg +3 -3
  17. package/lib/commonjs/components/BodyText.js +1 -1
  18. package/lib/commonjs/components/BrandMark.js +1 -1
  19. package/lib/commonjs/components/CodeInput.js +1 -1
  20. package/lib/commonjs/components/EmailInput.js +1 -1
  21. package/lib/commonjs/components/GoogleButton.js +1 -1
  22. package/lib/commonjs/components/HeadingGroup.js +1 -1
  23. package/lib/commonjs/components/LLMDataInputModal.js +1 -1
  24. package/lib/commonjs/components/ModalHeader.js +1 -1
  25. package/lib/commonjs/components/ModalSheet.js +1 -1
  26. package/lib/commonjs/components/Onairos.js +1 -1
  27. package/lib/commonjs/components/OnairosButton.js +1 -1
  28. package/lib/commonjs/components/OnairosSignInButton.js +1 -1
  29. package/lib/commonjs/components/Overlay.js +1 -1
  30. package/lib/commonjs/components/PersonaImage.js +1 -1
  31. package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
  32. package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
  33. package/lib/commonjs/components/PinCreationScreen.js +1 -1
  34. package/lib/commonjs/components/PinInput.js +1 -1
  35. package/lib/commonjs/components/PlatformConnectorsStep.js +3 -2
  36. package/lib/commonjs/components/PlatformList.js +1 -1
  37. package/lib/commonjs/components/PlatformToggle.js +1 -1
  38. package/lib/commonjs/components/PrimaryButton.js +1 -1
  39. package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
  40. package/lib/commonjs/components/SignInStep.js +1 -1
  41. package/lib/commonjs/components/UniversalOnboarding.js +2 -1
  42. package/lib/commonjs/components/VerificationStep.js +1 -1
  43. package/lib/commonjs/components/WelcomeScreen.js +2 -1
  44. package/lib/commonjs/components/icons/Basicproficon.js +1 -1
  45. package/lib/commonjs/components/icons/Basicprofile.js +1 -1
  46. package/lib/commonjs/components/icons/Checkbox.js +1 -1
  47. package/lib/commonjs/components/icons/Checkmark.js +1 -1
  48. package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
  49. package/lib/commonjs/components/icons/Contenticon.js +1 -1
  50. package/lib/commonjs/components/icons/EnochE.js +1 -1
  51. package/lib/commonjs/components/icons/Personalityicon.js +1 -1
  52. package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
  53. package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
  54. package/lib/commonjs/components/icons/Userpreferences.js +1 -1
  55. package/lib/commonjs/components/icons/index.js +1 -1
  56. package/lib/commonjs/components/onboarding/OAuthWebView.js +6 -2
  57. package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
  58. package/lib/commonjs/components/onboarding/PinInput.js +1 -1
  59. package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
  60. package/lib/commonjs/config/api.js +1 -1
  61. package/lib/commonjs/constants/index.js +1 -1
  62. package/lib/commonjs/context/AuthContext.js +1 -1
  63. package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
  64. package/lib/commonjs/hooks/useConnections.js +1 -1
  65. package/lib/commonjs/hooks/useCredentials.js +1 -1
  66. package/lib/commonjs/hooks/useUserConnections.js +1 -1
  67. package/lib/commonjs/index.js +5 -6
  68. package/lib/commonjs/services/SDK_API_KEY_VALIDATION.md +421 -421
  69. package/lib/commonjs/services/apiClient.js +1 -1
  70. package/lib/commonjs/services/apiKeyService.js +1 -1
  71. package/lib/commonjs/services/authService.js +1 -1
  72. package/lib/commonjs/services/biometricPinService.js +1 -1
  73. package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
  74. package/lib/commonjs/services/chatGPTConversationService.js +1 -1
  75. package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
  76. package/lib/commonjs/services/claudeConversationService.js +1 -1
  77. package/lib/commonjs/services/connectedAccountsService.js +1 -1
  78. package/lib/commonjs/services/googleAuthService.js +1 -1
  79. package/lib/commonjs/services/hingeDataExtractor.js +8 -0
  80. package/lib/commonjs/services/hingeDataService.js +9 -0
  81. package/lib/commonjs/services/imageCompressionService.js +1 -1
  82. package/lib/commonjs/services/instagramDataExtractor.js +8 -0
  83. package/lib/commonjs/services/instagramDataService.js +9 -0
  84. package/lib/commonjs/services/jwtStorageService.js +1 -1
  85. package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
  86. package/lib/commonjs/services/linkedinProfileService.js +1 -1
  87. package/lib/commonjs/services/linkedinScrapingService.js +1 -1
  88. package/lib/commonjs/services/llmDataStorage.js +1 -1
  89. package/lib/commonjs/services/mobileTrainingService.js +1 -1
  90. package/lib/commonjs/services/oauthService.js +1 -1
  91. package/lib/commonjs/services/pinEncryptionService.js +1 -1
  92. package/lib/commonjs/services/pinStorageUtils.js +1 -1
  93. package/lib/commonjs/services/platformAuthService.js +1 -1
  94. package/lib/commonjs/services/sephoraDataExtractor.js +8 -0
  95. package/lib/commonjs/services/sephoraDataService.js +9 -0
  96. package/lib/commonjs/services/storageService.js +1 -1
  97. package/lib/commonjs/services/telegramDataExtractor.js +8 -0
  98. package/lib/commonjs/services/telegramDataService.js +9 -0
  99. package/lib/commonjs/services/trainingApiHelpers.js +1 -1
  100. package/lib/commonjs/services/userConnectionsService.js +1 -1
  101. package/lib/commonjs/services/youtubeMigrationService.js +1 -1
  102. package/lib/commonjs/theme/index.js +1 -1
  103. package/lib/commonjs/types/index.js +1 -1
  104. package/lib/commonjs/types.js +1 -1
  105. package/lib/commonjs/utils/Portal.js +1 -1
  106. package/lib/commonjs/utils/api.js +1 -1
  107. package/lib/commonjs/utils/assetRegistry.js +2 -2
  108. package/lib/commonjs/utils/auth.js +1 -1
  109. package/lib/commonjs/utils/connectorTests.js +29 -0
  110. package/lib/commonjs/utils/crypto.js +1 -1
  111. package/lib/commonjs/utils/debugHelper.js +1 -1
  112. package/lib/commonjs/utils/encryption.js +1 -1
  113. package/lib/commonjs/utils/eventUtils.js +1 -1
  114. package/lib/commonjs/utils/haptics.js +1 -1
  115. package/lib/commonjs/utils/imagePreloader.js +1 -1
  116. package/lib/commonjs/utils/networkDiagnostics.js +1 -1
  117. package/lib/commonjs/utils/onairosApi.js +1 -1
  118. package/lib/commonjs/utils/programmaticFlow.js +1 -1
  119. package/lib/commonjs/utils/retryHelper.js +1 -1
  120. package/lib/commonjs/utils/secureStorage.js +1 -1
  121. package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
  122. package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
  123. package/lib/commonjs/utils/webviewScripts/hinge.js +1 -0
  124. package/lib/commonjs/utils/webviewScripts/index.js +6 -2
  125. package/lib/commonjs/utils/webviewScripts/instagram.js +1 -0
  126. package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
  127. package/lib/commonjs/utils/webviewScripts/sephora.js +1 -0
  128. package/lib/commonjs/utils/webviewScripts/telegram.js +1 -0
  129. package/lib/module/api/index.js +1 -1
  130. package/lib/module/assets/images/Checkbox.svg +3 -3
  131. package/lib/module/assets/images/EnochE.svg +19 -19
  132. package/lib/module/assets/images/OnairosNewLogo.png +0 -0
  133. package/lib/module/assets/images/Personalityprofile.svg +3 -3
  134. package/lib/module/assets/images/Personalitytraits.svg +3 -3
  135. package/lib/module/assets/images/Userpreferences.svg +3 -3
  136. package/lib/module/assets/images/arrow.svg +20 -20
  137. package/lib/module/assets/images/basicproficon.svg +43 -43
  138. package/lib/module/assets/images/basicprofile.svg +3 -3
  139. package/lib/module/assets/images/checkmark.svg +4 -4
  140. package/lib/module/assets/images/contentanalysis.svg +3 -3
  141. package/lib/module/assets/images/contenticon.svg +23 -23
  142. package/lib/module/assets/images/personalityicon.svg +18 -18
  143. package/lib/module/assets/images/x-close.svg +3 -3
  144. package/lib/module/components/BodyText.js +1 -1
  145. package/lib/module/components/BrandMark.js +1 -1
  146. package/lib/module/components/CodeInput.js +1 -1
  147. package/lib/module/components/EmailInput.js +1 -1
  148. package/lib/module/components/GoogleButton.js +1 -1
  149. package/lib/module/components/HeadingGroup.js +1 -1
  150. package/lib/module/components/LLMDataInputModal.js +1 -1
  151. package/lib/module/components/ModalHeader.js +1 -1
  152. package/lib/module/components/ModalSheet.js +1 -1
  153. package/lib/module/components/Onairos.js +1 -1
  154. package/lib/module/components/OnairosButton.js +1 -1
  155. package/lib/module/components/OnairosSignInButton.js +1 -1
  156. package/lib/module/components/Overlay.js +1 -1
  157. package/lib/module/components/PersonaImage.js +1 -1
  158. package/lib/module/components/PersonaLoadingScreen.js +1 -1
  159. package/lib/module/components/PersonalizationConsentScreen.js +1 -1
  160. package/lib/module/components/PinCreationScreen.js +1 -1
  161. package/lib/module/components/PinInput.js +1 -1
  162. package/lib/module/components/PlatformConnectorsStep.js +7 -1
  163. package/lib/module/components/PlatformList.js +1 -1
  164. package/lib/module/components/PlatformToggle.js +1 -1
  165. package/lib/module/components/PrimaryButton.js +1 -1
  166. package/lib/module/components/SignInMatchAnimation.js +1 -1
  167. package/lib/module/components/SignInStep.js +1 -1
  168. package/lib/module/components/UniversalOnboarding.js +1 -1
  169. package/lib/module/components/VerificationStep.js +1 -1
  170. package/lib/module/components/WelcomeScreen.js +1 -1
  171. package/lib/module/components/icons/Basicproficon.js +1 -1
  172. package/lib/module/components/icons/Basicprofile.js +1 -1
  173. package/lib/module/components/icons/Checkbox.js +1 -1
  174. package/lib/module/components/icons/Checkmark.js +1 -1
  175. package/lib/module/components/icons/Contentanalysis.js +1 -1
  176. package/lib/module/components/icons/Contenticon.js +1 -1
  177. package/lib/module/components/icons/EnochE.js +1 -1
  178. package/lib/module/components/icons/Personalityicon.js +1 -1
  179. package/lib/module/components/icons/Personalityprofile.js +1 -1
  180. package/lib/module/components/icons/Personalitytraits.js +1 -1
  181. package/lib/module/components/icons/Userpreferences.js +1 -1
  182. package/lib/module/components/onboarding/OAuthWebView.js +1 -1
  183. package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
  184. package/lib/module/components/onboarding/PinInput.js +1 -1
  185. package/lib/module/components/onboarding/PlatformConnector.js +1 -1
  186. package/lib/module/config/api.js +1 -1
  187. package/lib/module/constants/index.js +1 -1
  188. package/lib/module/context/AuthContext.js +1 -1
  189. package/lib/module/hooks/useConnectedAccounts.js +1 -1
  190. package/lib/module/hooks/useConnections.js +1 -1
  191. package/lib/module/hooks/useCredentials.js +1 -1
  192. package/lib/module/hooks/useUserConnections.js +1 -1
  193. package/lib/module/index.js +1 -1
  194. package/lib/module/services/SDK_API_KEY_VALIDATION.md +421 -421
  195. package/lib/module/services/apiClient.js +1 -1
  196. package/lib/module/services/apiKeyService.js +1 -1
  197. package/lib/module/services/authService.js +1 -1
  198. package/lib/module/services/biometricPinService.js +1 -1
  199. package/lib/module/services/chatGPTConversationExtractor.js +1 -1
  200. package/lib/module/services/chatGPTConversationService.js +1 -1
  201. package/lib/module/services/claudeConversationExtractor.js +1 -1
  202. package/lib/module/services/claudeConversationService.js +1 -1
  203. package/lib/module/services/connectedAccountsService.js +1 -1
  204. package/lib/module/services/googleAuthService.js +1 -1
  205. package/lib/module/services/hingeDataExtractor.js +1 -0
  206. package/lib/module/services/hingeDataService.js +1 -0
  207. package/lib/module/services/imageCompressionService.js +1 -1
  208. package/lib/module/services/instagramDataExtractor.js +1 -0
  209. package/lib/module/services/instagramDataService.js +1 -0
  210. package/lib/module/services/jwtStorageService.js +1 -1
  211. package/lib/module/services/linkedinDOMExtractor.js +1 -1
  212. package/lib/module/services/linkedinProfileService.js +1 -1
  213. package/lib/module/services/linkedinScrapingService.js +1 -1
  214. package/lib/module/services/llmDataStorage.js +1 -1
  215. package/lib/module/services/mobileTrainingService.js +1 -1
  216. package/lib/module/services/oauthService.js +1 -1
  217. package/lib/module/services/pinEncryptionService.js +1 -1
  218. package/lib/module/services/pinStorageUtils.js +1 -1
  219. package/lib/module/services/platformAuthService.js +1 -1
  220. package/lib/module/services/sephoraDataExtractor.js +1 -0
  221. package/lib/module/services/sephoraDataService.js +1 -0
  222. package/lib/module/services/storageService.js +1 -1
  223. package/lib/module/services/telegramDataExtractor.js +1 -0
  224. package/lib/module/services/telegramDataService.js +1 -0
  225. package/lib/module/services/trainingApiHelpers.js +1 -1
  226. package/lib/module/services/userConnectionsService.js +1 -1
  227. package/lib/module/services/youtubeMigrationService.js +1 -1
  228. package/lib/module/theme/index.js +1 -1
  229. package/lib/module/types.js +1 -1
  230. package/lib/module/utils/Portal.js +1 -1
  231. package/lib/module/utils/api.js +1 -1
  232. package/lib/module/utils/assetRegistry.js +2 -2
  233. package/lib/module/utils/auth.js +1 -1
  234. package/lib/module/utils/connectorTests.js +28 -0
  235. package/lib/module/utils/crypto.js +1 -1
  236. package/lib/module/utils/debugHelper.js +1 -1
  237. package/lib/module/utils/encryption.js +1 -1
  238. package/lib/module/utils/eventUtils.js +1 -1
  239. package/lib/module/utils/haptics.js +1 -1
  240. package/lib/module/utils/networkDiagnostics.js +1 -1
  241. package/lib/module/utils/onairosApi.js +1 -1
  242. package/lib/module/utils/programmaticFlow.js +1 -1
  243. package/lib/module/utils/retryHelper.js +1 -1
  244. package/lib/module/utils/secureStorage.js +1 -1
  245. package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
  246. package/lib/module/utils/webviewScripts/claude.js +1 -1
  247. package/lib/module/utils/webviewScripts/hinge.js +1 -0
  248. package/lib/module/utils/webviewScripts/index.js +1 -1
  249. package/lib/module/utils/webviewScripts/instagram.js +1 -0
  250. package/lib/module/utils/webviewScripts/linkedin.js +1 -1
  251. package/lib/module/utils/webviewScripts/sephora.js +1 -0
  252. package/lib/module/utils/webviewScripts/telegram.js +1 -0
  253. 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[_0x224f(0x0)](exports,_0x224f(0x1),{'value':!![]}),exports['verifyEmailCode']=exports[_0x224f(0x2)]=exports[_0x224f(0x3)]=exports[_0x224f(0x4)]=exports[_0x224f(0x5)]=exports[_0x224f(0x6)]=exports[_0x224f(0x7)]=exports[_0x224f(0x8)]=exports[_0x224f(0x9)]=exports[_0x224f(0xa)]=exports[_0x224f(0xb)]=exports[_0x224f(0xc)]=exports[_0x224f(0xd)]=exports[_0x224f(0xe)]=exports[_0x224f(0xf)]=exports['checkEmailVerificationStatus']=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(_0x2ac19c){return _0x2ac19c&&_0x2ac19c[_0x224f(0x1)]?_0x2ac19c:{'default':_0x2ac19c};}const getDeveloperAuthHeaders=()=>{const _0xa7aa31={'kbVle':function(_0x58bdaf,_0x6817dc){return _0x58bdaf!==_0x6817dc;},'FNLMW':function(_0x3c7aa8,_0xd84388){return _0x3c7aa8!==_0xd84388;},'oiCmY':'No\x20API\x20key\x20configured.\x20Please\x20initialize\x20the\x20SDK\x20with\x20a\x20valid\x20developer\x20API\x20key.'};if(!(0x0,_apiKeyService[_0x224f(0x10)])())throw new Error(_0x224f(0x11));const _0x1e7f44=(0x0,_apiKeyService['getApiConfig'])();if(!(_0xa7aa31['kbVle'](_0x1e7f44,null)&&_0xa7aa31[_0x224f(0x12)](_0x1e7f44,void 0x0)&&_0x1e7f44[_0x224f(0x13)]))throw new Error(_0xa7aa31[_0x224f(0x14)]);return{...(0x0,_api[_0x224f(0x15)])(),'Authorization':_0x224f(0x16)+_0x1e7f44['apiKey'],'X-SDK-Version':'3.0.72','X-SDK-Platform':'react-native'};},WEB_CLIENT_ID=_0x224f(0x17),IOS_CLIENT_ID=_0x224f(0x17),OAUTH_CONFIG={'instagram':{'authUrl':_0x224f(0x18),'clientId':_0x224f(0x19),'redirectUri':_0x224f(0x1a),'scope':'user_profile,user_media','responseType':_0x224f(0x1b),'hasNativeSDK':![]},'youtube':{'authUrl':_api['API_CONFIG'][_0x224f(0x1c)]+_0x224f(0x1d),'clientId':_0x224f(0x17),'redirectUri':'onairosevents://auth/callback','scope':'https://www.googleapis.com/auth/youtube.readonly','responseType':'code','hasNativeSDK':!![]},'reddit':{'authUrl':_api[_0x224f(0x1e)][_0x224f(0x1c)]+_0x224f(0x1f),'clientId':_0x224f(0x20),'redirectUri':_0x224f(0x1a),'scope':_0x224f(0x21),'responseType':'code','hasNativeSDK':![]},'pinterest':{'authUrl':_api[_0x224f(0x1e)]['BASE_URL']+_0x224f(0x22),'clientId':_0x224f(0x23),'redirectUri':_0x224f(0x1a),'scope':_0x224f(0x24),'responseType':_0x224f(0x1b),'hasNativeSDK':![]},'facebook':{'authUrl':_0x224f(0x25),'clientId':_0x224f(0x26),'redirectUri':_0x224f(0x1a),'scope':_0x224f(0x27),'responseType':_0x224f(0x1b),'hasNativeSDK':![]},'linkedin':{'authUrl':_api[_0x224f(0x1e)]['BASE_URL']+'/linkedin/authorize','clientId':'','redirectUri':_0x224f(0x1a),'scope':_0x224f(0x28),'responseType':_0x224f(0x1b),'hasNativeSDK':![]},'gmail':{'authUrl':_api['API_CONFIG'][_0x224f(0x1c)]+'/gmail/authorize','clientId':_0x224f(0x29),'redirectUri':_0x224f(0x1a),'scope':_0x224f(0x2a),'responseType':_0x224f(0x1b),'hasNativeSDK':![]},'email':{'hasNativeSDK':![],'authUrl':_api[_0x224f(0x1e)]['BASE_URL']+_0x224f(0x2b)},'chatgpt':{'authUrl':_0x224f(0x2c),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'claude':{'authUrl':'https://claude.ai/login','clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'gemini':{'authUrl':_0x224f(0x2d),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'grok':{'authUrl':_0x224f(0x2e),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]}},hasNativeSDK=_0xf2687c=>{const _0x4b831c={'jCVRg':function(_0x3d68b0,_0x406593){return _0x3d68b0===_0x406593;}};var _0x4a034d;return(_0x4b831c[_0x224f(0x2f)](_0x4a034d=OAUTH_CONFIG[_0xf2687c],null)||_0x4a034d===void 0x0?void 0x0:_0x4a034d[_0x224f(0xb)])||![];};exports['hasNativeSDK']=hasNativeSDK;const testApiConnectivity=async()=>{const _0x57ea58={'fbsug':function(_0x39b504,_0x30a900){return _0x39b504===_0x30a900;},'EfpSe':function(_0x139b51,_0x1800da){return _0x139b51===_0x1800da;},'GASzm':function(_0x228324,_0x1c76c4){return _0x228324===_0x1c76c4;},'ZhLMk':_0x224f(0x30),'IQWeA':_0x224f(0x31),'pUdnv':'ℹ️\x20No\x20token\x20cache\x20to\x20clear','DMxQr':_0x224f(0x32),'hBJfn':'✅\x20[YOUTUBE\x20AUTH]\x20Full\x20YouTube\x20connection\x20with\x20persistent\x20access','oiTgZ':_0x224f(0x33),'ArFTk':_0x224f(0x34),'uYneh':function(_0x3c8d47,_0x1eb3f0,_0x57fcd3){return _0x3c8d47(_0x1eb3f0,_0x57fcd3);},'ciTVR':'https://www.google.com','YUssL':_0x224f(0x35),'YVspn':_0x224f(0x36),'WKlBd':_0x224f(0x37),'nyHnr':'✅\x20[CONNECTIVITY]\x20Google\x20is\x20reachable\x20-\x20internet\x20is\x20working','scGAH':_0x224f(0x38),'LvGTL':function(_0x11c9cc,_0x56aa08){return _0x11c9cc===_0x56aa08;},'jEnQg':'Ipxhu','ZrEIq':_0x224f(0x39),'cDNCz':function(_0x141f3d,_0x4a530f,_0x4e863f){return _0x141f3d(_0x4a530f,_0x4e863f);},'KRvmD':function(_0x5e8193,_0x358d89){return _0x5e8193(_0x358d89);},'EnHfw':function(_0x505cf4,_0x4bb851){return _0x505cf4===_0x4bb851;},'HHcbB':_0x224f(0x3a),'QnpRk':_0x224f(0x3b),'uxaVk':_0x224f(0x3c),'WyaQj':'TuvYZ','wbrLc':_0x224f(0x3d),'NtCGj':function(_0x2752b9,_0x4f6a6d){return _0x2752b9!==_0x4f6a6d;},'ZWiOm':function(_0x40672c,_0x34fcb2){return _0x40672c!==_0x34fcb2;},'emKEd':_0x224f(0x3e),'GOzBB':_0x224f(0x3f),'tsfWq':function(_0x6312be,_0x5dad95){return _0x6312be!==_0x5dad95;},'tCqYM':_0x224f(0x40),'jnZcR':_0x224f(0x41),'zkXKg':_0x224f(0x42)},_0x10c211={'googleTest':null,'api2Test':null};try{var _0x365605,_0x5c1d42;console[_0x224f(0x43)](_0x57ea58[_0x224f(0x44)]),console[_0x224f(0x43)](_0x57ea58[_0x224f(0x45)]);try{const _0xd56c55=await _0x57ea58[_0x224f(0x46)](fetch,_0x57ea58[_0x224f(0x47)],{'method':_0x57ea58[_0x224f(0x48)],'mode':_0x57ea58[_0x224f(0x49)]});_0x10c211[_0x224f(0x4a)]={'success':!![],'status':_0x57ea58[_0x224f(0x4b)]},console['log'](_0x57ea58[_0x224f(0x4c)]);}catch(_0x20f6f9){_0x10c211['googleTest']={'success':![],'error':_0x20f6f9[_0x224f(0x4d)]},console[_0x224f(0x4e)](_0x57ea58[_0x224f(0x4f)],_0x20f6f9[_0x224f(0x4d)]);}console[_0x224f(0x43)]('🌐\x20[CONNECTIVITY]\x20Test\x202:\x20Checking\x20API\x20server...');try{if(_0x57ea58[_0x224f(0x50)](_0x57ea58[_0x224f(0x51)],_0x57ea58[_0x224f(0x52)])){var _0x53e08b,_0x49a703;_0x4d73c8[_0x224f(0x43)](_0x224f(0x53),_0x201d93),_0x533698=(_0x57ea58[_0x224f(0x54)](_0x53e08b=_0x21e32f['data'],null)||_0x57ea58[_0x224f(0x55)](_0x53e08b,void 0x0)||(_0x53e08b=_0x53e08b[_0x224f(0x56)])===null||_0x53e08b===void 0x0?void 0x0:_0x53e08b[_0x224f(0x57)])||(_0x57ea58[_0x224f(0x55)](_0x49a703=_0x46014f['data'],null)||_0x57ea58['EfpSe'](_0x49a703,void 0x0)||_0x57ea58[_0x224f(0x54)](_0x49a703=_0x49a703[_0x224f(0x56)],null)||_0x57ea58[_0x224f(0x58)](_0x49a703,void 0x0)?void 0x0:_0x49a703[_0x224f(0x59)])||_0x57ea58['ZhLMk'];}else{const _0x2b88db=new AbortController(),_0x19fd74=_0x57ea58[_0x224f(0x5a)](setTimeout,()=>_0x2b88db['abort'](),0x7530),_0x3d2d43=await _0x57ea58['cDNCz'](fetch,_api[_0x224f(0x1e)]['BASE_URL']+_0x224f(0x5b),{'method':'GET','signal':_0x2b88db[_0x224f(0x5c)]});_0x57ea58[_0x224f(0x5d)](clearTimeout,_0x19fd74);const _0x4c3f30=await _0x3d2d43[_0x224f(0x5e)]()['catch'](()=>_0x224f(0x5f));_0x10c211[_0x224f(0x60)]={'success':_0x3d2d43['ok'],'status':_0x3d2d43[_0x224f(0x61)],'statusText':_0x3d2d43[_0x224f(0x62)],'response':_0x4c3f30[_0x224f(0x63)](0x0,0xc8)},_0x3d2d43['ok']?_0x57ea58[_0x224f(0x64)](_0x57ea58[_0x224f(0x65)],_0x57ea58['QnpRk'])?(_0x7ff0f0[_0x224f(0x43)](_0x224f(0x66)),_0x577222['log'](_0x57ea58['IQWeA'],_0x41dae1[_0x224f(0x63)](0x0,0x14)+_0x224f(0x67))):console[_0x224f(0x43)](_0x57ea58[_0x224f(0x68)]):_0x57ea58[_0x224f(0x69)]===_0x57ea58[_0x224f(0x69)]?console[_0x224f(0x43)]('⚠️\x20[CONNECTIVITY]\x20API\x20server\x20responded\x20with\x20status:\x20'+_0x3d2d43[_0x224f(0x61)]):_0x1308ba['log'](_0x57ea58[_0x224f(0x6a)]);}}catch(_0xaceb85){_0x10c211[_0x224f(0x60)]={'success':![],'error':_0xaceb85[_0x224f(0x4d)],'name':_0xaceb85[_0x224f(0x57)]},console['error'](_0x57ea58[_0x224f(0x6b)],_0xaceb85['message']);}if((_0x365605=_0x10c211[_0x224f(0x60)])!==null&&_0x57ea58['NtCGj'](_0x365605,void 0x0)&&_0x365605['success'])return{'success':!![],'message':_0x224f(0x6c),'details':_0x10c211};else{if(_0x57ea58[_0x224f(0x6d)](_0x5c1d42=_0x10c211[_0x224f(0x4a)],null)&&_0x57ea58['ZWiOm'](_0x5c1d42,void 0x0)&&_0x5c1d42[_0x224f(0x6e)]){if(_0x57ea58[_0x224f(0x6d)](_0x57ea58[_0x224f(0x6f)],_0x57ea58['emKEd']))_0x28be2b['log'](_0x57ea58['DMxQr']),_0x4ee0dc['log'](_0x57ea58[_0x224f(0x70)]);else return{'success':![],'message':_0x57ea58[_0x224f(0x71)],'details':_0x10c211};}else return _0x57ea58[_0x224f(0x72)](_0x57ea58[_0x224f(0x73)],_0x57ea58[_0x224f(0x73)])?(_0x2f0415[_0x224f(0x43)]('✅\x20'+_0x4794d4+_0x224f(0x74)),!![]):{'success':![],'message':_0x57ea58['jnZcR'],'details':_0x10c211};}}catch(_0x9bf985){return console[_0x224f(0x4e)](_0x57ea58[_0x224f(0x75)],_0x9bf985[_0x224f(0x4d)]),{'success':![],'message':_0x224f(0x76)+_0x9bf985[_0x224f(0x4d)],'details':{'error':_0x9bf985[_0x224f(0x4d)],'results':_0x10c211}};}};exports[_0x224f(0x3)]=testApiConnectivity;const initiateOAuth=async(_0x1443d3,_0xa3e571)=>{const _0x57ae3b={'zAFrX':_0x224f(0x77),'oSFet':'🔑\x20[YOUTUBE\x20REAUTH]\x20REFRESH\x20TOKEN\x20SENT\x20TO\x20BACKEND:','QFGdX':_0x224f(0x78),'icEgI':_0x224f(0x79),'KCsTg':_0x224f(0x7a),'LNBbo':_0x224f(0x7b),'cEUys':_0x224f(0x7c),'epcnG':'⚠️\x20Failed\x20to\x20fetch\x20YouTube\x20channel\x20info:','LLLCY':function(_0x3e5e9c,_0xfbc852){return _0x3e5e9c===_0xfbc852;},'uYGdF':function(_0xec18f3,_0x3f212f){return _0xec18f3===_0x3f212f;},'eEmvm':function(_0x12cec3,_0x467f62){return _0x12cec3===_0x467f62;},'JiEIr':'tVpfG','ZoOdl':'YBTrR','vAvxN':_0x224f(0x7d),'mVmMH':'💡\x20Check\x20Google\x20Sign-In\x20configuration:\x20offlineAccess,\x20forceCodeForRefreshToken','nTILS':_0x224f(0x7e),'DQbIr':_0x224f(0x7f),'LGHbb':_0x224f(0x80),'Euyvp':'email','sEfMP':function(_0xcd5dc0,_0x5ec09f){return _0xcd5dc0===_0x5ec09f;},'sfOgk':_0x224f(0x81),'FJpeB':_0x224f(0x82),'KvOLE':function(_0x33047f,_0x59241c){return _0x33047f!==_0x59241c;},'ipSpP':'raqqY','Fzvud':_0x224f(0x83),'gECTL':function(_0x137d1d,_0x62e651,_0x2b32db){return _0x137d1d(_0x62e651,_0x2b32db);},'jKqcU':function(_0x56f22c,_0x1fedfc){return _0x56f22c(_0x1fedfc);},'RUHdq':'AKBgv','lkrqX':function(_0x479155,_0x1b23f8){return _0x479155===_0x1b23f8;},'vEHAy':_0x224f(0x84),'xhnaK':'dOUfg','KDRzL':_0x224f(0x85),'kpYKp':'\x20\x20\x205.\x20iOS\x20simulator\x20network\x20sandbox\x20issue\x20-\x20try\x20on\x20physical\x20device','EikYD':_0x224f(0x86),'DGkGg':_0x224f(0x87),'wLxfX':_0x224f(0x88)};try{console[_0x224f(0x43)](_0x224f(0x89)+_0x1443d3),console[_0x224f(0x43)](_0x224f(0x8a)+_reactNative[_0x224f(0x8b)]['OS']+_0x224f(0x8c)+_reactNative[_0x224f(0x8b)]['Version']);if(_0x1443d3===_0x57ae3b['Euyvp'])return console[_0x224f(0x43)](_0x224f(0x8d)),_api['API_CONFIG'][_0x224f(0x1c)]+_0x224f(0x8e);let _0x135a8c;try{_0x57ae3b[_0x224f(0x8f)](_0x57ae3b[_0x224f(0x90)],_0x57ae3b['FJpeB'])?_0x14e231[_0x224f(0x43)]('ℹ️\x20Token\x20clearing\x20failed\x20or\x20not\x20needed:',_0x2e2324):(_0x135a8c=await(0x0,_api[_0x224f(0x91)])(),console[_0x224f(0x43)](_0x224f(0x92)));}catch(_0x32538f){if(_0x57ae3b[_0x224f(0x93)](_0x57ae3b[_0x224f(0x94)],_0x57ae3b[_0x224f(0x95)]))return console['error'](_0x224f(0x96)+_0x1443d3+_0x224f(0x97)),console[_0x224f(0x4e)]('❌\x20[OAUTH]\x20Please\x20log\x20in\x20first\x20before\x20connecting\x20platforms'),null;else{const _0x137cd4=_0x57ae3b[_0x224f(0x98)][_0x224f(0x99)]('|');let _0x279c21=0x0;while(!![]){switch(_0x137cd4[_0x279c21++]){case'0':_0x2c43f0['log'](_0x57ae3b[_0x224f(0x9a)]);continue;case'1':_0x303a5a[_0x224f(0x43)](_0x224f(0x9b),_0x1d39be[_0x224f(0x9c)]('4/')?_0x57ae3b[_0x224f(0x9d)]:_0x57ae3b['icEgI']);continue;case'2':_0x1d270d[_0x224f(0x43)](_0x224f(0x9e));continue;case'3':_0x2d3e55[_0x224f(0x43)](_0x57ae3b[_0x224f(0x9f)],_0x78ab6e);continue;case'4':_0xcefdcf[_0x224f(0x43)](_0x57ae3b[_0x224f(0xa0)]);continue;case'5':_0x4f6d50['log'](_0x224f(0xa1),_0x296782[_0x224f(0xa2)]);continue;case'6':_0x28ad46[_0x224f(0x43)](_0x57ae3b[_0x224f(0xa3)],_0x1ed53c['length']);continue;}break;}}}const _0x1e31dd=_api['API_CONFIG'][_0x224f(0x1c)]+'/'+_0x1443d3+_0x224f(0xa4);console[_0x224f(0x43)](_0x224f(0xa5)+_0x1e31dd),console[_0x224f(0x43)]('🔗\x20[OAUTH]\x20About\x20to\x20make\x20fetch\x20request...');const _0x2f768b={'platform':_0x1443d3,'timestamp':new Date()[_0x224f(0xa6)]()};console[_0x224f(0x43)](_0x224f(0xa7),_0x2f768b);const _0x17a92e=new AbortController(),_0xab6160=setTimeout(()=>{const _0x13e0d9={'Qgrvw':_0x57ae3b[_0x224f(0xa8)],'Siscj':function(_0x512b86,_0x5718f3){return _0x57ae3b['LLLCY'](_0x512b86,_0x5718f3);},'tmfzP':function(_0x2cd841,_0x25dbec){return _0x57ae3b['uYGdF'](_0x2cd841,_0x25dbec);},'qUZPH':function(_0x55de6e,_0x44e152){return _0x57ae3b[_0x224f(0xa9)](_0x55de6e,_0x44e152);},'hUIqg':function(_0x482b40,_0x3e5609){return _0x57ae3b['LLLCY'](_0x482b40,_0x3e5609);},'EFNXG':_0x224f(0x30)};if(_0x57ae3b['JiEIr']!==_0x57ae3b[_0x224f(0xaa)])console[_0x224f(0x43)](_0x224f(0xab)+_0x1443d3+'\x20-\x20aborting'),_0x17a92e[_0x224f(0xac)]();else{var _0x145ec8,_0x2a22fe;_0x498846[_0x224f(0x43)](_0x13e0d9[_0x224f(0xad)],_0x415ebf['status']),_0x56df6c=((_0x145ec8=_0x12aa51[_0x224f(0xae)])===null||_0x13e0d9[_0x224f(0xaf)](_0x145ec8,void 0x0)||_0x13e0d9[_0x224f(0xb0)](_0x145ec8=_0x145ec8[_0x224f(0x56)],null)||_0x13e0d9[_0x224f(0xb0)](_0x145ec8,void 0x0)?void 0x0:_0x145ec8[_0x224f(0x57)])||(_0x13e0d9[_0x224f(0xb0)](_0x2a22fe=_0x49f694[_0x224f(0xae)],null)||_0x13e0d9[_0x224f(0xaf)](_0x2a22fe,void 0x0)||_0x13e0d9['qUZPH'](_0x2a22fe=_0x2a22fe[_0x224f(0x56)],null)||_0x13e0d9['hUIqg'](_0x2a22fe,void 0x0)?void 0x0:_0x2a22fe[_0x224f(0x59)])||_0x13e0d9[_0x224f(0xb1)];}},0x7530),_0x528ce8=await _0x57ae3b[_0x224f(0xb2)](fetch,_0x1e31dd,{'method':'POST','headers':_0x135a8c,'body':JSON['stringify'](_0x2f768b),'signal':_0x17a92e[_0x224f(0x5c)]});_0x57ae3b[_0x224f(0xb3)](clearTimeout,_0xab6160),console[_0x224f(0x43)](_0x224f(0xb4)+_0x528ce8['status']+'\x20'+_0x528ce8[_0x224f(0x62)]);if(!_0x528ce8['ok']){const _0x49dcb6=await _0x528ce8[_0x224f(0x5e)]();return console[_0x224f(0x4e)]('❌\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20'+_0x1443d3+':\x20'+_0x528ce8[_0x224f(0x61)]+_0x224f(0xb5)+_0x49dcb6),null;}const _0x1c3390=await _0x528ce8[_0x224f(0xb6)]();console['log']('📋\x20[OAUTH]\x20Response\x20data\x20for\x20'+_0x1443d3+':',_0x1c3390);const _0x28bb4f=_0x1443d3+_0x224f(0xb7),_0x39fb0f=_0x1c3390[_0x28bb4f]||_0x1c3390[_0x224f(0xb8)]||null;return console[_0x224f(0x43)](_0x224f(0xb9)+_0x1443d3+_0x224f(0xba)+_0x28bb4f+'):',_0x39fb0f),_0x39fb0f;}catch(_0x3e2cfd){if(_0x57ae3b[_0x224f(0x93)](_0x57ae3b[_0x224f(0xbb)],_0x57ae3b['RUHdq']))_0x361bc1[_0x224f(0x4e)](_0x224f(0xbc)),_0x1626e1[_0x224f(0x4e)](_0x57ae3b[_0x224f(0xbd)]),_0x443692[_0x224f(0x4e)](_0x57ae3b[_0x224f(0xbe)]),_0x16514a[_0x224f(0xbf)](_0x57ae3b[_0x224f(0xc0)]);else{var _0xd37e38;if(_0x57ae3b[_0x224f(0xc1)](_0x3e2cfd[_0x224f(0x57)],_0x57ae3b[_0x224f(0xc2)])){if(_0x224f(0xc3)!==_0x57ae3b[_0x224f(0xc4)])console[_0x224f(0x4e)](_0x224f(0xc5)+_0x1443d3+_0x224f(0xc6));else return{'success':![],'error':_0x2f8d87[_0x224f(0x4d)]||_0x57ae3b[_0x224f(0xc7)]};}else{if(_0x57ae3b['KvOLE'](_0xd37e38=_0x3e2cfd['message'],null)&&_0x57ae3b[_0x224f(0x93)](_0xd37e38,void 0x0)&&_0xd37e38[_0x224f(0xc8)](_0x224f(0xc9))){if(_0x57ae3b[_0x224f(0xca)](_0x224f(0xcb),_0x57ae3b[_0x224f(0xcc)]))return _0x1709a6['error'](_0x224f(0xcd),_0x1cd908),null;else{const _0x1199a1=_0x224f(0xce)[_0x224f(0x99)]('|');let _0x457d01=0x0;while(!![]){switch(_0x1199a1[_0x457d01++]){case'0':console[_0x224f(0x4e)](_0x57ae3b[_0x224f(0xcf)]);continue;case'1':console[_0x224f(0x4e)](_0x224f(0xd0));continue;case'2':console[_0x224f(0x4e)]('❌\x20[OAUTH]\x20Network\x20request\x20failed\x20for\x20'+_0x1443d3+_0x224f(0xd1));continue;case'3':console[_0x224f(0x4e)]('\x20\x20\x204.\x20SSL/TLS\x20certificate\x20issue');continue;case'4':console['error'](_0x57ae3b['EikYD']);continue;case'5':console[_0x224f(0x4e)](_0x57ae3b[_0x224f(0xd2)]);continue;}break;}}}else{if(_0x57ae3b[_0x224f(0x8f)](_0x57ae3b['wLxfX'],_0x224f(0xd3)))return _0x152fec[_0x224f(0x4e)](_0x57ae3b['LGHbb']),![];else console[_0x224f(0x4e)](_0x224f(0xd4)+_0x1443d3+':',_0x3e2cfd);}}return null;}}};exports['initiateOAuth']=initiateOAuth;const initializeGoogleSignIn=()=>{const _0x4d6966={'lrJkQ':'https://www.googleapis.com/auth/youtube.readonly','qdycI':_0x224f(0xd5),'xAemG':_0x224f(0xd6),'pdQWK':_0x224f(0x59)};_googleSignin[_0x224f(0xd7)][_0x224f(0xd8)]({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x4d6966[_0x224f(0xd9)],_0x4d6966['qdycI'],_0x4d6966[_0x224f(0xda)],_0x4d6966[_0x224f(0xdb)]],'hostedDomain':'','accountName':''});},forceYouTubeReconnectionWithConsent=async _0x15c6e1=>{const _0x53e14f={'bvEpc':function(_0x2b168f,_0x5027bf){return _0x2b168f===_0x5027bf;},'VRxxR':function(_0x2a27e2,_0x5e3dea){return _0x2a27e2===_0x5e3dea;},'jfixL':function(_0x38fe51,_0x4034cf){return _0x38fe51===_0x4034cf;},'UXCkz':function(_0x468502,_0x4f235f){return _0x468502===_0x4f235f;},'RUFBI':'Unknown\x20Channel','TIyIR':_0x224f(0xdc),'UHvlp':function(_0x249bf2,_0x1d6a75){return _0x249bf2===_0x1d6a75;},'hWExU':_0x224f(0xdd),'RAxfQ':_0x224f(0x3c),'Sxdll':_0x224f(0xde),'OrqoP':_0x224f(0xdf),'yUxrO':_0x224f(0xe0),'XimXE':_0x224f(0xe1),'foDUY':_0x224f(0xe2),'uTJKr':_0x224f(0xe3),'EHFNF':_0x224f(0xe4),'bNTPa':'❌\x20[YOUTUBE\x20AUTH]\x20Username\x20is\x20required\x20for\x20YouTube\x20authentication','iWIpZ':_0x224f(0xe5),'NWsll':_0x224f(0xe6),'kJxaQ':_0x224f(0xe7),'eiXjP':_0x224f(0xe8),'DUWpE':_0x224f(0xe9),'BumnW':function(_0x1a8ad6,_0x51650d){return _0x1a8ad6!==_0x51650d;},'qGWCR':_0x224f(0xea),'Qmplj':_0x224f(0xeb),'boZSS':function(_0x4ad292,_0x5e567a){return _0x4ad292===_0x5e567a;},'WxhhT':_0x224f(0xec),'IKxzW':_0x224f(0xed),'UQGoB':_0x224f(0xee),'Gqpuf':function(_0x5817dc,_0x4d9e2b){return _0x5817dc!==_0x4d9e2b;},'fDrYI':_0x224f(0xef),'oVvOT':_0x224f(0xf0),'ioJTD':'Xrwow','gxIvP':_0x224f(0xf1),'YktdU':_0x224f(0xf2),'DuwQl':_0x224f(0xd6),'cXCAY':_0x224f(0x59),'xNmrA':_0x224f(0xf3),'feuxu':'✅\x20Sign-in\x20completed\x20-\x20checking\x20for\x20refresh\x20token...','OSgPE':_0x224f(0xf4),'rACsD':function(_0xba9462,_0x490c3b){return _0xba9462===_0x490c3b;},'jubIh':'📋\x20FULL\x20currentUser\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','GwYKL':_0x224f(0xf5),'tbPQt':_0x224f(0xf6),'fMuAa':_0x224f(0xf7),'ZXigS':'-\x20ID\x20token:','bxBSE':'Present','ZhYcX':_0x224f(0xf8),'bjqpr':function(_0x34533b,_0x49b484){return _0x34533b!==_0x49b484;},'VyoCu':function(_0x6fb7b,_0x28d698){return _0x6fb7b===_0x28d698;},'HxyAl':function(_0x54ef8e,_0x4213df){return _0x54ef8e===_0x4213df;},'OTOAc':_0x224f(0xf9),'PCMvo':_0x224f(0x78),'ltsAm':'refreshToken','skALY':_0x224f(0xfa),'fWKza':function(_0xbf43b2,_0x1ca743){return _0xbf43b2!==_0x1ca743;},'vvYkk':_0x224f(0xfb),'ygZKz':_0x224f(0xfc),'NrDCc':function(_0x229916,_0x490e7a,_0x4d3159){return _0x229916(_0x490e7a,_0x4d3159);},'uLlcS':_0x224f(0xfd),'YVvnL':_0x224f(0xfe),'WWgXH':_0x224f(0xff),'RBeDO':_0x224f(0x100),'jghfx':function(_0x159e7c,_0x3aec14){return _0x159e7c===_0x3aec14;},'kNqHp':function(_0x1cf2ce,_0x594df1){return _0x1cf2ce===_0x594df1;},'mfsCY':function(_0x135855,_0x2aa1ef){return _0x135855===_0x2aa1ef;},'QgrYu':'⚠️\x20Failed\x20to\x20fetch\x20YouTube\x20channel\x20info:','krmDn':function(_0x3f6b43,_0x2e62da){return _0x3f6b43===_0x2e62da;},'XsUgk':function(_0x162b5b,_0x3ad580){return _0x162b5b===_0x3ad580;},'zjWRt':function(_0x2ab40f,_0xf38bf4){return _0x2ab40f===_0xf38bf4;},'BRppP':function(_0x4528b8,_0x346616){return _0x4528b8===_0x346616;},'CGyBf':function(_0x133fe4,_0x83dc37){return _0x133fe4===_0x83dc37;},'OwUMd':_0x224f(0x53),'yGUvn':function(_0x3be6e6,_0x238c06){return _0x3be6e6===_0x238c06;},'VZVYt':'NIsZh','fJENs':_0x224f(0x101),'WgWjp':'youtube','EUaAu':function(_0x4b0f18,_0x21c8e6){return _0x4b0f18===_0x21c8e6;},'MkTPP':function(_0x1477a9,_0x191b5f){return _0x1477a9===_0x191b5f;},'mmsww':function(_0x2fcd95,_0x96695f){return _0x2fcd95===_0x96695f;},'gHKZh':function(_0x3fd09d,_0x2e02d8){return _0x3fd09d===_0x2e02d8;},'GUpZy':function(_0x456819,_0x5bea00){return _0x456819===_0x5bea00;},'dXrIJ':function(_0x1b1b43,_0x505e30){return _0x1b1b43+_0x505e30;},'HOCSJ':_0x224f(0x102),'BpHkx':'📤\x20Sending\x20comprehensive\x20payload\x20with\x20REFRESH\x20TOKEN\x20to\x20backend:','efpqF':function(_0x5b6569,_0x314d05){return _0x5b6569===_0x314d05;},'hPcoN':function(_0x3d38aa,_0x474eeb){return _0x3d38aa===_0x474eeb;},'vtnJS':_0x224f(0x103),'hbNrM':_0x224f(0x104),'GKdyf':_0x224f(0x105),'XdYli':function(_0xbd3eb9,_0x4b9cbe){return _0xbd3eb9===_0x4b9cbe;},'qlWgs':function(_0x5a6fcf,_0x137fbf){return _0x5a6fcf===_0x137fbf;},'RkXjW':'🚀\x20[YOUTUBE\x20REAUTH]\x20FULL\x20PAYLOAD:','UONvM':_0x224f(0x106),'GWnGJ':_0x224f(0x107),'niBkU':_0x224f(0x108),'yHQZb':function(_0x53e8de,_0x2b2f15){return _0x53e8de===_0x2b2f15;},'ucNyt':function(_0x549ccc,_0x2d703d){return _0x549ccc===_0x2d703d;},'ySKKJ':function(_0x28e0c2,_0x3e8d00){return _0x28e0c2===_0x3e8d00;},'qfSNw':_0x224f(0x109),'ubArX':'🔑\x20[YOUTUBE\x20REAUTH]\x20Mode:\x20Temporary\x20(expires\x20~1\x20hour)','RNOZZ':_0x224f(0x10a),'hMDGu':_0x224f(0x10b),'HiOKx':'🔑\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20length:','RAPsI':_0x224f(0x7a),'XbdyT':'🔑\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20type:','ClPwb':_0x224f(0xa1),'cnWxr':_0x224f(0x10c),'hyWgV':_0x224f(0x10d),'rarat':_0x224f(0x10e),'HpXXv':function(_0x1d756e,_0x49a6d9){return _0x1d756e!==_0x49a6d9;},'mHoIy':_0x224f(0x10f),'vJpzt':function(_0x332a1c,_0x5da72a,_0x506f87){return _0x332a1c(_0x5da72a,_0x506f87);},'yQjVw':_0x224f(0x110),'BHZjS':_0x224f(0x111),'RaLyJ':_0x224f(0x112),'VDmbI':_0x224f(0x113),'XlLUF':_0x224f(0x114),'RxHlB':'OSzvd','IOwwE':'0|5|6|1|2|4|3','tGaQj':'❌\x20CRITICAL:\x20No\x20refresh\x20token\x20even\x20after\x20consent\x20screen','HHNeF':_0x224f(0x115),'tUaLj':_0x224f(0x116),'hctym':_0x224f(0x117),'BeKRk':function(_0x47f5de,_0x1ec929){return _0x47f5de===_0x1ec929;},'hMKFV':_0x224f(0x118),'MsLPx':_0x224f(0x119)};try{var _0x42d06e,_0x2ba6b6,_0x4cf3e9;console['log'](_0x224f(0x11a)),console[_0x224f(0x43)](_0x53e14f[_0x224f(0x11b)],_0x15c6e1);try{if(_0x53e14f[_0x224f(0x11c)](_0x53e14f[_0x224f(0x11d)],_0x53e14f[_0x224f(0x11d)])){var _0x5a2e35,_0x40e380;_0x12e555['log']('⚠️\x20Error\x20fetching\x20YouTube\x20channel\x20info:',_0x2266ab),_0x2528f9=(_0x53e14f[_0x224f(0x11e)](_0x5a2e35=_0x5f0f01[_0x224f(0xae)],null)||_0x53e14f[_0x224f(0x11f)](_0x5a2e35,void 0x0)||_0x53e14f[_0x224f(0x11e)](_0x5a2e35=_0x5a2e35[_0x224f(0x56)],null)||_0x53e14f[_0x224f(0x120)](_0x5a2e35,void 0x0)?void 0x0:_0x5a2e35[_0x224f(0x57)])||((_0x40e380=_0x9dd836[_0x224f(0xae)])===null||_0x53e14f['bvEpc'](_0x40e380,void 0x0)||_0x53e14f[_0x224f(0x121)](_0x40e380=_0x40e380[_0x224f(0x56)],null)||_0x53e14f[_0x224f(0x120)](_0x40e380,void 0x0)?void 0x0:_0x40e380[_0x224f(0x59)])||_0x53e14f['RUFBI'];}else await _googleSignin[_0x224f(0xd7)]['signOut'](),console[_0x224f(0x43)](_0x53e14f['Qmplj']);}catch(_0x166def){if(_0x53e14f[_0x224f(0x122)](_0x53e14f['WxhhT'],_0x53e14f['IKxzW'])){var _0x3e3c3a,_0x4b2a55;_0x391232[_0x224f(0x43)](_0x53e14f['TIyIR']),_0x4b02b0=((_0x3e3c3a=_0x1ede97['data'])===null||_0x53e14f['VRxxR'](_0x3e3c3a,void 0x0)||_0x53e14f[_0x224f(0x120)](_0x3e3c3a=_0x3e3c3a['user'],null)||_0x53e14f['UHvlp'](_0x3e3c3a,void 0x0)?void 0x0:_0x3e3c3a[_0x224f(0x57)])||((_0x4b2a55=_0x325dcd[_0x224f(0xae)])===null||_0x4b2a55===void 0x0||_0x53e14f[_0x224f(0x11f)](_0x4b2a55=_0x4b2a55['user'],null)||_0x53e14f[_0x224f(0x11e)](_0x4b2a55,void 0x0)?void 0x0:_0x4b2a55[_0x224f(0x59)])||_0x53e14f['hWExU'];}else console[_0x224f(0x43)](_0x53e14f[_0x224f(0x123)],_0x166def);}try{if(_0x53e14f['Gqpuf'](_0x53e14f[_0x224f(0x124)],_0x53e14f['oVvOT'])){const _0x463352=await _googleSignin[_0x224f(0xd7)]['getTokens']();_0x463352['accessToken']&&(_0x53e14f[_0x224f(0x125)]===_0x224f(0x126)?(await _googleSignin[_0x224f(0xd7)][_0x224f(0x127)](_0x463352[_0x224f(0x128)]),console[_0x224f(0x43)](_0x224f(0x129))):_0x534fb5['log'](_0x53e14f[_0x224f(0x12a)]));}else _0x105d2d[_0x224f(0x43)](_0x53e14f['Sxdll']),_0x24ea12[_0x224f(0x43)](_0x224f(0x12b)),_0x249f2e[_0x224f(0x43)](_0x53e14f['OrqoP']);}catch(_0x16e7a8){console[_0x224f(0x43)](_0x53e14f['gxIvP']);}console[_0x224f(0x43)](_0x224f(0x12c)),_googleSignin[_0x224f(0xd7)][_0x224f(0xd8)]({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x53e14f['YktdU'],_0x224f(0xd5),_0x53e14f[_0x224f(0x12d)],_0x53e14f[_0x224f(0x12e)]],'hostedDomain':'','accountName':''}),await _googleSignin[_0x224f(0xd7)][_0x224f(0x12f)](),console[_0x224f(0x43)]('✅\x20Play\x20Services\x20available'),console[_0x224f(0x43)](_0x224f(0x130)),console[_0x224f(0x43)](_0x53e14f['xNmrA']);const _0x598080=await _googleSignin[_0x224f(0xd7)][_0x224f(0x131)]();console['log'](_0x53e14f[_0x224f(0x132)]),console['log'](_0x53e14f[_0x224f(0x133)],_0x53e14f[_0x224f(0x11e)](_0x42d06e=_0x598080[_0x224f(0xae)],null)||_0x53e14f['boZSS'](_0x42d06e,void 0x0)||_0x53e14f[_0x224f(0x120)](_0x42d06e=_0x42d06e[_0x224f(0x56)],null)||_0x53e14f[_0x224f(0x134)](_0x42d06e,void 0x0)?void 0x0:_0x42d06e[_0x224f(0x59)]);const _0x11524d=await _googleSignin[_0x224f(0xd7)][_0x224f(0x135)](),_0x23e353=await _googleSignin[_0x224f(0xd7)]['getCurrentUser']();console[_0x224f(0x43)](_0x224f(0x136)),console[_0x224f(0x43)](JSON[_0x224f(0x137)](_0x598080,null,0x2)),console['log']('📋\x20FULL\x20tokens\x20object\x20from\x20forceYouTubeReconnectionWithConsent:'),console[_0x224f(0x43)](JSON[_0x224f(0x137)](_0x11524d,null,0x2)),console[_0x224f(0x43)](_0x53e14f[_0x224f(0x138)]),console[_0x224f(0x43)](JSON['stringify'](_0x23e353,null,0x2)),console['log'](_0x53e14f[_0x224f(0x139)]),console[_0x224f(0x43)](_0x53e14f[_0x224f(0x13a)],_0x11524d[_0x224f(0x128)]?_0x11524d[_0x224f(0x128)][_0x224f(0x63)](0x0,0x14)+_0x224f(0x67):_0x53e14f[_0x224f(0x13b)]),console[_0x224f(0x43)](_0x53e14f[_0x224f(0x13c)],_0x11524d[_0x224f(0x13d)]?_0x53e14f['bxBSE']:_0x224f(0xf7)),console[_0x224f(0x43)](_0x53e14f[_0x224f(0x13e)],_0x53e14f['Gqpuf'](_0x2ba6b6=_0x598080[_0x224f(0xae)],null)&&_0x53e14f[_0x224f(0x13f)](_0x2ba6b6,void 0x0)&&_0x2ba6b6[_0x224f(0x78)]?_0x598080[_0x224f(0xae)][_0x224f(0x78)]['substring'](0x0,0x14)+_0x224f(0x67):_0x53e14f[_0x224f(0x13b)]),console['log'](_0x224f(0x140),_0x53e14f[_0x224f(0x141)](_0x23e353,null)&&_0x53e14f['Gqpuf'](_0x23e353,void 0x0)&&_0x23e353['serverAuthCode']?_0x23e353['serverAuthCode']['substring'](0x0,0x14)+_0x224f(0x67):_0x53e14f[_0x224f(0x13b)]);const _0x4932b3=((_0x4cf3e9=_0x598080[_0x224f(0xae)])===null||_0x53e14f[_0x224f(0x142)](_0x4cf3e9,void 0x0)?void 0x0:_0x4cf3e9[_0x224f(0x78)])||(_0x53e14f['HxyAl'](_0x23e353,null)||_0x23e353===void 0x0?void 0x0:_0x23e353[_0x224f(0x78)]);if(_0x4932b3){if(_0x53e14f['UXCkz']('HbUYW',_0x53e14f[_0x224f(0x143)])){const _0xce1766=_0x224f(0x144)[_0x224f(0x99)]('|');let _0xbaa18f=0x0;while(!![]){switch(_0xce1766[_0xbaa18f++]){case'0':_0x55d57b[_0x224f(0x43)](_0x224f(0x145));continue;case'1':_0x4bb14b[_0x224f(0x43)](_0x53e14f[_0x224f(0x146)]);continue;case'2':_0xe655f4[_0x224f(0x43)](_0x53e14f[_0x224f(0x147)]);continue;case'3':_0x53168b['log']('🔑\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20sent:',_0x6975e?_0x53e14f['foDUY']:'No');continue;case'4':_0x2b5f21[_0x224f(0x43)](_0x53e14f['uTJKr']);continue;case'5':_0x59f66e[_0x224f(0x43)](_0x53e14f[_0x224f(0x148)]);continue;case'6':_0x2d64bc['log'](_0x224f(0x109));continue;}break;}}else{var _0x40abb9,_0x43837c,_0x821453,_0xb67fcf,_0x2ab3ad,_0x345a76;console['log']('✅\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20consent!'),console['log'](_0x53e14f[_0x224f(0x149)],_0x4932b3['startsWith']('4/')?_0x53e14f[_0x224f(0x14a)]:_0x53e14f['ltsAm']),console[_0x224f(0x43)](_0x53e14f[_0x224f(0x14b)],_0x4932b3[_0x224f(0x63)](0x0,0x14)+_0x224f(0x67));let _0x1d14ed=_0x53e14f['RUFBI'],_0x3ce7f6=null;try{if(_0x53e14f[_0x224f(0x14c)](_0x53e14f[_0x224f(0x14d)],_0x224f(0x14e))){console[_0x224f(0x43)](_0x53e14f[_0x224f(0x14f)]);const _0x2bcf96=await _0x53e14f[_0x224f(0x150)](fetch,_0x53e14f['uLlcS'],{'headers':{'Authorization':_0x224f(0x16)+_0x11524d[_0x224f(0x128)],'Accept':'application/json'}});if(_0x2bcf96['ok']){if(_0x53e14f[_0x224f(0x151)]===_0x53e14f[_0x224f(0x152)])return _0x15fb82[_0x224f(0x4e)](_0x53e14f[_0x224f(0x153)]),![];else{const _0x4d3c93=await _0x2bcf96[_0x224f(0xb6)]();if(_0x4d3c93[_0x224f(0x154)]&&_0x4d3c93[_0x224f(0x154)]['length']>0x0)_0x1d14ed=_0x4d3c93[_0x224f(0x154)][0x0][_0x224f(0x155)][_0x224f(0x156)],_0x3ce7f6=_0x4d3c93[_0x224f(0x154)][0x0]['id'],console[_0x224f(0x43)](_0x224f(0x157),_0x1d14ed,_0x53e14f['RBeDO'],_0x3ce7f6);else{var _0x1289a1,_0x4ba1c6;console[_0x224f(0x43)]('⚠️\x20No\x20YouTube\x20channel\x20found\x20for\x20user'),_0x1d14ed=(_0x53e14f[_0x224f(0x158)](_0x1289a1=_0x598080[_0x224f(0xae)],null)||_0x53e14f[_0x224f(0x159)](_0x1289a1,void 0x0)||_0x53e14f[_0x224f(0x15a)](_0x1289a1=_0x1289a1[_0x224f(0x56)],null)||_0x1289a1===void 0x0?void 0x0:_0x1289a1[_0x224f(0x57)])||((_0x4ba1c6=_0x598080['data'])===null||_0x53e14f['jfixL'](_0x4ba1c6,void 0x0)||_0x53e14f[_0x224f(0x15b)](_0x4ba1c6=_0x4ba1c6[_0x224f(0x56)],null)||_0x4ba1c6===void 0x0?void 0x0:_0x4ba1c6['email'])||_0x224f(0xdd);}}}else{var _0x387506,_0x1b5e44;console[_0x224f(0x43)](_0x53e14f[_0x224f(0x15c)],_0x2bcf96['status']),_0x1d14ed=(_0x53e14f[_0x224f(0x121)](_0x387506=_0x598080[_0x224f(0xae)],null)||_0x387506===void 0x0||_0x53e14f[_0x224f(0x15d)](_0x387506=_0x387506[_0x224f(0x56)],null)||_0x53e14f[_0x224f(0x15e)](_0x387506,void 0x0)?void 0x0:_0x387506[_0x224f(0x57)])||(_0x53e14f[_0x224f(0x15f)](_0x1b5e44=_0x598080[_0x224f(0xae)],null)||_0x53e14f['BRppP'](_0x1b5e44,void 0x0)||_0x53e14f['CGyBf'](_0x1b5e44=_0x1b5e44['user'],null)||_0x53e14f[_0x224f(0x15a)](_0x1b5e44,void 0x0)?void 0x0:_0x1b5e44[_0x224f(0x59)])||_0x224f(0x30);}}else _0x294ef2[_0x224f(0xbf)]('⚠️\x20Still\x20no\x20refresh\x20token\x20after\x20reconnection');}catch(_0x4ff814){var _0xd45870,_0xcbd540;console[_0x224f(0x43)](_0x53e14f[_0x224f(0x160)],_0x4ff814),_0x1d14ed=(_0x53e14f[_0x224f(0x15e)](_0xd45870=_0x598080[_0x224f(0xae)],null)||_0xd45870===void 0x0||(_0xd45870=_0xd45870[_0x224f(0x56)])===null||_0x53e14f[_0x224f(0x11f)](_0xd45870,void 0x0)?void 0x0:_0xd45870['name'])||(_0x53e14f['UHvlp'](_0xcbd540=_0x598080['data'],null)||_0xcbd540===void 0x0||_0x53e14f[_0x224f(0x161)](_0xcbd540=_0xcbd540[_0x224f(0x56)],null)||_0xcbd540===void 0x0?void 0x0:_0xcbd540[_0x224f(0x59)])||_0x53e14f[_0x224f(0x162)];}let _0x4a5055=await(0x0,_jwtStorageService[_0x224f(0x163)])();(!_0x4a5055||_0x4a5055[_0x224f(0x164)]()[_0x224f(0x165)]<0x14)&&(_0x53e14f['BumnW'](_0x53e14f['VZVYt'],_0x53e14f[_0x224f(0x166)])?(console[_0x224f(0x43)](_0x53e14f[_0x224f(0x167)]),_0x4a5055=_0x53e14f[_0x224f(0x168)]):_0x4dd9a6['error'](_0x224f(0xd4)+_0x1e2528+':',_0x20dbb0));const _0x34519f={'session':{'username':_0x15c6e1,'platform':_0x53e14f[_0x224f(0x169)],'timestamp':new Date()[_0x224f(0xa6)](),'channelName':_0x1d14ed,'channelId':_0x3ce7f6,'forceConsent':!![]},'googleUser':(_0x40abb9=_0x598080[_0x224f(0xae)])===null||_0x53e14f[_0x224f(0x16a)](_0x40abb9,void 0x0)?void 0x0:_0x40abb9[_0x224f(0x56)],'accessToken':_0x11524d[_0x224f(0x128)],'idToken':_0x11524d[_0x224f(0x13d)],'refreshToken':_0x4932b3,'serverAuthCode':_0x4932b3,'refresh_token':_0x4932b3,'server_auth_code':_0x4932b3,'authCode':_0x4932b3,'userAccountInfo':{'username':_0x15c6e1,'email':(_0x43837c=_0x598080['data'])===null||_0x53e14f['HxyAl'](_0x43837c,void 0x0)||_0x53e14f[_0x224f(0x16b)](_0x43837c=_0x43837c[_0x224f(0x56)],null)||_0x53e14f[_0x224f(0x142)](_0x43837c,void 0x0)?void 0x0:_0x43837c[_0x224f(0x59)],'authToken':_0x4a5055,'channelName':_0x1d14ed,'channelId':_0x3ce7f6,'userIdentifier':_0x4a5055?'user-'+_0x4a5055['substring'](0x0,0xa):'youtube-'+(_0x53e14f[_0x224f(0x16c)](_0x821453=_0x598080[_0x224f(0xae)],null)||_0x821453===void 0x0||_0x53e14f[_0x224f(0x16d)](_0x821453=_0x821453[_0x224f(0x56)],null)||_0x53e14f[_0x224f(0x16c)](_0x821453,void 0x0)?void 0x0:_0x821453[_0x224f(0x59)]),'googleId':_0x53e14f[_0x224f(0x158)](_0xb67fcf=_0x598080[_0x224f(0xae)],null)||_0xb67fcf===void 0x0||(_0xb67fcf=_0xb67fcf[_0x224f(0x56)])===null||_0x53e14f[_0x224f(0x16e)](_0xb67fcf,void 0x0)?void 0x0:_0xb67fcf['id'],'refreshToken':_0x4932b3,'serverAuthCode':_0x4932b3},'tokenExpiry':new Date(_0x53e14f[_0x224f(0x16f)](Date[_0x224f(0x170)](),0xe10*0x3e8))[_0x224f(0xa6)](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!![],'refreshTokenType':_0x4932b3[_0x224f(0x9c)]('4/')?_0x53e14f['PCMvo']:_0x224f(0x79),'configuredForRefresh':!![],'forcedConsent':!![],'consentMethod':_0x53e14f[_0x224f(0x171)],'refreshTokenValue':_0x4932b3}};console[_0x224f(0x43)](_0x53e14f[_0x224f(0x172)],{'hasAccessToken':!!_0x34519f[_0x224f(0x128)],'hasRefreshToken':!!_0x34519f[_0x224f(0x79)],'hasServerAuthCode':!!_0x34519f[_0x224f(0x78)],'refreshTokenType':_0x34519f['debugInfo'][_0x224f(0x173)],'userEmail':_0x53e14f[_0x224f(0x174)](_0x2ab3ad=_0x598080['data'],null)||_0x2ab3ad===void 0x0||_0x53e14f[_0x224f(0x15a)](_0x2ab3ad=_0x2ab3ad[_0x224f(0x56)],null)||_0x53e14f[_0x224f(0x175)](_0x2ab3ad,void 0x0)?void 0x0:_0x2ab3ad[_0x224f(0x59)],'forcedConsent':!![]}),console[_0x224f(0x43)](_0x224f(0x176)),console[_0x224f(0x43)](_0x224f(0x177)),console[_0x224f(0x43)]('\uD83D\uDE80 [YOUTUBE REAUTH] Method: POST'),console[_0x224f(0x43)](_0x53e14f[_0x224f(0x178)],{'Content-Type':'application/json','Authorization':_0x4a5055?_0x4a5055[_0x224f(0x63)](0x0,0x14)+_0x224f(0x67):_0x53e14f[_0x224f(0x179)]}),console[_0x224f(0x43)](_0x53e14f['GKdyf'],{'hasAccessToken':!!_0x34519f[_0x224f(0x128)],'hasRefreshToken':!!_0x34519f[_0x224f(0x79)],'hasServerAuthCode':!!_0x34519f['serverAuthCode'],'refreshTokenType':_0x34519f[_0x224f(0x17a)][_0x224f(0x173)],'userEmail':_0x53e14f[_0x224f(0x17b)](_0x345a76=_0x598080[_0x224f(0xae)],null)||_0x53e14f[_0x224f(0x15f)](_0x345a76,void 0x0)||_0x53e14f[_0x224f(0x17c)](_0x345a76=_0x345a76[_0x224f(0x56)],null)||_0x53e14f['qlWgs'](_0x345a76,void 0x0)?void 0x0:_0x345a76[_0x224f(0x59)],'channelName':_0x1d14ed,'forcedConsent':!![],'requestRefreshToken':!![]}),console[_0x224f(0x43)](_0x53e14f[_0x224f(0x17d)],JSON[_0x224f(0x137)](_0x34519f,null,0x2));const _0x4336c3=await fetch(_api['API_CONFIG']['BASE_URL']+_0x224f(0x17e),{'method':'POST','headers':{'Content-Type':'application/json',..._0x4a5055&&{'Authorization':_0x4a5055}},'body':JSON['stringify'](_0x34519f)});console[_0x224f(0x43)](_0x53e14f[_0x224f(0x17f)],_0x4336c3[_0x224f(0x61)]),console[_0x224f(0x43)](_0x53e14f[_0x224f(0x180)],_0x4336c3[_0x224f(0x62)]),console['log'](_0x224f(0x181),_0x4336c3['headers']);if(_0x4336c3['ok']){var _0x52bdaf,_0x19c374;const _0x402eaf=await _0x4336c3[_0x224f(0xb6)]();console['log'](_0x53e14f[_0x224f(0x182)],JSON[_0x224f(0x137)](_0x402eaf,null,0x2));const _0x5a2054=_0x53e14f['XsUgk'](_0x53e14f['yHQZb'](_0x52bdaf=_0x402eaf[_0x224f(0x183)],null)||_0x53e14f['ucNyt'](_0x52bdaf,void 0x0)?void 0x0:_0x52bdaf[_0x224f(0x184)],!![])||(_0x53e14f[_0x224f(0x185)](_0x19c374=_0x402eaf[_0x224f(0x186)],null)||_0x53e14f[_0x224f(0x142)](_0x19c374,void 0x0)?void 0x0:_0x19c374[_0x224f(0x187)])===!![]||_0x53e14f['ySKKJ'](_0x402eaf[_0x224f(0x184)],!![])||_0x402eaf[_0x224f(0x4d)]&&_0x402eaf[_0x224f(0x4d)][_0x224f(0xc8)](_0x224f(0x188));if(_0x5a2054){const _0x202ce5=_0x224f(0x189)[_0x224f(0x99)]('|');let _0x500bff=0x0;while(!![]){switch(_0x202ce5[_0x500bff++]){case'0':console[_0x224f(0x43)](_0x53e14f[_0x224f(0x18a)]);continue;case'1':console['log'](_0x53e14f[_0x224f(0x18b)]);continue;case'2':console[_0x224f(0x43)](_0x53e14f[_0x224f(0x148)]);continue;case'3':console[_0x224f(0x43)](_0x53e14f[_0x224f(0x146)]);continue;case'4':console[_0x224f(0x43)](_0x53e14f[_0x224f(0x18c)]);continue;case'5':console[_0x224f(0x43)](_0x53e14f[_0x224f(0x147)]);continue;case'6':console['log'](_0x53e14f[_0x224f(0x18d)],_0x4932b3?_0x53e14f[_0x224f(0x18e)]:'No');continue;}break;}}else{if(_0x402eaf[_0x224f(0xa2)]||_0x402eaf['refreshTokenReceived']){const _0x1c27d6=_0x53e14f[_0x224f(0x18f)][_0x224f(0x99)]('|');let _0x4360f7=0x0;while(!![]){switch(_0x1c27d6[_0x4360f7++]){case'0':console[_0x224f(0x43)](_0x53e14f['HiOKx'],_0x4932b3[_0x224f(0x165)]);continue;case'1':console['log'](_0x53e14f['RAPsI'],_0x4932b3);continue;case'2':console[_0x224f(0x43)](_0x53e14f['XbdyT'],_0x4932b3['startsWith']('4/')?_0x53e14f[_0x224f(0x14a)]:_0x53e14f[_0x224f(0x190)]);continue;case'3':console[_0x224f(0x43)](_0x224f(0x7b));continue;case'4':console['log'](_0x53e14f[_0x224f(0x191)],_0x402eaf[_0x224f(0xa2)]);continue;case'5':console['log'](_0x224f(0x192));continue;case'6':console[_0x224f(0x43)]('✅\x20[YOUTUBE\x20REAUTH]\x20Backend\x20CONFIRMED\x20refresh\x20token\x20received');continue;}break;}}else return console['warn'](_0x224f(0x193)),console[_0x224f(0xbf)](_0x53e14f[_0x224f(0x194)],_0x402eaf),console[_0x224f(0xbf)](_0x53e14f['hyWgV']),![];}console[_0x224f(0x43)](_0x53e14f['rarat']);try{if(_0x53e14f[_0x224f(0x195)](_0x53e14f[_0x224f(0x196)],_0x224f(0x10f)))return _0x37f45e['warn'](_0x224f(0x193)),_0xae210f[_0x224f(0xbf)](_0x224f(0x10c),_0x354c3c),_0x258b25[_0x224f(0xbf)]('⚠️\x20[YOUTUBE\x20REAUTH]\x20Expected\x20hasRefreshToken\x20or\x20refreshTokenReceived\x20in\x20response'),![];else await _0x53e14f[_0x224f(0x197)](triggerTrainingRestart,_0x15c6e1,_0x4a5055),console[_0x224f(0x43)](_0x53e14f[_0x224f(0x198)]);}catch(_0x20f86d){_0x53e14f[_0x224f(0x15b)](_0x224f(0x111),_0x53e14f['BHZjS'])?(console[_0x224f(0xbf)](_0x53e14f['RaLyJ'],_0x20f86d),console['warn'](_0x53e14f[_0x224f(0x199)])):(_0x556aa5['log'](_0x53e14f[_0x224f(0x167)]),_0x5379c3=_0x53e14f[_0x224f(0x168)]);}return!![];}else{const _0x5e98c1=await _0x4336c3[_0x224f(0x5e)]();return console[_0x224f(0x4e)](_0x53e14f[_0x224f(0x19a)],_0x4336c3[_0x224f(0x61)],_0x5e98c1),console['error'](_0x224f(0x19b)),![];}}}else{if(_0x53e14f['bjqpr'](_0x224f(0x19c),_0x53e14f[_0x224f(0x19d)])){const _0x2356f2=_0x53e14f[_0x224f(0x19e)][_0x224f(0x99)]('|');let _0x5ddf1c=0x0;while(!![]){switch(_0x2356f2[_0x5ddf1c++]){case'0':console[_0x224f(0x4e)](_0x53e14f['tGaQj']);continue;case'1':console[_0x224f(0x4e)](_0x53e14f[_0x224f(0x19f)]);continue;case'2':console[_0x224f(0x4e)](_0x224f(0x1a0));continue;case'3':return![];case'4':console['error'](_0x224f(0x1a1));continue;case'5':console[_0x224f(0x4e)](_0x53e14f[_0x224f(0x1a2)]);continue;case'6':console[_0x224f(0x4e)](_0x53e14f['hctym']);continue;}break;}}else _0x3e4c4b[_0x224f(0x43)](_0x53e14f[_0x224f(0x1a3)]),_0x4abf34['log'](_0x53e14f[_0x224f(0x149)],_0x54baa2['startsWith']('4/')?_0x224f(0x78):'refreshToken');}}catch(_0x34ed5c){console[_0x224f(0x4e)](_0x224f(0x1a4),_0x34ed5c);if(_0x53e14f[_0x224f(0x1a5)](_0x34ed5c[_0x224f(0x1b)],_googleSignin['statusCodes'][_0x224f(0x1a6)]))console['error'](_0x53e14f[_0x224f(0x1a7)]),console['error'](_0x53e14f[_0x224f(0x1a8)]);else{if(_0x53e14f[_0x224f(0x11f)](_0x34ed5c[_0x224f(0x1b)],_googleSignin['statusCodes'][_0x224f(0x1a9)]))console[_0x224f(0x4e)]('❌\x20Sign-in\x20already\x20in\x20progress');else _0x34ed5c['code']===_googleSignin[_0x224f(0x1aa)][_0x224f(0x1ab)]&&console[_0x224f(0x4e)](_0x224f(0x1ac));}return![];}};exports[_0x224f(0xd)]=forceYouTubeReconnectionWithConsent;const forceYouTubeReconnectionWithRevoke=async _0x2034ad=>{const _0x5b069b={'ByJFe':_0x224f(0x1ad),'IevQy':_0x224f(0x1ae),'zPztc':'✅\x20Got\x20serverAuthCode\x20from\x20sign-in\x20response','pDoDd':_0x224f(0xfa),'PbINV':_0x224f(0xd6),'lcHQt':_0x224f(0x59),'CTUTn':function(_0x24686f,_0x1daedb){return _0x24686f!==_0x1daedb;},'eqcSl':_0x224f(0x1af),'cJqsF':_0x224f(0x1b0),'HLjrH':_0x224f(0xe9),'XWAOP':function(_0x3910cd,_0x1374cc){return _0x3910cd!==_0x1374cc;},'gchhY':'ifJEW','wjYvF':_0x224f(0x1b1),'CbvIY':function(_0x49c2b7,_0x3d8d33){return _0x49c2b7===_0x3d8d33;},'Nohdu':'ToNTX','tVzvK':_0x224f(0x1b2),'txmfD':_0x224f(0x1b3),'zBZyt':function(_0x56173d,_0x178175){return _0x56173d===_0x178175;},'gQsXk':'EXFVK','XDYTP':_0x224f(0x1b4)};try{if(_0x5b069b[_0x224f(0x1b5)](_0x5b069b[_0x224f(0x1b6)],_0x5b069b[_0x224f(0x1b6)]))return _0x2d63f1['error'](_0x5b069b[_0x224f(0x1b7)]),![];else{var _0x54d6fe;console['log'](_0x5b069b[_0x224f(0x1b8)]),console[_0x224f(0x43)](_0x5b069b[_0x224f(0x1b9)],_0x2034ad),initializeGoogleSignIn(),await _googleSignin[_0x224f(0xd7)][_0x224f(0x12f)]();try{if(_0x5b069b[_0x224f(0x1ba)](_0x5b069b[_0x224f(0x1bb)],_0x5b069b[_0x224f(0x1bc)]))await _googleSignin[_0x224f(0xd7)]['revokeAccess'](),console[_0x224f(0x43)](_0x224f(0x1bd));else return{'success':![],'error':_0xb2bc38['message']||_0x5b069b['IevQy']};}catch(_0x291049){_0x5b069b[_0x224f(0x1be)](_0x5b069b[_0x224f(0x1bf)],_0x5b069b[_0x224f(0x1bf)])?console['log'](_0x5b069b[_0x224f(0x1c0)],_0x291049):(_0x978e4e=_0x24e221[_0x224f(0xae)][_0x224f(0x78)],_0x41b7d2[_0x224f(0x43)](_0x5b069b['zPztc']),_0x4cc090[_0x224f(0x43)](_0x5b069b['pDoDd'],_0x503f9d['substring'](0x0,0x14)+_0x224f(0x67)));}await _googleSignin[_0x224f(0xd7)][_0x224f(0x1c1)](),console[_0x224f(0x43)](_0x224f(0x1c2)),console['log'](_0x5b069b[_0x224f(0x1c3)]);const _0x5fd42e=await _googleSignin[_0x224f(0xd7)][_0x224f(0x131)](),_0x5407e5=await _googleSignin[_0x224f(0xd7)][_0x224f(0x135)](),_0x54aa7a=await _googleSignin[_0x224f(0xd7)][_0x224f(0x1c4)](),_0xacabd9=(_0x5b069b[_0x224f(0x1c5)](_0x54d6fe=_0x5fd42e[_0x224f(0xae)],null)||_0x5b069b[_0x224f(0x1c5)](_0x54d6fe,void 0x0)?void 0x0:_0x54d6fe['serverAuthCode'])||(_0x54aa7a===null||_0x54aa7a===void 0x0?void 0x0:_0x54aa7a[_0x224f(0x78)]);return _0xacabd9?(console[_0x224f(0x43)](_0x224f(0x1c6)),console['log'](_0x5b069b[_0x224f(0x1c7)],_0xacabd9[_0x224f(0x63)](0x0,0x14)+_0x224f(0x67)),!![]):(console[_0x224f(0x4e)](_0x224f(0x1c8)),![]);}}catch(_0x5c01db){if(_0x5b069b[_0x224f(0x1ba)](_0x5b069b[_0x224f(0x1c9)],_0x5b069b[_0x224f(0x1c9)]))_0x28f0d6[_0x224f(0xd7)][_0x224f(0xd8)]({'webClientId':_0x49dd0f,'iosClientId':_0x47d576,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x224f(0xf2),_0x224f(0xd5),_0x5b069b[_0x224f(0x1ca)],_0x5b069b['lcHQt']],'hostedDomain':'','accountName':''});else return console[_0x224f(0x4e)](_0x5b069b[_0x224f(0x1cb)],_0x5c01db),![];}};function _0x224f(_0x4e574e,_0x224f4f){_0x4e574e=_0x4e574e-0x0;const _0x550f4e=_0x4e57();let _0x5a53fb=_0x550f4e[_0x4e574e];return _0x5a53fb;}exports[_0x224f(0xc)]=forceYouTubeReconnectionWithRevoke;const fixUserYouTubeConnection=async _0x1f498a=>{const _0x13d823={'mrlPr':'🔄\x20Method\x201:\x20Trying\x20forced\x20consent\x20via\x20configuration...','YIqUs':_0x224f(0x1cc)};console[_0x224f(0x43)](_0x224f(0x1cd)+_0x1f498a),console[_0x224f(0x43)](_0x13d823[_0x224f(0x1ce)]);let _0x152765=await forceYouTubeReconnectionWithConsent(_0x1f498a);if(_0x152765)return console['log']('✅\x20'+_0x1f498a+_0x224f(0x74)),!![];console['log'](_0x13d823[_0x224f(0x1cf)]),_0x152765=await forceYouTubeReconnectionWithRevoke(_0x1f498a);if(_0x152765)return console[_0x224f(0x43)]('✅\x20'+_0x1f498a+_0x224f(0x1d0)),!![];return console['error'](_0x224f(0x1d1)+_0x1f498a+_0x224f(0x1d2)),![];};exports['fixUserYouTubeConnection']=fixUserYouTubeConnection;const refreshGoogleTokens=async()=>{const _0x12567f={'ezStU':_0x224f(0x1d3),'zOScp':function(_0x44246e,_0x469a8d){return _0x44246e===_0x469a8d;},'FXZEc':_0x224f(0x118),'LiESO':_0x224f(0x119),'joguw':function(_0x7533a2,_0x5213b2){return _0x7533a2===_0x5213b2;},'iuShU':_0x224f(0x1d4),'YyhtS':'❌\x20Google\x20Play\x20Services\x20not\x20available','cTkgL':_0x224f(0x1d5),'azbwx':function(_0x37e638,_0x3d730f){return _0x37e638!==_0x3d730f;},'ndvWC':_0x224f(0x1d6),'YWHOK':_0x224f(0x1d7),'MoGAV':'❌\x20User\x20not\x20signed\x20in\x20to\x20Google,\x20cannot\x20refresh\x20tokens','IfQFb':_0x224f(0x1d8),'XeiUO':_0x224f(0x1d9),'Nzpti':_0x224f(0x1da),'YjOfe':_0x224f(0x1db),'iQbAR':_0x224f(0x1dc),'NjzLj':_0x224f(0x1dd),'YugCc':_0x224f(0xcd)};try{console[_0x224f(0x43)]('🔄\x20Attempting\x20to\x20refresh\x20Google\x20tokens...');const _0x1d0fa9=await _googleSignin[_0x224f(0xd7)][_0x224f(0x1c4)]();if(!_0x1d0fa9)return _0x12567f['azbwx'](_0x12567f['ndvWC'],_0x12567f[_0x224f(0x1de)])?(console[_0x224f(0x43)](_0x12567f[_0x224f(0x1df)]),null):_0x39d7d8[_0x224f(0xc8)](_0x224f(0x1e0))||_0x452546[_0x224f(0xc8)](_0x12567f[_0x224f(0x1e1)]);const _0x4bcc3d=await _googleSignin[_0x224f(0xd7)][_0x224f(0x135)]();return console[_0x224f(0x43)](_0x12567f[_0x224f(0x1e2)]),{'accessToken':_0x4bcc3d[_0x224f(0x128)],'idToken':_0x4bcc3d[_0x224f(0x13d)]};}catch(_0x3548af){console[_0x224f(0x4e)](_0x12567f['XeiUO'],_0x3548af);try{if(_0x12567f[_0x224f(0x1e3)](_0x12567f[_0x224f(0x1e4)],_0x224f(0x1e5))){console['log'](_0x12567f[_0x224f(0x1e6)]);const _0x56592d=await _googleSignin[_0x224f(0xd7)][_0x224f(0x131)](),_0xdbdef9=await _googleSignin['GoogleSignin'][_0x224f(0x135)]();return console[_0x224f(0x43)](_0x12567f['iQbAR']),{'accessToken':_0xdbdef9[_0x224f(0x128)],'idToken':_0xdbdef9['idToken']};}else{_0x29e884[_0x224f(0x4e)]('❌\x20Error\x20forcing\x20YouTube\x20consent:',_0x157754);if(_0x12567f['zOScp'](_0x63f224[_0x224f(0x1b)],_0x37b889[_0x224f(0x1aa)][_0x224f(0x1a6)]))_0x5cffe3['error'](_0x12567f[_0x224f(0x1e7)]),_0x34f7e0[_0x224f(0x4e)](_0x12567f['LiESO']);else{if(_0x12567f['joguw'](_0x2e4ea9[_0x224f(0x1b)],_0x547439['statusCodes'][_0x224f(0x1a9)]))_0x488299[_0x224f(0x4e)](_0x12567f[_0x224f(0x1e8)]);else _0x12567f['zOScp'](_0x35d8b6['code'],_0x205572['statusCodes'][_0x224f(0x1ab)])&&_0x29e7d6['error'](_0x12567f['YyhtS']);}return![];}}catch(_0x278f07){if(_0x12567f[_0x224f(0x1e3)](_0x12567f[_0x224f(0x1e9)],_0x12567f[_0x224f(0x1e9)]))_0x439495[_0x224f(0x43)](_0x12567f[_0x224f(0x1ea)],_0x12c6d1[_0x224f(0x173)]);else return console['error'](_0x12567f[_0x224f(0x1eb)],_0x278f07),null;}}},debugYouTubeTokens=async()=>{const _0x292ac2={'zCUqE':'🔍\x20YouTube\x20Token\x20Debug:','PSCct':'Missing','fUilb':'Present','jhhhC':function(_0x47b2dd,_0x35c712){return _0x47b2dd!==_0x35c712;},'wkNFQ':function(_0x3bd1f8,_0x142f3d){return _0x3bd1f8===_0x142f3d;},'yWbNY':_0x224f(0x1ec),'npkEM':_0x224f(0x4e)};try{var _0x2d8d99;const _0x3ba9ea=await _googleSignin[_0x224f(0xd7)]['getTokens'](),_0x5e58f3=await _googleSignin[_0x224f(0xd7)][_0x224f(0x1c4)]();return console[_0x224f(0x43)](_0x292ac2['zCUqE'],{'accessToken':_0x3ba9ea[_0x224f(0x128)]?_0x3ba9ea[_0x224f(0x128)]['substring'](0x0,0x14)+'...':_0x292ac2[_0x224f(0x1ed)],'idToken':_0x3ba9ea['idToken']?_0x292ac2['fUilb']:_0x292ac2[_0x224f(0x1ed)],'serverAuthCode':_0x5e58f3!==null&&_0x292ac2['jhhhC'](_0x5e58f3,void 0x0)&&_0x5e58f3[_0x224f(0x78)]?_0x5e58f3[_0x224f(0x78)][_0x224f(0x63)](0x0,0x14)+_0x224f(0x67):_0x224f(0xf7),'userEmail':(_0x5e58f3===null||_0x292ac2[_0x224f(0x1ee)](_0x5e58f3,void 0x0)||_0x292ac2[_0x224f(0x1ee)](_0x2d8d99=_0x5e58f3[_0x224f(0x56)],null)||_0x292ac2[_0x224f(0x1ee)](_0x2d8d99,void 0x0)?void 0x0:_0x2d8d99[_0x224f(0x59)])||_0x224f(0xf7)}),{'hasRefreshToken':!!(_0x292ac2[_0x224f(0x1ef)](_0x5e58f3,null)&&_0x5e58f3!==void 0x0&&_0x5e58f3[_0x224f(0x78)]),'refreshTokenType':_0x292ac2[_0x224f(0x1ef)](_0x5e58f3,null)&&_0x292ac2[_0x224f(0x1ef)](_0x5e58f3,void 0x0)&&_0x5e58f3[_0x224f(0x78)]?_0x224f(0x78):_0x292ac2[_0x224f(0x1f0)]};}catch(_0x38fd3b){return console[_0x224f(0x4e)](_0x224f(0x1f1),_0x38fd3b),{'hasRefreshToken':![],'refreshTokenType':_0x292ac2[_0x224f(0x1f2)]};}},reconnectYouTube=async _0x3c3155=>{const _0x1031b5={'kSUPJ':_0x224f(0xdc),'ZtUim':function(_0x5b6193,_0x3a8d48){return _0x5b6193===_0x3a8d48;},'vxMQm':function(_0xbee337,_0x4f3929){return _0xbee337===_0x4f3929;},'oAviS':'No\x20Channel','VVbFn':_0x224f(0x1ac),'dpmfZ':_0x224f(0x1f3),'uICyx':_0x224f(0x41),'YCOQO':function(_0xace0da,_0x5b7f6b){return _0xace0da!==_0x5b7f6b;},'ukwpD':_0x224f(0x1f4),'HXlxj':'ODtzz','JQrFK':_0x224f(0x1f5),'wKdMc':_0x224f(0x1f6),'ZozLl':function(_0x3f7c2d,_0x184023){return _0x3f7c2d!==_0x184023;},'xwMvh':_0x224f(0x1f7),'ruzwD':function(_0x190caa,_0x5b9fd4){return _0x190caa!==_0x5b9fd4;},'VGDWv':_0x224f(0x1f8),'wplTu':_0x224f(0x1f9),'LQSOO':function(_0x1a32a1,_0x2ef50b){return _0x1a32a1!==_0x2ef50b;},'hkFgJ':_0x224f(0x1fa),'idrEJ':_0x224f(0x1fb),'moDIG':_0x224f(0x1fc),'GqAne':_0x224f(0x1fd),'OMUDB':function(_0x50653a){return _0x50653a();},'GiPoZ':'yJnhP','yiYBj':'⚠️\x20Still\x20no\x20refresh\x20token\x20after\x20reconnection','iKwnA':_0x224f(0x1fe),'PoNpW':_0x224f(0x1ff)};try{if(_0x1031b5[_0x224f(0x200)](_0x1031b5[_0x224f(0x201)],_0x1031b5[_0x224f(0x202)])){console[_0x224f(0x43)](_0x1031b5['JQrFK']);try{await _googleSignin['GoogleSignin'][_0x224f(0x1c1)](),console[_0x224f(0x43)](_0x1031b5[_0x224f(0x203)]);}catch(_0x4a1dc9){_0x1031b5[_0x224f(0x204)](_0x1031b5['xwMvh'],_0x224f(0x205))?console['log'](_0x224f(0x206),_0x4a1dc9):_0x59faed[_0x224f(0x43)]('⚠️\x20[CONNECTIVITY]\x20API\x20server\x20responded\x20with\x20status:\x20'+_0x15615f[_0x224f(0x61)]);}try{if(_0x1031b5[_0x224f(0x207)](_0x1031b5[_0x224f(0x208)],_0x1031b5[_0x224f(0x208)])){var _0x2fe5cd,_0x680730;_0x208c69['log'](_0x1031b5[_0x224f(0x209)]),_0x145e54=(_0x1031b5[_0x224f(0x20a)](_0x2fe5cd=_0x1886de[_0x224f(0xae)],null)||_0x1031b5[_0x224f(0x20b)](_0x2fe5cd,void 0x0)||_0x1031b5['vxMQm'](_0x2fe5cd=_0x2fe5cd['user'],null)||_0x1031b5[_0x224f(0x20b)](_0x2fe5cd,void 0x0)?void 0x0:_0x2fe5cd['name'])||(_0x1031b5[_0x224f(0x20b)](_0x680730=_0x2fa891[_0x224f(0xae)],null)||_0x1031b5[_0x224f(0x20a)](_0x680730,void 0x0)||(_0x680730=_0x680730[_0x224f(0x56)])===null||_0x1031b5['vxMQm'](_0x680730,void 0x0)?void 0x0:_0x680730[_0x224f(0x59)])||_0x1031b5[_0x224f(0x20c)];}else{const _0x557c16=await _googleSignin[_0x224f(0xd7)]['getTokens']();_0x557c16[_0x224f(0x128)]&&(await _googleSignin[_0x224f(0xd7)]['clearCachedAccessToken'](_0x557c16[_0x224f(0x128)]),console['log'](_0x1031b5['wplTu']));}}catch(_0x1a0791){_0x1031b5[_0x224f(0x20d)](_0x224f(0x20e),_0x1031b5[_0x224f(0x20f)])?console[_0x224f(0x43)](_0x1031b5[_0x224f(0x210)],_0x1a0791):_0x46534e[_0x224f(0x4e)](_0x1031b5[_0x224f(0x211)]);}const _0x24000a=await initiateNativeAuth('youtube',_0x3c3155);if(_0x24000a){if(_0x1031b5[_0x224f(0x200)](_0x1031b5[_0x224f(0x212)],'goxaC')){console['log'](_0x1031b5[_0x224f(0x213)]);const _0x41b621=await _0x1031b5[_0x224f(0x214)](debugYouTubeTokens);if(_0x41b621[_0x224f(0xa2)])console[_0x224f(0x43)]('✅\x20Refresh\x20token\x20confirmed:',_0x41b621['refreshTokenType']);else{if(_0x1031b5['ZtUim'](_0x224f(0x215),_0x1031b5[_0x224f(0x216)]))console[_0x224f(0xbf)](_0x1031b5[_0x224f(0x217)]);else return _0x55022a[_0x224f(0x43)](_0x1031b5[_0x224f(0x218)]),new _0x5b8a30(_0x507cf8=>{const _0x48b914={'YITsr':function(_0x544e24,_0x450815){return _0x544e24(_0x450815);}};_0x56ecd3(()=>{_0xe5c561['log'](_0x224f(0x219)),_0x48b914['YITsr'](_0x507cf8,!![]);},0x3e8);});}return!![];}else _0x19bd65[_0x224f(0x43)](_0x224f(0x21a));}else return console[_0x224f(0x4e)](_0x1031b5['iKwnA']),![];}else return{'success':![],'message':_0x1031b5[_0x224f(0x21b)],'details':_0x24c870};}catch(_0x50dec3){return console[_0x224f(0x4e)](_0x1031b5[_0x224f(0x21c)],_0x50dec3),![];}};exports[_0x224f(0x6)]=reconnectYouTube;const initiateNativeAuth=async(_0x1cabc8,_0x4635e4)=>{const _0xd752d9={'dOvQo':function(_0x3a7b83,_0x4adccc){return _0x3a7b83===_0x4adccc;},'axWsE':_0x224f(0x84),'tBxMw':function(_0x9b934f,_0x307456){return _0x9b934f!==_0x307456;},'MrhKr':_0x224f(0xc9),'Hdzrf':'\x20\x20\x202.\x20API\x20server\x20(API\x20server)\x20is\x20unreachable','Ufjqg':'\x20\x20\x205.\x20iOS\x20simulator\x20network\x20sandbox\x20issue\x20-\x20try\x20on\x20physical\x20device','TUFSC':_0x224f(0x21d),'ZGmAo':_0x224f(0x112),'cuoaV':_0x224f(0x113),'xIKGP':_0x224f(0x21e),'WYJZD':_0x224f(0x3d),'IzSiX':_0x224f(0x219),'qFsLx':function(_0x3937fe,_0x1c5bd5){return _0x3937fe(_0x1c5bd5);},'zlbIB':function(_0x177cf4,_0x4473e6,_0x1370d1){return _0x177cf4(_0x4473e6,_0x1370d1);},'keEyt':_0x224f(0x38),'aWbfx':_0x224f(0x21f),'MQHdH':_0x224f(0x220),'XcoAV':_0x224f(0x157),'evNEi':'❌\x20Google\x20Sign-In\x20error:','iWBGw':_0x224f(0x221),'CvFMq':function(_0x2009c0,_0x21d54d){return _0x2009c0===_0x21d54d;},'CsfIR':_0x224f(0x21a),'MFURx':'❌\x20User\x20not\x20signed\x20in\x20to\x20Google,\x20cannot\x20refresh\x20tokens','huFtD':'❌\x20No\x20current\x20Google\x20user\x20found','PGanL':_0x224f(0x1b2),'vdJwD':function(_0x8fca1e,_0x308eb2){return _0x8fca1e(_0x308eb2);},'TFSHz':'⚠️\x20[YOUTUBE\x20AUTH]\x20Backend\x20did\x20not\x20confirm\x20refresh\x20token','UdUmN':_0x224f(0x222),'hAJQy':_0x224f(0x223),'iZrVO':function(_0x39234d,_0x4b3a4e){return _0x39234d!==_0x4b3a4e;},'VKMwo':function(_0x1e60bf,_0x8588b8,_0x2678f1){return _0x1e60bf(_0x8588b8,_0x2678f1);},'jbCUI':_0x224f(0x224),'EHPgy':'yKZiu','gfdqH':'🔗\x20Initiating\x20native\x20Google\x20Sign-In\x20for\x20YouTube','JzekQ':_0x224f(0x225),'WlJBA':'❌\x20[YOUTUBE\x20AUTH]\x20Username\x20is\x20required\x20for\x20YouTube\x20authentication','eshpl':'yqFGI','layif':function(_0x2a0857){return _0x2a0857();},'JdaCv':_0x224f(0x226),'lGMoo':'🔄\x20Signed\x20out\x20to\x20force\x20fresh\x20consent','MUiFa':_0x224f(0x227),'uZlKc':function(_0x56328b,_0x81b55a){return _0x56328b===_0x81b55a;},'psJGv':function(_0x3acce7,_0x51e05f){return _0x3acce7===_0x51e05f;},'TYPeL':_0x224f(0x228),'AzCef':_0x224f(0x229),'aVZrY':'👤\x20Current\x20user\x20info:','CfLYh':function(_0x5a6864,_0x31b98d){return _0x5a6864===_0x31b98d;},'KjjoX':'📋\x20FULL\x20currentUser\x20object:','PWAUW':_0x224f(0x22a),'hsswV':_0x224f(0x22b),'pNEOP':function(_0x69208c,_0x11fce9){return _0x69208c!==_0x11fce9;},'QuoJC':function(_0x2e3ada,_0x4e529c){return _0x2e3ada!==_0x4e529c;},'EEDtg':_0x224f(0xf7),'Oacrk':_0x224f(0x22c),'wdpjk':function(_0x4a1c36,_0x4cd752){return _0x4a1c36!==_0x4cd752;},'NfXRA':_0x224f(0x22d),'cVHff':'-\x20tokens.accessToken:','mMFTD':function(_0xb2b039,_0x37e832){return _0xb2b039!==_0x37e832;},'eTvaD':_0x224f(0x22e),'twbDM':_0x224f(0xfa),'AmZuR':function(_0x428c51,_0x131840){return _0x428c51!==_0x131840;},'eICfA':function(_0x37481f,_0x49168d){return _0x37481f===_0x49168d;},'IPpjV':_0x224f(0x22f),'xFMZN':_0x224f(0x230),'ZURVv':'❌\x20CRITICAL:\x20No\x20refresh\x20token\x20available\x20-\x20YouTube\x20connection\x20will\x20fail\x20when\x20token\x20expires','uXLvA':_0x224f(0x231),'ocSjL':_0x224f(0x7e),'KsQSF':'✅\x20Refresh\x20token\x20available\x20for\x20YouTube\x20connection','fCcjc':'🔑\x20Refresh\x20token\x20type:','sUWon':_0x224f(0x78),'MpYTy':_0x224f(0xfd),'bqRqX':_0x224f(0x232),'bEYyn':_0x224f(0x233),'LaxZa':_0x224f(0x100),'jIHRe':_0x224f(0xdc),'MswZi':function(_0x567031,_0x1bf460){return _0x567031===_0x1bf460;},'OPRWo':function(_0x587185,_0x1821a0){return _0x587185===_0x1821a0;},'nvsdU':function(_0x447845,_0x1b61c6){return _0x447845===_0x1b61c6;},'GdQTp':function(_0xd1a7d,_0x326fba){return _0xd1a7d===_0x326fba;},'FMQhD':_0x224f(0xdd),'iiIOa':'GyUma','xHgCA':_0x224f(0x234),'btVMU':function(_0x262e94,_0xc5d04b){return _0x262e94===_0xc5d04b;},'LqkUc':function(_0x1b0069,_0x1219ef){return _0x1b0069===_0x1219ef;},'hgibt':function(_0x1aa1e9,_0x59661d){return _0x1aa1e9===_0x59661d;},'Phfic':function(_0x5f4077,_0x1a5375){return _0x5f4077===_0x1a5375;},'OkTst':_0x224f(0x30),'ecGno':function(_0x840f1e,_0x201cec){return _0x840f1e===_0x201cec;},'nECIg':'sfeAl','CyhOl':'IEKZh','wIBAH':function(_0x5f1733,_0x57093c){return _0x5f1733===_0x57093c;},'XIeDn':function(_0x1cc336,_0x26287f){return _0x1cc336===_0x26287f;},'MstNz':function(_0x1852bf,_0x211201){return _0x1852bf===_0x211201;},'XgGCF':function(_0x138dad,_0x1f404b){return _0x138dad===_0x1f404b;},'FhKQL':'onairos_username','LfZIn':function(_0x43f664,_0xcbf611){return _0x43f664||_0xcbf611;},'pOlVT':function(_0x3e9abd,_0x2b32fe){return _0x3e9abd===_0x2b32fe;},'PpmMu':function(_0x1962d3,_0x15daa3){return _0x1962d3===_0x15daa3;},'nIMBL':_0x224f(0x235),'VjueN':function(_0x923faf,_0x410c85){return _0x923faf<_0x410c85;},'aPjlp':_0x224f(0x236),'PJWxt':'ℹ️\x20NOTE:\x20SDK\x20does\x20not\x20create\x20users\x20during\x20YouTube\x20connection','hznAI':_0x224f(0x237),'Qrhht':_0x224f(0x66),'SzKxb':_0x224f(0x31),'dCKWj':'🔗\x20Linking\x20YouTube\x20data\x20to\x20user:','gRuMW':_0x224f(0x238),'lFsHK':_0x224f(0x239),'UWTqr':function(_0x42aaf1,_0x439326){return _0x42aaf1===_0x439326;},'HlWwv':function(_0x3869ea,_0x263b2a){return _0x3869ea===_0x263b2a;},'cOoJK':function(_0x5da354,_0x5af42b){return _0x5da354===_0x5af42b;},'BnnIx':function(_0xcad04e,_0x398f8e){return _0xcad04e===_0x398f8e;},'MscNT':function(_0x2133e1,_0x340dab){return _0x2133e1===_0x340dab;},'UTZdM':function(_0x34d0a7,_0x4d9b15){return _0x34d0a7!==_0x4d9b15;},'icdcn':_0x224f(0x23a),'DvVjx':function(_0x4ea5cf,_0x9bf952){return _0x4ea5cf*_0x9bf952;},'qoYSs':_0x224f(0x79),'dSWgZ':_0x224f(0x1ec),'lmIEy':'📤\x20BACKEND\x20PAYLOAD\x20SUMMARY:','aqbWt':_0x224f(0x23b),'ypUzF':_0x224f(0x23c),'uYeCM':_0x224f(0x23d),'ssffK':_0x224f(0x23e),'utMao':_0x224f(0x23f),'aWTwu':function(_0xcf3930,_0x50ca54){return _0xcf3930===_0x50ca54;},'xKVgC':_0x224f(0x240),'IBLHh':_0x224f(0x241),'KpNgN':function(_0x5cb5d4,_0x26c5f1,_0x48e4d1){return _0x5cb5d4(_0x26c5f1,_0x48e4d1);},'mxBys':function(_0x417fb9,_0x3b3b5d){return _0x417fb9&&_0x3b3b5d;},'eaiZS':_0x224f(0x242),'kVBIE':function(_0x4b6278,_0x390fe0){return _0x4b6278===_0x390fe0;},'SdVox':_0x224f(0x243),'yHjjZ':'pcglN','zfLcR':_0x224f(0x244),'XdYAt':_0x224f(0x245),'YIYvn':function(_0x52a514,_0xfb815e){return _0x52a514===_0xfb815e;},'vIrSX':function(_0x330ee5,_0x2522ee){return _0x330ee5===_0x2522ee;},'DgwCf':_0x224f(0x188),'ESHix':_0x224f(0x246),'PaWYT':'hJjCZ','XWPia':_0x224f(0xde),'EZQSG':_0x224f(0x12b),'Chmoj':_0x224f(0xdf),'zWHXc':function(_0x59b504,_0x4fbddf){return _0x59b504!==_0x4fbddf;},'JBEBC':_0x224f(0x247),'JHIpc':_0x224f(0x248),'BOLew':_0x224f(0x249),'GkFTb':_0x224f(0x24a),'iNqeA':_0x224f(0x24b),'pwcsT':'WCjSR','qmqBZ':'Google\x20Sign-In\x20already\x20in\x20progress','EeXYW':function(_0x36d1da,_0x17c633){return _0x36d1da===_0x17c633;},'rNxPU':_0x224f(0x24c),'UAGfm':function(_0x4e972c,_0x29ec78){return _0x4e972c===_0x29ec78;},'xdvrX':_0x224f(0x24d),'wLnlF':function(_0x2ba01c,_0x1e7770){return _0x2ba01c===_0x1e7770;},'tadUH':_0x224f(0x24e)};if(_0x1cabc8===_0xd752d9['jbCUI']){if(_0xd752d9['tBxMw'](_0xd752d9[_0x224f(0x24f)],_0x224f(0x250))){console[_0x224f(0x43)](_0xd752d9[_0x224f(0x251)]);if(!_0x4635e4||_0xd752d9[_0x224f(0x252)](_0x4635e4['trim'](),'')){if(_0x224f(0x253)!==_0xd752d9[_0x224f(0x254)])return console[_0x224f(0x4e)](_0xd752d9[_0x224f(0x255)]),![];else{var _0x39e8e5;if(_0xd752d9[_0x224f(0x256)](_0x1e46ff[_0x224f(0x57)],_0xd752d9[_0x224f(0x257)]))_0xfd86be['error'](_0x224f(0xc5)+_0x1e8fef+_0x224f(0xc6));else{if(_0xd752d9[_0x224f(0x258)](_0x39e8e5=_0x5862e4[_0x224f(0x4d)],null)&&_0xd752d9[_0x224f(0x258)](_0x39e8e5,void 0x0)&&_0x39e8e5[_0x224f(0xc8)](_0xd752d9[_0x224f(0x259)])){const _0x3121f9=_0x224f(0x25a)[_0x224f(0x99)]('|');let _0x2fca2b=0x0;while(!![]){switch(_0x3121f9[_0x2fca2b++]){case'0':_0x3721bf['error'](_0xd752d9[_0x224f(0x25b)]);continue;case'1':_0x7ef1c8['error']('❌\x20[OAUTH]\x20Network\x20request\x20failed\x20for\x20'+_0x5879ca+_0x224f(0xd1));continue;case'2':_0x277439[_0x224f(0x4e)](_0x224f(0x86));continue;case'3':_0x21a9a4[_0x224f(0x4e)]('\x20\x20\x201.\x20No\x20internet\x20connection\x20on\x20device/simulator');continue;case'4':_0x3c624f[_0x224f(0x4e)](_0xd752d9['Ufjqg']);continue;case'5':_0xa9fc44[_0x224f(0x4e)](_0x224f(0x25c));continue;}break;}}else _0x205a32[_0x224f(0x4e)]('❌\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20'+_0x5e2e33+':',_0x2eb6f);}return null;}}try{if(_0xd752d9[_0x224f(0x258)](_0xd752d9[_0x224f(0x25d)],_0xd752d9[_0x224f(0x25d)]))_0x40ffd9[_0x224f(0x43)](_0xd752d9[_0x224f(0x25e)],_0x175735);else{var _0x55abb4,_0x51571f,_0x4e86c6,_0x2d9fcd,_0x486e08,_0x5b2104,_0x4b02a5,_0xa764b7,_0x12a559,_0x1b737b;_0xd752d9['layif'](initializeGoogleSignIn),await _googleSignin[_0x224f(0xd7)][_0x224f(0x12f)]();try{_0xd752d9[_0x224f(0x256)](_0xd752d9[_0x224f(0x25f)],_0xd752d9[_0x224f(0x25f)])?(await _googleSignin[_0x224f(0xd7)]['signOut'](),console[_0x224f(0x43)](_0xd752d9['lGMoo'])):(_0x59e3ae[_0x224f(0xbf)](_0xd752d9[_0x224f(0x260)],_0xacc486),_0xd4655b['warn'](_0xd752d9['cuoaV']));}catch(_0x4e3597){console['log'](_0xd752d9[_0x224f(0x25e)],_0x4e3597);}const _0x4f7291=await _googleSignin[_0x224f(0xd7)][_0x224f(0x131)]();console['log'](_0xd752d9['MUiFa'],_0xd752d9[_0x224f(0x256)](_0x55abb4=_0x4f7291[_0x224f(0xae)],null)||_0xd752d9[_0x224f(0x261)](_0x55abb4,void 0x0)||_0xd752d9['psJGv'](_0x55abb4=_0x55abb4['user'],null)||_0xd752d9['CvFMq'](_0x55abb4,void 0x0)?void 0x0:_0x55abb4[_0x224f(0x59)]),console['log'](_0x224f(0x262)),console[_0x224f(0x43)](JSON[_0x224f(0x137)](_0x4f7291,null,0x2));const _0x438f33=await _googleSignin[_0x224f(0xd7)][_0x224f(0x135)]();console[_0x224f(0x43)](_0xd752d9[_0x224f(0x263)]),console[_0x224f(0x43)](_0xd752d9[_0x224f(0x264)]),console[_0x224f(0x43)](JSON[_0x224f(0x137)](_0x438f33,null,0x2));const _0xd96a0a=await _googleSignin['GoogleSignin'][_0x224f(0x1c4)]();console['log'](_0xd752d9[_0x224f(0x265)],_0xd752d9[_0x224f(0x266)](_0xd96a0a,null)||_0xd96a0a===void 0x0||_0xd752d9[_0x224f(0x256)](_0x51571f=_0xd96a0a[_0x224f(0x56)],null)||_0x51571f===void 0x0?void 0x0:_0x51571f[_0x224f(0x59)]),console[_0x224f(0x43)](_0xd752d9[_0x224f(0x267)]),console[_0x224f(0x43)](JSON[_0x224f(0x137)](_0xd96a0a,null,0x2));let _0x48669b=null;console['log'](_0xd752d9[_0x224f(0x268)]),console[_0x224f(0x43)](_0xd752d9[_0x224f(0x269)],_0xd752d9[_0x224f(0x26a)](_0x4e86c6=_0x4f7291[_0x224f(0xae)],null)&&_0xd752d9[_0x224f(0x26b)](_0x4e86c6,void 0x0)&&_0x4e86c6[_0x224f(0x78)]?_0x224f(0x26c)+_0x4f7291[_0x224f(0xae)][_0x224f(0x78)][_0x224f(0x63)](0x0,0x14)+_0x224f(0x67):_0xd752d9[_0x224f(0x26d)]),console['log'](_0xd752d9[_0x224f(0x26e)],_0xd752d9['wdpjk'](_0xd96a0a,null)&&_0xd752d9[_0x224f(0x26f)](_0xd96a0a,void 0x0)&&_0xd96a0a[_0x224f(0x78)]?_0x224f(0x26c)+_0xd96a0a[_0x224f(0x78)]['substring'](0x0,0x14)+'...':_0x224f(0xf7)),console[_0x224f(0x43)](_0xd752d9[_0x224f(0x270)],_0x438f33[_0x224f(0x13d)]?_0x224f(0x26c)+_0x438f33[_0x224f(0x13d)][_0x224f(0x63)](0x0,0x14)+'...':_0x224f(0xf7)),console[_0x224f(0x43)](_0xd752d9[_0x224f(0x271)],_0x438f33[_0x224f(0x128)]?_0x224f(0x26c)+_0x438f33[_0x224f(0x128)][_0x224f(0x63)](0x0,0x14)+_0x224f(0x67):_0xd752d9[_0x224f(0x26d)]);if(_0xd96a0a!==null&&_0xd752d9[_0x224f(0x272)](_0xd96a0a,void 0x0)&&_0xd96a0a[_0x224f(0x78)])_0x48669b=_0xd96a0a[_0x224f(0x78)],console[_0x224f(0x43)](_0xd752d9[_0x224f(0x273)]),console[_0x224f(0x43)](_0xd752d9[_0x224f(0x274)],_0x48669b[_0x224f(0x63)](0x0,0x14)+_0x224f(0x67));else _0xd752d9[_0x224f(0x26f)](_0x2d9fcd=_0x4f7291[_0x224f(0xae)],null)&&_0xd752d9['AmZuR'](_0x2d9fcd,void 0x0)&&_0x2d9fcd[_0x224f(0x78)]&&(_0xd752d9['eICfA'](_0xd752d9[_0x224f(0x275)],_0xd752d9[_0x224f(0x275)])?(_0x48669b=_0x4f7291[_0x224f(0xae)][_0x224f(0x78)],console['log'](_0xd752d9[_0x224f(0x276)]),console['log'](_0xd752d9['twbDM'],_0x48669b[_0x224f(0x63)](0x0,0x14)+_0x224f(0x67))):_0x1845cb[_0x224f(0x4e)](_0xd752d9[_0x224f(0x277)]));!_0x48669b?(console[_0x224f(0x4e)](_0xd752d9[_0x224f(0x278)]),console['error'](_0x224f(0x7d)),console[_0x224f(0x4e)](_0xd752d9['uXLvA']),console['warn'](_0xd752d9['ocSjL'])):(console[_0x224f(0x43)](_0xd752d9[_0x224f(0x279)]),console[_0x224f(0x43)](_0xd752d9[_0x224f(0x27a)],_0x48669b[_0x224f(0x9c)]('4/')?_0xd752d9[_0x224f(0x27b)]:'refreshToken'));let _0x11a940=_0x224f(0x30),_0x47c241=null;try{console['log']('📺\x20Fetching\x20YouTube\x20channel\x20information...');const _0x49b815=await fetch(_0xd752d9['MpYTy'],{'headers':{'Authorization':'Bearer\x20'+_0x438f33[_0x224f(0x128)],'Accept':'application/json'}});if(_0x49b815['ok']){const _0xa81d9a=await _0x49b815[_0x224f(0xb6)]();if(_0xa81d9a['items']&&_0xa81d9a[_0x224f(0x154)][_0x224f(0x165)]>0x0)_0xd752d9['QuoJC'](_0xd752d9['bqRqX'],_0xd752d9[_0x224f(0x27c)])?(_0x11a940=_0xa81d9a[_0x224f(0x154)][0x0][_0x224f(0x155)][_0x224f(0x156)],_0x47c241=_0xa81d9a[_0x224f(0x154)][0x0]['id'],console[_0x224f(0x43)]('✅\x20YouTube\x20channel\x20found:',_0x11a940,_0xd752d9[_0x224f(0x27d)],_0x47c241)):(_0x1bee12[_0x224f(0x60)]={'success':![],'error':_0x1e3ca9['message'],'name':_0x391834[_0x224f(0x57)]},_0x46915a[_0x224f(0x4e)](_0xd752d9[_0x224f(0x27e)],_0x576035[_0x224f(0x4d)]));else{var _0x161861,_0x569c0e;console[_0x224f(0x43)](_0xd752d9[_0x224f(0x27f)]),_0x11a940=(_0xd752d9[_0x224f(0x280)](_0x161861=_0x4f7291['data'],null)||_0xd752d9['OPRWo'](_0x161861,void 0x0)||_0xd752d9['eICfA'](_0x161861=_0x161861[_0x224f(0x56)],null)||_0xd752d9[_0x224f(0x281)](_0x161861,void 0x0)?void 0x0:_0x161861[_0x224f(0x57)])||((_0x569c0e=_0x4f7291[_0x224f(0xae)])===null||_0x569c0e===void 0x0||_0xd752d9[_0x224f(0x281)](_0x569c0e=_0x569c0e[_0x224f(0x56)],null)||_0xd752d9[_0x224f(0x282)](_0x569c0e,void 0x0)?void 0x0:_0x569c0e['email'])||_0xd752d9[_0x224f(0x283)];}}else{if(_0xd752d9[_0x224f(0x284)](_0xd752d9[_0x224f(0x285)],_0xd752d9['iiIOa'])){var _0x4dc4e4,_0x5ef283;console['log'](_0xd752d9['xHgCA'],_0x49b815[_0x224f(0x61)]),_0x11a940=(_0xd752d9[_0x224f(0x286)](_0x4dc4e4=_0x4f7291[_0x224f(0xae)],null)||_0x4dc4e4===void 0x0||_0xd752d9['btVMU'](_0x4dc4e4=_0x4dc4e4[_0x224f(0x56)],null)||_0xd752d9['psJGv'](_0x4dc4e4,void 0x0)?void 0x0:_0x4dc4e4['name'])||(_0xd752d9[_0x224f(0x287)](_0x5ef283=_0x4f7291[_0x224f(0xae)],null)||_0xd752d9['hgibt'](_0x5ef283,void 0x0)||_0xd752d9['Phfic'](_0x5ef283=_0x5ef283[_0x224f(0x56)],null)||_0x5ef283===void 0x0?void 0x0:_0x5ef283[_0x224f(0x59)])||_0xd752d9['OkTst'];}else _0xd752d9['zlbIB'](_0x1883a7,()=>{_0x4358a6['log'](_0xd752d9[_0x224f(0x288)]),_0xd752d9[_0x224f(0x289)](_0x397383,!![]);},0x3e8);}}catch(_0x373b59){if(_0xd752d9['ecGno'](_0xd752d9[_0x224f(0x28a)],_0xd752d9[_0x224f(0x28b)]))_0x19a6a3[_0x224f(0x4a)]={'success':![],'error':_0x253ea8['message']},_0x40e5b4[_0x224f(0x4e)](_0xd752d9['keEyt'],_0x377d05[_0x224f(0x4d)]);else{var _0x371df9,_0x31813e;console['log'](_0x224f(0x53),_0x373b59),_0x11a940=(_0xd752d9[_0x224f(0x28c)](_0x371df9=_0x4f7291[_0x224f(0xae)],null)||_0xd752d9[_0x224f(0x28d)](_0x371df9,void 0x0)||_0xd752d9[_0x224f(0x28e)](_0x371df9=_0x371df9[_0x224f(0x56)],null)||_0xd752d9[_0x224f(0x266)](_0x371df9,void 0x0)?void 0x0:_0x371df9[_0x224f(0x57)])||(_0xd752d9[_0x224f(0x286)](_0x31813e=_0x4f7291[_0x224f(0xae)],null)||_0x31813e===void 0x0||_0xd752d9[_0x224f(0x28f)](_0x31813e=_0x31813e[_0x224f(0x56)],null)||_0xd752d9[_0x224f(0x252)](_0x31813e,void 0x0)?void 0x0:_0x31813e[_0x224f(0x59)])||_0xd752d9[_0x224f(0x290)];}}let _0xdd98ee=await(0x0,_jwtStorageService['getJWT'])();const _0x1064ee=await _asyncStorage[_0x224f(0x291)][_0x224f(0x292)](_0xd752d9[_0x224f(0x293)]),_0xc49749=_0xd752d9[_0x224f(0x294)](_0x1064ee,_0x4635e4)||(_0xd752d9[_0x224f(0x295)](_0x486e08=_0x4f7291[_0x224f(0xae)],null)||_0xd752d9[_0x224f(0x28e)](_0x486e08,void 0x0)||_0xd752d9[_0x224f(0x296)](_0x486e08=_0x486e08['user'],null)||_0xd752d9[_0x224f(0x28e)](_0x486e08,void 0x0)?void 0x0:_0x486e08[_0x224f(0x59)])||_0xd752d9['nIMBL'];!_0xdd98ee||_0xd752d9[_0x224f(0x297)](_0xdd98ee['trim']()[_0x224f(0x165)],0x14)?(console['log'](_0xd752d9[_0x224f(0x298)]),console[_0x224f(0x43)](_0xd752d9[_0x224f(0x299)]),console[_0x224f(0x43)](_0xd752d9[_0x224f(0x29a)])):(console[_0x224f(0x43)](_0xd752d9[_0x224f(0x29b)]),console['log'](_0xd752d9[_0x224f(0x29c)],_0xdd98ee[_0x224f(0x63)](0x0,0x14)+_0x224f(0x67)));console[_0x224f(0x43)](_0xd752d9[_0x224f(0x29d)],_0xc49749),console[_0x224f(0x43)](_0x224f(0x29e),_0xdd98ee?_0xdd98ee[_0x224f(0x63)](0x0,0x14)+_0x224f(0x67):_0xd752d9['gRuMW']),console[_0x224f(0x43)](_0xd752d9[_0x224f(0x29f)],_0x11a940);const _0x1b2be5={'session':{'username':_0xc49749,'platform':_0xd752d9[_0x224f(0x2a0)],'timestamp':new Date()[_0x224f(0xa6)](),'channelName':_0x11a940,'channelId':_0x47c241},'googleUser':(_0x5b2104=_0x4f7291[_0x224f(0xae)])===null||_0x5b2104===void 0x0?void 0x0:_0x5b2104[_0x224f(0x56)],'accessToken':_0x438f33[_0x224f(0x128)],'idToken':_0x438f33['idToken'],'refreshToken':_0x48669b,'serverAuthCode':_0x48669b,'refresh_token':_0x48669b,'server_auth_code':_0x48669b,'authCode':_0x48669b,'userAccountInfo':{'username':_0xc49749,'email':_0xd752d9['UWTqr'](_0x4b02a5=_0x4f7291['data'],null)||_0x4b02a5===void 0x0||_0xd752d9['HlWwv'](_0x4b02a5=_0x4b02a5[_0x224f(0x56)],null)||_0xd752d9[_0x224f(0x2a1)](_0x4b02a5,void 0x0)?void 0x0:_0x4b02a5['email'],'authToken':_0xdd98ee,'channelName':_0x11a940,'channelId':_0x47c241,'userIdentifier':_0xdd98ee?_0x224f(0x2a2)+_0xdd98ee['substring'](0x0,0xa):'youtube-'+(_0xd752d9[_0x224f(0x2a3)](_0xa764b7=_0x4f7291['data'],null)||_0xa764b7===void 0x0||(_0xa764b7=_0xa764b7[_0x224f(0x56)])===null||_0xa764b7===void 0x0?void 0x0:_0xa764b7[_0x224f(0x59)]),'googleId':_0xd752d9['GdQTp'](_0x12a559=_0x4f7291[_0x224f(0xae)],null)||_0xd752d9['BnnIx'](_0x12a559,void 0x0)||_0xd752d9['MscNT'](_0x12a559=_0x12a559[_0x224f(0x56)],null)||_0xd752d9[_0x224f(0x287)](_0x12a559,void 0x0)?void 0x0:_0x12a559['id'],'appleUserId':_0xd752d9['UTZdM'](_0xdd98ee,null)&&_0xd752d9[_0x224f(0x26f)](_0xdd98ee,void 0x0)&&_0xdd98ee['includes'](_0xd752d9[_0x224f(0x2a4)])?_0xdd98ee['split']('.')[0x1]:null,'refreshToken':_0x48669b,'serverAuthCode':_0x48669b},'tokenExpiry':new Date(Date[_0x224f(0x170)]()+_0xd752d9[_0x224f(0x2a5)](0xe10,0x3e8))[_0x224f(0xa6)](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!!_0x48669b,'refreshTokenType':_0x48669b?_0x48669b['startsWith']('4/')?_0xd752d9[_0x224f(0x27b)]:_0xd752d9[_0x224f(0x2a6)]:_0xd752d9['dSWgZ'],'configuredForRefresh':!![],'forcedConsent':!![],'refreshTokenValue':_0x48669b}};console[_0x224f(0x43)](_0xd752d9[_0x224f(0x2a7)]),console[_0x224f(0x43)](_0xd752d9[_0x224f(0x2a8)],!!_0x1b2be5['accessToken']),console[_0x224f(0x43)](_0xd752d9['ypUzF'],!!_0x1b2be5[_0x224f(0x79)]),console['log'](_0xd752d9[_0x224f(0x2a9)],!!_0x1b2be5['serverAuthCode']),console['log'](_0xd752d9[_0x224f(0x2aa)],_0x1b2be5['debugInfo']['refreshTokenType']),console[_0x224f(0x43)](_0xd752d9['utMao'],_0xd752d9[_0x224f(0x2ab)](_0x1b737b=_0x4f7291[_0x224f(0xae)],null)||_0xd752d9[_0x224f(0x2ac)](_0x1b737b,void 0x0)||_0xd752d9[_0x224f(0x2ad)](_0x1b737b=_0x1b737b[_0x224f(0x56)],null)||_0x1b737b===void 0x0?void 0x0:_0x1b737b['email']),console[_0x224f(0x43)](_0xd752d9['xKVgC'],_0x11a940),console[_0x224f(0x43)](_0xd752d9[_0x224f(0x2ae)]),console[_0x224f(0x43)](JSON[_0x224f(0x137)](_0x1b2be5,null,0x2)),console['log']('📤\x20Sending\x20YouTube\x20auth\x20to\x20backend\x20with\x20refresh\x20token:',!!_0x48669b);const _0x22789c=await _0xd752d9[_0x224f(0x2af)](fetch,_api[_0x224f(0x1e)][_0x224f(0x1c)]+_0x224f(0x17e),{'method':'POST','headers':{'Content-Type':'application/json',..._0xd752d9[_0x224f(0x2b0)](_0xdd98ee,{'Authorization':_0xdd98ee})},'body':JSON[_0x224f(0x137)](_0x1b2be5)});console[_0x224f(0x43)](_0xd752d9['eaiZS'],_0x22789c[_0x224f(0x61)]),console[_0x224f(0x43)](_0x224f(0x2b1),_0x22789c[_0x224f(0x2b2)]);if(_0x22789c['ok']){if(_0xd752d9[_0x224f(0x2b3)](_0xd752d9[_0x224f(0x2b4)],_0xd752d9['yHjjZ']))return _0x26b0cb[_0x224f(0x4e)](_0xd752d9[_0x224f(0x2b5)],_0x189cb5),{'success':![],'isPending':![],'error':_0xd752d9[_0x224f(0x2b6)]};else{var _0xd5c206,_0x15e374;const _0x1b98d0=await _0x22789c[_0x224f(0xb6)]();console[_0x224f(0x43)](_0xd752d9['zfLcR']),console[_0x224f(0x43)](_0xd752d9['XdYAt']),console[_0x224f(0x43)](JSON[_0x224f(0x137)](_0x1b98d0,null,0x2));const _0x25d360=_0xd752d9[_0x224f(0x2b7)](_0xd752d9[_0x224f(0x2b7)](_0xd5c206=_0x1b98d0[_0x224f(0x183)],null)||_0xd752d9['CfLYh'](_0xd5c206,void 0x0)?void 0x0:_0xd5c206['isTemporaryMode'],!![])||(_0xd752d9['YIYvn'](_0x15e374=_0x1b98d0['temporaryMode'],null)||_0xd752d9[_0x224f(0x252)](_0x15e374,void 0x0)?void 0x0:_0x15e374[_0x224f(0x187)])===!![]||_0xd752d9[_0x224f(0x2b8)](_0x1b98d0[_0x224f(0x184)],!![])||_0x1b98d0[_0x224f(0x4d)]&&_0x1b98d0[_0x224f(0x4d)][_0x224f(0xc8)](_0xd752d9['DgwCf']);if(_0x25d360)_0xd752d9[_0x224f(0x2b9)](_0xd752d9[_0x224f(0x2ba)],_0xd752d9['PaWYT'])?(console[_0x224f(0x43)](_0xd752d9[_0x224f(0x2bb)]),console['log'](_0xd752d9[_0x224f(0x2bc)]),console['log'](_0xd752d9['Chmoj'])):(_0x19b1f5=_0x18fd7a[_0x224f(0x154)][0x0][_0x224f(0x155)][_0x224f(0x156)],_0x519bfb=_0x29608a[_0x224f(0x154)][0x0]['id'],_0x2ba09a[_0x224f(0x43)](_0xd752d9['XcoAV'],_0x16680b,_0x224f(0x100),_0x27c227));else{if(_0x1b98d0[_0x224f(0xa2)]||_0x1b98d0['refreshTokenReceived']){if(_0xd752d9[_0x224f(0x2bd)](_0xd752d9[_0x224f(0x2be)],_0xd752d9[_0x224f(0x2bf)]))console[_0x224f(0x43)]('✅\x20[YOUTUBE\x20AUTH]\x20Backend\x20confirmed\x20refresh\x20token\x20received'),console[_0x224f(0x43)](_0xd752d9['BOLew']);else{_0x4e3932[_0x224f(0x4e)](_0xd752d9[_0x224f(0x2c0)],_0x248732);if(_0xd752d9['dOvQo'](_0x1a6db8[_0x224f(0x1b)],_0x343fa5[_0x224f(0x1aa)][_0x224f(0x1a6)]))_0x1f97ec['log'](_0xd752d9[_0x224f(0x2c1)]);else{if(_0xd752d9['CvFMq'](_0x8c7ddb[_0x224f(0x1b)],_0x1bc717[_0x224f(0x1aa)][_0x224f(0x1a9)]))_0x41068f[_0x224f(0x43)](_0x224f(0x2c2));else _0xd752d9[_0x224f(0x256)](_0x4b5eb2[_0x224f(0x1b)],_0x536e84[_0x224f(0x1aa)]['PLAY_SERVICES_NOT_AVAILABLE'])&&_0x8733f0[_0x224f(0x43)](_0xd752d9['CsfIR']);}return![];}}else console[_0x224f(0xbf)](_0xd752d9[_0x224f(0x2c3)]),console[_0x224f(0xbf)](_0xd752d9[_0x224f(0x2c4)],Object[_0x224f(0x2c5)](_0x1b98d0)),console[_0x224f(0xbf)](_0xd752d9['hAJQy']);}return!![];}}else{const _0x2d42fe=await _0x22789c[_0x224f(0x5e)]();return console[_0x224f(0x4e)](_0xd752d9['GkFTb'],_0x22789c[_0x224f(0x61)]),console['error'](_0xd752d9[_0x224f(0x2c6)]),console[_0x224f(0x4e)](_0x2d42fe),![];}}}catch(_0x3e5fc6){console['error'](_0xd752d9[_0x224f(0x2c0)],_0x3e5fc6);if(_0x3e5fc6[_0x224f(0x1b)]===_googleSignin['statusCodes'][_0x224f(0x1a6)]){if(_0xd752d9['tBxMw'](_0xd752d9[_0x224f(0x2c7)],_0x224f(0x2c8)))console[_0x224f(0x43)](_0x224f(0x221));else{_0x3b2630['error']('Error\x20exchanging\x20code\x20for\x20token:\x20'+_0x27ce95['status']);throw new _0x1eecc3(_0x224f(0x2c9)+_0x1aa28c[_0x224f(0x61)]);}}else{if(_0xd752d9[_0x224f(0x2ca)](_0x3e5fc6['code'],_googleSignin['statusCodes'][_0x224f(0x1a9)]))console[_0x224f(0x43)](_0xd752d9[_0x224f(0x2cb)]);else{if(_0xd752d9[_0x224f(0x261)](_0x3e5fc6[_0x224f(0x1b)],_googleSignin[_0x224f(0x1aa)][_0x224f(0x1ab)])){if(_0xd752d9['EeXYW'](_0xd752d9['rNxPU'],_0x224f(0x24c)))console['log'](_0xd752d9[_0x224f(0x2cc)]);else return _0x519514['log'](_0xd752d9[_0x224f(0x2cd)]),null;}}}return![];}}else return _0x1326b3[_0x224f(0x4e)](_0xd752d9[_0x224f(0x2ce)]),![];}if(_0xd752d9[_0x224f(0x2cf)](_0x1cabc8,_0xd752d9['xdvrX'])){if(_0xd752d9[_0x224f(0x2d0)](_0xd752d9['tadUH'],_0x224f(0x2d1)))_0x1feaf6[_0x224f(0x43)](_0xd752d9[_0x224f(0x2d2)],_0x30b0b9);else return console['log']('Initiating\x20Facebook\x20Login\x20for\x20Instagram'),new Promise(_0x8d1c00=>{const _0x7b13b2={'ZZqAx':_0xd752d9[_0x224f(0x2c3)],'FWmdm':_0xd752d9[_0x224f(0x2c4)],'knkbX':_0xd752d9[_0x224f(0x2d3)]};_0xd752d9['iZrVO'](_0x224f(0x2d4),'xrpPm')?_0xd752d9[_0x224f(0x2d5)](setTimeout,()=>{console[_0x224f(0x43)]('Facebook\x20Login\x20completed\x20successfully'),_0xd752d9[_0x224f(0x2d6)](_0x8d1c00,!![]);},0x3e8):(_0x28ad92[_0x224f(0xbf)](_0x7b13b2['ZZqAx']),_0x1f224c['warn'](_0x7b13b2['FWmdm'],_0x16cb76[_0x224f(0x2c5)](_0x12f442)),_0x211639[_0x224f(0xbf)](_0x7b13b2[_0x224f(0x2d7)]));});}return![];};exports[_0x224f(0x9)]=initiateNativeAuth;const isOAuthCallback=_0x255ba5=>{const _0x2dd339={'GZoYu':_0x224f(0x1e0),'zbbAu':_0x224f(0x1d3)};return _0x255ba5['includes'](_0x2dd339[_0x224f(0x2d8)])||_0x255ba5['includes'](_0x2dd339[_0x224f(0x2d9)]);};exports[_0x224f(0x7)]=isOAuthCallback;const exchangeCodeForToken=async(_0x25b085,_0x2f1f56)=>{const _0x180798={'jdLzK':_0x224f(0x219),'ooTsl':function(_0x5eb5d5,_0x40876){return _0x5eb5d5(_0x40876);},'iPOdu':function(_0x4a4c37,_0x48c9b3,_0x3622bc){return _0x4a4c37(_0x48c9b3,_0x3622bc);},'BcazE':_0x224f(0x2da)};console[_0x224f(0x43)](_0x224f(0x2db)+_0x2f1f56);try{const _0x903620=_api[_0x224f(0x1e)][_0x224f(0x1c)]+'/'+_0x2f1f56+_0x224f(0x2dc),_0x42c866=await _0x180798['iPOdu'](fetch,_0x903620,{'method':'POST','headers':{'Content-Type':'application/json'},'body':JSON[_0x224f(0x137)]({'code':_0x25b085,'platform':_0x2f1f56})});if(!_0x42c866['ok']){console[_0x224f(0x4e)](_0x224f(0x2dd)+_0x42c866[_0x224f(0x61)]);throw new Error(_0x224f(0x2c9)+_0x42c866[_0x224f(0x61)]);}const _0x15084e=await _0x42c866['json']();return console[_0x224f(0x43)](_0x224f(0x2de)+_0x2f1f56),_0x15084e;}catch(_0x37b02b){if(_0x180798[_0x224f(0x2df)]!==_0x224f(0x2da))_0x368235[_0x224f(0x43)](_0x180798[_0x224f(0x2e0)]),_0x180798['ooTsl'](_0x50a7b5,!![]);else return console[_0x224f(0x4e)]('Error\x20exchanging\x20code\x20for\x20token:',_0x37b02b),console['log'](_0x224f(0x2e1)),{'access_token':_0x2f1f56+_0x224f(0x2e2)+Math['random']()[_0x224f(0x2e3)](0x24)[_0x224f(0x63)](0x7),'refresh_token':_0x2f1f56+_0x224f(0x2e4)+Math[_0x224f(0x2e5)]()['toString'](0x24)[_0x224f(0x63)](0x7),'expires_in':0xe10};}};exports[_0x224f(0xf)]=exchangeCodeForToken;const refreshYouTubeTokens=async()=>{const _0x53673a={'Rmnco':_0x224f(0x42),'jRNgI':_0x224f(0x1ff),'UQLdk':_0x224f(0x1ad),'RpgOk':function(_0x4f89fc,_0x153186,_0x26803e){return _0x4f89fc(_0x153186,_0x26803e);},'wgtWp':function(_0x3ac63b,_0x1aaf36){return _0x3ac63b===_0x1aaf36;},'eSasx':function(_0x52c729,_0x3d101f){return _0x52c729*_0x3d101f;},'cFzUQ':function(_0x2dac0a,_0x35f80b){return _0x2dac0a!==_0x35f80b;},'InOpS':_0x224f(0x2e6),'RDxCA':_0x224f(0x2e7),'OelVV':_0x224f(0x2e8),'Xwskk':_0x224f(0x2e9)};try{var _0x1d36e4;console[_0x224f(0x43)](_0x224f(0x2ea));const _0x47d214=await _googleSignin['GoogleSignin'][_0x224f(0x135)]();if(!_0x47d214)return console[_0x224f(0x4e)](_0x224f(0x80)),![];const _0x199164=await _googleSignin[_0x224f(0xd7)]['getCurrentUser']();if(!_0x199164)return console[_0x224f(0x4e)]('❌\x20No\x20current\x20Google\x20user\x20found'),![];const _0x27e432=await(0x0,_jwtStorageService[_0x224f(0x163)])();if(!_0x27e432)return console[_0x224f(0x4e)](_0x53673a[_0x224f(0x2eb)]),![];const _0x2617b8=await _0x53673a[_0x224f(0x2ec)](fetch,_api[_0x224f(0x1e)][_0x224f(0x1c)]+_0x224f(0x2ed),{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x27e432},'body':JSON['stringify']({'accessToken':_0x47d214[_0x224f(0x128)],'idToken':_0x47d214[_0x224f(0x13d)],'refreshToken':_0x199164['serverAuthCode'],'userEmail':(_0x1d36e4=_0x199164[_0x224f(0x56)])===null||_0x53673a['wgtWp'](_0x1d36e4,void 0x0)?void 0x0:_0x1d36e4[_0x224f(0x59)],'tokenExpiry':new Date(Date[_0x224f(0x170)]()+_0x53673a[_0x224f(0x2ee)](0xe10,0x3e8))[_0x224f(0xa6)](),'timestamp':new Date()[_0x224f(0xa6)]()})});if(_0x2617b8['ok']){if(_0x53673a[_0x224f(0x2ef)](_0x53673a[_0x224f(0x2f0)],_0x224f(0x2e6)))return _0x486014[_0x224f(0x4e)](_0x53673a['Rmnco'],_0x5c84fc[_0x224f(0x4d)]),{'success':![],'message':_0x224f(0x76)+_0x1b7eef[_0x224f(0x4d)],'details':{'error':_0x34f849[_0x224f(0x4d)],'results':_0x3105f4}};else{const _0x57b926=await _0x2617b8[_0x224f(0xb6)]();return console[_0x224f(0x43)](_0x224f(0x2f1),_0x57b926),!![];}}else{if(_0x53673a['wgtWp'](_0x53673a[_0x224f(0x2f2)],_0x53673a['RDxCA'])){const _0x5ec2b7=await _0x2617b8[_0x224f(0x5e)]();return console[_0x224f(0x4e)](_0x53673a[_0x224f(0x2f3)],_0x2617b8[_0x224f(0x61)],_0x5ec2b7),![];}else return _0x5b332f[_0x224f(0x4e)](_0x53673a[_0x224f(0x2f4)],_0x2fc375),![];}}catch(_0x16207a){return console[_0x224f(0x4e)](_0x53673a[_0x224f(0x2f5)],_0x16207a),![];}};exports[_0x224f(0x5)]=refreshYouTubeTokens;const triggerTrainingRestart=async(_0x375980,_0x318235)=>{const _0x1509ab={'QVjZa':'User\x20cancelled\x20Google\x20Sign-In','DOqok':'2|4|3|5|0|1','yXhzY':_0x224f(0x25c),'uGwvN':_0x224f(0x87),'QspTm':'\x20\x20\x201.\x20No\x20internet\x20connection\x20on\x20device/simulator','Gyoha':_0x224f(0x86),'lSsAU':function(_0x4dfdd1,_0x3ffd3a){return _0x4dfdd1!==_0x3ffd3a;},'BeNJf':'MbUXL','rSAVY':_0x224f(0x2f6),'eWSTT':function(_0x218f50,_0x1d640f,_0x483872){return _0x218f50(_0x1d640f,_0x483872);},'iYVtA':_0x224f(0x2f7),'ajSGu':'youtube','wqwKX':'❌\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20failed:','EJXcS':function(_0x4da32a,_0x474f65){return _0x4da32a!==_0x474f65;},'voXbc':_0x224f(0x2f8),'ucqNr':_0x224f(0x2f9)};try{if(_0x1509ab[_0x224f(0x2fa)](_0x1509ab[_0x224f(0x2fb)],_0x1509ab['BeNJf']))_0x467e97[_0x224f(0x43)](_0x1509ab[_0x224f(0x2fc)]);else{console[_0x224f(0x43)](_0x1509ab[_0x224f(0x2fd)],_0x375980);const _0x5488a8=await _0x1509ab[_0x224f(0x2fe)](fetch,_api[_0x224f(0x1e)]['BASE_URL']+_0x224f(0x2ff),{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x318235},'body':JSON['stringify']({'username':_0x375980,'reason':_0x1509ab['iYVtA'],'platform':_0x1509ab['ajSGu'],'timestamp':new Date()[_0x224f(0xa6)](),'requestNewTraining':!![]})});if(_0x5488a8['ok']){const _0x2312d0=await _0x5488a8[_0x224f(0xb6)]();console['log'](_0x224f(0x300),_0x2312d0);}else{const _0x128ad5=await _0x5488a8[_0x224f(0x5e)]();console[_0x224f(0x4e)](_0x1509ab[_0x224f(0x301)],_0x5488a8[_0x224f(0x61)],_0x128ad5);throw new Error(_0x224f(0x302)+_0x5488a8[_0x224f(0x61)]);}}}catch(_0x14a077){if(_0x1509ab[_0x224f(0x303)](_0x1509ab[_0x224f(0x304)],_0x1509ab[_0x224f(0x304)])){const _0x28f5ce=_0x1509ab[_0x224f(0x305)]['split']('|');let _0x207e14=0x0;while(!![]){switch(_0x28f5ce[_0x207e14++]){case'0':_0x156d05[_0x224f(0x4e)](_0x1509ab[_0x224f(0x306)]);continue;case'1':_0x13e904['error']('\x20\x20\x205.\x20iOS\x20simulator\x20network\x20sandbox\x20issue\x20-\x20try\x20on\x20physical\x20device');continue;case'2':_0xa307ed[_0x224f(0x4e)]('❌\x20[OAUTH]\x20Network\x20request\x20failed\x20for\x20'+_0x26b621+'.\x20Possible\x20causes:');continue;case'3':_0x4ce10d[_0x224f(0x4e)](_0x1509ab[_0x224f(0x307)]);continue;case'4':_0x40acd1[_0x224f(0x4e)](_0x1509ab[_0x224f(0x308)]);continue;case'5':_0x1c5a97[_0x224f(0x4e)](_0x1509ab[_0x224f(0x309)]);continue;}break;}}else{console[_0x224f(0x4e)](_0x1509ab[_0x224f(0x30a)],_0x14a077);throw _0x14a077;}}},testYouTubeRefreshToken=async _0x16582f=>{const _0x28b76f={'ckGrS':_0x224f(0x119),'TlzsB':_0x224f(0xee),'XwcAo':'No\x20API\x20key\x20configured.\x20Please\x20initialize\x20the\x20SDK\x20with\x20a\x20valid\x20developer\x20API\x20key.','Tqrmm':_0x224f(0x30b),'gZMUW':function(_0x1b9b64,_0x5b62a0){return _0x1b9b64!==_0x5b62a0;},'xClPB':_0x224f(0x30c),'YObRr':_0x224f(0x30d),'cxSCM':function(_0x1ff514){return _0x1ff514();},'SdjEd':_0x224f(0x30e),'Hnhwb':function(_0x22af97,_0x4c4dc7){return _0x22af97===_0x4c4dc7;},'ExGuP':_0x224f(0x30f),'FmAtB':function(_0xfd981,_0x3b2c80){return _0xfd981(_0x3b2c80);},'awsYC':_0x224f(0x310),'dcjPt':function(_0x2cfe65){return _0x2cfe65();},'inCPu':_0x224f(0x311),'EqeAD':_0x224f(0x21e),'OIszE':_0x224f(0x312),'UUnsP':_0x224f(0x313),'GKIAI':function(_0x3b762e,_0x37dff2){return _0x3b762e===_0x37dff2;}};console[_0x224f(0x43)](_0x28b76f['Tqrmm']),console['log'](_0x224f(0xe9),_0x16582f);try{if(_0x28b76f[_0x224f(0x314)](_0x28b76f[_0x224f(0x315)],_0x28b76f[_0x224f(0x316)])){const _0x194c1c=await _0x28b76f['cxSCM'](debugYouTubeTokens);console[_0x224f(0x43)](_0x28b76f[_0x224f(0x317)],_0x194c1c);if(!_0x194c1c[_0x224f(0xa2)]){if(_0x28b76f[_0x224f(0x318)](_0x28b76f[_0x224f(0x319)],_0x28b76f['ExGuP'])){console[_0x224f(0x43)](_0x224f(0x31a));const _0x57aa85=await _0x28b76f[_0x224f(0x31b)](fixUserYouTubeConnection,_0x16582f);if(_0x57aa85){console[_0x224f(0x43)](_0x28b76f['awsYC']);const _0x5142ac=await _0x28b76f[_0x224f(0x31c)](debugYouTubeTokens);console[_0x224f(0x43)](_0x28b76f[_0x224f(0x31d)],_0x5142ac);}else console[_0x224f(0x4e)](_0x28b76f[_0x224f(0x31e)]);}else _0x1153fa[_0x224f(0x4e)](_0x224f(0x118)),_0x46bea1[_0x224f(0x4e)](_0x28b76f[_0x224f(0x31f)]);}else _0x28b76f[_0x224f(0x318)](_0x224f(0x320),_0x28b76f[_0x224f(0x321)])?(_0x14583a[_0x224f(0x43)](_0x224f(0xab)+_0x42eec1+'\x20-\x20aborting'),_0x33dce9[_0x224f(0xac)]()):console[_0x224f(0x43)](_0x28b76f[_0x224f(0x322)]);}else _0x3b1eae['log'](_0x28b76f[_0x224f(0x323)],_0x1511d2);}catch(_0x17ce73){if(_0x28b76f[_0x224f(0x324)](_0x224f(0x325),'vMEpn'))console['error'](_0x224f(0x326),_0x17ce73);else throw new _0x2655ca(_0x28b76f[_0x224f(0x327)]);}};exports[_0x224f(0x2)]=testYouTubeRefreshToken;const requestEmailVerification=async(_0x478bd5,_0x2cd289=![])=>{const _0x55f458={'Ldlof':_0x224f(0x8d),'Rxfjw':'❌\x20YouTube\x20reconnection\x20failed','TqLdb':function(_0x3944bc,_0x462f05){return _0x3944bc===_0x462f05;},'dmjkQ':'QcKfX','KYrGi':function(_0x33dc8b){return _0x33dc8b();},'eewyf':_0x224f(0x328),'djtup':_0x224f(0x329),'riLQO':_0x224f(0x32a),'yZVAL':_0x224f(0x7f),'DrGDK':function(_0x2df47f,_0x406918){return _0x2df47f===_0x406918;},'PwrZz':_0x224f(0x32b),'fBjDP':_0x224f(0x32c)};try{if(_0x55f458[_0x224f(0x32d)](_0x55f458[_0x224f(0x32e)],_0x55f458[_0x224f(0x32e)])){console[_0x224f(0x43)](_0x224f(0x32f),_0x478bd5);const _0x3c0a96=await fetch(_api[_0x224f(0x1e)]['BASE_URL']+_0x224f(0x330),{'method':'POST','headers':_0x55f458[_0x224f(0x331)](getDeveloperAuthHeaders),'body':JSON[_0x224f(0x137)]({'email':_0x478bd5,'action':_0x55f458[_0x224f(0x332)],'testMode':_0x2cd289})}),_0x3cbfdb=await _0x3c0a96[_0x224f(0xb6)]();if(_0x3c0a96['ok']){if(_0x55f458[_0x224f(0x333)]===_0x224f(0x329))return{'success':!![],'message':_0x3cbfdb['message']||_0x55f458[_0x224f(0x334)]};else{_0x1a0439[_0x224f(0x4e)]('❌\x20[TRAINING\x20RESTART]\x20Error\x20triggering\x20training\x20restart:',_0x439053);throw _0x378fad;}}else return{'success':![],'error':_0x3cbfdb[_0x224f(0x4d)]||_0x55f458[_0x224f(0x335)]};}else return _0xe7e719['log'](_0x55f458[_0x224f(0x336)]),_0x202a5e[_0x224f(0x1e)]['BASE_URL']+_0x224f(0x8e);}catch(_0x2fe5a7){return _0x55f458[_0x224f(0x337)](_0x55f458['PwrZz'],_0x55f458[_0x224f(0x338)])?(console['error'](_0x224f(0x339),_0x2fe5a7),{'success':![],'error':_0x55f458[_0x224f(0x33a)]}):(_0x42e07f['error'](_0x55f458[_0x224f(0x33b)]),![]);}};exports[_0x224f(0x4)]=requestEmailVerification;const verifyEmailCode=async(_0x2e5a5c,_0x4ec676,_0x377670=![])=>{const _0x50a73e={'DNGky':_0x224f(0x236),'rJMyV':'ℹ️\x20NOTE:\x20SDK\x20does\x20not\x20create\x20users\x20during\x20YouTube\x20connection','BFnGp':'ℹ️\x20User\x20should\x20authenticate\x20first\x20via\x20Google/Apple/Email\x20before\x20connecting\x20YouTube','cRIqZ':function(_0x1250a6,_0x587202){return _0x1250a6===_0x587202;},'AByVd':_0x224f(0x33c),'wtBSG':_0x224f(0x33d),'fMOVR':function(_0x111616,_0x55f883,_0x2708b9){return _0x111616(_0x55f883,_0x2708b9);},'cNkUD':_0x224f(0x33e),'eCZCo':_0x224f(0x33f),'ysFiZ':'Invalid\x20verification\x20code','TGmKg':_0x224f(0x340),'UkuMM':_0x224f(0x32c)};try{if(_0x50a73e['AByVd']===_0x50a73e[_0x224f(0x341)]){console[_0x224f(0x43)](_0x50a73e[_0x224f(0x342)],_0x2e5a5c);const _0x2a4055=await _0x50a73e[_0x224f(0x343)](fetch,_api['API_CONFIG'][_0x224f(0x1c)]+_0x224f(0x330),{'method':'POST','headers':getDeveloperAuthHeaders(),'body':JSON[_0x224f(0x137)]({'email':_0x2e5a5c,'code':_0x4ec676,'action':'verify','testMode':_0x377670})}),_0x13ff02=await _0x2a4055[_0x224f(0xb6)]();if(_0x2a4055['ok']){if(_0x50a73e[_0x224f(0x344)]!==_0x50a73e[_0x224f(0x344)])_0x28e031[_0x224f(0x43)](_0x50a73e[_0x224f(0x345)]),_0x104810['log'](_0x50a73e[_0x224f(0x346)]),_0x7060f3[_0x224f(0x43)](_0x50a73e[_0x224f(0x347)]);else return{'success':!![],'message':_0x13ff02[_0x224f(0x4d)]||_0x50a73e[_0x224f(0x348)],'existingUser':_0x13ff02['existingUser']||![],'token':_0x13ff02['token']};}else return{'success':![],'error':_0x13ff02[_0x224f(0x4d)]||_0x50a73e[_0x224f(0x349)]};}else{var _0x2d52a9;return(_0x50a73e[_0x224f(0x34a)](_0x2d52a9=_0x231c95[_0xe1a90f],null)||_0x50a73e[_0x224f(0x34a)](_0x2d52a9,void 0x0)?void 0x0:_0x2d52a9[_0x224f(0xb)])||![];}}catch(_0x5372ee){return console[_0x224f(0x4e)](_0x50a73e[_0x224f(0x34b)],_0x5372ee),{'success':![],'error':_0x50a73e[_0x224f(0x34c)]};}};exports['verifyEmailCode']=verifyEmailCode;const checkEmailVerificationStatus=async(_0x44d94e,_0x4ecf66=![])=>{const _0xe087a3={'xnXLc':_0x224f(0x1f1),'nxCxE':_0x224f(0x4e),'aVQgf':function(_0x1f3575,_0x4395e4,_0x29718d){return _0x1f3575(_0x4395e4,_0x29718d);},'AwhFK':function(_0x1d79cc){return _0x1d79cc();},'cSits':function(_0x32dd2c,_0x50dc3d){return _0x32dd2c===_0x50dc3d;},'hZJkl':_0x224f(0x34d),'nRcKP':_0x224f(0x220)};try{const _0x3d7966=await _0xe087a3['aVQgf'](fetch,_api[_0x224f(0x1e)][_0x224f(0x1c)]+_0x224f(0x34e),{'method':'POST','headers':_0xe087a3[_0x224f(0x34f)](getDeveloperAuthHeaders),'body':JSON[_0x224f(0x137)]({'email':_0x44d94e,'testMode':_0x4ecf66})}),_0x9d6fde=await _0x3d7966[_0x224f(0xb6)]();return{'success':_0x3d7966['ok'],'isPending':_0x9d6fde[_0x224f(0x350)]||![],'message':_0x9d6fde[_0x224f(0x4d)]};}catch(_0x1fc9a9){return _0xe087a3[_0x224f(0x351)]('grMme',_0xe087a3[_0x224f(0x352)])?(_0x4df31b['error'](_0xe087a3['xnXLc'],_0x5cc5ea),{'hasRefreshToken':![],'refreshTokenType':_0xe087a3[_0x224f(0x353)]}):(console[_0x224f(0x4e)](_0x224f(0x21f),_0x1fc9a9),{'success':![],'isPending':![],'error':_0xe087a3[_0x224f(0x354)]});}};exports[_0x224f(0x355)]=checkEmailVerificationStatus;const initializePlatformAuthService=()=>{const _0x205a22={'QppwV':_0x224f(0x356),'UoVDB':function(_0x4e8419){return _0x4e8419();}};console[_0x224f(0x43)](_0x205a22[_0x224f(0x357)]),_0x205a22['UoVDB'](initializeGoogleSignIn);};function _0x4e57(){const _0x5a8232=['defineProperty','__esModule','testYouTubeRefreshToken','testApiConnectivity','requestEmailVerification','refreshYouTubeTokens','reconnectYouTube','isOAuthCallback','initiateOAuth','initiateNativeAuth','initializePlatformAuthService','hasNativeSDK','forceYouTubeReconnectionWithRevoke','forceYouTubeReconnectionWithConsent','fixUserYouTubeConnection','exchangeCodeForToken','isApiKeyInitialized','SDK\x20not\x20initialized.\x20Developers\x20must\x20call\x20initializeApiKey()\x20before\x20using\x20auth\x20features.','FNLMW','apiKey','oiCmY','getApiHeaders','Bearer\x20','1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com','https://api.instagram.com/oauth/authorize','demo_instagram_client_id','onairosevents://auth/callback','code','BASE_URL','/youtube/authorize','API_CONFIG','/reddit/authorize','demo_reddit_client_id','identity,read','/pinterest/authorize','demo_pinterest_client_id','boards:read,pins:read','https://www.facebook.com/v12.0/dialog/oauth','demo_facebook_client_id','public_profile,email','openid\x20profile\x20email','demo_gmail_client_id','https://www.googleapis.com/auth/gmail.readonly','/email/authorize','https://chat.openai.com','https://gemini.google.com','https://x.com/i/grok','jCVRg','Unknown\x20Channel','🔑\x20Token\x20preview:','✅\x20[YOUTUBE\x20AUTH]\x20Backend\x20confirmed\x20refresh\x20token\x20received','🔌\x20[CONNECTIVITY]\x20Running\x20comprehensive\x20network\x20diagnostics...','🌐\x20[CONNECTIVITY]\x20Test\x201:\x20Checking\x20general\x20internet\x20(google.com)...','HEAD','no-cors','reachable','❌\x20[CONNECTIVITY]\x20Cannot\x20reach\x20Google\x20-\x20internet\x20may\x20be\x20down:','StlEf','iqdoV','pQFRA','✅\x20[CONNECTIVITY]\x20API\x20server\x20is\x20reachable','❌\x20[CONNECTIVITY]\x20Cannot\x20reach\x20API\x20server:','fwrKq','Internet\x20works\x20but\x20API\x20server\x20is\x20unreachable.\x20The\x20server\x20may\x20be\x20blocking\x20requests\x20from\x20this\x20device/simulator.','xcNpQ','No\x20internet\x20connectivity\x20detected.\x20Check\x20your\x20network\x20connection.','❌\x20[CONNECTIVITY]\x20Connectivity\x20test\x20failed:','log','oiTgZ','ArFTk','uYneh','ciTVR','YUssL','YVspn','googleTest','WKlBd','nyHnr','message','error','scGAH','LvGTL','jEnQg','ZrEIq','⚠️\x20Error\x20fetching\x20YouTube\x20channel\x20info:','fbsug','EfpSe','user','name','GASzm','email','cDNCz','/health','signal','KRvmD','text','Unable\x20to\x20read\x20response','api2Test','status','statusText','substring','EnHfw','HHcbB','✅\x20Found\x20existing\x20authentication\x20token\x20for\x20YouTube\x20auth','...','uxaVk','WyaQj','pUdnv','wbrLc','API\x20is\x20reachable','NtCGj','success','emKEd','hBJfn','GOzBB','tsfWq','tCqYM','\x20YouTube\x20connection\x20fixed\x20via\x20Method\x201!','zkXKg','Network\x20error:\x20','2|5|4|0|3|1|6','serverAuthCode','refreshToken','🔑\x20[YOUTUBE\x20REAUTH]\x20Full\x20refresh\x20token:','🎉\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Full\x20YouTube\x20connection\x20with\x20refresh\x20tokens!','🔑\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20length:','💡\x20User\x20needs\x20to\x20reconnect\x20with\x20proper\x20consent\x20screen','⚠️\x20Continuing\x20without\x20refresh\x20token\x20-\x20connection\x20may\x20fail\x20later','Failed\x20to\x20send\x20verification\x20code','❌\x20Failed\x20to\x20get\x20fresh\x20tokens\x20from\x20Google\x20SDK','KdRbV','wJjBX','rpALz','AbortError','eZxIS','\x20\x20\x203.\x20DNS\x20resolution\x20failed','\x20\x20\x202.\x20API\x20server\x20(API\x20server)\x20is\x20unreachable','XcRyQ','🚀\x20[OAUTH]\x20Starting\x20OAuth\x20for\x20platform:\x20','📱\x20[OAUTH]\x20Platform:\x20','Platform',',\x20Version:\x20','📧\x20[OAUTH]\x20Email\x20platform\x20selected,\x20returning\x20mock\x20auth\x20URL','/email/authorize?action=verify','sEfMP','sfOgk','getUserAuthHeaders','🔑\x20[OAUTH]\x20Using\x20User\x20JWT\x20for\x20authentication','KvOLE','ipSpP','Fzvud','❌\x20[OAUTH]\x20User\x20not\x20authenticated\x20-\x20cannot\x20initiate\x20','\x20OAuth','zAFrX','split','oSFet','🔑\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20type:','startsWith','QFGdX','✅\x20[YOUTUBE\x20REAUTH]\x20Backend\x20CONFIRMED\x20refresh\x20token\x20received','KCsTg','LNBbo','✅\x20[YOUTUBE\x20REAUTH]\x20Response\x20hasRefreshToken:','hasRefreshToken','cEUys','/authorize','🌐\x20[OAUTH]\x20Proxy\x20URL:\x20','toISOString','📤\x20[OAUTH]\x20Request\x20body:','epcnG','eEmvm','ZoOdl','⏰\x20[OAUTH]\x20Request\x20timeout\x20for\x20','abort','Qgrvw','data','Siscj','tmfzP','EFNXG','gECTL','jKqcU','📡\x20[OAUTH]\x20Response\x20status:\x20','\x20-\x20','json','URL','url','🔗\x20[OAUTH]\x20Auth\x20URL\x20for\x20','\x20(key:\x20','RUHdq','❌\x20CRITICAL:\x20No\x20refresh\x20token\x20available\x20-\x20YouTube\x20connection\x20will\x20fail\x20when\x20token\x20expires','vAvxN','mVmMH','warn','nTILS','lkrqX','vEHAy','uKJwX','xhnaK','❌\x20[OAUTH]\x20Request\x20timeout\x20for\x20','\x20-\x20the\x20server\x20took\x20too\x20long\x20to\x20respond','DQbIr','includes','Network\x20request\x20failed','LLLCY','amQwa','KDRzL','❌\x20Re-authentication\x20also\x20failed:','2|1|5|4|3|0','kpYKp','\x20\x20\x201.\x20No\x20internet\x20connection\x20on\x20device/simulator','.\x20Possible\x20causes:','DGkGg','OrQwQ','❌\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20','openid','profile','GoogleSignin','configure','lrJkQ','xAemG','pdQWK','⚠️\x20No\x20YouTube\x20channel\x20found\x20for\x20user','No\x20Channel','🔄\x20[YOUTUBE\x20AUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','ℹ️\x20[YOUTUBE\x20AUTH]\x20User\x20can\x20reconnect\x20later\x20for\x20refresh\x20tokens\x20if\x20needed','✅\x20[YOUTUBE\x20REAUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','🔑\x20[YOUTUBE\x20REAUTH]\x20Connection\x20Details:','Yes','🔄\x20[YOUTUBE\x20REAUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','🎉\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Temporary\x20YouTube\x20connection\x20established!','🔐\x20Creating\x20authentication\x20token\x20for\x20YouTube\x20connection...','temp_token_for_youtube_connection','✅\x20Refresh\x20token\x20available\x20for\x20YouTube\x20connection','🔑\x20Refresh\x20token\x20type:','👤\x20User:','GnEOL','✅\x20Signed\x20out\x20-\x20consent\x20cache\x20cleared','yNVqR','MRUev','ℹ️\x20Sign\x20out\x20not\x20needed:','gDkst','jZzbs','ℹ️\x20No\x20token\x20cache\x20to\x20clear','https://www.googleapis.com/auth/youtube.readonly','📱\x20User\x20should\x20see:\x20\x22Allow\x20[App]\x20to\x20access\x20your\x20YouTube\x20account\x20when\x20you\x27re\x20not\x20using\x20the\x20app?\x22','👤\x20User\x20email:','🔍\x20Token\x20analysis:','-\x20Access\x20token:','Missing','-\x20ServerAuthCode\x20(userInfo):','XMfBD','🔑\x20Refresh\x20token\x20preview:','YuPDJ','📺\x20Fetching\x20YouTube\x20channel\x20information...','https://www.googleapis.com/youtube/v3/channels?part=snippet&mine=true','ZaiOa','bpxyu','ID:','hlxHs','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]\x20Backend\x20Response\x20SUCCESS:','🔑\x20[YOUTUBE\x20REAUTH]\x20Training\x20Ready:\x20Yes','🔑\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20sent:','6|4|3|5|1|2|0','⚠️\x20[YOUTUBE\x20REAUTH]\x20Response\x20data:','⚠️\x20[YOUTUBE\x20REAUTH]\x20Expected\x20hasRefreshToken\x20or\x20refreshTokenReceived\x20in\x20response','🔄\x20[YOUTUBE\x20REAUTH]\x20Signaling\x20training\x20system\x20to\x20restart...','IAQEu','✅\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20sent\x20successfully','QdOCQ','⚠️\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20failed:','⚠️\x20[YOUTUBE\x20REAUTH]\x20User\x20may\x20need\x20to\x20manually\x20restart\x20training','❌\x20[YOUTUBE\x20REAUTH]\x20Backend\x20processing\x20FAILED:','\x20\x20\x201.\x20Try\x20the\x20revoke\x20method:\x20forceYouTubeReconnectionWithRevoke()','❌\x20This\x20means\x20consent\x20screen\x20did\x20not\x20appear\x20or\x20user\x20denied\x20permissions','💡\x20Solutions:','❌\x20User\x20cancelled\x20sign-in\x20-\x20no\x20refresh\x20token\x20obtained','💡\x20User\x20must\x20click\x20\x22Allow\x22\x20to\x20get\x20refresh\x20token','🔄\x20FORCING\x20fresh\x20YouTube\x20consent\x20for\x20refresh\x20token...','DUWpE','BumnW','qGWCR','bvEpc','VRxxR','jfixL','UXCkz','boZSS','UQGoB','fDrYI','ioJTD','Xrwow','clearCachedAccessToken','accessToken','✅\x20Token\x20cache\x20cleared','RAxfQ','✅\x20[YOUTUBE\x20AUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','🔧\x20Configuring\x20Google\x20Sign-In\x20for\x20forced\x20consent...','DuwQl','cXCAY','hasPlayServices','🔐\x20Initiating\x20sign-in\x20-\x20consent\x20screen\x20should\x20appear...','signIn','feuxu','OSgPE','rACsD','getTokens','📋\x20FULL\x20userInfo\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','stringify','jubIh','GwYKL','tbPQt','fMuAa','ZXigS','idToken','ZhYcX','Gqpuf','-\x20ServerAuthCode\x20(currentUser):','bjqpr','VyoCu','OTOAc','4|1|5|2|0|6|3','🔑\x20[YOUTUBE\x20REAUTH]\x20Mode:\x20Temporary\x20(expires\x20~1\x20hour)','yUxrO','XimXE','EHFNF','eiXjP','PCMvo','skALY','fWKza','vvYkk','XrGda','ygZKz','NrDCc','YVvnL','WWgXH','bNTPa','items','snippet','title','✅\x20YouTube\x20channel\x20found:','jghfx','kNqHp','UHvlp','mfsCY','QgrYu','krmDn','XsUgk','zjWRt','OwUMd','yGUvn','RUFBI','getJWT','trim','length','fJENs','iWIpZ','NWsll','WgWjp','EUaAu','MkTPP','mmsww','gHKZh','GUpZy','dXrIJ','now','HOCSJ','BpHkx','refreshTokenType','efpqF','hPcoN','🚀\x20[YOUTUBE\x20REAUTH]\x20=====\x20SENDING\x20REAUTH\x20SIGNAL\x20TO\x20BACKEND\x20=====','🚀\x20[YOUTUBE\x20REAUTH]\x20Endpoint:\x20https://API\x20server/youtube/native-auth','vtnJS','hbNrM','debugInfo','HxyAl','XdYli','RkXjW','/youtube/native-auth','UONvM','GWnGJ','📡\x20[YOUTUBE\x20REAUTH]\x20Response\x20Headers:','niBkU','validation','isTemporaryMode','ySKKJ','temporaryMode','enabled','temporary\x20access\x20token\x20mode','1|3|2|5|4|0|6','qfSNw','uTJKr','ubArX','RNOZZ','foDUY','hMDGu','ltsAm','ClPwb','🔑\x20[YOUTUBE\x20REAUTH]\x20REFRESH\x20TOKEN\x20SENT\x20TO\x20BACKEND:','⚠️\x20[YOUTUBE\x20REAUTH]\x20Backend\x20did\x20NOT\x20confirm\x20refresh\x20token\x20reception','cnWxr','HpXXv','mHoIy','vJpzt','yQjVw','VDmbI','XlLUF','❌\x20[YOUTUBE\x20REAUTH]\x20This\x20means\x20the\x20reauth\x20signal\x20was\x20not\x20processed','nicNh','RxHlB','IOwwE','HHNeF','\x20\x20\x202.\x20Check\x20Google\x20Console\x20OAuth\x20configuration','\x20\x20\x203.\x20Ensure\x20user\x20clicks\x20\x22Allow\x22\x20on\x20consent\x20screen','tUaLj','kJxaQ','❌\x20Error\x20forcing\x20YouTube\x20consent:','BeKRk','SIGN_IN_CANCELLED','hMKFV','MsLPx','IN_PROGRESS','statusCodes','PLAY_SERVICES_NOT_AVAILABLE','❌\x20Google\x20Play\x20Services\x20not\x20available','❌\x20No\x20auth\x20token\x20found\x20for\x20YouTube\x20refresh','Invalid\x20verification\x20code','CPGsp','🔄\x20FORCING\x20YouTube\x20consent\x20via\x20REVOKE\x20method...','ZlvMV','ℹ️\x20No\x20existing\x20permissions\x20to\x20revoke:','🔐\x20Signing\x20in\x20after\x20revoke\x20-\x20consent\x20screen\x20MUST\x20appear...','❌\x20Error\x20with\x20revoke\x20method:','CTUTn','eqcSl','ByJFe','cJqsF','HLjrH','XWAOP','gchhY','wjYvF','✅\x20Revoked\x20existing\x20permissions\x20-\x20fresh\x20consent\x20REQUIRED','CbvIY','Nohdu','tVzvK','signOut','✅\x20Signed\x20out\x20completely','txmfD','getCurrentUser','zBZyt','✅\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20REVOKE\x20+\x20consent!','pDoDd','❌\x20Still\x20no\x20refresh\x20token\x20after\x20revoke\x20method','gQsXk','PbINV','XDYTP','🔄\x20Method\x202:\x20Trying\x20forced\x20consent\x20via\x20revoke...','🔧\x20Fixing\x20YouTube\x20connection\x20for\x20user:\x20','mrlPr','YIqUs','\x20YouTube\x20connection\x20fixed\x20via\x20Method\x202!','❌\x20Failed\x20to\x20fix\x20','\x20YouTube\x20connection\x20with\x20both\x20methods','code=','❌\x20Sign-in\x20already\x20in\x20progress','✅\x20Refresh\x20token\x20confirmed:','SCvIO','nsxKY','✅\x20Successfully\x20refreshed\x20Google\x20tokens','❌\x20Failed\x20to\x20refresh\x20Google\x20tokens:','CkyRw','🔄\x20Refresh\x20failed,\x20attempting\x20re-authentication...','✅\x20Re-authentication\x20successful','afQdD','YWHOK','MoGAV','auth/callback','ezStU','IfQFb','azbwx','Nzpti','GRlXY','YjOfe','FXZEc','iuShU','NjzLj','cTkgL','YugCc','none','PSCct','wkNFQ','jhhhC','yWbNY','❌\x20Debug\x20tokens\x20failed:','npkEM','Initiating\x20Facebook\x20Login\x20for\x20Instagram','oWvMI','🔄\x20Forcing\x20fresh\x20YouTube\x20reconnection\x20for\x20refresh\x20token...','✅\x20Signed\x20out\x20from\x20Google','yQWAY','rkxJk','✅\x20Cleared\x20cached\x20access\x20token','fAFwY','ℹ️\x20Token\x20clearing\x20failed\x20or\x20not\x20needed:','YPGuk','✅\x20YouTube\x20reconnected\x20successfully\x20with\x20refresh\x20token','❌\x20YouTube\x20reconnection\x20failed','❌\x20YouTube\x20reconnection\x20error:','YCOQO','ukwpD','HXlxj','wKdMc','ZozLl','usBnm','ℹ️\x20Already\x20signed\x20out\x20or\x20sign\x20out\x20failed:','ruzwD','VGDWv','kSUPJ','ZtUim','vxMQm','oAviS','LQSOO','IMCGQ','hkFgJ','idrEJ','VVbFn','moDIG','GqAne','OMUDB','yJnhP','GiPoZ','yiYBj','dpmfZ','Facebook\x20Login\x20completed\x20successfully','Google\x20Play\x20Services\x20not\x20available','uICyx','PoNpW','ℹ️\x20Sign\x20out\x20not\x20needed\x20or\x20failed:','❌\x20Failed\x20to\x20fix\x20YouTube\x20connection','❌\x20Error\x20checking\x20email\x20verification\x20status:','Network\x20error','User\x20cancelled\x20Google\x20Sign-In','🔍\x20[YOUTUBE\x20AUTH]\x20Response\x20data\x20keys:','⚠️\x20[YOUTUBE\x20AUTH]\x20Connection\x20may\x20fail\x20when\x20tokens\x20expire','youtube','RRHyg','xKDBp','✅\x20Google\x20Sign-In\x20successful:','🔑\x20Got\x20Google\x20tokens','📋\x20FULL\x20tokens\x20object:','🔍\x20REFRESH\x20TOKEN\x20EXTRACTION:','-\x20userInfo.data?.serverAuthCode:','-\x20currentUser?.serverAuthCode:','-\x20tokens.idToken:','✅\x20Got\x20serverAuthCode\x20(refresh\x20token\x20mechanism)','lYrlY','✅\x20Got\x20serverAuthCode\x20from\x20sign-in\x20response','💡\x20Check\x20Google\x20Sign-In\x20configuration:\x20offlineAccess,\x20forceCodeForRefreshToken','onZCZ','DSNom','⚠️\x20Failed\x20to\x20fetch\x20YouTube\x20channel\x20info:','youtube_user','ℹ️\x20No\x20valid\x20authentication\x20token\x20found\x20for\x20YouTube\x20connection','ℹ️\x20User\x20should\x20authenticate\x20first\x20via\x20Google/Apple/Email\x20before\x20connecting\x20YouTube','No\x20token','📺\x20YouTube\x20channel\x20name:','apple','-\x20hasAccessToken:','-\x20hasRefreshToken:','-\x20hasServerAuthCode:','-\x20refreshTokenType:','-\x20userEmail:','-\x20channelName:','📋\x20COMPLETE\x20BACKEND\x20PAYLOAD:','📡\x20Backend\x20response\x20status:','cAlrL','✅\x20YouTube\x20connection\x20successful','📋\x20COMPLETE\x20BACKEND\x20RESPONSE:','UhDho','Aswtg','XfsFc','✅\x20[YOUTUBE\x20AUTH]\x20Full\x20YouTube\x20connection\x20with\x20persistent\x20access','❌\x20YouTube\x20auth\x20failed:','📋\x20BACKEND\x20ERROR\x20RESPONSE:','LyOGc','instagram','NLMov','EHPgy','bJVez','gfdqH','CvFMq','vYaGr','JzekQ','WlJBA','dOvQo','axWsE','tBxMw','MrhKr','1|3|0|2|5|4','Hdzrf','\x20\x20\x204.\x20SSL/TLS\x20certificate\x20issue','eshpl','TUFSC','JdaCv','ZGmAo','uZlKc','📋\x20FULL\x20userInfo\x20object:','TYPeL','AzCef','aVZrY','CfLYh','KjjoX','PWAUW','hsswV','pNEOP','QuoJC','Present:\x20','EEDtg','Oacrk','iZrVO','NfXRA','cVHff','mMFTD','eTvaD','twbDM','IPpjV','xFMZN','xIKGP','ZURVv','KsQSF','fCcjc','sUWon','bEYyn','LaxZa','WYJZD','jIHRe','MswZi','nvsdU','GdQTp','FMQhD','OPRWo','iiIOa','btVMU','LqkUc','IzSiX','qFsLx','nECIg','CyhOl','wIBAH','XIeDn','MstNz','XgGCF','OkTst','default','getItem','FhKQL','LfZIn','pOlVT','PpmMu','VjueN','aPjlp','PJWxt','hznAI','Qrhht','SzKxb','dCKWj','🔑\x20Using\x20auth\x20token\x20for\x20linking:','lFsHK','jbCUI','cOoJK','user-','Phfic','icdcn','DvVjx','qoYSs','lmIEy','aqbWt','uYeCM','ssffK','eICfA','aWTwu','HlWwv','IBLHh','KpNgN','mxBys','📡\x20Backend\x20response\x20headers:','headers','kVBIE','SdVox','aWbfx','MQHdH','ecGno','vIrSX','wdpjk','ESHix','XWPia','EZQSG','zWHXc','JBEBC','JHIpc','evNEi','iWBGw','Google\x20Sign-In\x20already\x20in\x20progress','TFSHz','UdUmN','keys','iNqeA','pwcsT','ElTdt','Token\x20exchange\x20failed\x20with\x20status\x20','BnnIx','qmqBZ','CsfIR','MFURx','huFtD','UAGfm','wLnlF','UPnAn','PGanL','hAJQy','eBGAh','VKMwo','vdJwD','knkbX','GZoYu','zbbAu','uwdGJ','Exchanging\x20code\x20for\x20token\x20for\x20platform:\x20','/token','Error\x20exchanging\x20code\x20for\x20token:\x20','Token\x20exchange\x20successful\x20for\x20','BcazE','jdLzK','Falling\x20back\x20to\x20simulated\x20token\x20response','_access_token_','toString','_refresh_token_','random','oGvqf','ofeIf','❌\x20YouTube\x20token\x20refresh\x20failed:','❌\x20Error\x20refreshing\x20YouTube\x20tokens:','🔄\x20Refreshing\x20YouTube\x20tokens...','UQLdk','RpgOk','/youtube/refresh-token','eSasx','cFzUQ','InOpS','✅\x20YouTube\x20tokens\x20refreshed\x20successfully:','RDxCA','OelVV','jRNgI','Xwskk','🔄\x20[TRAINING\x20RESTART]\x20Triggering\x20training\x20restart\x20for\x20user:','youtube_reauth','ecVqP','❌\x20[TRAINING\x20RESTART]\x20Error\x20triggering\x20training\x20restart:','lSsAU','BeNJf','QVjZa','rSAVY','eWSTT','/mobile-training/restart','✅\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20successful:','wqwKX','Training\x20restart\x20failed:\x20','EJXcS','voXbc','DOqok','yXhzY','uGwvN','QspTm','Gyoha','ucqNr','🧪\x20Testing\x20YouTube\x20refresh\x20token\x20functionality...','frXqP','XiXlD','🔍\x20Current\x20token\x20status:','Vhtfs','✅\x20YouTube\x20connection\x20fixed!\x20Testing\x20again...','🔍\x20New\x20token\x20status:','HJjzA','✅\x20Refresh\x20token\x20already\x20available','gZMUW','xClPB','YObRr','SdjEd','Hnhwb','ExGuP','⚠️\x20No\x20refresh\x20token\x20found\x20-\x20attempting\x20to\x20fix...','FmAtB','dcjPt','inCPu','EqeAD','ckGrS','SSSLE','OIszE','UUnsP','TlzsB','GKIAI','vMEpn','❌\x20Error\x20testing\x20YouTube\x20refresh\x20token:','XwcAo','request','uFXYc','Verification\x20code\x20sent\x20to\x20your\x20email','oTtPR','Network\x20error.\x20Please\x20check\x20your\x20connection\x20and\x20try\x20again.','TqLdb','dmjkQ','📧\x20Requesting\x20email\x20verification\x20for:','/email/verification','KYrGi','eewyf','djtup','riLQO','yZVAL','Ldlof','DrGDK','PwrZz','❌\x20Error\x20requesting\x20email\x20verification:','fBjDP','Rxfjw','krObX','🔍\x20Verifying\x20email\x20code\x20for:','OExdW','Email\x20verified\x20successfully','❌\x20Error\x20verifying\x20email\x20code:','AByVd','wtBSG','fMOVR','cNkUD','DNGky','rJMyV','BFnGp','eCZCo','ysFiZ','cRIqZ','TGmKg','UkuMM','OMYwY','/email/verification/status','AwhFK','isPending','cSits','hZJkl','nxCxE','nRcKP','checkEmailVerificationStatus','🔧\x20Platform\x20auth\x20service\x20initialized','QppwV'];_0x4e57=function(){return _0x5a8232;};return _0x4e57();}exports[_0x224f(0xa)]=initializePlatformAuthService;
12
+ Object[_0x3fc5(0x0)](exports,_0x3fc5(0x1),{'value':!![]}),exports[_0x3fc5(0x2)]=exports[_0x3fc5(0x3)]=exports[_0x3fc5(0x4)]=exports[_0x3fc5(0x5)]=exports[_0x3fc5(0x6)]=exports[_0x3fc5(0x7)]=exports['isOAuthCallback']=exports[_0x3fc5(0x8)]=exports['initiateNativeAuth']=exports[_0x3fc5(0x9)]=exports[_0x3fc5(0xa)]=exports[_0x3fc5(0xb)]=exports[_0x3fc5(0xc)]=exports[_0x3fc5(0xd)]=exports[_0x3fc5(0xe)]=exports['checkEmailVerificationStatus']=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 _0x4dfc(){const _0x48f540=['defineProperty','__esModule','verifyEmailCode','testYouTubeRefreshToken','testApiConnectivity','requestEmailVerification','refreshYouTubeTokens','reconnectYouTube','initiateOAuth','initializePlatformAuthService','hasNativeSDK','forceYouTubeReconnectionWithRevoke','forceYouTubeReconnectionWithConsent','fixUserYouTubeConnection','exchangeCodeForToken','MHxWt','No\x20API\x20key\x20configured.\x20Please\x20initialize\x20the\x20SDK\x20with\x20a\x20valid\x20developer\x20API\x20key.','3.0.72','isApiKeyInitialized','❌\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20','getApiConfig','HRNqr','lqNoM','apiKey','HDpyO','getApiHeaders','Bearer\x20','BHepO','1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com','https://api.instagram.com/oauth/authorize','onairosevents://auth/callback','user_profile,user_media','code','API_CONFIG','BASE_URL','/youtube/authorize','https://www.googleapis.com/auth/youtube.readonly','/reddit/authorize','demo_reddit_client_id','identity,read','/pinterest/authorize','demo_pinterest_client_id','boards:read,pins:read','https://www.facebook.com/v12.0/dialog/oauth','demo_facebook_client_id','public_profile,email','/linkedin/authorize','openid\x20profile\x20email','https://www.googleapis.com/auth/gmail.readonly','/email/authorize','https://chat.openai.com','https://claude.ai/login','https://gemini.google.com','https://x.com/i/grok','https://hinge.co','https://www.instagram.com','https://www.sephora.com','https://web.telegram.org/k/','🔑\x20[YOUTUBE\x20REAUTH]\x20Full\x20refresh\x20token:','🔑\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20type:','serverAuthCode','refreshToken','✅\x20[YOUTUBE\x20REAUTH]\x20Backend\x20CONFIRMED\x20refresh\x20token\x20received','🔑\x20[YOUTUBE\x20REAUTH]\x20REFRESH\x20TOKEN\x20SENT\x20TO\x20BACKEND:','🔑\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20length:','LOzHP','TUirW','🔌\x20[CONNECTIVITY]\x20Running\x20comprehensive\x20network\x20diagnostics...','🌐\x20[CONNECTIVITY]\x20Test\x201:\x20Checking\x20general\x20internet\x20(google.com)...','https://www.google.com','no-cors','✅\x20[CONNECTIVITY]\x20Google\x20is\x20reachable\x20-\x20internet\x20is\x20working','❌\x20[CONNECTIVITY]\x20Cannot\x20reach\x20Google\x20-\x20internet\x20may\x20be\x20down:','✅\x20[CONNECTIVITY]\x20API\x20server\x20is\x20reachable','API\x20is\x20reachable','❌\x20[CONNECTIVITY]\x20Connectivity\x20test\x20failed:','mBCuJ','bCnxz','log','JpBLk','WRTom','CgtkF','HEAD','MExgc','googleTest','fYzdm','LUNMY','message','error','KXSzn','🌐\x20[CONNECTIVITY]\x20Test\x202:\x20Checking\x20API\x20server...','abort','qEcWH','/health','text','Unable\x20to\x20read\x20response','api2Test','status','statusText','NdXaO','⚠️\x20[CONNECTIVITY]\x20API\x20server\x20responded\x20with\x20status:\x20','name','❌\x20[CONNECTIVITY]\x20Cannot\x20reach\x20API\x20server:','eimRx','success','JMlSz','biaqi','CthEL','\x20YouTube\x20connection\x20fixed\x20via\x20Method\x201!','nWZWY','Internet\x20works\x20but\x20API\x20server\x20is\x20unreachable.\x20The\x20server\x20may\x20be\x20blocking\x20requests\x20from\x20this\x20device/simulator.','No\x20internet\x20connectivity\x20detected.\x20Check\x20your\x20network\x20connection.','split','🎉\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Full\x20YouTube\x20connection\x20with\x20refresh\x20tokens!','oeyNY','startsWith','cauIE','pvqgw','hasRefreshToken','heDSf','MZLGz','length','JtuSo','email','PfOun','eDsZw','ooXIq','AbortError','3|5|0|4|2|1','\x20\x20\x202.\x20API\x20server\x20(API\x20server)\x20is\x20unreachable','\x20\x20\x205.\x20iOS\x20simulator\x20network\x20sandbox\x20issue\x20-\x20try\x20on\x20physical\x20device','\x20\x20\x203.\x20DNS\x20resolution\x20failed','🚀\x20[OAUTH]\x20Starting\x20OAuth\x20for\x20platform:\x20','📱\x20[OAUTH]\x20Platform:\x20','Platform',',\x20Version:\x20','LkrtW','LyVyR','📧\x20[OAUTH]\x20Email\x20platform\x20selected,\x20returning\x20mock\x20auth\x20URL','/email/authorize?action=verify','getUserAuthHeaders','PajIT','❌\x20[OAUTH]\x20User\x20not\x20authenticated\x20-\x20cannot\x20initiate\x20','mbycW','/authorize','🌐\x20[OAUTH]\x20Proxy\x20URL:\x20','toISOString','📤\x20[OAUTH]\x20Request\x20body:','dqXZp','⏰\x20[OAUTH]\x20Request\x20timeout\x20for\x20','stringify','signal','GJLQj','📡\x20[OAUTH]\x20Response\x20status:\x20','\x20-\x20','📋\x20[OAUTH]\x20Response\x20data\x20for\x20','URL','url','🔗\x20[OAUTH]\x20Auth\x20URL\x20for\x20','\x20(key:\x20','tvdqy','kkqYe','ylwvx','prqRN','Ryfpt','❌\x20[OAUTH]\x20Request\x20timeout\x20for\x20','\x20-\x20the\x20server\x20took\x20too\x20long\x20to\x20respond','includes','Network\x20request\x20failed','wJokC','hfaRS','NRaDv','DIKXl','MpPSm','.\x20Possible\x20causes:','mKiUe','bULeO','profile','GoogleSignin','configure','kGqHN','SDK\x20not\x20initialized.\x20Developers\x20must\x20call\x20initializeApiKey()\x20before\x20using\x20auth\x20features.','2|4|3|0|1|5','\x20\x20\x201.\x20No\x20internet\x20connection\x20on\x20device/simulator','✅\x20Refresh\x20token\x20already\x20available','⚠️\x20Failed\x20to\x20fetch\x20YouTube\x20channel\x20info:','💡\x20User\x20needs\x20to\x20reconnect\x20with\x20proper\x20consent\x20screen','💡\x20Check\x20Google\x20Sign-In\x20configuration:\x20offlineAccess,\x20forceCodeForRefreshToken','⚠️\x20Continuing\x20without\x20refresh\x20token\x20-\x20connection\x20may\x20fail\x20later','❌\x20Sign-in\x20already\x20in\x20progress','❌\x20YouTube\x20reconnection\x20failed','auth/callback','code=','3|2|1|5|4|0','\x20\x20\x204.\x20SSL/TLS\x20certificate\x20issue','LtmJb','KRmjV','ℹ️\x20No\x20token\x20cache\x20to\x20clear','✅\x20Play\x20Services\x20available','📱\x20User\x20should\x20see:\x20\x22Allow\x20[App]\x20to\x20access\x20your\x20YouTube\x20account\x20when\x20you\x27re\x20not\x20using\x20the\x20app?\x22','✅\x20Sign-in\x20completed\x20-\x20checking\x20for\x20refresh\x20token...','👤\x20User\x20email:','📋\x20FULL\x20tokens\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','-\x20ID\x20token:','Present','-\x20ServerAuthCode\x20(userInfo):','✅\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20consent!','🔑\x20Refresh\x20token\x20preview:','Unknown\x20Channel','YMVmW','vJGPj','📺\x20Fetching\x20YouTube\x20channel\x20information...','✅\x20YouTube\x20channel\x20found:','ID:','⚠️\x20No\x20YouTube\x20channel\x20found\x20for\x20user','No\x20Channel','NkXbD','⚠️\x20Error\x20fetching\x20YouTube\x20channel\x20info:','🔐\x20Creating\x20authentication\x20token\x20for\x20YouTube\x20connection...','temp_token_for_youtube_connection','🚀\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]\x20Response\x20Status:','📡\x20[YOUTUBE\x20REAUTH]\x20Response\x20Status\x20Text:','RhTjC','✅\x20[YOUTUBE\x20REAUTH]\x20Backend\x20Response\x20SUCCESS:','temporary\x20access\x20token\x20mode','5|1|0|3|2|6|4','🎉\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Temporary\x20YouTube\x20connection\x20established!','✅\x20[YOUTUBE\x20REAUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','🔑\x20[YOUTUBE\x20REAUTH]\x20Mode:\x20Temporary\x20(expires\x20~1\x20hour)','🔑\x20[YOUTUBE\x20REAUTH]\x20Connection\x20Details:','Yes','🔑\x20[YOUTUBE\x20REAUTH]\x20Training\x20Ready:\x20Yes','YHcFN','✅\x20[YOUTUBE\x20REAUTH]\x20Response\x20hasRefreshToken:','⚠️\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','mBTlN','⚠️\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20failed:','iPSFN','❌\x20CRITICAL:\x20No\x20refresh\x20token\x20even\x20after\x20consent\x20screen','\x20\x20\x202.\x20Check\x20Google\x20Console\x20OAuth\x20configuration','\x20\x20\x203.\x20Ensure\x20user\x20clicks\x20\x22Allow\x22\x20on\x20consent\x20screen','❌\x20Google\x20Play\x20Services\x20not\x20available','VEgEE','👤\x20User:','NUsWr','JAtPJ','gUHMW','braeN','ooVfj','mDDSf','jtyVh','izyVs','ikVOg','ebEAS','QBsse','vEHVf','❌\x20[OAUTH]\x20Network\x20request\x20failed\x20for\x20','pZXKp','accessToken','fwEne','oesIC','clearCachedAccessToken','✅\x20Token\x20cache\x20cleared','dRXby','pRPtY','openid','gOxXu','hasPlayServices','mLuKA','kHOJG','signIn','PaeZN','deYhL','XPUtL','data','AJlTf','GuynV','user','getCurrentUser','📋\x20FULL\x20currentUser\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','🔍\x20Token\x20analysis:','-\x20Access\x20token:','substring','...','nwkqU','QyUWM','lZofq','TKyCJ','nrwSO','sQnVJ','pFMuO','QIDhh','🔑\x20Refresh\x20token\x20type:','ShlaE','vjIke','CxFYw','FDgqN','dBifr','DQKGi','vRhBL','https://www.googleapis.com/youtube/v3/channels?part=snippet&mine=true','json','items','OMZxx','nyKZb','title','hbWDy','UPDHR','AWwSM','VISqV','gpbZI','agtKT','nOGcK','cHhYs','SegKS','GyvCg','hfjpL','IyDHV','CyJxu','zqiXg','warn','nRDWK','bQNaF','VFlzq','frlqq','CPvdn','trim','ujLWx','Nfgfu','youtube','OOrxy','idToken','orTdr','user-','youtube-','PiOtu','knADD','ZXWrf','MUiRf','now','EfAQJ','IpAmS','oVJFR','ninWk','uKZxT','cxRIx','cQutc','bReFF','DHrUj','debugInfo','refreshTokenType','fFNtb','tfSEk','/youtube/native-auth','VvkPd','IbmdC','gVEev','headers','YVefi','statusCodes','SIGN_IN_CANCELLED','VEGwb','IN_PROGRESS','PLAY_SERVICES_NOT_AVAILABLE','uwBLA','RTPlW','isTemporaryMode','temporaryMode','enabled','xlOYY','ZnfoT','IZHTx','UCyKK','CexdC','BtAEb','🔄\x20[YOUTUBE\x20REAUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','cahQL','refreshTokenReceived','WuduY','JsFld','gdmgf','bWhDD','swatJ','follr','ptwar','wnHCV','cGFXT','⚠️\x20[YOUTUBE\x20REAUTH]\x20Response\x20data:','yoiAz','nxIDl','IRrbd','coKVv','⚠️\x20[YOUTUBE\x20REAUTH]\x20User\x20may\x20need\x20to\x20manually\x20restart\x20training','wjaPV','nHoLu','wViQJ','GwGCg','dOYKp','VstBW','FHPqb','zlTxr','FURXN','fnxvb','ebQVU','XOlaL','tWXat','lesCe','ℹ️\x20No\x20valid\x20authentication\x20token\x20found\x20for\x20YouTube\x20connection','ℹ️\x20User\x20should\x20authenticate\x20first\x20via\x20Google/Apple/Email\x20before\x20connecting\x20YouTube','Saqxb','zSyKN','ℹ️\x20No\x20existing\x20permissions\x20to\x20revoke:','🔐\x20Signing\x20in\x20after\x20revoke\x20-\x20consent\x20screen\x20MUST\x20appear...','YurTg','✅\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20REVOKE\x20+\x20consent!','QZFna','❌\x20Error\x20with\x20revoke\x20method:','🔄\x20FORCING\x20YouTube\x20consent\x20via\x20REVOKE\x20method...','ZjTbO','HifpT','cBYlg','HXTtz','revokeAccess','yyDpr','mEHKR','HDxbI','signOut','✅\x20Signed\x20out\x20completely','getTokens','cpRHT','hoAoh','HszaI','XtvHw','jvGWn','dWIEJ','Slwva','VLMgG','HgQiC','yVuZM','IKaIQ','🔄\x20Method\x201:\x20Trying\x20forced\x20consent\x20via\x20configuration...','🔧\x20Fixing\x20YouTube\x20connection\x20for\x20user:\x20','BCzIq','qCfBf','🔄\x20Method\x202:\x20Trying\x20forced\x20consent\x20via\x20revoke...','TNjFU','aoXSp','hFNNA','oLupL','\x20YouTube\x20connection\x20fixed\x20via\x20Method\x202!','\x20YouTube\x20connection\x20with\x20both\x20methods','❌\x20No\x20auth\x20token\x20found\x20for\x20YouTube\x20refresh','thEeH','🔄\x20Attempting\x20to\x20refresh\x20Google\x20tokens...','KpMUw','iqWyK','❌\x20Failed\x20to\x20refresh\x20Google\x20tokens:','🔄\x20Refresh\x20failed,\x20attempting\x20re-authentication...','QoRfJ','AcmNQ','gpvzG','TDDBe','SgRGL','❌\x20User\x20not\x20signed\x20in\x20to\x20Google,\x20cannot\x20refresh\x20tokens','Google\x20Sign-In\x20already\x20in\x20progress','vOqsR','lRSFz','OZFyw','XqHkc','✅\x20Re-authentication\x20successful','kslIn','YoolX','DxiOd','🔍\x20YouTube\x20Token\x20Debug:','Missing','none','BTcsE','hMNqV','eDTga','TuptR','mugxS','nQCkV','LDDXI','VXgVh','tpIEA','bMFsc','❌\x20YouTube\x20reconnection\x20error:','❌\x20[YOUTUBE\x20AUTH]\x20Username\x20is\x20required\x20for\x20YouTube\x20authentication','ℹ️\x20Already\x20signed\x20out\x20or\x20sign\x20out\x20failed:','ceCEL','✅\x20Cleared\x20cached\x20access\x20token','✅\x20Refresh\x20token\x20confirmed:','⚠️\x20Still\x20no\x20refresh\x20token\x20after\x20reconnection','NmGXE','QiyEp','hkrXZ','NezmE','✅\x20Signed\x20out\x20from\x20Google','oguze','dJfTL','Ftrah','Llegm','UqOBS','UGXpO','wocrS','cJujE','QTlTC','ivHyl','SPLBg','jksJl','piECK','sMTTZ','ctHWa','Pxoni','bmLKd','\x20OAuth','Facebook\x20Login\x20completed\x20successfully','❌\x20Debug\x20tokens\x20failed:','Network\x20error','🔧\x20Platform\x20auth\x20service\x20initialized','🔗\x20Initiating\x20native\x20Google\x20Sign-In\x20for\x20YouTube','JJLmn','hnfrI','📋\x20FULL\x20currentUser\x20object:','🔍\x20REFRESH\x20TOKEN\x20EXTRACTION:','-\x20tokens.idToken:','mXVJA','✅\x20Got\x20serverAuthCode\x20(refresh\x20token\x20mechanism)','rYFue','sFuEj','onairos_username','youtube_user','QSZGq','✅\x20Found\x20existing\x20authentication\x20token\x20for\x20YouTube\x20auth','🔗\x20Linking\x20YouTube\x20data\x20to\x20user:','🔑\x20Using\x20auth\x20token\x20for\x20linking:','No\x20token','-\x20hasAccessToken:','-\x20hasRefreshToken:','-\x20hasServerAuthCode:','-\x20refreshTokenType:','-\x20userEmail:','-\x20channelName:','📡\x20Backend\x20response\x20headers:','✅\x20YouTube\x20connection\x20successful','📋\x20COMPLETE\x20BACKEND\x20RESPONSE:','xxNJT','LpKzC','🔄\x20[YOUTUBE\x20AUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','✅\x20[YOUTUBE\x20AUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','ℹ️\x20[YOUTUBE\x20AUTH]\x20User\x20can\x20reconnect\x20later\x20for\x20refresh\x20tokens\x20if\x20needed','✅\x20[YOUTUBE\x20AUTH]\x20Full\x20YouTube\x20connection\x20with\x20persistent\x20access','⚠️\x20[YOUTUBE\x20AUTH]\x20Backend\x20did\x20not\x20confirm\x20refresh\x20token','🔍\x20[YOUTUBE\x20AUTH]\x20Response\x20data\x20keys:','⚠️\x20[YOUTUBE\x20AUTH]\x20Connection\x20may\x20fail\x20when\x20tokens\x20expire','📋\x20BACKEND\x20ERROR\x20RESPONSE:','sJhrh','WDIrL','User\x20cancelled\x20Google\x20Sign-In','instagram','Initiating\x20Facebook\x20Login\x20for\x20Instagram','VHdxn','EpOyX','jYieB','RBYYe','ℹ️\x20Sign\x20out\x20not\x20needed\x20or\x20failed:','GkLaV','📋\x20FULL\x20userInfo\x20object:','📋\x20FULL\x20tokens\x20object:','👤\x20Current\x20user\x20info:','VfjBj','jodKY','pATnj','QJSJw','PTBMP','Present:\x20','dTIYx','ziIEQ','mfxVq','tRftQ','dLdXb','HxWva','iVSJC','YrQsf','cUbqq','EdqaR','✅\x20Got\x20serverAuthCode\x20from\x20sign-in\x20response','wUUMh','BXuZv','mMeut','YkRaE','✅\x20Refresh\x20token\x20available\x20for\x20YouTube\x20connection','xNZgA','NPoXr','zTdrk','CGwuc','sxwQG','tpAqw','WrERE','kppDT','tBhFk','AMiru','❌\x20Error\x20checking\x20email\x20verification\x20status:','YzYjz','pTavA','cGAUX','VtTdV','dZmrg','yoFiN','yedoE','AAYzx','eIrWt','XJJUy','gcefC','epjDJ','iPQKj','ozTYS','INEkI','getJWT','YvKqT','DXgnd','qKiCs','ℹ️\x20NOTE:\x20SDK\x20does\x20not\x20create\x20users\x20during\x20YouTube\x20connection','NfoCJ','oRGYD','Network\x20error:\x20','THeNV','LmotP','fFJQF','kTjcx','juxoI','PzjBV','ziusf','yaDmv','qeyjf','fKXBD','📤\x20BACKEND\x20PAYLOAD\x20SUMMARY:','fkxEE','lurLi','mWLKC','JYBuc','UMkCY','viDEd','doejS','euUif','FcaSM','hQiFv','maCRE','WFFCp','NIaUg','BTNpH','drSYI','JpXcT','YypMD','SIcOI','gDlDO','vdyGW','Bmrhi','YTSsy','dEztA','keys','❌\x20YouTube\x20auth\x20failed:','CSxzC','WyTCJ','OIUtS','jHFxJ','eVlqb','CjqdP','existingUser','token','zXMWK','Google\x20Play\x20Services\x20not\x20available','EGZAt','VBCls','NoKVW','KzJBn','BNDxw','initiateNativeAuth','oVLeb','isOAuthCallback','ℹ️\x20Token\x20clearing\x20failed\x20or\x20not\x20needed:','ePmXD','CoGDC','Exchanging\x20code\x20for\x20token\x20for\x20platform:\x20','iRpJN','lhdMi','fLkgy','/token','Error\x20exchanging\x20code\x20for\x20token:\x20','Token\x20exchange\x20failed\x20with\x20status\x20','Token\x20exchange\x20successful\x20for\x20','Error\x20exchanging\x20code\x20for\x20token:','_access_token_','random','toString','_refresh_token_','❌\x20Failed\x20to\x20fix\x20YouTube\x20connection','🔄\x20Refreshing\x20YouTube\x20tokens...','LsgZj','LFApS','❌\x20Failed\x20to\x20get\x20fresh\x20tokens\x20from\x20Google\x20SDK','eeVom','DVItR','YSKdz','✅\x20YouTube\x20tokens\x20refreshed\x20successfully:','pkIXp','yenEJ','gARhQ','KnqpN','jCMkp','hElPN','NXUBU','/youtube/refresh-token','hSbDf','pWIIw','klHAj','jsIeG','SDUar','❌\x20YouTube\x20token\x20refresh\x20failed:','IaOWS','✅\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20successful:','ksTXJ','SdITq','❌\x20[TRAINING\x20RESTART]\x20Error\x20triggering\x20training\x20restart:','nebGa','plutg','/mobile-training/restart','MoHBD','NdBwc','DvmXl','SMSzw','❌\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20failed:','Training\x20restart\x20failed:\x20','muGlM','kYHax','axjKe','bsMAf','TjjGz','RstfA','🔍\x20Current\x20token\x20status:','⚠️\x20No\x20refresh\x20token\x20found\x20-\x20attempting\x20to\x20fix...','✅\x20YouTube\x20connection\x20fixed!\x20Testing\x20again...','🔍\x20New\x20token\x20status:','zyVGQ','PANhB','🧪\x20Testing\x20YouTube\x20refresh\x20token\x20functionality...','KbkPH','jvKTA','EhnLG','tpovn','TTFzG','SHDLv','qTFyE','RqCLx','yRKoj','rBrwr','❌\x20Error\x20testing\x20YouTube\x20refresh\x20token:','request','Network\x20error.\x20Please\x20check\x20your\x20connection\x20and\x20try\x20again.','/email/verification','JuKbb','LKAgY','BBsXu','eKRKT','CIMwp','zRNvZ','❌\x20Error\x20requesting\x20email\x20verification:','thmoq','🔍\x20Verifying\x20email\x20code\x20for:','verify','❌\x20Error\x20verifying\x20email\x20code:','Ospat','cjpzx','umDiJ','LyIJL','Invalid\x20verification\x20code','WubQe','HDnTE','Pcdax','/email/verification/status','BGHJF','KjFkp','checkEmailVerificationStatus','xufkF','guMrD'];_0x4dfc=function(){return _0x48f540;};return _0x4dfc();}function _interopRequireDefault(_0x101944){return _0x101944&&_0x101944[_0x3fc5(0x1)]?_0x101944:{'default':_0x101944};}const getDeveloperAuthHeaders=()=>{const _0x438fc5={'ijgAk':function(_0x4b6972,_0x4a4d69){return _0x4b6972!==_0x4a4d69;},'GoIiL':_0x3fc5(0xf),'HRNqr':function(_0x49b89d,_0xb8260f){return _0x49b89d!==_0xb8260f;},'lqNoM':function(_0x1bcc87,_0x4c1df4){return _0x1bcc87!==_0x4c1df4;},'HDpyO':_0x3fc5(0x10),'BHepO':_0x3fc5(0x11)};if(!(0x0,_apiKeyService[_0x3fc5(0x12)])()){if(_0x438fc5['ijgAk'](_0x3fc5(0xf),_0x438fc5['GoIiL']))_0x1d12ca['error'](_0x3fc5(0x13)+_0x20c75e+':',_0x4bd0e3);else throw new Error('SDK\x20not\x20initialized.\x20Developers\x20must\x20call\x20initializeApiKey()\x20before\x20using\x20auth\x20features.');}const _0x493061=(0x0,_apiKeyService[_0x3fc5(0x14)])();if(!(_0x438fc5[_0x3fc5(0x15)](_0x493061,null)&&_0x438fc5[_0x3fc5(0x16)](_0x493061,void 0x0)&&_0x493061[_0x3fc5(0x17)]))throw new Error(_0x438fc5[_0x3fc5(0x18)]);return{...(0x0,_api[_0x3fc5(0x19)])(),'Authorization':_0x3fc5(0x1a)+_0x493061[_0x3fc5(0x17)],'X-SDK-Version':_0x438fc5[_0x3fc5(0x1b)],'X-SDK-Platform':'react-native'};},WEB_CLIENT_ID=_0x3fc5(0x1c),IOS_CLIENT_ID=_0x3fc5(0x1c),OAUTH_CONFIG={'instagram':{'authUrl':_0x3fc5(0x1d),'clientId':'demo_instagram_client_id','redirectUri':_0x3fc5(0x1e),'scope':_0x3fc5(0x1f),'responseType':_0x3fc5(0x20),'hasNativeSDK':![]},'youtube':{'authUrl':_api[_0x3fc5(0x21)][_0x3fc5(0x22)]+_0x3fc5(0x23),'clientId':_0x3fc5(0x1c),'redirectUri':_0x3fc5(0x1e),'scope':_0x3fc5(0x24),'responseType':_0x3fc5(0x20),'hasNativeSDK':!![]},'reddit':{'authUrl':_api['API_CONFIG'][_0x3fc5(0x22)]+_0x3fc5(0x25),'clientId':_0x3fc5(0x26),'redirectUri':_0x3fc5(0x1e),'scope':_0x3fc5(0x27),'responseType':_0x3fc5(0x20),'hasNativeSDK':![]},'pinterest':{'authUrl':_api[_0x3fc5(0x21)][_0x3fc5(0x22)]+_0x3fc5(0x28),'clientId':_0x3fc5(0x29),'redirectUri':_0x3fc5(0x1e),'scope':_0x3fc5(0x2a),'responseType':'code','hasNativeSDK':![]},'facebook':{'authUrl':_0x3fc5(0x2b),'clientId':_0x3fc5(0x2c),'redirectUri':'onairosevents://auth/callback','scope':_0x3fc5(0x2d),'responseType':_0x3fc5(0x20),'hasNativeSDK':![]},'linkedin':{'authUrl':_api[_0x3fc5(0x21)]['BASE_URL']+_0x3fc5(0x2e),'clientId':'','redirectUri':_0x3fc5(0x1e),'scope':_0x3fc5(0x2f),'responseType':_0x3fc5(0x20),'hasNativeSDK':![]},'gmail':{'authUrl':_api['API_CONFIG'][_0x3fc5(0x22)]+'/gmail/authorize','clientId':'demo_gmail_client_id','redirectUri':_0x3fc5(0x1e),'scope':_0x3fc5(0x30),'responseType':_0x3fc5(0x20),'hasNativeSDK':![]},'email':{'hasNativeSDK':![],'authUrl':_api[_0x3fc5(0x21)][_0x3fc5(0x22)]+_0x3fc5(0x31)},'chatgpt':{'authUrl':_0x3fc5(0x32),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'claude':{'authUrl':_0x3fc5(0x33),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'gemini':{'authUrl':_0x3fc5(0x34),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'grok':{'authUrl':_0x3fc5(0x35),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'hinge':{'authUrl':_0x3fc5(0x36),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'instagram_webview':{'authUrl':_0x3fc5(0x37),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'sephora':{'authUrl':_0x3fc5(0x38),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'telegram':{'authUrl':_0x3fc5(0x39),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]}},hasNativeSDK=_0x591a9a=>{const _0x4997af={'ucHto':function(_0x56c2e1,_0x179279){return _0x56c2e1===_0x179279;}};var _0x29ceba;return(_0x4997af['ucHto'](_0x29ceba=OAUTH_CONFIG[_0x591a9a],null)||_0x29ceba===void 0x0?void 0x0:_0x29ceba['hasNativeSDK'])||![];};exports['hasNativeSDK']=hasNativeSDK;const testApiConnectivity=async()=>{const _0x113400={'mGIIB':'3|4|1|5|0|2|6','LURNB':_0x3fc5(0x3a),'oeyNY':_0x3fc5(0x3b),'cauIE':_0x3fc5(0x3c),'vEGeV':_0x3fc5(0x3d),'pvqgw':_0x3fc5(0x3e),'XPNzq':'✅\x20[YOUTUBE\x20REAUTH]\x20Response\x20hasRefreshToken:','heDSf':_0x3fc5(0x3f),'MZLGz':_0x3fc5(0x40),'mBCuJ':function(_0x121e19,_0x4c3771){return _0x121e19!==_0x4c3771;},'BsWoA':_0x3fc5(0x41),'bCnxz':_0x3fc5(0x42),'JpBLk':_0x3fc5(0x43),'WRTom':_0x3fc5(0x44),'CgtkF':_0x3fc5(0x45),'MExgc':_0x3fc5(0x46),'fYzdm':'reachable','LUNMY':_0x3fc5(0x47),'KXSzn':_0x3fc5(0x48),'Skjjh':function(_0x25230c,_0x1c585f,_0x3f5cd0){return _0x25230c(_0x1c585f,_0x3f5cd0);},'qEcWH':function(_0xa8376c,_0x1b7099,_0x31267b){return _0xa8376c(_0x1b7099,_0x31267b);},'Nqtqv':function(_0x36be9f,_0x61b2f1){return _0x36be9f(_0x61b2f1);},'NdXaO':_0x3fc5(0x49),'BrJja':function(_0x3c9bd4,_0x4a581a){return _0x3c9bd4!==_0x4a581a;},'eimRx':function(_0xa57f24,_0x293aa2){return _0xa57f24!==_0x293aa2;},'zhqiF':function(_0x157bde,_0x42043f){return _0x157bde===_0x42043f;},'biaqi':'JMlSz','CthEL':_0x3fc5(0x4a),'nWZWY':function(_0x13564d,_0x2270c1){return _0x13564d!==_0x2270c1;},'JtuSo':_0x3fc5(0x4b)},_0x4ba1df={'googleTest':null,'api2Test':null};try{if(_0x113400[_0x3fc5(0x4c)](_0x113400['BsWoA'],_0x113400[_0x3fc5(0x4d)])){var _0x1711a6,_0x58cb95;console[_0x3fc5(0x4e)](_0x113400[_0x3fc5(0x4f)]),console['log'](_0x113400[_0x3fc5(0x50)]);try{const _0x3eff3d=await fetch(_0x113400[_0x3fc5(0x51)],{'method':_0x3fc5(0x52),'mode':_0x113400[_0x3fc5(0x53)]});_0x4ba1df[_0x3fc5(0x54)]={'success':!![],'status':_0x113400[_0x3fc5(0x55)]},console[_0x3fc5(0x4e)](_0x113400[_0x3fc5(0x56)]);}catch(_0x5d0513){_0x4ba1df[_0x3fc5(0x54)]={'success':![],'error':_0x5d0513[_0x3fc5(0x57)]},console[_0x3fc5(0x58)](_0x113400[_0x3fc5(0x59)],_0x5d0513[_0x3fc5(0x57)]);}console[_0x3fc5(0x4e)](_0x3fc5(0x5a));try{const _0x5ac6ae=new AbortController(),_0x4dc4e1=_0x113400['Skjjh'](setTimeout,()=>_0x5ac6ae[_0x3fc5(0x5b)](),0x7530),_0x3e9521=await _0x113400[_0x3fc5(0x5c)](fetch,_api[_0x3fc5(0x21)][_0x3fc5(0x22)]+_0x3fc5(0x5d),{'method':'GET','signal':_0x5ac6ae['signal']});_0x113400['Nqtqv'](clearTimeout,_0x4dc4e1);const _0x437d56=await _0x3e9521[_0x3fc5(0x5e)]()['catch'](()=>_0x3fc5(0x5f));_0x4ba1df[_0x3fc5(0x60)]={'success':_0x3e9521['ok'],'status':_0x3e9521[_0x3fc5(0x61)],'statusText':_0x3e9521[_0x3fc5(0x62)],'response':_0x437d56['substring'](0x0,0xc8)},_0x3e9521['ok']?console[_0x3fc5(0x4e)](_0x113400[_0x3fc5(0x63)]):console['log'](_0x3fc5(0x64)+_0x3e9521['status']);}catch(_0x4f5b27){_0x4ba1df[_0x3fc5(0x60)]={'success':![],'error':_0x4f5b27[_0x3fc5(0x57)],'name':_0x4f5b27[_0x3fc5(0x65)]},console[_0x3fc5(0x58)](_0x3fc5(0x66),_0x4f5b27[_0x3fc5(0x57)]);}if(_0x113400['BrJja'](_0x1711a6=_0x4ba1df['api2Test'],null)&&_0x113400[_0x3fc5(0x67)](_0x1711a6,void 0x0)&&_0x1711a6[_0x3fc5(0x68)])return _0x113400['zhqiF'](_0x3fc5(0x69),_0x113400[_0x3fc5(0x6a)])?{'success':!![],'message':_0x113400[_0x3fc5(0x6b)],'details':_0x4ba1df}:(_0x443e80[_0x3fc5(0x4e)]('✅\x20'+_0x43bbd6+_0x3fc5(0x6c)),!![]);else return _0x113400[_0x3fc5(0x6d)](_0x58cb95=_0x4ba1df[_0x3fc5(0x54)],null)&&_0x113400[_0x3fc5(0x67)](_0x58cb95,void 0x0)&&_0x58cb95[_0x3fc5(0x68)]?{'success':![],'message':_0x3fc5(0x6e),'details':_0x4ba1df}:{'success':![],'message':_0x3fc5(0x6f),'details':_0x4ba1df};}else{const _0x5756a4=_0x113400['mGIIB'][_0x3fc5(0x70)]('|');let _0x26ae8c=0x0;while(!![]){switch(_0x5756a4[_0x26ae8c++]){case'0':_0x4e8b68[_0x3fc5(0x4e)](_0x113400['LURNB'],_0x14bd35);continue;case'1':_0x3baed9[_0x3fc5(0x4e)](_0x3fc5(0x71));continue;case'2':_0x475802[_0x3fc5(0x4e)](_0x113400[_0x3fc5(0x72)],_0x3f6e85[_0x3fc5(0x73)]('4/')?_0x113400[_0x3fc5(0x74)]:_0x113400['vEGeV']);continue;case'3':_0x3e649['log'](_0x113400[_0x3fc5(0x75)]);continue;case'4':_0x3c8bd6[_0x3fc5(0x4e)](_0x113400['XPNzq'],_0x55f0f2[_0x3fc5(0x76)]);continue;case'5':_0x3aa1f9[_0x3fc5(0x4e)](_0x113400[_0x3fc5(0x77)]);continue;case'6':_0x2ae8b5['log'](_0x113400[_0x3fc5(0x78)],_0x5cebff[_0x3fc5(0x79)]);continue;}break;}}}catch(_0x26bbcf){return console[_0x3fc5(0x58)](_0x113400[_0x3fc5(0x7a)],_0x26bbcf[_0x3fc5(0x57)]),{'success':![],'message':'Network\x20error:\x20'+_0x26bbcf[_0x3fc5(0x57)],'details':{'error':_0x26bbcf[_0x3fc5(0x57)],'results':_0x4ba1df}};}};exports[_0x3fc5(0x4)]=testApiConnectivity;const initiateOAuth=async(_0x3ef3f9,_0x2b2e98)=>{const _0x10efe5={'mbycW':_0x3fc5(0x10),'hfaRS':_0x3fc5(0x6e),'LkrtW':function(_0x2ec643,_0x4831aa){return _0x2ec643===_0x4831aa;},'LyVyR':_0x3fc5(0x7b),'PajIT':_0x3fc5(0x7c),'dqXZp':function(_0x630190,_0x203c4b,_0x42e5b9){return _0x630190(_0x203c4b,_0x42e5b9);},'GJLQj':function(_0x190ec1,_0x3a6e45){return _0x190ec1(_0x3a6e45);},'tvdqy':function(_0x1af17d,_0x5a370c){return _0x1af17d===_0x5a370c;},'kkqYe':_0x3fc5(0x7d),'ylwvx':_0x3fc5(0x7e),'prqRN':function(_0x4c89cd,_0x167e23){return _0x4c89cd===_0x167e23;},'Ryfpt':_0x3fc5(0x7f),'ubPYJ':function(_0x146d79,_0x54d650){return _0x146d79!==_0x54d650;},'wJokC':function(_0x531320,_0x352741){return _0x531320!==_0x352741;},'idAep':'BeTMK','WTywc':_0x3fc5(0x80),'NRaDv':_0x3fc5(0x81),'DIKXl':_0x3fc5(0x82),'MpPSm':'\x20\x20\x204.\x20SSL/TLS\x20certificate\x20issue','mKiUe':_0x3fc5(0x83),'bULeO':'\x20\x20\x201.\x20No\x20internet\x20connection\x20on\x20device/simulator'};try{console[_0x3fc5(0x4e)](_0x3fc5(0x84)+_0x3ef3f9),console[_0x3fc5(0x4e)](_0x3fc5(0x85)+_reactNative[_0x3fc5(0x86)]['OS']+_0x3fc5(0x87)+_reactNative['Platform']['Version']);if(_0x10efe5[_0x3fc5(0x88)](_0x3ef3f9,_0x10efe5[_0x3fc5(0x89)]))return console[_0x3fc5(0x4e)](_0x3fc5(0x8a)),_api[_0x3fc5(0x21)][_0x3fc5(0x22)]+_0x3fc5(0x8b);let _0x14535a;try{_0x14535a=await(0x0,_api[_0x3fc5(0x8c)])(),console[_0x3fc5(0x4e)]('🔑\x20[OAUTH]\x20Using\x20User\x20JWT\x20for\x20authentication');}catch(_0x231b7a){if(_0x10efe5[_0x3fc5(0x88)](_0x3fc5(0x7c),_0x10efe5[_0x3fc5(0x8d)]))return console['error'](_0x3fc5(0x8e)+_0x3ef3f9+'\x20OAuth'),console['error']('❌\x20[OAUTH]\x20Please\x20log\x20in\x20first\x20before\x20connecting\x20platforms'),null;else throw new _0x4b2ec5(_0x10efe5[_0x3fc5(0x8f)]);}const _0x127133=_api[_0x3fc5(0x21)][_0x3fc5(0x22)]+'/'+_0x3ef3f9+_0x3fc5(0x90);console[_0x3fc5(0x4e)](_0x3fc5(0x91)+_0x127133),console[_0x3fc5(0x4e)]('🔗\x20[OAUTH]\x20About\x20to\x20make\x20fetch\x20request...');const _0x2a0783={'platform':_0x3ef3f9,'timestamp':new Date()[_0x3fc5(0x92)]()};console[_0x3fc5(0x4e)](_0x3fc5(0x93),_0x2a0783);const _0x42660c=new AbortController(),_0x21283d=_0x10efe5[_0x3fc5(0x94)](setTimeout,()=>{console[_0x3fc5(0x4e)](_0x3fc5(0x95)+_0x3ef3f9+'\x20-\x20aborting'),_0x42660c[_0x3fc5(0x5b)]();},0x7530),_0x1f11ad=await _0x10efe5[_0x3fc5(0x94)](fetch,_0x127133,{'method':'POST','headers':_0x14535a,'body':JSON[_0x3fc5(0x96)](_0x2a0783),'signal':_0x42660c[_0x3fc5(0x97)]});_0x10efe5[_0x3fc5(0x98)](clearTimeout,_0x21283d),console[_0x3fc5(0x4e)](_0x3fc5(0x99)+_0x1f11ad['status']+'\x20'+_0x1f11ad['statusText']);if(!_0x1f11ad['ok']){const _0x4a4988=await _0x1f11ad[_0x3fc5(0x5e)]();return console[_0x3fc5(0x58)](_0x3fc5(0x13)+_0x3ef3f9+':\x20'+_0x1f11ad['status']+_0x3fc5(0x9a)+_0x4a4988),null;}const _0x527b11=await _0x1f11ad['json']();console[_0x3fc5(0x4e)](_0x3fc5(0x9b)+_0x3ef3f9+':',_0x527b11);const _0x3034e9=_0x3ef3f9+_0x3fc5(0x9c),_0x1e601c=_0x527b11[_0x3034e9]||_0x527b11[_0x3fc5(0x9d)]||null;return console[_0x3fc5(0x4e)](_0x3fc5(0x9e)+_0x3ef3f9+_0x3fc5(0x9f)+_0x3034e9+'):',_0x1e601c),_0x1e601c;}catch(_0x2db480){if(_0x10efe5[_0x3fc5(0xa0)](_0x10efe5[_0x3fc5(0xa1)],_0x10efe5[_0x3fc5(0xa2)]))_0x3d9cad['log']('ℹ️\x20Sign\x20out\x20not\x20needed:',_0x3cf867);else{var _0x321277;if(_0x10efe5[_0x3fc5(0xa3)](_0x2db480[_0x3fc5(0x65)],_0x10efe5[_0x3fc5(0xa4)]))console[_0x3fc5(0x58)](_0x3fc5(0xa5)+_0x3ef3f9+_0x3fc5(0xa6));else{if(_0x10efe5['ubPYJ'](_0x321277=_0x2db480[_0x3fc5(0x57)],null)&&_0x10efe5['ubPYJ'](_0x321277,void 0x0)&&_0x321277[_0x3fc5(0xa7)](_0x3fc5(0xa8))){if(_0x10efe5[_0x3fc5(0xa9)]('BeTMK',_0x10efe5['idAep']))return{'success':![],'message':_0x10efe5[_0x3fc5(0xaa)],'details':_0x4689a0};else{const _0x18e387=_0x10efe5['WTywc']['split']('|');let _0x1f1e01=0x0;while(!![]){switch(_0x18e387[_0x1f1e01++]){case'0':console[_0x3fc5(0x58)](_0x10efe5[_0x3fc5(0xab)]);continue;case'1':console[_0x3fc5(0x58)](_0x10efe5[_0x3fc5(0xac)]);continue;case'2':console[_0x3fc5(0x58)](_0x10efe5[_0x3fc5(0xad)]);continue;case'3':console[_0x3fc5(0x58)]('❌\x20[OAUTH]\x20Network\x20request\x20failed\x20for\x20'+_0x3ef3f9+_0x3fc5(0xae));continue;case'4':console['error'](_0x10efe5[_0x3fc5(0xaf)]);continue;case'5':console[_0x3fc5(0x58)](_0x10efe5[_0x3fc5(0xb0)]);continue;}break;}}}else console[_0x3fc5(0x58)](_0x3fc5(0x13)+_0x3ef3f9+':',_0x2db480);}return null;}}};exports[_0x3fc5(0x8)]=initiateOAuth;const initializeGoogleSignIn=()=>{const _0x1839f0={'kGqHN':'https://www.googleapis.com/auth/youtube.readonly','LvwNl':_0x3fc5(0xb1)};_googleSignin[_0x3fc5(0xb2)][_0x3fc5(0xb3)]({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x1839f0[_0x3fc5(0xb4)],'openid',_0x1839f0['LvwNl'],'email'],'hostedDomain':'','accountName':''});},forceYouTubeReconnectionWithConsent=async _0x3c3052=>{const _0x505c85={'braeN':_0x3fc5(0xb5),'ooVfj':function(_0x367b07,_0x4b28ff){return _0x367b07!==_0x4b28ff;},'mDDSf':_0x3fc5(0x10),'ikVOg':function(_0x5a91f5,_0x4ffb09){return _0x5a91f5===_0x4ffb09;},'ebEAS':_0x3fc5(0x7f),'QBsse':_0x3fc5(0xb6),'vEHVf':_0x3fc5(0x83),'dOYKp':_0x3fc5(0x81),'VstBW':_0x3fc5(0xb7),'pZXKp':_0x3fc5(0x82),'fyJhs':_0x3fc5(0xb8),'hbWDy':_0x3fc5(0xb9),'GuynV':function(_0x5003e5,_0x5708f4){return _0x5003e5===_0x5708f4;},'pFMuO':function(_0x618930,_0x142500){return _0x618930===_0x142500;},'oOzTE':'❌\x20CRITICAL:\x20No\x20refresh\x20token\x20available\x20-\x20YouTube\x20connection\x20will\x20fail\x20when\x20token\x20expires','CyJxu':_0x3fc5(0xba),'zqiXg':_0x3fc5(0xbb),'ExfMH':_0x3fc5(0xbc),'cHhYs':function(_0x1ce771,_0x3adf18){return _0x1ce771===_0x3adf18;},'gYYbm':'❌\x20User\x20cancelled\x20sign-in\x20-\x20no\x20refresh\x20token\x20obtained','VEGwb':'💡\x20User\x20must\x20click\x20\x22Allow\x22\x20to\x20get\x20refresh\x20token','lesCe':_0x3fc5(0xbd),'gdmgf':_0x3fc5(0xbe),'AZqAv':_0x3fc5(0xbf),'wjaPV':_0x3fc5(0xc0),'GwGCg':_0x3fc5(0xc1),'FHPqb':_0x3fc5(0xc2),'VEgEE':'🔄\x20FORCING\x20fresh\x20YouTube\x20consent\x20for\x20refresh\x20token...','NUsWr':_0x3fc5(0xc3),'JAtPJ':_0x3fc5(0xc4),'gUHMW':'✅\x20Signed\x20out\x20-\x20consent\x20cache\x20cleared','izyVs':'ℹ️\x20Sign\x20out\x20not\x20needed:','fwEne':function(_0x41f236,_0x7760e0){return _0x41f236===_0x7760e0;},'oesIC':'VDWju','dRXby':_0x3fc5(0xc5),'pRPtY':'🔧\x20Configuring\x20Google\x20Sign-In\x20for\x20forced\x20consent...','gOxXu':'email','mLuKA':_0x3fc5(0xc6),'Jzffx':'🔐\x20Initiating\x20sign-in\x20-\x20consent\x20screen\x20should\x20appear...','kHOJG':_0x3fc5(0xc7),'PaeZN':_0x3fc5(0xc8),'deYhL':_0x3fc5(0xc9),'XPUtL':function(_0x4fb0e6,_0x197139){return _0x4fb0e6===_0x197139;},'AJlTf':function(_0xf86c4e,_0x330d1c){return _0xf86c4e===_0x330d1c;},'AWwSM':function(_0xa9ee2c,_0x2d06ab){return _0xa9ee2c===_0x2d06ab;},'pInPW':_0x3fc5(0xca),'nwkqU':'Missing','KGyNp':_0x3fc5(0xcb),'QyUWM':_0x3fc5(0xcc),'lZofq':_0x3fc5(0xcd),'TKyCJ':function(_0x36007b,_0x1ead68){return _0x36007b!==_0x1ead68;},'nrwSO':function(_0x15c76a,_0x1d300b){return _0x15c76a!==_0x1d300b;},'sQnVJ':function(_0x217711,_0x4c5b01){return _0x217711===_0x4c5b01;},'YbnGj':function(_0x53aa90,_0xa8ff52){return _0x53aa90===_0xa8ff52;},'QIDhh':_0x3fc5(0xce),'ShlaE':'serverAuthCode','vjIke':'refreshToken','DDlTQ':_0x3fc5(0xcf),'GyvCg':_0x3fc5(0xd0),'CxFYw':function(_0x35eff6,_0x2d4ed0){return _0x35eff6===_0x2d4ed0;},'FDgqN':_0x3fc5(0xd1),'dBifr':_0x3fc5(0xd2),'DQKGi':_0x3fc5(0xd3),'vRhBL':function(_0x467202,_0x431c38,_0x19af1b){return _0x467202(_0x431c38,_0x19af1b);},'OMZxx':function(_0x5abcfa,_0x35ac0f){return _0x5abcfa>_0x35ac0f;},'cQibC':function(_0x14650b,_0x3ed795){return _0x14650b!==_0x3ed795;},'Jlwus':'FJsDg','lcogM':_0x3fc5(0xd4),'ENpdy':_0x3fc5(0xd5),'UPDHR':_0x3fc5(0xd6),'VISqV':function(_0x4a1b85,_0x4053ba){return _0x4a1b85===_0x4053ba;},'gpbZI':function(_0x5871cb,_0x127ae3){return _0x5871cb===_0x127ae3;},'dmlSU':function(_0x298d25,_0x3418f7){return _0x298d25===_0x3418f7;},'agtKT':function(_0x506c52,_0xf16ce8){return _0x506c52===_0xf16ce8;},'WDdTs':_0x3fc5(0xd7),'rwQcj':function(_0xe7ab39,_0x5d21fb){return _0xe7ab39===_0x5d21fb;},'nOGcK':function(_0x1a8784,_0x39f106){return _0x1a8784===_0x39f106;},'RgdvG':function(_0x262e38,_0x1fe133){return _0x262e38===_0x1fe133;},'SegKS':function(_0x382a69,_0x84e62a){return _0x382a69===_0x84e62a;},'bQNaF':function(_0x3fc1a5,_0x351151){return _0x3fc1a5===_0x351151;},'hfjpL':_0x3fc5(0xd8),'IyDHV':'JSRlb','nRDWK':_0x3fc5(0xd9),'VFlzq':function(_0x1ec1ab,_0x13c199){return _0x1ec1ab===_0x13c199;},'frlqq':function(_0x17968d,_0x2dfab8){return _0x17968d===_0x2dfab8;},'CPvdn':function(_0x4ae061,_0x11b933){return _0x4ae061===_0x11b933;},'ujLWx':_0x3fc5(0xda),'Nfgfu':_0x3fc5(0xdb),'OOrxy':function(_0x49d931,_0x376c50){return _0x49d931===_0x376c50;},'orTdr':function(_0x7825df,_0x5d8562){return _0x7825df===_0x5d8562;},'PiOtu':function(_0x5cfae1,_0x5be33b){return _0x5cfae1===_0x5be33b;},'knADD':function(_0x1c1a59,_0x577fcd){return _0x1c1a59===_0x577fcd;},'gARGQ':function(_0xb161a4,_0x82f75e){return _0xb161a4===_0x82f75e;},'ZXWrf':function(_0xad558b,_0x334349){return _0xad558b===_0x334349;},'MUiRf':function(_0xdf8c86,_0x4965b1){return _0xdf8c86===_0x4965b1;},'EfAQJ':function(_0x1aa74f,_0xb39f89){return _0x1aa74f*_0xb39f89;},'IpAmS':'signOut_and_configure','oVJFR':'📤\x20Sending\x20comprehensive\x20payload\x20with\x20REFRESH\x20TOKEN\x20to\x20backend:','ninWk':function(_0xc75ec3,_0x3048cb){return _0xc75ec3===_0x3048cb;},'uKZxT':function(_0x2f5a0e,_0x1120c9){return _0x2f5a0e===_0x1120c9;},'cxRIx':function(_0x9f405f,_0x1c665f){return _0x9f405f===_0x1c665f;},'oSJiB':_0x3fc5(0xdc),'cQutc':_0x3fc5(0xdd),'bReFF':'🚀\x20[YOUTUBE\x20REAUTH]\x20Headers:','zcwwU':_0x3fc5(0xde),'DHrUj':'🚀\x20[YOUTUBE\x20REAUTH]\x20Payload\x20Summary:','fFNtb':function(_0x1618f1,_0xd67834){return _0x1618f1===_0xd67834;},'tfSEk':'🚀\x20[YOUTUBE\x20REAUTH]\x20FULL\x20PAYLOAD:','txlpL':function(_0x1814dc,_0x2e9c91,_0x7fb576){return _0x1814dc(_0x2e9c91,_0x7fb576);},'VvkPd':_0x3fc5(0xdf),'IbmdC':_0x3fc5(0xe0),'gVEev':'📡\x20[YOUTUBE\x20REAUTH]\x20Response\x20Headers:','YVefi':_0x3fc5(0xe1),'uwBLA':_0x3fc5(0xe2),'RTPlW':function(_0x16bf09,_0x4c8db8){return _0x16bf09===_0x4c8db8;},'mWxlM':function(_0x578656,_0x4389b8){return _0x578656===_0x4389b8;},'xlOYY':_0x3fc5(0xe3),'ZnfoT':_0x3fc5(0xe4),'IZHTx':_0x3fc5(0xe5),'UCyKK':_0x3fc5(0xe6),'sDHil':_0x3fc5(0xe7),'CexdC':_0x3fc5(0xe8),'kSjQc':'🔑\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20sent:','BtAEb':_0x3fc5(0xe9),'cahQL':_0x3fc5(0xea),'WuduY':function(_0x33829b,_0x3f5ac8){return _0x33829b===_0x3f5ac8;},'JsFld':_0x3fc5(0xeb),'SEpUW':_0x3fc5(0x3a),'bWhDD':_0x3fc5(0xec),'swatJ':'🎉\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Full\x20YouTube\x20connection\x20with\x20refresh\x20tokens!','ZtcUs':_0x3fc5(0x3f),'follr':_0x3fc5(0x3b),'ptwar':_0x3fc5(0x40),'wnHCV':_0x3fc5(0x3e),'cGFXT':_0x3fc5(0xed),'yoiAz':_0x3fc5(0xee),'Nexrc':_0x3fc5(0xef),'nxIDl':_0x3fc5(0xf0),'IRrbd':_0x3fc5(0xf1),'coKVv':_0x3fc5(0xf2),'rjhdK':function(_0x1ff2be,_0xcf791d){return _0x1ff2be===_0xcf791d;},'nHoLu':_0x3fc5(0xf3),'wViQJ':'❌\x20[YOUTUBE\x20REAUTH]\x20This\x20means\x20the\x20reauth\x20signal\x20was\x20not\x20processed','zlTxr':_0x3fc5(0xf4),'FURXN':'❌\x20This\x20means\x20consent\x20screen\x20did\x20not\x20appear\x20or\x20user\x20denied\x20permissions','fnxvb':'💡\x20Solutions:','ebQVU':_0x3fc5(0xf5),'XOlaL':_0x3fc5(0xf6),'FYaTU':'❌\x20Error\x20forcing\x20YouTube\x20consent:','tWXat':function(_0x1d4fa8,_0x5c32b3){return _0x1d4fa8===_0x5c32b3;},'YXpkb':function(_0x3f4d05,_0x4b7d95){return _0x3f4d05===_0x4b7d95;},'yvsKO':_0x3fc5(0xf7)};try{var _0x461fa4,_0x2bb1bf,_0x4514dd;console['log'](_0x505c85[_0x3fc5(0xf8)]),console[_0x3fc5(0x4e)](_0x3fc5(0xf9),_0x3c3052);try{if(_0x505c85[_0x3fc5(0xfa)]!==_0x505c85[_0x3fc5(0xfb)])await _googleSignin[_0x3fc5(0xb2)]['signOut'](),console[_0x3fc5(0x4e)](_0x505c85[_0x3fc5(0xfc)]);else{if(!(0x0,_0x5174f4[_0x3fc5(0x12)])())throw new _0x1734c9(_0x505c85[_0x3fc5(0xfd)]);const _0x4f98b7=(0x0,_0x2427f8[_0x3fc5(0x14)])();if(!(_0x4f98b7!==null&&_0x505c85[_0x3fc5(0xfe)](_0x4f98b7,void 0x0)&&_0x4f98b7['apiKey']))throw new _0x6c00b5(_0x505c85[_0x3fc5(0xff)]);return{...(0x0,_0x45fcd8[_0x3fc5(0x19)])(),'Authorization':_0x3fc5(0x1a)+_0x4f98b7[_0x3fc5(0x17)],'X-SDK-Version':_0x3fc5(0x11),'X-SDK-Platform':'react-native'};}}catch(_0x44c0f5){if(_0x3fc5(0x100)==='jtyVh')console[_0x3fc5(0x4e)](_0x505c85[_0x3fc5(0x101)],_0x44c0f5);else{var _0x54980f;if(_0x505c85[_0x3fc5(0x102)](_0x5d1c2b[_0x3fc5(0x65)],_0x505c85[_0x3fc5(0x103)]))_0x47dea1[_0x3fc5(0x58)]('❌\x20[OAUTH]\x20Request\x20timeout\x20for\x20'+_0x30706b+_0x3fc5(0xa6));else{if(_0x505c85[_0x3fc5(0xfe)](_0x54980f=_0x43583b[_0x3fc5(0x57)],null)&&_0x505c85[_0x3fc5(0xfe)](_0x54980f,void 0x0)&&_0x54980f[_0x3fc5(0xa7)](_0x3fc5(0xa8))){const _0x2798e7=_0x505c85[_0x3fc5(0x104)][_0x3fc5(0x70)]('|');let _0x3c19a1=0x0;while(!![]){switch(_0x2798e7[_0x3c19a1++]){case'0':_0xc31f15['error'](_0x505c85[_0x3fc5(0x105)]);continue;case'1':_0x3ef082['error'](_0x3fc5(0xc2));continue;case'2':_0x5b8ec0[_0x3fc5(0x58)](_0x3fc5(0x106)+_0x34142c+_0x3fc5(0xae));continue;case'3':_0x179886['error'](_0x505c85['dOYKp']);continue;case'4':_0x5f2dd0['error'](_0x505c85['VstBW']);continue;case'5':_0x5d51fd[_0x3fc5(0x58)](_0x505c85[_0x3fc5(0x107)]);continue;}break;}}else _0x248beb['error']('❌\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20'+_0x294366+':',_0x4d68aa);}return null;}}try{const _0x3097ee=await _googleSignin['GoogleSignin']['getTokens']();_0x3097ee[_0x3fc5(0x108)]&&(_0x505c85[_0x3fc5(0x109)](_0x505c85['oesIC'],_0x505c85[_0x3fc5(0x10a)])?(await _googleSignin[_0x3fc5(0xb2)][_0x3fc5(0x10b)](_0x3097ee['accessToken']),console[_0x3fc5(0x4e)](_0x3fc5(0x10c))):_0x33b1fe[_0x3fc5(0x58)]('❌\x20Sign-in\x20already\x20in\x20progress'));}catch(_0x15236b){console['log'](_0x505c85[_0x3fc5(0x10d)]);}console[_0x3fc5(0x4e)](_0x505c85[_0x3fc5(0x10e)]),_googleSignin[_0x3fc5(0xb2)][_0x3fc5(0xb3)]({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x3fc5(0x24),_0x3fc5(0x10f),_0x3fc5(0xb1),_0x505c85[_0x3fc5(0x110)]],'hostedDomain':'','accountName':''}),await _googleSignin[_0x3fc5(0xb2)][_0x3fc5(0x111)](),console[_0x3fc5(0x4e)](_0x505c85[_0x3fc5(0x112)]),console['log'](_0x505c85['Jzffx']),console[_0x3fc5(0x4e)](_0x505c85[_0x3fc5(0x113)]);const _0x5d5412=await _googleSignin[_0x3fc5(0xb2)][_0x3fc5(0x114)]();console[_0x3fc5(0x4e)](_0x505c85[_0x3fc5(0x115)]),console[_0x3fc5(0x4e)](_0x505c85[_0x3fc5(0x116)],_0x505c85[_0x3fc5(0x117)](_0x461fa4=_0x5d5412[_0x3fc5(0x118)],null)||_0x505c85[_0x3fc5(0x119)](_0x461fa4,void 0x0)||_0x505c85[_0x3fc5(0x11a)](_0x461fa4=_0x461fa4[_0x3fc5(0x11b)],null)||_0x505c85['AWwSM'](_0x461fa4,void 0x0)?void 0x0:_0x461fa4['email']);const _0x4da08c=await _googleSignin['GoogleSignin']['getTokens'](),_0x5a53b5=await _googleSignin[_0x3fc5(0xb2)][_0x3fc5(0x11c)]();console[_0x3fc5(0x4e)]('📋\x20FULL\x20userInfo\x20object\x20from\x20forceYouTubeReconnectionWithConsent:'),console['log'](JSON[_0x3fc5(0x96)](_0x5d5412,null,0x2)),console[_0x3fc5(0x4e)](_0x505c85['pInPW']),console[_0x3fc5(0x4e)](JSON['stringify'](_0x4da08c,null,0x2)),console[_0x3fc5(0x4e)](_0x3fc5(0x11d)),console['log'](JSON[_0x3fc5(0x96)](_0x5a53b5,null,0x2)),console['log'](_0x3fc5(0x11e)),console['log'](_0x3fc5(0x11f),_0x4da08c[_0x3fc5(0x108)]?_0x4da08c[_0x3fc5(0x108)][_0x3fc5(0x120)](0x0,0x14)+_0x3fc5(0x121):_0x505c85[_0x3fc5(0x122)]),console['log'](_0x505c85['KGyNp'],_0x4da08c['idToken']?_0x505c85[_0x3fc5(0x123)]:_0x505c85[_0x3fc5(0x122)]),console[_0x3fc5(0x4e)](_0x505c85[_0x3fc5(0x124)],_0x505c85[_0x3fc5(0x125)](_0x2bb1bf=_0x5d5412[_0x3fc5(0x118)],null)&&_0x505c85[_0x3fc5(0x126)](_0x2bb1bf,void 0x0)&&_0x2bb1bf[_0x3fc5(0x3c)]?_0x5d5412[_0x3fc5(0x118)][_0x3fc5(0x3c)][_0x3fc5(0x120)](0x0,0x14)+_0x3fc5(0x121):_0x505c85['nwkqU']),console[_0x3fc5(0x4e)]('-\x20ServerAuthCode\x20(currentUser):',_0x505c85[_0x3fc5(0xfe)](_0x5a53b5,null)&&_0x5a53b5!==void 0x0&&_0x5a53b5[_0x3fc5(0x3c)]?_0x5a53b5[_0x3fc5(0x3c)]['substring'](0x0,0x14)+_0x3fc5(0x121):_0x505c85[_0x3fc5(0x122)]);const _0x2cc377=(_0x505c85[_0x3fc5(0x127)](_0x4514dd=_0x5d5412[_0x3fc5(0x118)],null)||_0x4514dd===void 0x0?void 0x0:_0x4514dd[_0x3fc5(0x3c)])||(_0x505c85['YbnGj'](_0x5a53b5,null)||_0x505c85[_0x3fc5(0x128)](_0x5a53b5,void 0x0)?void 0x0:_0x5a53b5[_0x3fc5(0x3c)]);if(_0x2cc377){var _0x18ff2a,_0x4e349a,_0x1944a4,_0x5227b8,_0x149784,_0x1f9f4a;console[_0x3fc5(0x4e)](_0x505c85[_0x3fc5(0x129)]),console[_0x3fc5(0x4e)](_0x3fc5(0x12a),_0x2cc377[_0x3fc5(0x73)]('4/')?_0x505c85[_0x3fc5(0x12b)]:_0x505c85[_0x3fc5(0x12c)]),console['log'](_0x505c85['DDlTQ'],_0x2cc377['substring'](0x0,0x14)+_0x3fc5(0x121));let _0x1a11db=_0x505c85['GyvCg'],_0x4817ab=null;try{if(_0x505c85[_0x3fc5(0x12d)](_0x505c85[_0x3fc5(0x12e)],_0x505c85[_0x3fc5(0x12f)]))_0x52a902[_0x3fc5(0x4e)](_0x505c85['fyJhs']);else{console['log'](_0x505c85[_0x3fc5(0x130)]);const _0x1d062a=await _0x505c85[_0x3fc5(0x131)](fetch,_0x3fc5(0x132),{'headers':{'Authorization':'Bearer\x20'+_0x4da08c[_0x3fc5(0x108)],'Accept':'application/json'}});if(_0x1d062a['ok']){const _0x45e1c5=await _0x1d062a[_0x3fc5(0x133)]();if(_0x45e1c5[_0x3fc5(0x134)]&&_0x505c85[_0x3fc5(0x135)](_0x45e1c5[_0x3fc5(0x134)][_0x3fc5(0x79)],0x0)){if(_0x505c85['cQibC'](_0x505c85['Jlwus'],_0x3fc5(0x136)))_0x1a11db=_0x45e1c5['items'][0x0]['snippet'][_0x3fc5(0x137)],_0x4817ab=_0x45e1c5[_0x3fc5(0x134)][0x0]['id'],console['log'](_0x505c85['lcogM'],_0x1a11db,_0x505c85['ENpdy'],_0x4817ab);else{var _0x4e3a44,_0x199a78;_0x2b93b9[_0x3fc5(0x4e)](_0x505c85[_0x3fc5(0x138)],_0x19f8e2[_0x3fc5(0x61)]),_0x5440fe=(_0x505c85[_0x3fc5(0x11a)](_0x4e3a44=_0xfd52ef['data'],null)||_0x505c85[_0x3fc5(0x11a)](_0x4e3a44,void 0x0)||_0x505c85[_0x3fc5(0x102)](_0x4e3a44=_0x4e3a44[_0x3fc5(0x11b)],null)||_0x505c85[_0x3fc5(0x11a)](_0x4e3a44,void 0x0)?void 0x0:_0x4e3a44['name'])||(_0x505c85[_0x3fc5(0x128)](_0x199a78=_0xe8e71[_0x3fc5(0x118)],null)||_0x505c85[_0x3fc5(0x128)](_0x199a78,void 0x0)||_0x505c85[_0x3fc5(0x102)](_0x199a78=_0x199a78[_0x3fc5(0x11b)],null)||_0x505c85[_0x3fc5(0x11a)](_0x199a78,void 0x0)?void 0x0:_0x199a78[_0x3fc5(0x7b)])||'Unknown\x20Channel';}}else{var _0x1509fc,_0x1c2a3a;console[_0x3fc5(0x4e)](_0x505c85[_0x3fc5(0x139)]),_0x1a11db=(_0x505c85[_0x3fc5(0x13a)](_0x1509fc=_0x5d5412[_0x3fc5(0x118)],null)||_0x505c85[_0x3fc5(0x13b)](_0x1509fc,void 0x0)||_0x505c85[_0x3fc5(0x13c)](_0x1509fc=_0x1509fc[_0x3fc5(0x11b)],null)||_0x505c85['dmlSU'](_0x1509fc,void 0x0)?void 0x0:_0x1509fc[_0x3fc5(0x65)])||(_0x505c85[_0x3fc5(0x117)](_0x1c2a3a=_0x5d5412[_0x3fc5(0x118)],null)||_0x1c2a3a===void 0x0||(_0x1c2a3a=_0x1c2a3a[_0x3fc5(0x11b)])===null||_0x505c85[_0x3fc5(0x13d)](_0x1c2a3a,void 0x0)?void 0x0:_0x1c2a3a[_0x3fc5(0x7b)])||_0x505c85['WDdTs'];}}else{var _0x2df1eb,_0x5bf64b;console[_0x3fc5(0x4e)](_0x505c85[_0x3fc5(0x138)],_0x1d062a['status']),_0x1a11db=((_0x2df1eb=_0x5d5412[_0x3fc5(0x118)])===null||_0x505c85[_0x3fc5(0x11a)](_0x2df1eb,void 0x0)||_0x505c85['rwQcj'](_0x2df1eb=_0x2df1eb['user'],null)||_0x505c85[_0x3fc5(0x13e)](_0x2df1eb,void 0x0)?void 0x0:_0x2df1eb[_0x3fc5(0x65)])||(_0x505c85[_0x3fc5(0x13f)](_0x5bf64b=_0x5d5412[_0x3fc5(0x118)],null)||_0x505c85['RgdvG'](_0x5bf64b,void 0x0)||_0x505c85[_0x3fc5(0x13d)](_0x5bf64b=_0x5bf64b[_0x3fc5(0x11b)],null)||_0x505c85[_0x3fc5(0x140)](_0x5bf64b,void 0x0)?void 0x0:_0x5bf64b[_0x3fc5(0x7b)])||_0x505c85[_0x3fc5(0x141)];}}}catch(_0x4b673d){if(_0x505c85['bQNaF'](_0x505c85[_0x3fc5(0x142)],_0x505c85[_0x3fc5(0x143)]))_0x143dce[_0x3fc5(0x58)](_0x505c85['oOzTE']),_0x3c1a3c['error'](_0x505c85[_0x3fc5(0x144)]),_0x129fba[_0x3fc5(0x58)](_0x505c85[_0x3fc5(0x145)]),_0x40dddd[_0x3fc5(0x146)](_0x505c85['ExfMH']);else{var _0x348949,_0x7663f4;console[_0x3fc5(0x4e)](_0x505c85[_0x3fc5(0x147)],_0x4b673d),_0x1a11db=(_0x505c85[_0x3fc5(0x109)](_0x348949=_0x5d5412['data'],null)||_0x505c85[_0x3fc5(0x148)](_0x348949,void 0x0)||_0x505c85[_0x3fc5(0x12d)](_0x348949=_0x348949[_0x3fc5(0x11b)],null)||_0x505c85[_0x3fc5(0x149)](_0x348949,void 0x0)?void 0x0:_0x348949[_0x3fc5(0x65)])||(_0x505c85[_0x3fc5(0x14a)](_0x7663f4=_0x5d5412[_0x3fc5(0x118)],null)||_0x505c85['RgdvG'](_0x7663f4,void 0x0)||(_0x7663f4=_0x7663f4[_0x3fc5(0x11b)])===null||_0x505c85[_0x3fc5(0x14b)](_0x7663f4,void 0x0)?void 0x0:_0x7663f4[_0x3fc5(0x7b)])||_0x505c85[_0x3fc5(0x141)];}}let _0x1057c4=await(0x0,_jwtStorageService['getJWT'])();(!_0x1057c4||_0x1057c4[_0x3fc5(0x14c)]()[_0x3fc5(0x79)]<0x14)&&(console['log'](_0x505c85[_0x3fc5(0x14d)]),_0x1057c4=_0x505c85[_0x3fc5(0x14e)]);const _0x119f6e={'session':{'username':_0x3c3052,'platform':_0x3fc5(0x14f),'timestamp':new Date()[_0x3fc5(0x92)](),'channelName':_0x1a11db,'channelId':_0x4817ab,'forceConsent':!![]},'googleUser':_0x505c85[_0x3fc5(0x14a)](_0x18ff2a=_0x5d5412[_0x3fc5(0x118)],null)||_0x505c85[_0x3fc5(0x150)](_0x18ff2a,void 0x0)?void 0x0:_0x18ff2a[_0x3fc5(0x11b)],'accessToken':_0x4da08c['accessToken'],'idToken':_0x4da08c[_0x3fc5(0x151)],'refreshToken':_0x2cc377,'serverAuthCode':_0x2cc377,'refresh_token':_0x2cc377,'server_auth_code':_0x2cc377,'authCode':_0x2cc377,'userAccountInfo':{'username':_0x3c3052,'email':_0x505c85[_0x3fc5(0x152)](_0x4e349a=_0x5d5412['data'],null)||_0x505c85['dmlSU'](_0x4e349a,void 0x0)||_0x505c85['dmlSU'](_0x4e349a=_0x4e349a[_0x3fc5(0x11b)],null)||_0x505c85[_0x3fc5(0x109)](_0x4e349a,void 0x0)?void 0x0:_0x4e349a[_0x3fc5(0x7b)],'authToken':_0x1057c4,'channelName':_0x1a11db,'channelId':_0x4817ab,'userIdentifier':_0x1057c4?_0x3fc5(0x153)+_0x1057c4[_0x3fc5(0x120)](0x0,0xa):_0x3fc5(0x154)+(_0x505c85[_0x3fc5(0x155)](_0x1944a4=_0x5d5412[_0x3fc5(0x118)],null)||_0x505c85[_0x3fc5(0x149)](_0x1944a4,void 0x0)||(_0x1944a4=_0x1944a4[_0x3fc5(0x11b)])===null||_0x505c85[_0x3fc5(0x156)](_0x1944a4,void 0x0)?void 0x0:_0x1944a4['email']),'googleId':_0x505c85['gARGQ'](_0x5227b8=_0x5d5412[_0x3fc5(0x118)],null)||_0x505c85[_0x3fc5(0x157)](_0x5227b8,void 0x0)||_0x505c85[_0x3fc5(0x158)](_0x5227b8=_0x5227b8[_0x3fc5(0x11b)],null)||_0x505c85[_0x3fc5(0x117)](_0x5227b8,void 0x0)?void 0x0:_0x5227b8['id'],'refreshToken':_0x2cc377,'serverAuthCode':_0x2cc377},'tokenExpiry':new Date(Date[_0x3fc5(0x159)]()+_0x505c85[_0x3fc5(0x15a)](0xe10,0x3e8))[_0x3fc5(0x92)](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!![],'refreshTokenType':_0x2cc377[_0x3fc5(0x73)]('4/')?_0x505c85[_0x3fc5(0x12b)]:'refreshToken','configuredForRefresh':!![],'forcedConsent':!![],'consentMethod':_0x505c85[_0x3fc5(0x15b)],'refreshTokenValue':_0x2cc377}};console[_0x3fc5(0x4e)](_0x505c85[_0x3fc5(0x15c)],{'hasAccessToken':!!_0x119f6e[_0x3fc5(0x108)],'hasRefreshToken':!!_0x119f6e[_0x3fc5(0x3d)],'hasServerAuthCode':!!_0x119f6e[_0x3fc5(0x3c)],'refreshTokenType':_0x119f6e['debugInfo']['refreshTokenType'],'userEmail':(_0x149784=_0x5d5412[_0x3fc5(0x118)])===null||_0x505c85[_0x3fc5(0x15d)](_0x149784,void 0x0)||_0x505c85[_0x3fc5(0x15e)](_0x149784=_0x149784[_0x3fc5(0x11b)],null)||_0x505c85[_0x3fc5(0x15f)](_0x149784,void 0x0)?void 0x0:_0x149784[_0x3fc5(0x7b)],'forcedConsent':!![]}),console[_0x3fc5(0x4e)](_0x505c85['oSJiB']),console[_0x3fc5(0x4e)](_0x505c85[_0x3fc5(0x160)]),console['log']('\uD83D\uDE80 [YOUTUBE REAUTH] Method: POST'),console['log'](_0x505c85[_0x3fc5(0x161)],{'Content-Type':'application/json','Authorization':_0x1057c4?_0x1057c4[_0x3fc5(0x120)](0x0,0x14)+'...':_0x505c85['zcwwU']}),console[_0x3fc5(0x4e)](_0x505c85[_0x3fc5(0x162)],{'hasAccessToken':!!_0x119f6e[_0x3fc5(0x108)],'hasRefreshToken':!!_0x119f6e['refreshToken'],'hasServerAuthCode':!!_0x119f6e['serverAuthCode'],'refreshTokenType':_0x119f6e[_0x3fc5(0x163)][_0x3fc5(0x164)],'userEmail':_0x505c85[_0x3fc5(0x165)](_0x1f9f4a=_0x5d5412[_0x3fc5(0x118)],null)||_0x505c85[_0x3fc5(0x127)](_0x1f9f4a,void 0x0)||(_0x1f9f4a=_0x1f9f4a[_0x3fc5(0x11b)])===null||_0x1f9f4a===void 0x0?void 0x0:_0x1f9f4a['email'],'channelName':_0x1a11db,'forcedConsent':!![],'requestRefreshToken':!![]}),console[_0x3fc5(0x4e)](_0x505c85[_0x3fc5(0x166)],JSON[_0x3fc5(0x96)](_0x119f6e,null,0x2));const _0x20825a=await _0x505c85['txlpL'](fetch,_api[_0x3fc5(0x21)][_0x3fc5(0x22)]+_0x3fc5(0x167),{'method':'POST','headers':{'Content-Type':'application/json',..._0x1057c4&&{'Authorization':_0x1057c4}},'body':JSON['stringify'](_0x119f6e)});console['log'](_0x505c85[_0x3fc5(0x168)],_0x20825a['status']),console['log'](_0x505c85[_0x3fc5(0x169)],_0x20825a[_0x3fc5(0x62)]),console[_0x3fc5(0x4e)](_0x505c85[_0x3fc5(0x16a)],_0x20825a[_0x3fc5(0x16b)]);if(_0x20825a['ok']){if(_0x3fc5(0xe1)!==_0x505c85[_0x3fc5(0x16c)]){_0x4555ea[_0x3fc5(0x58)]('❌\x20Error\x20forcing\x20YouTube\x20consent:',_0x5df97);if(_0x505c85[_0x3fc5(0x13f)](_0x416021['code'],_0x570197[_0x3fc5(0x16d)][_0x3fc5(0x16e)]))_0x44aa4f[_0x3fc5(0x58)](_0x505c85['gYYbm']),_0x2952a6[_0x3fc5(0x58)](_0x505c85[_0x3fc5(0x16f)]);else{if(_0x505c85[_0x3fc5(0x102)](_0x7fac3b[_0x3fc5(0x20)],_0x2b8d2a['statusCodes'][_0x3fc5(0x170)]))_0x139b72[_0x3fc5(0x58)](_0x505c85['lesCe']);else _0x505c85[_0x3fc5(0x128)](_0x35c501['code'],_0x1c6542['statusCodes'][_0x3fc5(0x171)])&&_0x4a4366['error'](_0x3fc5(0xf7));}return![];}else{var _0x802078,_0x3e7709;const _0x2f3cce=await _0x20825a[_0x3fc5(0x133)]();console[_0x3fc5(0x4e)](_0x505c85[_0x3fc5(0x172)],JSON[_0x3fc5(0x96)](_0x2f3cce,null,0x2));const _0x268f7f=_0x505c85[_0x3fc5(0x13e)](_0x505c85[_0x3fc5(0x173)](_0x802078=_0x2f3cce['validation'],null)||_0x505c85['YbnGj'](_0x802078,void 0x0)?void 0x0:_0x802078[_0x3fc5(0x174)],!![])||_0x505c85['knADD'](_0x505c85[_0x3fc5(0x13e)](_0x3e7709=_0x2f3cce[_0x3fc5(0x175)],null)||_0x505c85['mWxlM'](_0x3e7709,void 0x0)?void 0x0:_0x3e7709[_0x3fc5(0x176)],!![])||_0x505c85['gpbZI'](_0x2f3cce[_0x3fc5(0x174)],!![])||_0x2f3cce[_0x3fc5(0x57)]&&_0x2f3cce[_0x3fc5(0x57)][_0x3fc5(0xa7)](_0x505c85[_0x3fc5(0x177)]);if(_0x268f7f){const _0x46b743=_0x505c85[_0x3fc5(0x178)][_0x3fc5(0x70)]('|');let _0x3e5b1e=0x0;while(!![]){switch(_0x46b743[_0x3e5b1e++]){case'0':console[_0x3fc5(0x4e)](_0x505c85[_0x3fc5(0x179)]);continue;case'1':console[_0x3fc5(0x4e)](_0x505c85[_0x3fc5(0x17a)]);continue;case'2':console[_0x3fc5(0x4e)](_0x505c85['sDHil']);continue;case'3':console[_0x3fc5(0x4e)](_0x505c85[_0x3fc5(0x17b)]);continue;case'4':console[_0x3fc5(0x4e)](_0x505c85['kSjQc'],_0x2cc377?_0x505c85[_0x3fc5(0x17c)]:'No');continue;case'5':console[_0x3fc5(0x4e)](_0x3fc5(0x17d));continue;case'6':console[_0x3fc5(0x4e)](_0x505c85[_0x3fc5(0x17e)]);continue;}break;}}else{if(_0x2f3cce[_0x3fc5(0x76)]||_0x2f3cce[_0x3fc5(0x17f)]){if(_0x505c85[_0x3fc5(0x180)]('fgFyU',_0x505c85[_0x3fc5(0x181)]))return _0x5bb8bf[_0x3fc5(0x58)](_0x505c85[_0x3fc5(0x182)]),![];else{const _0x5455da='6|1|2|3|0|4|5'[_0x3fc5(0x70)]('|');let _0x38c24c=0x0;while(!![]){switch(_0x5455da[_0x38c24c++]){case'0':console[_0x3fc5(0x4e)](_0x505c85['SEpUW'],_0x2cc377);continue;case'1':console[_0x3fc5(0x4e)](_0x505c85[_0x3fc5(0x183)],_0x2f3cce['hasRefreshToken']);continue;case'2':console[_0x3fc5(0x4e)](_0x505c85[_0x3fc5(0x184)]);continue;case'3':console[_0x3fc5(0x4e)](_0x505c85['ZtcUs']);continue;case'4':console[_0x3fc5(0x4e)](_0x505c85[_0x3fc5(0x185)],_0x2cc377['startsWith']('4/')?_0x505c85['ShlaE']:_0x505c85[_0x3fc5(0x12c)]);continue;case'5':console[_0x3fc5(0x4e)](_0x505c85[_0x3fc5(0x186)],_0x2cc377['length']);continue;case'6':console[_0x3fc5(0x4e)](_0x505c85[_0x3fc5(0x187)]);continue;}break;}}}else return console[_0x3fc5(0x146)](_0x505c85[_0x3fc5(0x188)]),console[_0x3fc5(0x146)](_0x3fc5(0x189),_0x2f3cce),console[_0x3fc5(0x146)](_0x505c85[_0x3fc5(0x18a)]),![];}console[_0x3fc5(0x4e)](_0x505c85['Nexrc']);try{await _0x505c85['txlpL'](triggerTrainingRestart,_0x3c3052,_0x1057c4),console[_0x3fc5(0x4e)](_0x505c85[_0x3fc5(0x18b)]);}catch(_0x13be95){if(_0x505c85['VFlzq'](_0x3fc5(0xf1),_0x505c85[_0x3fc5(0x18c)]))console['warn'](_0x505c85[_0x3fc5(0x18d)],_0x13be95),console[_0x3fc5(0x146)](_0x3fc5(0x18e));else return _0x2cd9c1[_0x3fc5(0xa7)](_0x505c85['AZqAv'])||_0x3abec3[_0x3fc5(0xa7)](_0x505c85[_0x3fc5(0x18f)]);}return!![];}}else{if(_0x505c85['rjhdK'](_0x3fc5(0xf3),_0x505c85[_0x3fc5(0x190)])){const _0x78ef10=await _0x20825a[_0x3fc5(0x5e)]();return console['error']('❌\x20[YOUTUBE\x20REAUTH]\x20Backend\x20processing\x20FAILED:',_0x20825a[_0x3fc5(0x61)],_0x78ef10),console[_0x3fc5(0x58)](_0x505c85[_0x3fc5(0x191)]),![];}else{const _0x519459=_0x505c85[_0x3fc5(0x192)][_0x3fc5(0x70)]('|');let _0x382e5a=0x0;while(!![]){switch(_0x519459[_0x382e5a++]){case'0':_0x2790e8[_0x3fc5(0x58)](_0x505c85[_0x3fc5(0x107)]);continue;case'1':_0x54455a[_0x3fc5(0x58)](_0x505c85[_0x3fc5(0x193)]);continue;case'2':_0x66cab0[_0x3fc5(0x58)](_0x505c85[_0x3fc5(0x194)]);continue;case'3':_0x34975c[_0x3fc5(0x58)](_0x3fc5(0x106)+_0x315c4b+'.\x20Possible\x20causes:');continue;case'4':_0x3f9970[_0x3fc5(0x58)](_0x505c85[_0x3fc5(0x195)]);continue;case'5':_0x4405cd['error'](_0x3fc5(0x83));continue;}break;}}}}else return console[_0x3fc5(0x58)](_0x505c85[_0x3fc5(0x196)]),console[_0x3fc5(0x58)](_0x505c85[_0x3fc5(0x197)]),console[_0x3fc5(0x58)](_0x505c85[_0x3fc5(0x198)]),console[_0x3fc5(0x58)]('\x20\x20\x201.\x20Try\x20the\x20revoke\x20method:\x20forceYouTubeReconnectionWithRevoke()'),console[_0x3fc5(0x58)](_0x505c85[_0x3fc5(0x199)]),console[_0x3fc5(0x58)](_0x505c85[_0x3fc5(0x19a)]),![];}catch(_0x2a0a97){console[_0x3fc5(0x58)](_0x505c85['FYaTU'],_0x2a0a97);if(_0x505c85[_0x3fc5(0x11a)](_0x2a0a97[_0x3fc5(0x20)],_googleSignin[_0x3fc5(0x16d)]['SIGN_IN_CANCELLED']))console[_0x3fc5(0x58)]('❌\x20User\x20cancelled\x20sign-in\x20-\x20no\x20refresh\x20token\x20obtained'),console['error']('💡\x20User\x20must\x20click\x20\x22Allow\x22\x20to\x20get\x20refresh\x20token');else{if(_0x505c85[_0x3fc5(0x19b)](_0x2a0a97[_0x3fc5(0x20)],_googleSignin[_0x3fc5(0x16d)][_0x3fc5(0x170)]))console[_0x3fc5(0x58)](_0x505c85[_0x3fc5(0x19c)]);else _0x505c85['YXpkb'](_0x2a0a97['code'],_googleSignin['statusCodes']['PLAY_SERVICES_NOT_AVAILABLE'])&&console[_0x3fc5(0x58)](_0x505c85['yvsKO']);}return![];}};exports[_0x3fc5(0xc)]=forceYouTubeReconnectionWithConsent;const forceYouTubeReconnectionWithRevoke=async _0x50e066=>{const _0x45fff0={'yyDpr':_0x3fc5(0xda),'mEHKR':_0x3fc5(0xdb),'XtvHw':'✅\x20[CONNECTIVITY]\x20API\x20server\x20is\x20reachable','Slwva':_0x3fc5(0x19d),'VLMgG':'ℹ️\x20NOTE:\x20SDK\x20does\x20not\x20create\x20users\x20during\x20YouTube\x20connection','HgQiC':_0x3fc5(0x19e),'ZjTbO':'👤\x20User:','HifpT':function(_0x49f05d){return _0x49f05d();},'cBYlg':function(_0x5845b0,_0x339329){return _0x5845b0!==_0x339329;},'HXTtz':_0x3fc5(0x19f),'zqOts':_0x3fc5(0x1a0),'HDxbI':_0x3fc5(0x1a1),'PdhGz':_0x3fc5(0x1a2),'BWwSV':function(_0x51e9f8,_0x3d10e8){return _0x51e9f8===_0x3d10e8;},'KPKgA':function(_0x45d667,_0x57536a){return _0x45d667===_0x57536a;},'cpRHT':function(_0x1c9755,_0x412c44){return _0x1c9755===_0x412c44;},'hoAoh':function(_0x59d0b4,_0x4731a3){return _0x59d0b4!==_0x4731a3;},'gObYC':_0x3fc5(0x1a3),'IdgIY':_0x3fc5(0x1a4),'HszaI':'🔑\x20Refresh\x20token\x20preview:','jvGWn':_0x3fc5(0x1a5),'dWIEJ':'nitrD','yVuZM':'❌\x20Still\x20no\x20refresh\x20token\x20after\x20revoke\x20method','IKaIQ':_0x3fc5(0x1a6)};try{var _0x337cbe;console[_0x3fc5(0x4e)](_0x3fc5(0x1a7)),console[_0x3fc5(0x4e)](_0x45fff0[_0x3fc5(0x1a8)],_0x50e066),_0x45fff0[_0x3fc5(0x1a9)](initializeGoogleSignIn),await _googleSignin[_0x3fc5(0xb2)]['hasPlayServices']();try{_0x45fff0[_0x3fc5(0x1aa)](_0x45fff0[_0x3fc5(0x1ab)],_0x45fff0['zqOts'])?(await _googleSignin[_0x3fc5(0xb2)][_0x3fc5(0x1ac)](),console[_0x3fc5(0x4e)]('✅\x20Revoked\x20existing\x20permissions\x20-\x20fresh\x20consent\x20REQUIRED')):(_0x297a18[_0x3fc5(0x4e)](_0x45fff0[_0x3fc5(0x1ad)]),_0x2d92ce=_0x45fff0[_0x3fc5(0x1ae)]);}catch(_0x46b45d){console[_0x3fc5(0x4e)](_0x45fff0[_0x3fc5(0x1af)],_0x46b45d);}await _googleSignin[_0x3fc5(0xb2)][_0x3fc5(0x1b0)](),console[_0x3fc5(0x4e)](_0x3fc5(0x1b1)),console['log'](_0x45fff0['PdhGz']);const _0x191e8e=await _googleSignin[_0x3fc5(0xb2)][_0x3fc5(0x114)](),_0x3a6383=await _googleSignin[_0x3fc5(0xb2)][_0x3fc5(0x1b2)](),_0x453a06=await _googleSignin[_0x3fc5(0xb2)][_0x3fc5(0x11c)](),_0x56ad1a=(_0x45fff0['BWwSV'](_0x337cbe=_0x191e8e[_0x3fc5(0x118)],null)||_0x45fff0['KPKgA'](_0x337cbe,void 0x0)?void 0x0:_0x337cbe[_0x3fc5(0x3c)])||(_0x45fff0[_0x3fc5(0x1b3)](_0x453a06,null)||_0x453a06===void 0x0?void 0x0:_0x453a06[_0x3fc5(0x3c)]);if(_0x56ad1a){if(_0x45fff0[_0x3fc5(0x1b4)]('FsGFC',_0x45fff0['gObYC']))return console[_0x3fc5(0x4e)](_0x45fff0['IdgIY']),console[_0x3fc5(0x4e)](_0x45fff0[_0x3fc5(0x1b5)],_0x56ad1a[_0x3fc5(0x120)](0x0,0x14)+_0x3fc5(0x121)),!![];else _0x58f6f3[_0x3fc5(0x4e)](_0x45fff0[_0x3fc5(0x1b6)]);}else{if(_0x45fff0[_0x3fc5(0x1b3)](_0x45fff0[_0x3fc5(0x1b7)],_0x45fff0[_0x3fc5(0x1b8)]))_0x48eb01['log'](_0x45fff0[_0x3fc5(0x1b9)]),_0x3e89b4[_0x3fc5(0x4e)](_0x45fff0[_0x3fc5(0x1ba)]),_0x3b72a3[_0x3fc5(0x4e)](_0x45fff0[_0x3fc5(0x1bb)]);else return console['error'](_0x45fff0[_0x3fc5(0x1bc)]),![];}}catch(_0x2744e1){return console[_0x3fc5(0x58)](_0x45fff0[_0x3fc5(0x1bd)],_0x2744e1),![];}};exports[_0x3fc5(0xb)]=forceYouTubeReconnectionWithRevoke;const fixUserYouTubeConnection=async _0x1012d3=>{const _0x370a80={'oLupL':'⚠️\x20Still\x20no\x20refresh\x20token\x20after\x20reconnection','BCzIq':_0x3fc5(0x1be),'qCfBf':function(_0x56aae8,_0x1cc6ea){return _0x56aae8(_0x1cc6ea);},'TNjFU':function(_0x5bacf3,_0x4bbad4){return _0x5bacf3===_0x4bbad4;},'aoXSp':'xUrls'};console[_0x3fc5(0x4e)](_0x3fc5(0x1bf)+_0x1012d3),console[_0x3fc5(0x4e)](_0x370a80[_0x3fc5(0x1c0)]);let _0x4fbd0d=await _0x370a80[_0x3fc5(0x1c1)](forceYouTubeReconnectionWithConsent,_0x1012d3);if(_0x4fbd0d)return console[_0x3fc5(0x4e)]('✅\x20'+_0x1012d3+'\x20YouTube\x20connection\x20fixed\x20via\x20Method\x201!'),!![];console[_0x3fc5(0x4e)](_0x3fc5(0x1c2)),_0x4fbd0d=await forceYouTubeReconnectionWithRevoke(_0x1012d3);if(_0x4fbd0d){if(_0x370a80[_0x3fc5(0x1c3)](_0x370a80[_0x3fc5(0x1c4)],_0x3fc5(0x1c5)))_0x1ef7ad[_0x3fc5(0x146)](_0x370a80[_0x3fc5(0x1c6)]);else return console[_0x3fc5(0x4e)]('✅\x20'+_0x1012d3+_0x3fc5(0x1c7)),!![];}return console[_0x3fc5(0x58)]('❌\x20Failed\x20to\x20fix\x20'+_0x1012d3+_0x3fc5(0x1c8)),![];};exports['fixUserYouTubeConnection']=fixUserYouTubeConnection;const refreshGoogleTokens=async()=>{const _0x56b500={'lRSFz':_0x3fc5(0x1c9),'DxiOd':'❌\x20Error\x20refreshing\x20YouTube\x20tokens:','QoRfJ':function(_0x386a25,_0x2c8ff6){return _0x386a25===_0x2c8ff6;},'AcmNQ':_0x3fc5(0x1ca),'gpvzG':_0x3fc5(0x1cb),'TDDBe':function(_0x70bae3,_0xa19a19){return _0x70bae3!==_0xa19a19;},'RaBNd':_0x3fc5(0x1cc),'SgRGL':'AEDHw','rDHzr':'✅\x20Successfully\x20refreshed\x20Google\x20tokens','vOqsR':_0x3fc5(0x1cd),'OZFyw':_0x3fc5(0x1ce),'XqHkc':_0x3fc5(0x1cf),'kslIn':function(_0x3cd6a6,_0x3dea21){return _0x3cd6a6===_0x3dea21;},'YoolX':'ItiFJ','mMSlB':'❌\x20Re-authentication\x20also\x20failed:'};try{if(_0x56b500[_0x3fc5(0x1d0)](_0x3fc5(0x1ca),_0x56b500[_0x3fc5(0x1d1)])){console['log'](_0x56b500[_0x3fc5(0x1d2)]);const _0x439eec=await _googleSignin[_0x3fc5(0xb2)][_0x3fc5(0x11c)]();if(!_0x439eec){if(_0x56b500[_0x3fc5(0x1d3)](_0x56b500['RaBNd'],_0x56b500[_0x3fc5(0x1d4)]))return console[_0x3fc5(0x4e)](_0x3fc5(0x1d5)),null;else _0x3bf5fe[_0x3fc5(0x4e)](_0x3fc5(0x1d6));}const _0x129677=await _googleSignin[_0x3fc5(0xb2)]['getTokens']();return console[_0x3fc5(0x4e)](_0x56b500['rDHzr']),{'accessToken':_0x129677[_0x3fc5(0x108)],'idToken':_0x129677[_0x3fc5(0x151)]};}else return _0x3d1a94[_0x3fc5(0x4e)](_0x3fc5(0x1d5)),null;}catch(_0xccc7c0){if(_0x56b500[_0x3fc5(0x1d7)]!==_0x56b500[_0x3fc5(0x1d7)])return _0x148c7f[_0x3fc5(0x58)](_0x56b500[_0x3fc5(0x1d8)]),![];else{console[_0x3fc5(0x58)](_0x56b500[_0x3fc5(0x1d9)],_0xccc7c0);try{console[_0x3fc5(0x4e)](_0x56b500[_0x3fc5(0x1da)]);const _0x40cf5b=await _googleSignin[_0x3fc5(0xb2)][_0x3fc5(0x114)](),_0xa83db7=await _googleSignin[_0x3fc5(0xb2)]['getTokens']();return console[_0x3fc5(0x4e)](_0x3fc5(0x1db)),{'accessToken':_0xa83db7[_0x3fc5(0x108)],'idToken':_0xa83db7[_0x3fc5(0x151)]};}catch(_0x2406cb){return _0x56b500[_0x3fc5(0x1dc)](_0x56b500[_0x3fc5(0x1dd)],'KfIiV')?(_0x544edc[_0x3fc5(0x58)](_0x56b500[_0x3fc5(0x1de)],_0x1f287f),![]):(console['error'](_0x56b500['mMSlB'],_0x2406cb),null);}}}},debugYouTubeTokens=async()=>{const _0xf463ad={'BTcsE':_0x3fc5(0x1df),'hMNqV':_0x3fc5(0x1e0),'eDTga':_0x3fc5(0xcc),'TuptR':function(_0x3e6def,_0x4b0c32){return _0x3e6def!==_0x4b0c32;},'VXgVh':function(_0x494b54,_0x3640fa){return _0x494b54!==_0x3640fa;},'mugxS':function(_0x1083cb,_0x182768){return _0x1083cb===_0x182768;},'nQCkV':function(_0x132b13,_0x530a42){return _0x132b13===_0x530a42;},'LDDXI':function(_0xc13ccc,_0x4800b9){return _0xc13ccc===_0x4800b9;},'tpIEA':function(_0x199468,_0xd3cd06){return _0x199468!==_0xd3cd06;},'bGxju':_0x3fc5(0x3c),'XMfll':_0x3fc5(0x1e1),'bMFsc':'❌\x20Debug\x20tokens\x20failed:'};try{var _0x54b5d0;const _0x6c1bb8=await _googleSignin[_0x3fc5(0xb2)][_0x3fc5(0x1b2)](),_0x58ae28=await _googleSignin[_0x3fc5(0xb2)][_0x3fc5(0x11c)]();return console[_0x3fc5(0x4e)](_0xf463ad[_0x3fc5(0x1e2)],{'accessToken':_0x6c1bb8[_0x3fc5(0x108)]?_0x6c1bb8[_0x3fc5(0x108)][_0x3fc5(0x120)](0x0,0x14)+_0x3fc5(0x121):_0xf463ad[_0x3fc5(0x1e3)],'idToken':_0x6c1bb8[_0x3fc5(0x151)]?_0xf463ad[_0x3fc5(0x1e4)]:_0xf463ad[_0x3fc5(0x1e3)],'serverAuthCode':_0xf463ad[_0x3fc5(0x1e5)](_0x58ae28,null)&&_0xf463ad['VXgVh'](_0x58ae28,void 0x0)&&_0x58ae28[_0x3fc5(0x3c)]?_0x58ae28[_0x3fc5(0x3c)][_0x3fc5(0x120)](0x0,0x14)+'...':_0xf463ad[_0x3fc5(0x1e3)],'userEmail':(_0xf463ad['mugxS'](_0x58ae28,null)||_0xf463ad[_0x3fc5(0x1e6)](_0x58ae28,void 0x0)||_0xf463ad[_0x3fc5(0x1e7)](_0x54b5d0=_0x58ae28['user'],null)||_0xf463ad[_0x3fc5(0x1e8)](_0x54b5d0,void 0x0)?void 0x0:_0x54b5d0[_0x3fc5(0x7b)])||_0xf463ad[_0x3fc5(0x1e3)]}),{'hasRefreshToken':!!(_0xf463ad[_0x3fc5(0x1e9)](_0x58ae28,null)&&_0xf463ad[_0x3fc5(0x1ea)](_0x58ae28,void 0x0)&&_0x58ae28[_0x3fc5(0x3c)]),'refreshTokenType':_0xf463ad['VXgVh'](_0x58ae28,null)&&_0xf463ad[_0x3fc5(0x1ea)](_0x58ae28,void 0x0)&&_0x58ae28['serverAuthCode']?_0xf463ad['bGxju']:_0xf463ad['XMfll']};}catch(_0x1fbc7f){return console[_0x3fc5(0x58)](_0xf463ad[_0x3fc5(0x1eb)],_0x1fbc7f),{'hasRefreshToken':![],'refreshTokenType':_0x3fc5(0x58)};}},reconnectYouTube=async _0x1d9df5=>{const _0x205763={'MkiPF':_0x3fc5(0x1a6),'SPLBg':_0x3fc5(0x1ec),'piECK':_0x3fc5(0x1ed),'hkrXZ':'🔄\x20Forcing\x20fresh\x20YouTube\x20reconnection\x20for\x20refresh\x20token...','dJfTL':function(_0x5e5c89,_0x550e98){return _0x5e5c89!==_0x550e98;},'oguze':_0x3fc5(0x1ee),'enPvE':_0x3fc5(0x1ef),'Llegm':_0x3fc5(0x1f0),'CpUnd':'ℹ️\x20Token\x20clearing\x20failed\x20or\x20not\x20needed:','UqOBS':function(_0x1b19c0,_0xe983d9,_0x23a2dd){return _0x1b19c0(_0xe983d9,_0x23a2dd);},'UGXpO':'✅\x20YouTube\x20reconnected\x20successfully\x20with\x20refresh\x20token','wocrS':function(_0x5edf32){return _0x5edf32();},'cJujE':function(_0x537383,_0x4da2dc){return _0x537383===_0x4da2dc;},'ivHyl':_0x3fc5(0x1f1),'dvjep':_0x3fc5(0x1f2),'jksJl':_0x3fc5(0x1f3),'sMTTZ':_0x3fc5(0xbe),'ctHWa':function(_0x22c302,_0x4ef997){return _0x22c302!==_0x4ef997;},'Pxoni':'UcXVj','bmLKd':_0x3fc5(0x1f4)};try{console[_0x3fc5(0x4e)](_0x205763[_0x3fc5(0x1f5)]);try{_0x205763['dJfTL'](_0x3fc5(0x1f6),'vBnMK')?(await _googleSignin[_0x3fc5(0xb2)][_0x3fc5(0x1b0)](),console[_0x3fc5(0x4e)](_0x3fc5(0x1f7))):_0x41fea0[_0x3fc5(0x58)]('❌\x20[OAUTH]\x20Request\x20timeout\x20for\x20'+_0x31ebe1+_0x3fc5(0xa6));}catch(_0x150a76){console[_0x3fc5(0x4e)](_0x205763[_0x3fc5(0x1f8)],_0x150a76);}try{const _0xc9c1f7=await _googleSignin[_0x3fc5(0xb2)][_0x3fc5(0x1b2)]();if(_0xc9c1f7[_0x3fc5(0x108)]){if(_0x205763[_0x3fc5(0x1f9)](_0x205763['enPvE'],_0x3fc5(0x1fa)))await _googleSignin['GoogleSignin'][_0x3fc5(0x10b)](_0xc9c1f7['accessToken']),console[_0x3fc5(0x4e)](_0x205763[_0x3fc5(0x1fb)]);else return _0x943169[_0x3fc5(0x58)](_0x205763['MkiPF'],_0x5df193),![];}}catch(_0x196575){console['log'](_0x205763['CpUnd'],_0x196575);}const _0x379c71=await _0x205763[_0x3fc5(0x1fc)](initiateNativeAuth,_0x3fc5(0x14f),_0x1d9df5);if(_0x379c71){console[_0x3fc5(0x4e)](_0x205763[_0x3fc5(0x1fd)]);const _0x315cdc=await _0x205763[_0x3fc5(0x1fe)](debugYouTubeTokens);if(_0x315cdc[_0x3fc5(0x76)]){if(_0x205763[_0x3fc5(0x1ff)](_0x3fc5(0x200),_0x3fc5(0x200)))console[_0x3fc5(0x4e)](_0x205763[_0x3fc5(0x201)],_0x315cdc[_0x3fc5(0x164)]);else return _0xaed7d2[_0x3fc5(0x58)](_0x205763[_0x3fc5(0x202)],_0xb1d94f),![];}else console[_0x3fc5(0x146)](_0x205763['dvjep']);return!![];}else return _0x205763[_0x3fc5(0x1f9)](_0x205763[_0x3fc5(0x203)],_0x205763['jksJl'])?(_0x3f53bf['error'](_0x205763[_0x3fc5(0x204)]),![]):(console[_0x3fc5(0x58)](_0x205763[_0x3fc5(0x205)]),![]);}catch(_0x148755){return _0x205763[_0x3fc5(0x206)](_0x205763[_0x3fc5(0x207)],_0x205763[_0x3fc5(0x208)])?(console[_0x3fc5(0x58)](_0x205763['SPLBg'],_0x148755),![]):(_0x359f31[_0x3fc5(0x58)]('❌\x20[OAUTH]\x20User\x20not\x20authenticated\x20-\x20cannot\x20initiate\x20'+_0x26083f+_0x3fc5(0x209)),_0x80b657['error']('❌\x20[OAUTH]\x20Please\x20log\x20in\x20first\x20before\x20connecting\x20platforms'),null);}};function _0x3fc5(_0x4dfcea,_0x3fc5c8){_0x4dfcea=_0x4dfcea-0x0;const _0x52d0ca=_0x4dfc();let _0xaa6a30=_0x52d0ca[_0x4dfcea];return _0xaa6a30;}exports[_0x3fc5(0x7)]=reconnectYouTube;const initiateNativeAuth=async(_0x42b497,_0x53ee3c)=>{const _0x127ef4={'KzJBn':_0x3fc5(0x20a),'BRIwH':function(_0x4b68b4,_0x1f49fa){return _0x4b68b4(_0x1f49fa);},'RQhtb':_0x3fc5(0xb5),'NVUGl':_0x3fc5(0x20b),'iVSJC':_0x3fc5(0x58),'YzYjz':_0x3fc5(0x20c),'yoFiN':'Google\x20Play\x20Services\x20not\x20available','gcefC':_0x3fc5(0x1ee),'gDlDO':_0x3fc5(0x20d),'CjqdP':'Email\x20verified\x20successfully','BNDxw':function(_0x362d90,_0x4d3dab){return _0x362d90(_0x4d3dab);},'NoKVW':function(_0x56c9e4,_0x166e26,_0x2f2529){return _0x56c9e4(_0x166e26,_0x2f2529);},'VHdxn':function(_0x426c2e,_0x1b44ae){return _0x426c2e===_0x1b44ae;},'kTjcx':'youtube','EpOyX':_0x3fc5(0x20e),'RSNbo':_0x3fc5(0x20f),'jYieB':_0x3fc5(0x1ed),'RBYYe':_0x3fc5(0x210),'KfGjW':function(_0x592711){return _0x592711();},'GkLaV':'✅\x20Google\x20Sign-In\x20successful:','VfjBj':function(_0x2d2ee1,_0x5135e9){return _0x2d2ee1===_0x5135e9;},'qrJNe':'🔑\x20Got\x20Google\x20tokens','jodKY':function(_0x1dd237,_0x408b5b){return _0x1dd237===_0x408b5b;},'pATnj':_0x3fc5(0x211),'QJSJw':_0x3fc5(0x212),'PTBMP':function(_0x13a764,_0x421183){return _0x13a764!==_0x421183;},'dTIYx':_0x3fc5(0x1e0),'ziIEQ':'-\x20currentUser?.serverAuthCode:','dLdXb':function(_0x43cc8f,_0x344cfa){return _0x43cc8f!==_0x344cfa;},'mfxVq':_0x3fc5(0x213),'tRftQ':'-\x20tokens.accessToken:','HxWva':_0x3fc5(0x214),'YrQsf':_0x3fc5(0x215),'cUbqq':'🔑\x20Refresh\x20token\x20preview:','NUtDW':function(_0x55cac5,_0x33a55d){return _0x55cac5!==_0x33a55d;},'EdqaR':function(_0x4c48de,_0x23768f){return _0x4c48de!==_0x23768f;},'wUUMh':'❌\x20CRITICAL:\x20No\x20refresh\x20token\x20available\x20-\x20YouTube\x20connection\x20will\x20fail\x20when\x20token\x20expires','BXuZv':'💡\x20User\x20needs\x20to\x20reconnect\x20with\x20proper\x20consent\x20screen','mMeut':_0x3fc5(0xbb),'YkRaE':_0x3fc5(0xbc),'xNZgA':'🔑\x20Refresh\x20token\x20type:','NPoXr':'serverAuthCode','zTdrk':_0x3fc5(0x3d),'SZqvP':_0x3fc5(0xd3),'mkFML':function(_0xa7edcf,_0x885080,_0x2964a5){return _0xa7edcf(_0x885080,_0x2964a5);},'CGwuc':_0x3fc5(0x132),'sxwQG':function(_0x478d2b,_0x401d7d){return _0x478d2b!==_0x401d7d;},'qlOKJ':'eXboy','WrERE':function(_0xbf75a7,_0x5d8f86){return _0xbf75a7>_0x5d8f86;},'kppDT':_0x3fc5(0x216),'tBhFk':'✅\x20YouTube\x20channel\x20found:','AMiru':_0x3fc5(0xd5),'wDRcO':'⚠️\x20No\x20YouTube\x20channel\x20found\x20for\x20user','pTavA':function(_0xe597a,_0x487d7f){return _0xe597a===_0x487d7f;},'cGAUX':function(_0x304e44,_0x4d79f7){return _0x304e44===_0x4d79f7;},'UkKEN':function(_0x33f6ba,_0x16c65e){return _0x33f6ba===_0x16c65e;},'VtTdV':function(_0x4c5c51,_0x45c72b){return _0x4c5c51===_0x45c72b;},'dZmrg':'No\x20Channel','giFiP':_0x3fc5(0x217),'yedoE':function(_0x21723e,_0x1f19d8){return _0x21723e===_0x1f19d8;},'bszSu':function(_0x42284e,_0x12b76e){return _0x42284e===_0x12b76e;},'AAYzx':function(_0x29b640,_0x4f2244){return _0x29b640===_0x4f2244;},'eIrWt':function(_0x349983,_0x204199){return _0x349983===_0x204199;},'XJJUy':_0x3fc5(0xd0),'epjDJ':_0x3fc5(0xd9),'iPQKj':function(_0x22578c,_0x30ca25){return _0x22578c===_0x30ca25;},'ozTYS':function(_0x40cc8f,_0x37abc4){return _0x40cc8f===_0x37abc4;},'INEkI':function(_0x4ce3e3,_0x4040ce){return _0x4ce3e3===_0x4040ce;},'NkyUN':_0x3fc5(0x218),'YvKqT':function(_0x39c24e,_0x5a692e){return _0x39c24e||_0x5a692e;},'DXgnd':function(_0x4596ad,_0x35585e){return _0x4596ad===_0x35585e;},'tEysT':_0x3fc5(0x219),'qKiCs':_0x3fc5(0x19d),'NfoCJ':'VBwuU','oRGYD':_0x3fc5(0x21a),'DuCov':_0x3fc5(0x21b),'THeNV':_0x3fc5(0x21c),'LmotP':_0x3fc5(0x21d),'XJkiU':_0x3fc5(0x21e),'fFJQF':'📺\x20YouTube\x20channel\x20name:','juxoI':function(_0xa299c3,_0x69cc6b){return _0xa299c3===_0x69cc6b;},'DOhTQ':function(_0x6d1647,_0x406f97){return _0x6d1647===_0x406f97;},'PzjBV':function(_0x2f509a,_0x1c42ba){return _0x2f509a===_0x1c42ba;},'ziusf':function(_0x26d3bb,_0x5b221c){return _0x26d3bb===_0x5b221c;},'Rzovl':'apple','yaDmv':function(_0x17804a,_0x35ef63){return _0x17804a+_0x35ef63;},'qeyjf':function(_0x530cf1,_0x5a88bc){return _0x530cf1*_0x5a88bc;},'fKXBD':_0x3fc5(0x1e1),'eaUKp':_0x3fc5(0x21f),'fkxEE':_0x3fc5(0x220),'lurLi':_0x3fc5(0x221),'IVTNK':_0x3fc5(0x222),'mWLKC':_0x3fc5(0x223),'JYBuc':_0x3fc5(0x224),'XFpdO':'📋\x20COMPLETE\x20BACKEND\x20PAYLOAD:','kDaQT':function(_0x5907e0,_0x38d736){return _0x5907e0&&_0x38d736;},'UMkCY':'📡\x20Backend\x20response\x20status:','viDEd':_0x3fc5(0x225),'doejS':_0x3fc5(0x226),'euUif':_0x3fc5(0x227),'FcaSM':function(_0x39b517,_0x1c3eaf){return _0x39b517===_0x1c3eaf;},'hQiFv':function(_0x40a4c1,_0x12ca49){return _0x40a4c1===_0x12ca49;},'maCRE':function(_0x5c53fa,_0x29f2da){return _0x5c53fa===_0x29f2da;},'WFFCp':_0x3fc5(0xe3),'NIaUg':function(_0x2cd96d,_0x2eaba3){return _0x2cd96d!==_0x2eaba3;},'BTNpH':_0x3fc5(0x228),'drSYI':_0x3fc5(0x229),'JpXcT':_0x3fc5(0x22a),'YypMD':_0x3fc5(0x22b),'SIcOI':_0x3fc5(0x22c),'vdyGW':'✅\x20[YOUTUBE\x20AUTH]\x20Backend\x20confirmed\x20refresh\x20token\x20received','Bmrhi':_0x3fc5(0x22d),'YTSsy':_0x3fc5(0x22e),'dEztA':_0x3fc5(0x22f),'JFZvN':_0x3fc5(0x230),'CSxzC':_0x3fc5(0x231),'WyTCJ':'QrGaQ','VuKSK':'❌\x20Google\x20Sign-In\x20error:','jHFxJ':_0x3fc5(0x232),'eVlqb':_0x3fc5(0x233),'Eplbk':_0x3fc5(0x234),'zXMWK':_0x3fc5(0x1d6),'DzpOz':function(_0x5747fc,_0x317ba4){return _0x5747fc===_0x317ba4;},'EGZAt':_0x3fc5(0x235),'VBCls':_0x3fc5(0x236)};if(_0x127ef4[_0x3fc5(0x237)](_0x42b497,_0x127ef4['kTjcx'])){console[_0x3fc5(0x4e)](_0x127ef4[_0x3fc5(0x238)]);if(!_0x53ee3c||_0x127ef4['VHdxn'](_0x53ee3c[_0x3fc5(0x14c)](),'')){if(_0x127ef4['RSNbo']==='JJLmn')return console[_0x3fc5(0x58)](_0x127ef4[_0x3fc5(0x239)]),![];else _0x5803e4[_0x3fc5(0x4e)](_0x127ef4['KzJBn']),_0x127ef4['BRIwH'](_0x260f64,!![]);}try{if(_0x127ef4[_0x3fc5(0x23a)]==='cxGpB')throw new _0x5de8ff(_0x127ef4['RQhtb']);else{var _0x3012e5,_0x2202d4,_0x5709ca,_0x5a65c9,_0x9c9f8c,_0x445610,_0x366441,_0x4119ca,_0x1bea19,_0x44edb0;_0x127ef4['KfGjW'](initializeGoogleSignIn),await _googleSignin[_0x3fc5(0xb2)][_0x3fc5(0x111)]();try{await _googleSignin[_0x3fc5(0xb2)][_0x3fc5(0x1b0)](),console[_0x3fc5(0x4e)]('🔄\x20Signed\x20out\x20to\x20force\x20fresh\x20consent');}catch(_0x3c90fc){console['log'](_0x3fc5(0x23b),_0x3c90fc);}const _0x160347=await _googleSignin[_0x3fc5(0xb2)][_0x3fc5(0x114)]();console[_0x3fc5(0x4e)](_0x127ef4[_0x3fc5(0x23c)],_0x127ef4['VfjBj'](_0x3012e5=_0x160347['data'],null)||_0x3012e5===void 0x0||(_0x3012e5=_0x3012e5[_0x3fc5(0x11b)])===null||_0x127ef4['VfjBj'](_0x3012e5,void 0x0)?void 0x0:_0x3012e5[_0x3fc5(0x7b)]),console[_0x3fc5(0x4e)](_0x3fc5(0x23d)),console['log'](JSON[_0x3fc5(0x96)](_0x160347,null,0x2));const _0x3ef881=await _googleSignin[_0x3fc5(0xb2)]['getTokens']();console[_0x3fc5(0x4e)](_0x127ef4['qrJNe']),console[_0x3fc5(0x4e)](_0x3fc5(0x23e)),console[_0x3fc5(0x4e)](JSON['stringify'](_0x3ef881,null,0x2));const _0x5a37e5=await _googleSignin['GoogleSignin'][_0x3fc5(0x11c)]();console[_0x3fc5(0x4e)](_0x3fc5(0x23f),_0x127ef4[_0x3fc5(0x240)](_0x5a37e5,null)||_0x127ef4[_0x3fc5(0x237)](_0x5a37e5,void 0x0)||_0x127ef4[_0x3fc5(0x241)](_0x2202d4=_0x5a37e5[_0x3fc5(0x11b)],null)||_0x127ef4['jodKY'](_0x2202d4,void 0x0)?void 0x0:_0x2202d4[_0x3fc5(0x7b)]),console[_0x3fc5(0x4e)](_0x127ef4[_0x3fc5(0x242)]),console[_0x3fc5(0x4e)](JSON[_0x3fc5(0x96)](_0x5a37e5,null,0x2));let _0xa1d241=null;console[_0x3fc5(0x4e)](_0x127ef4[_0x3fc5(0x243)]),console[_0x3fc5(0x4e)]('-\x20userInfo.data?.serverAuthCode:',_0x127ef4['PTBMP'](_0x5709ca=_0x160347[_0x3fc5(0x118)],null)&&_0x127ef4[_0x3fc5(0x244)](_0x5709ca,void 0x0)&&_0x5709ca[_0x3fc5(0x3c)]?_0x3fc5(0x245)+_0x160347[_0x3fc5(0x118)][_0x3fc5(0x3c)]['substring'](0x0,0x14)+_0x3fc5(0x121):_0x127ef4[_0x3fc5(0x246)]),console[_0x3fc5(0x4e)](_0x127ef4[_0x3fc5(0x247)],_0x5a37e5!==null&&_0x127ef4['dLdXb'](_0x5a37e5,void 0x0)&&_0x5a37e5[_0x3fc5(0x3c)]?_0x3fc5(0x245)+_0x5a37e5[_0x3fc5(0x3c)][_0x3fc5(0x120)](0x0,0x14)+_0x3fc5(0x121):_0x3fc5(0x1e0)),console[_0x3fc5(0x4e)](_0x127ef4[_0x3fc5(0x248)],_0x3ef881[_0x3fc5(0x151)]?_0x3fc5(0x245)+_0x3ef881['idToken'][_0x3fc5(0x120)](0x0,0x14)+_0x3fc5(0x121):_0x127ef4['dTIYx']),console[_0x3fc5(0x4e)](_0x127ef4[_0x3fc5(0x249)],_0x3ef881[_0x3fc5(0x108)]?'Present:\x20'+_0x3ef881[_0x3fc5(0x108)][_0x3fc5(0x120)](0x0,0x14)+_0x3fc5(0x121):'Missing');if(_0x5a37e5!==null&&_0x127ef4['dLdXb'](_0x5a37e5,void 0x0)&&_0x5a37e5['serverAuthCode']){if(_0x127ef4[_0x3fc5(0x24a)](_0x127ef4[_0x3fc5(0x24b)],_0x127ef4['HxWva']))return _0x25cee1['error'](_0x127ef4['NVUGl'],_0x472cf6),{'hasRefreshToken':![],'refreshTokenType':_0x127ef4[_0x3fc5(0x24c)]};else _0xa1d241=_0x5a37e5[_0x3fc5(0x3c)],console['log'](_0x127ef4[_0x3fc5(0x24d)]),console['log'](_0x127ef4[_0x3fc5(0x24e)],_0xa1d241[_0x3fc5(0x120)](0x0,0x14)+_0x3fc5(0x121));}else _0x127ef4['NUtDW'](_0x5a65c9=_0x160347[_0x3fc5(0x118)],null)&&_0x127ef4[_0x3fc5(0x24f)](_0x5a65c9,void 0x0)&&_0x5a65c9[_0x3fc5(0x3c)]&&(_0xa1d241=_0x160347[_0x3fc5(0x118)][_0x3fc5(0x3c)],console['log'](_0x3fc5(0x250)),console[_0x3fc5(0x4e)](_0x127ef4[_0x3fc5(0x24e)],_0xa1d241[_0x3fc5(0x120)](0x0,0x14)+_0x3fc5(0x121)));!_0xa1d241?(console[_0x3fc5(0x58)](_0x127ef4[_0x3fc5(0x251)]),console[_0x3fc5(0x58)](_0x127ef4[_0x3fc5(0x252)]),console['error'](_0x127ef4[_0x3fc5(0x253)]),console['warn'](_0x127ef4[_0x3fc5(0x254)])):(console[_0x3fc5(0x4e)](_0x3fc5(0x255)),console[_0x3fc5(0x4e)](_0x127ef4[_0x3fc5(0x256)],_0xa1d241['startsWith']('4/')?_0x127ef4[_0x3fc5(0x257)]:_0x127ef4[_0x3fc5(0x258)]));let _0x4f1ea5=_0x3fc5(0xd0),_0x1bf66b=null;try{console[_0x3fc5(0x4e)](_0x127ef4['SZqvP']);const _0x265c4d=await _0x127ef4['mkFML'](fetch,_0x127ef4[_0x3fc5(0x259)],{'headers':{'Authorization':'Bearer\x20'+_0x3ef881[_0x3fc5(0x108)],'Accept':'application/json'}});if(_0x265c4d['ok']){if(_0x127ef4[_0x3fc5(0x25a)](_0x3fc5(0x25b),_0x127ef4['qlOKJ'])){const _0x362ac5=await _0x265c4d[_0x3fc5(0x133)]();if(_0x362ac5[_0x3fc5(0x134)]&&_0x127ef4[_0x3fc5(0x25c)](_0x362ac5[_0x3fc5(0x134)][_0x3fc5(0x79)],0x0)){if(_0x127ef4[_0x3fc5(0x241)](_0x127ef4[_0x3fc5(0x25d)],_0x127ef4[_0x3fc5(0x25d)]))_0x4f1ea5=_0x362ac5['items'][0x0]['snippet'][_0x3fc5(0x137)],_0x1bf66b=_0x362ac5[_0x3fc5(0x134)][0x0]['id'],console['log'](_0x127ef4[_0x3fc5(0x25e)],_0x4f1ea5,_0x127ef4[_0x3fc5(0x25f)],_0x1bf66b);else return _0x2da0bc[_0x3fc5(0x58)](_0x3fc5(0x260),_0x550208),{'success':![],'isPending':![],'error':_0x127ef4[_0x3fc5(0x261)]};}else{var _0x167bdf,_0x32e88a;console[_0x3fc5(0x4e)](_0x127ef4['wDRcO']),_0x4f1ea5=(_0x127ef4[_0x3fc5(0x262)](_0x167bdf=_0x160347['data'],null)||_0x127ef4[_0x3fc5(0x263)](_0x167bdf,void 0x0)||_0x127ef4['jodKY'](_0x167bdf=_0x167bdf['user'],null)||_0x127ef4[_0x3fc5(0x262)](_0x167bdf,void 0x0)?void 0x0:_0x167bdf[_0x3fc5(0x65)])||(_0x127ef4[_0x3fc5(0x262)](_0x32e88a=_0x160347['data'],null)||_0x127ef4['UkKEN'](_0x32e88a,void 0x0)||_0x127ef4[_0x3fc5(0x264)](_0x32e88a=_0x32e88a[_0x3fc5(0x11b)],null)||_0x127ef4[_0x3fc5(0x241)](_0x32e88a,void 0x0)?void 0x0:_0x32e88a[_0x3fc5(0x7b)])||_0x127ef4[_0x3fc5(0x265)];}}else _0x4c4e30[_0x3fc5(0x4e)](_0x127ef4[_0x3fc5(0x266)]);}else{if(_0x127ef4[_0x3fc5(0x263)](_0x127ef4['giFiP'],_0x3fc5(0x217))){var _0x9ee8f3,_0x38e1cb;console[_0x3fc5(0x4e)]('⚠️\x20Failed\x20to\x20fetch\x20YouTube\x20channel\x20info:',_0x265c4d[_0x3fc5(0x61)]),_0x4f1ea5=((_0x9ee8f3=_0x160347[_0x3fc5(0x118)])===null||_0x127ef4[_0x3fc5(0x267)](_0x9ee8f3,void 0x0)||_0x127ef4[_0x3fc5(0x241)](_0x9ee8f3=_0x9ee8f3[_0x3fc5(0x11b)],null)||_0x127ef4['bszSu'](_0x9ee8f3,void 0x0)?void 0x0:_0x9ee8f3[_0x3fc5(0x65)])||((_0x38e1cb=_0x160347[_0x3fc5(0x118)])===null||_0x127ef4[_0x3fc5(0x268)](_0x38e1cb,void 0x0)||_0x127ef4['eIrWt'](_0x38e1cb=_0x38e1cb['user'],null)||_0x127ef4[_0x3fc5(0x269)](_0x38e1cb,void 0x0)?void 0x0:_0x38e1cb[_0x3fc5(0x7b)])||_0x127ef4[_0x3fc5(0x26a)];}else _0xedafa7['log'](_0x127ef4[_0x3fc5(0x26b)],_0x52ca38);}}catch(_0x2b9259){var _0x3271a5,_0x2b7b4f;console[_0x3fc5(0x4e)](_0x127ef4[_0x3fc5(0x26c)],_0x2b9259),_0x4f1ea5=(_0x127ef4[_0x3fc5(0x241)](_0x3271a5=_0x160347['data'],null)||_0x3271a5===void 0x0||_0x127ef4['yedoE'](_0x3271a5=_0x3271a5['user'],null)||_0x127ef4[_0x3fc5(0x26d)](_0x3271a5,void 0x0)?void 0x0:_0x3271a5[_0x3fc5(0x65)])||((_0x2b7b4f=_0x160347[_0x3fc5(0x118)])===null||_0x2b7b4f===void 0x0||_0x127ef4[_0x3fc5(0x26e)](_0x2b7b4f=_0x2b7b4f[_0x3fc5(0x11b)],null)||_0x127ef4[_0x3fc5(0x26f)](_0x2b7b4f,void 0x0)?void 0x0:_0x2b7b4f[_0x3fc5(0x7b)])||_0x127ef4[_0x3fc5(0x26a)];}let _0x14c9e7=await(0x0,_jwtStorageService[_0x3fc5(0x270)])();const _0x22102b=await _asyncStorage['default']['getItem'](_0x127ef4['NkyUN']),_0x23f2a3=_0x127ef4[_0x3fc5(0x271)](_0x22102b,_0x53ee3c)||(_0x127ef4['DXgnd'](_0x9c9f8c=_0x160347['data'],null)||_0x127ef4['VHdxn'](_0x9c9f8c,void 0x0)||_0x127ef4[_0x3fc5(0x272)](_0x9c9f8c=_0x9c9f8c[_0x3fc5(0x11b)],null)||_0x127ef4[_0x3fc5(0x26e)](_0x9c9f8c,void 0x0)?void 0x0:_0x9c9f8c['email'])||_0x127ef4['tEysT'];if(!_0x14c9e7||_0x14c9e7[_0x3fc5(0x14c)]()['length']<0x14)console['log'](_0x127ef4[_0x3fc5(0x273)]),console[_0x3fc5(0x4e)](_0x3fc5(0x274)),console[_0x3fc5(0x4e)](_0x3fc5(0x19e));else{if(_0x127ef4[_0x3fc5(0x244)](_0x127ef4[_0x3fc5(0x275)],_0x127ef4[_0x3fc5(0x276)]))console[_0x3fc5(0x4e)](_0x127ef4['DuCov']),console['log']('🔑\x20Token\x20preview:',_0x14c9e7[_0x3fc5(0x120)](0x0,0x14)+_0x3fc5(0x121));else return _0x27b89d[_0x3fc5(0x58)](_0x3fc5(0x4b),_0xd14a1d[_0x3fc5(0x57)]),{'success':![],'message':_0x3fc5(0x277)+_0x159a5b[_0x3fc5(0x57)],'details':{'error':_0x1b606c[_0x3fc5(0x57)],'results':_0x17ed73}};}console[_0x3fc5(0x4e)](_0x127ef4[_0x3fc5(0x278)],_0x23f2a3),console[_0x3fc5(0x4e)](_0x127ef4[_0x3fc5(0x279)],_0x14c9e7?_0x14c9e7[_0x3fc5(0x120)](0x0,0x14)+'...':_0x127ef4['XJkiU']),console[_0x3fc5(0x4e)](_0x127ef4[_0x3fc5(0x27a)],_0x4f1ea5);const _0x473d13={'session':{'username':_0x23f2a3,'platform':_0x127ef4[_0x3fc5(0x27b)],'timestamp':new Date()[_0x3fc5(0x92)](),'channelName':_0x4f1ea5,'channelId':_0x1bf66b},'googleUser':(_0x445610=_0x160347[_0x3fc5(0x118)])===null||_0x127ef4[_0x3fc5(0x272)](_0x445610,void 0x0)?void 0x0:_0x445610[_0x3fc5(0x11b)],'accessToken':_0x3ef881[_0x3fc5(0x108)],'idToken':_0x3ef881[_0x3fc5(0x151)],'refreshToken':_0xa1d241,'serverAuthCode':_0xa1d241,'refresh_token':_0xa1d241,'server_auth_code':_0xa1d241,'authCode':_0xa1d241,'userAccountInfo':{'username':_0x23f2a3,'email':(_0x366441=_0x160347[_0x3fc5(0x118)])===null||_0x366441===void 0x0||_0x127ef4[_0x3fc5(0x262)](_0x366441=_0x366441[_0x3fc5(0x11b)],null)||_0x127ef4[_0x3fc5(0x27c)](_0x366441,void 0x0)?void 0x0:_0x366441[_0x3fc5(0x7b)],'authToken':_0x14c9e7,'channelName':_0x4f1ea5,'channelId':_0x1bf66b,'userIdentifier':_0x14c9e7?'user-'+_0x14c9e7['substring'](0x0,0xa):_0x3fc5(0x154)+(_0x127ef4['DOhTQ'](_0x4119ca=_0x160347[_0x3fc5(0x118)],null)||_0x4119ca===void 0x0||_0x127ef4[_0x3fc5(0x26e)](_0x4119ca=_0x4119ca[_0x3fc5(0x11b)],null)||_0x4119ca===void 0x0?void 0x0:_0x4119ca[_0x3fc5(0x7b)]),'googleId':_0x127ef4[_0x3fc5(0x27d)](_0x1bea19=_0x160347[_0x3fc5(0x118)],null)||_0x1bea19===void 0x0||_0x127ef4[_0x3fc5(0x268)](_0x1bea19=_0x1bea19['user'],null)||_0x127ef4[_0x3fc5(0x27e)](_0x1bea19,void 0x0)?void 0x0:_0x1bea19['id'],'appleUserId':_0x127ef4['PTBMP'](_0x14c9e7,null)&&_0x14c9e7!==void 0x0&&_0x14c9e7[_0x3fc5(0xa7)](_0x127ef4['Rzovl'])?_0x14c9e7[_0x3fc5(0x70)]('.')[0x1]:null,'refreshToken':_0xa1d241,'serverAuthCode':_0xa1d241},'tokenExpiry':new Date(_0x127ef4[_0x3fc5(0x27f)](Date[_0x3fc5(0x159)](),_0x127ef4[_0x3fc5(0x280)](0xe10,0x3e8)))[_0x3fc5(0x92)](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!!_0xa1d241,'refreshTokenType':_0xa1d241?_0xa1d241['startsWith']('4/')?_0x127ef4[_0x3fc5(0x257)]:_0x127ef4[_0x3fc5(0x258)]:_0x127ef4[_0x3fc5(0x281)],'configuredForRefresh':!![],'forcedConsent':!![],'refreshTokenValue':_0xa1d241}};console[_0x3fc5(0x4e)](_0x3fc5(0x282)),console[_0x3fc5(0x4e)](_0x127ef4['eaUKp'],!!_0x473d13[_0x3fc5(0x108)]),console['log'](_0x127ef4[_0x3fc5(0x283)],!!_0x473d13['refreshToken']),console[_0x3fc5(0x4e)](_0x127ef4[_0x3fc5(0x284)],!!_0x473d13[_0x3fc5(0x3c)]),console[_0x3fc5(0x4e)](_0x127ef4['IVTNK'],_0x473d13['debugInfo'][_0x3fc5(0x164)]),console[_0x3fc5(0x4e)](_0x127ef4[_0x3fc5(0x285)],_0x127ef4['ozTYS'](_0x44edb0=_0x160347[_0x3fc5(0x118)],null)||_0x127ef4[_0x3fc5(0x269)](_0x44edb0,void 0x0)||(_0x44edb0=_0x44edb0['user'])===null||_0x44edb0===void 0x0?void 0x0:_0x44edb0['email']),console[_0x3fc5(0x4e)](_0x127ef4[_0x3fc5(0x286)],_0x4f1ea5),console[_0x3fc5(0x4e)](_0x127ef4['XFpdO']),console['log'](JSON['stringify'](_0x473d13,null,0x2)),console[_0x3fc5(0x4e)]('📤\x20Sending\x20YouTube\x20auth\x20to\x20backend\x20with\x20refresh\x20token:',!!_0xa1d241);const _0x3f3965=await fetch(_api['API_CONFIG']['BASE_URL']+_0x3fc5(0x167),{'method':'POST','headers':{'Content-Type':'application/json',..._0x127ef4['kDaQT'](_0x14c9e7,{'Authorization':_0x14c9e7})},'body':JSON['stringify'](_0x473d13)});console[_0x3fc5(0x4e)](_0x127ef4[_0x3fc5(0x287)],_0x3f3965['status']),console[_0x3fc5(0x4e)](_0x127ef4[_0x3fc5(0x288)],_0x3f3965[_0x3fc5(0x16b)]);if(_0x3f3965['ok']){var _0x4d398c,_0x112a7d;const _0x38e6a6=await _0x3f3965[_0x3fc5(0x133)]();console[_0x3fc5(0x4e)](_0x127ef4[_0x3fc5(0x289)]),console['log'](_0x127ef4[_0x3fc5(0x28a)]),console[_0x3fc5(0x4e)](JSON[_0x3fc5(0x96)](_0x38e6a6,null,0x2));const _0x26d91b=_0x127ef4[_0x3fc5(0x28b)]((_0x4d398c=_0x38e6a6['validation'])===null||_0x4d398c===void 0x0?void 0x0:_0x4d398c[_0x3fc5(0x174)],!![])||_0x127ef4[_0x3fc5(0x28c)](_0x127ef4[_0x3fc5(0x267)](_0x112a7d=_0x38e6a6[_0x3fc5(0x175)],null)||_0x127ef4['AAYzx'](_0x112a7d,void 0x0)?void 0x0:_0x112a7d['enabled'],!![])||_0x127ef4[_0x3fc5(0x28d)](_0x38e6a6['isTemporaryMode'],!![])||_0x38e6a6[_0x3fc5(0x57)]&&_0x38e6a6[_0x3fc5(0x57)][_0x3fc5(0xa7)](_0x127ef4[_0x3fc5(0x28e)]);if(_0x26d91b)_0x127ef4[_0x3fc5(0x28f)](_0x127ef4[_0x3fc5(0x290)],_0x127ef4[_0x3fc5(0x291)])?(console[_0x3fc5(0x4e)](_0x127ef4[_0x3fc5(0x292)]),console[_0x3fc5(0x4e)](_0x127ef4[_0x3fc5(0x293)]),console[_0x3fc5(0x4e)](_0x127ef4[_0x3fc5(0x294)])):(_0x3f3303['log'](_0x127ef4[_0x3fc5(0x295)]),_0xad681a());else _0x38e6a6[_0x3fc5(0x76)]||_0x38e6a6[_0x3fc5(0x17f)]?(console[_0x3fc5(0x4e)](_0x127ef4[_0x3fc5(0x296)]),console[_0x3fc5(0x4e)](_0x127ef4[_0x3fc5(0x297)])):(console[_0x3fc5(0x146)](_0x127ef4[_0x3fc5(0x298)]),console[_0x3fc5(0x146)](_0x127ef4[_0x3fc5(0x299)],Object[_0x3fc5(0x29a)](_0x38e6a6)),console['warn'](_0x127ef4['JFZvN']));return!![];}else{const _0x2b2069=await _0x3f3965[_0x3fc5(0x5e)]();return console[_0x3fc5(0x58)](_0x3fc5(0x29b),_0x3f3965[_0x3fc5(0x61)]),console['error'](_0x127ef4[_0x3fc5(0x29c)]),console[_0x3fc5(0x58)](_0x2b2069),![];}}}catch(_0x71aa20){if(_0x127ef4[_0x3fc5(0x29d)]!==_0x3fc5(0x29e)){console[_0x3fc5(0x58)](_0x127ef4['VuKSK'],_0x71aa20);if(_0x127ef4[_0x3fc5(0x26f)](_0x71aa20[_0x3fc5(0x20)],_googleSignin[_0x3fc5(0x16d)][_0x3fc5(0x16e)])){if(_0x127ef4[_0x3fc5(0x25a)](_0x127ef4[_0x3fc5(0x29f)],_0x127ef4[_0x3fc5(0x2a0)]))console[_0x3fc5(0x4e)](_0x127ef4['Eplbk']);else return{'success':!![],'message':_0x10bca8[_0x3fc5(0x57)]||_0x127ef4[_0x3fc5(0x2a1)],'existingUser':_0xaa64bd[_0x3fc5(0x2a2)]||![],'token':_0x2768dc[_0x3fc5(0x2a3)]};}else{if(_0x127ef4[_0x3fc5(0x26e)](_0x71aa20[_0x3fc5(0x20)],_googleSignin[_0x3fc5(0x16d)][_0x3fc5(0x170)]))console['log'](_0x127ef4[_0x3fc5(0x2a4)]);else _0x127ef4[_0x3fc5(0x26e)](_0x71aa20[_0x3fc5(0x20)],_googleSignin[_0x3fc5(0x16d)][_0x3fc5(0x171)])&&console[_0x3fc5(0x4e)](_0x3fc5(0x2a5));}return![];}else _0x1e1804[_0x3fc5(0x4e)](_0x3fc5(0x1f1),_0x284041[_0x3fc5(0x164)]);}}if(_0x127ef4['DzpOz'](_0x42b497,_0x127ef4[_0x3fc5(0x2a6)]))return console[_0x3fc5(0x4e)](_0x127ef4[_0x3fc5(0x2a7)]),new Promise(_0x4cb7f5=>{_0x127ef4[_0x3fc5(0x2a8)](setTimeout,()=>{console[_0x3fc5(0x4e)](_0x127ef4[_0x3fc5(0x2a9)]),_0x127ef4[_0x3fc5(0x2aa)](_0x4cb7f5,!![]);},0x3e8);});return![];};exports[_0x3fc5(0x2ab)]=initiateNativeAuth;const isOAuthCallback=_0x4db641=>{const _0x2c91f4={'oVLeb':'auth/callback','TYmqm':'code='};return _0x4db641[_0x3fc5(0xa7)](_0x2c91f4[_0x3fc5(0x2ac)])||_0x4db641[_0x3fc5(0xa7)](_0x2c91f4['TYmqm']);};exports[_0x3fc5(0x2ad)]=isOAuthCallback;const exchangeCodeForToken=async(_0x363d07,_0x36c188)=>{const _0x2a4ecf={'fLkgy':_0x3fc5(0x2ae),'iRpJN':function(_0x600cf6,_0x4f1fa0){return _0x600cf6===_0x4f1fa0;},'lhdMi':_0x3fc5(0x2af),'prlyy':_0x3fc5(0x2b0),'EKYcF':function(_0x161d82,_0x1def17,_0x766a67){return _0x161d82(_0x1def17,_0x766a67);},'wZxGf':'Falling\x20back\x20to\x20simulated\x20token\x20response'};console[_0x3fc5(0x4e)](_0x3fc5(0x2b1)+_0x36c188);try{if(_0x2a4ecf[_0x3fc5(0x2b2)](_0x2a4ecf[_0x3fc5(0x2b3)],_0x2a4ecf['prlyy']))_0x497cc9[_0x3fc5(0x4e)](_0x2a4ecf[_0x3fc5(0x2b4)],_0x2c3d1b);else{const _0x99d04a=_api[_0x3fc5(0x21)][_0x3fc5(0x22)]+'/'+_0x36c188+_0x3fc5(0x2b5),_0x342325=await _0x2a4ecf['EKYcF'](fetch,_0x99d04a,{'method':'POST','headers':{'Content-Type':'application/json'},'body':JSON[_0x3fc5(0x96)]({'code':_0x363d07,'platform':_0x36c188})});if(!_0x342325['ok']){console[_0x3fc5(0x58)](_0x3fc5(0x2b6)+_0x342325[_0x3fc5(0x61)]);throw new Error(_0x3fc5(0x2b7)+_0x342325[_0x3fc5(0x61)]);}const _0x4e4783=await _0x342325[_0x3fc5(0x133)]();return console[_0x3fc5(0x4e)](_0x3fc5(0x2b8)+_0x36c188),_0x4e4783;}}catch(_0x1a3477){return console[_0x3fc5(0x58)](_0x3fc5(0x2b9),_0x1a3477),console[_0x3fc5(0x4e)](_0x2a4ecf['wZxGf']),{'access_token':_0x36c188+_0x3fc5(0x2ba)+Math[_0x3fc5(0x2bb)]()[_0x3fc5(0x2bc)](0x24)[_0x3fc5(0x120)](0x7),'refresh_token':_0x36c188+_0x3fc5(0x2bd)+Math[_0x3fc5(0x2bb)]()[_0x3fc5(0x2bc)](0x24)[_0x3fc5(0x120)](0x7),'expires_in':0xe10};}};exports[_0x3fc5(0xe)]=exchangeCodeForToken;const refreshYouTubeTokens=async()=>{const _0x52fe8c={'gARhQ':_0x3fc5(0x250),'NXUBU':_0x3fc5(0x2be),'pkIXp':_0x3fc5(0x2bf),'yenEJ':_0x3fc5(0x2c0),'LVuWF':_0x3fc5(0x2c1),'ZHuEP':_0x3fc5(0x2c2),'KnqpN':'❌\x20No\x20current\x20Google\x20user\x20found','jCMkp':function(_0x406008,_0x17e3f3){return _0x406008===_0x17e3f3;},'hElPN':_0x3fc5(0x2c3),'hSbDf':function(_0x4eb5ba,_0x113484){return _0x4eb5ba===_0x113484;},'jWuuB':function(_0x4f95c,_0x10d7d7){return _0x4f95c+_0x10d7d7;},'pWIIw':function(_0x29950e,_0x4bebb0){return _0x29950e*_0x4bebb0;},'klHAj':_0x3fc5(0x2c4),'jsIeG':_0x3fc5(0x2c5),'SDUar':_0x3fc5(0x2c6),'IaOWS':'❌\x20Error\x20refreshing\x20YouTube\x20tokens:'};try{var _0x373f15;console[_0x3fc5(0x4e)](_0x52fe8c[_0x3fc5(0x2c7)]);const _0x395a2=await _googleSignin[_0x3fc5(0xb2)]['getTokens']();if(!_0x395a2){if(_0x52fe8c[_0x3fc5(0x2c8)]!==_0x52fe8c['LVuWF'])return console[_0x3fc5(0x58)](_0x52fe8c['ZHuEP']),![];else _0x5146a6=_0x2a4f1e[_0x3fc5(0x118)][_0x3fc5(0x3c)],_0x4bc460[_0x3fc5(0x4e)](_0x52fe8c[_0x3fc5(0x2c9)]),_0x260362[_0x3fc5(0x4e)](_0x3fc5(0xcf),_0x26f285[_0x3fc5(0x120)](0x0,0x14)+_0x3fc5(0x121));}const _0x1f0b91=await _googleSignin[_0x3fc5(0xb2)][_0x3fc5(0x11c)]();if(!_0x1f0b91)return console['error'](_0x52fe8c[_0x3fc5(0x2ca)]),![];const _0x3564eb=await(0x0,_jwtStorageService[_0x3fc5(0x270)])();if(!_0x3564eb){if(_0x52fe8c[_0x3fc5(0x2cb)](_0x52fe8c[_0x3fc5(0x2cc)],_0x52fe8c['hElPN']))return console['error'](_0x3fc5(0x1c9)),![];else _0x5e3a89['error'](_0x52fe8c[_0x3fc5(0x2cd)]);}const _0x2827a7=await fetch(_api[_0x3fc5(0x21)]['BASE_URL']+_0x3fc5(0x2ce),{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x3564eb},'body':JSON[_0x3fc5(0x96)]({'accessToken':_0x395a2[_0x3fc5(0x108)],'idToken':_0x395a2[_0x3fc5(0x151)],'refreshToken':_0x1f0b91[_0x3fc5(0x3c)],'userEmail':_0x52fe8c[_0x3fc5(0x2cb)](_0x373f15=_0x1f0b91[_0x3fc5(0x11b)],null)||_0x52fe8c[_0x3fc5(0x2cf)](_0x373f15,void 0x0)?void 0x0:_0x373f15[_0x3fc5(0x7b)],'tokenExpiry':new Date(_0x52fe8c['jWuuB'](Date[_0x3fc5(0x159)](),_0x52fe8c[_0x3fc5(0x2d0)](0xe10,0x3e8)))['toISOString'](),'timestamp':new Date()['toISOString']()})});if(_0x2827a7['ok']){if(_0x52fe8c[_0x3fc5(0x2cb)](_0x52fe8c[_0x3fc5(0x2d1)],_0x52fe8c[_0x3fc5(0x2d2)]))_0x3e57d1[_0x3fc5(0x58)]('❌\x20Error\x20testing\x20YouTube\x20refresh\x20token:',_0x515d82);else{const _0x5bf096=await _0x2827a7[_0x3fc5(0x133)]();return console[_0x3fc5(0x4e)](_0x52fe8c[_0x3fc5(0x2d3)],_0x5bf096),!![];}}else{const _0x55dc21=await _0x2827a7[_0x3fc5(0x5e)]();return console[_0x3fc5(0x58)](_0x3fc5(0x2d4),_0x2827a7[_0x3fc5(0x61)],_0x55dc21),![];}}catch(_0x59d313){return console['error'](_0x52fe8c[_0x3fc5(0x2d5)],_0x59d313),![];}};exports[_0x3fc5(0x6)]=refreshYouTubeTokens;const triggerTrainingRestart=async(_0x1acfc7,_0x572f19)=>{const _0x15c1c5={'SMSzw':_0x3fc5(0x234),'axjKe':_0x3fc5(0x24),'bsMAf':'openid','TjjGz':'profile','nebGa':'🔄\x20[TRAINING\x20RESTART]\x20Triggering\x20training\x20restart\x20for\x20user:','plutg':function(_0x44d104,_0x45e75f,_0xa8f816){return _0x44d104(_0x45e75f,_0xa8f816);},'ELHpx':'youtube_reauth','MoHBD':_0x3fc5(0x2d6),'NdBwc':function(_0x43e7f2,_0x3be911){return _0x43e7f2===_0x3be911;},'DvmXl':_0x3fc5(0x2d7),'muGlM':function(_0x2e4f58,_0x54063a){return _0x2e4f58!==_0x54063a;},'kYHax':_0x3fc5(0x2d8),'RstfA':_0x3fc5(0x2d9)};try{console[_0x3fc5(0x4e)](_0x15c1c5[_0x3fc5(0x2da)],_0x1acfc7);const _0x46a8e8=await _0x15c1c5[_0x3fc5(0x2db)](fetch,_api[_0x3fc5(0x21)]['BASE_URL']+_0x3fc5(0x2dc),{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x572f19},'body':JSON[_0x3fc5(0x96)]({'username':_0x1acfc7,'reason':_0x15c1c5['ELHpx'],'platform':_0x3fc5(0x14f),'timestamp':new Date()[_0x3fc5(0x92)](),'requestNewTraining':!![]})});if(_0x46a8e8['ok']){const _0x49f361=await _0x46a8e8[_0x3fc5(0x133)]();console[_0x3fc5(0x4e)](_0x15c1c5[_0x3fc5(0x2dd)],_0x49f361);}else{if(_0x15c1c5[_0x3fc5(0x2de)](_0x15c1c5[_0x3fc5(0x2df)],'EPHAE'))_0x11c9a6[_0x3fc5(0x4e)](_0x15c1c5[_0x3fc5(0x2e0)]);else{const _0x376372=await _0x46a8e8[_0x3fc5(0x5e)]();console[_0x3fc5(0x58)](_0x3fc5(0x2e1),_0x46a8e8[_0x3fc5(0x61)],_0x376372);throw new Error(_0x3fc5(0x2e2)+_0x46a8e8[_0x3fc5(0x61)]);}}}catch(_0x42cf34){if(_0x15c1c5[_0x3fc5(0x2e3)](_0x15c1c5[_0x3fc5(0x2e4)],_0x15c1c5[_0x3fc5(0x2e4)]))_0x44caa6[_0x3fc5(0xb2)][_0x3fc5(0xb3)]({'webClientId':_0x33ba72,'iosClientId':_0x2067ee,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x15c1c5[_0x3fc5(0x2e5)],_0x15c1c5[_0x3fc5(0x2e6)],_0x15c1c5[_0x3fc5(0x2e7)],'email'],'hostedDomain':'','accountName':''});else{console[_0x3fc5(0x58)](_0x15c1c5[_0x3fc5(0x2e8)],_0x42cf34);throw _0x42cf34;}}},testYouTubeRefreshToken=async _0x303396=>{const _0x1b8a27={'yRKoj':_0x3fc5(0x22f),'KbkPH':_0x3fc5(0xf9),'jvKTA':function(_0x1998f4){return _0x1998f4();},'EhnLG':_0x3fc5(0x2e9),'tpovn':_0x3fc5(0x2ea),'TTFzG':_0x3fc5(0x2eb),'SHDLv':function(_0x44b79a){return _0x44b79a();},'GWKvL':_0x3fc5(0x2ec),'qTFyE':function(_0x54254f,_0x312459){return _0x54254f===_0x312459;},'RqCLx':_0x3fc5(0x2ed),'zMrpB':_0x3fc5(0x2ee),'unOJS':_0x3fc5(0x2be),'rBrwr':_0x3fc5(0xb8)};console[_0x3fc5(0x4e)](_0x3fc5(0x2ef)),console[_0x3fc5(0x4e)](_0x1b8a27[_0x3fc5(0x2f0)],_0x303396);try{const _0x2f40af=await _0x1b8a27[_0x3fc5(0x2f1)](debugYouTubeTokens);console[_0x3fc5(0x4e)](_0x1b8a27[_0x3fc5(0x2f2)],_0x2f40af);if(!_0x2f40af[_0x3fc5(0x76)]){console[_0x3fc5(0x4e)](_0x1b8a27[_0x3fc5(0x2f3)]);const _0x512ca1=await fixUserYouTubeConnection(_0x303396);if(_0x512ca1){console[_0x3fc5(0x4e)](_0x1b8a27[_0x3fc5(0x2f4)]);const _0x26b303=await _0x1b8a27[_0x3fc5(0x2f5)](debugYouTubeTokens);console['log'](_0x1b8a27['GWKvL'],_0x26b303);}else _0x1b8a27[_0x3fc5(0x2f6)](_0x1b8a27[_0x3fc5(0x2f7)],_0x1b8a27['zMrpB'])?(_0xffc59a['warn'](_0x3fc5(0x22e)),_0x113d9f[_0x3fc5(0x146)](_0x1b8a27[_0x3fc5(0x2f8)],_0x917206['keys'](_0x19e6b6)),_0x26379c[_0x3fc5(0x146)]('⚠️\x20[YOUTUBE\x20AUTH]\x20Connection\x20may\x20fail\x20when\x20tokens\x20expire')):console[_0x3fc5(0x58)](_0x1b8a27['unOJS']);}else console[_0x3fc5(0x4e)](_0x1b8a27[_0x3fc5(0x2f9)]);}catch(_0x597bf6){console[_0x3fc5(0x58)](_0x3fc5(0x2fa),_0x597bf6);}};exports[_0x3fc5(0x3)]=testYouTubeRefreshToken;const requestEmailVerification=async(_0xc3eea3,_0x5ebcb4=![])=>{const _0x364069={'eKRKT':'Invalid\x20verification\x20code','przuJ':'📧\x20Requesting\x20email\x20verification\x20for:','HNgdE':function(_0x61763f,_0x1193fe,_0x106db8){return _0x61763f(_0x1193fe,_0x106db8);},'JuKbb':_0x3fc5(0x2fb),'LKAgY':function(_0x136897,_0x9192b3){return _0x136897===_0x9192b3;},'MdICN':'xiKuf','BBsXu':'wUlEi','CIMwp':'Verification\x20code\x20sent\x20to\x20your\x20email','zRNvZ':'Failed\x20to\x20send\x20verification\x20code','thmoq':_0x3fc5(0x2fc)};try{console[_0x3fc5(0x4e)](_0x364069['przuJ'],_0xc3eea3);const _0x467e68=await _0x364069['HNgdE'](fetch,_api['API_CONFIG'][_0x3fc5(0x22)]+_0x3fc5(0x2fd),{'method':'POST','headers':getDeveloperAuthHeaders(),'body':JSON[_0x3fc5(0x96)]({'email':_0xc3eea3,'action':_0x364069[_0x3fc5(0x2fe)],'testMode':_0x5ebcb4})}),_0x289f3a=await _0x467e68[_0x3fc5(0x133)]();return _0x467e68['ok']?_0x364069[_0x3fc5(0x2ff)](_0x364069['MdICN'],_0x364069[_0x3fc5(0x300)])?{'success':![],'error':_0x4cf9f8[_0x3fc5(0x57)]||_0x364069[_0x3fc5(0x301)]}:{'success':!![],'message':_0x289f3a['message']||_0x364069[_0x3fc5(0x302)]}:{'success':![],'error':_0x289f3a[_0x3fc5(0x57)]||_0x364069[_0x3fc5(0x303)]};}catch(_0x1f4b29){return console['error'](_0x3fc5(0x304),_0x1f4b29),{'success':![],'error':_0x364069[_0x3fc5(0x305)]};}};exports['requestEmailVerification']=requestEmailVerification;const verifyEmailCode=async(_0x518d1d,_0x2fbb30,_0x3485b9=![])=>{const _0x5c8593={'Ospat':_0x3fc5(0x306),'cjpzx':function(_0x2c8841){return _0x2c8841();},'umDiJ':_0x3fc5(0x307),'LyIJL':'Email\x20verified\x20successfully','WubQe':_0x3fc5(0x308),'HDnTE':_0x3fc5(0x2fc)};try{console[_0x3fc5(0x4e)](_0x5c8593[_0x3fc5(0x309)],_0x518d1d);const _0x3910b3=await fetch(_api[_0x3fc5(0x21)][_0x3fc5(0x22)]+_0x3fc5(0x2fd),{'method':'POST','headers':_0x5c8593[_0x3fc5(0x30a)](getDeveloperAuthHeaders),'body':JSON[_0x3fc5(0x96)]({'email':_0x518d1d,'code':_0x2fbb30,'action':_0x5c8593[_0x3fc5(0x30b)],'testMode':_0x3485b9})}),_0x294c19=await _0x3910b3[_0x3fc5(0x133)]();return _0x3910b3['ok']?{'success':!![],'message':_0x294c19[_0x3fc5(0x57)]||_0x5c8593[_0x3fc5(0x30c)],'existingUser':_0x294c19[_0x3fc5(0x2a2)]||![],'token':_0x294c19[_0x3fc5(0x2a3)]}:{'success':![],'error':_0x294c19[_0x3fc5(0x57)]||_0x3fc5(0x30d)};}catch(_0x323c5a){return console[_0x3fc5(0x58)](_0x5c8593[_0x3fc5(0x30e)],_0x323c5a),{'success':![],'error':_0x5c8593[_0x3fc5(0x30f)]};}};exports[_0x3fc5(0x2)]=verifyEmailCode;const checkEmailVerificationStatus=async(_0x3887e0,_0xb3b80f=![])=>{const _0x39e4e5={'Pcdax':function(_0x4f2410,_0x4de079,_0x13fb29){return _0x4f2410(_0x4de079,_0x13fb29);},'BGHJF':function(_0x168c72){return _0x168c72();},'KjFkp':_0x3fc5(0x260),'PDajD':'Network\x20error'};try{const _0x12f3cb=await _0x39e4e5[_0x3fc5(0x310)](fetch,_api[_0x3fc5(0x21)][_0x3fc5(0x22)]+_0x3fc5(0x311),{'method':'POST','headers':_0x39e4e5[_0x3fc5(0x312)](getDeveloperAuthHeaders),'body':JSON[_0x3fc5(0x96)]({'email':_0x3887e0,'testMode':_0xb3b80f})}),_0x3955da=await _0x12f3cb[_0x3fc5(0x133)]();return{'success':_0x12f3cb['ok'],'isPending':_0x3955da['isPending']||![],'message':_0x3955da[_0x3fc5(0x57)]};}catch(_0x1b1759){return console[_0x3fc5(0x58)](_0x39e4e5[_0x3fc5(0x313)],_0x1b1759),{'success':![],'isPending':![],'error':_0x39e4e5['PDajD']};}};exports[_0x3fc5(0x314)]=checkEmailVerificationStatus;const initializePlatformAuthService=()=>{const _0x31bcf1={'xufkF':'🔧\x20Platform\x20auth\x20service\x20initialized','guMrD':function(_0x528d47){return _0x528d47();}};console[_0x3fc5(0x4e)](_0x31bcf1[_0x3fc5(0x315)]),_0x31bcf1[_0x3fc5(0x316)](initializeGoogleSignIn);};exports[_0x3fc5(0x9)]=initializePlatformAuthService;