@onairos/react-native 3.5.4 โ†’ 3.6.0

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 +11 -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 +8 -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[_0x1690(0x0)](exports,_0x1690(0x1),{'value':!![]}),exports[_0x1690(0x2)]=exports[_0x1690(0x3)]=exports[_0x1690(0x4)]=exports[_0x1690(0x5)]=exports[_0x1690(0x6)]=exports[_0x1690(0x7)]=exports['isOAuthCallback']=exports[_0x1690(0x8)]=exports[_0x1690(0x9)]=exports['initializePlatformAuthService']=exports[_0x1690(0xa)]=exports[_0x1690(0xb)]=exports[_0x1690(0xc)]=exports[_0x1690(0xd)]=exports[_0x1690(0xe)]=exports[_0x1690(0xf)]=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(_0x5ac63e){return _0x5ac63e&&_0x5ac63e['__esModule']?_0x5ac63e:{'default':_0x5ac63e};}const getDeveloperAuthHeaders=()=>{const _0x11609e={'lcZwF':_0x1690(0x10),'vnHzm':function(_0x210400,_0x294f91){return _0x210400!==_0x294f91;},'krvUq':function(_0x58f716,_0x206b00){return _0x58f716!==_0x206b00;},'cskgg':_0x1690(0x11)};if(!(0x0,_apiKeyService[_0x1690(0x12)])())throw new Error(_0x11609e[_0x1690(0x13)]);const _0x7b1c3b=(0x0,_apiKeyService[_0x1690(0x14)])();if(!(_0x11609e[_0x1690(0x15)](_0x7b1c3b,null)&&_0x11609e[_0x1690(0x16)](_0x7b1c3b,void 0x0)&&_0x7b1c3b[_0x1690(0x17)]))throw new Error(_0x1690(0x18));return{...(0x0,_api[_0x1690(0x19)])(),'Authorization':_0x1690(0x1a)+_0x7b1c3b[_0x1690(0x17)],'X-SDK-Version':_0x11609e[_0x1690(0x1b)],'X-SDK-Platform':'react-native'};},WEB_CLIENT_ID=_0x1690(0x1c),IOS_CLIENT_ID=_0x1690(0x1c),OAUTH_CONFIG={'instagram':{'authUrl':_0x1690(0x1d),'clientId':_0x1690(0x1e),'redirectUri':'onairosevents://auth/callback','scope':_0x1690(0x1f),'responseType':_0x1690(0x20),'hasNativeSDK':![]},'youtube':{'authUrl':_api[_0x1690(0x21)][_0x1690(0x22)]+_0x1690(0x23),'clientId':_0x1690(0x1c),'redirectUri':_0x1690(0x24),'scope':_0x1690(0x25),'responseType':_0x1690(0x20),'hasNativeSDK':!![]},'reddit':{'authUrl':_api[_0x1690(0x21)][_0x1690(0x22)]+_0x1690(0x26),'clientId':'demo_reddit_client_id','redirectUri':_0x1690(0x24),'scope':_0x1690(0x27),'responseType':_0x1690(0x20),'hasNativeSDK':![]},'pinterest':{'authUrl':_api[_0x1690(0x21)][_0x1690(0x22)]+_0x1690(0x28),'clientId':'demo_pinterest_client_id','redirectUri':_0x1690(0x24),'scope':_0x1690(0x29),'responseType':_0x1690(0x20),'hasNativeSDK':![]},'facebook':{'authUrl':_0x1690(0x2a),'clientId':_0x1690(0x2b),'redirectUri':_0x1690(0x24),'scope':_0x1690(0x2c),'responseType':_0x1690(0x20),'hasNativeSDK':![]},'linkedin':{'authUrl':_api[_0x1690(0x21)][_0x1690(0x22)]+_0x1690(0x2d),'clientId':'','redirectUri':_0x1690(0x24),'scope':_0x1690(0x2e),'responseType':_0x1690(0x20),'hasNativeSDK':![]},'gmail':{'authUrl':_api['API_CONFIG'][_0x1690(0x22)]+_0x1690(0x2f),'clientId':_0x1690(0x30),'redirectUri':_0x1690(0x24),'scope':_0x1690(0x31),'responseType':_0x1690(0x20),'hasNativeSDK':![]},'email':{'hasNativeSDK':![],'authUrl':_api[_0x1690(0x21)][_0x1690(0x22)]+_0x1690(0x32)},'chatgpt':{'authUrl':_0x1690(0x33),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'claude':{'authUrl':_0x1690(0x34),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'gemini':{'authUrl':_0x1690(0x35),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'grok':{'authUrl':_0x1690(0x36),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'hinge':{'authUrl':_0x1690(0x37),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'instagram_webview':{'authUrl':_0x1690(0x38),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'sephora':{'authUrl':_0x1690(0x39),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'telegram':{'authUrl':_0x1690(0x3a),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]}},hasNativeSDK=_0x1b40b1=>{const _0x5430ed={'TiBtu':function(_0x5f25d7,_0x536f3f){return _0x5f25d7===_0x536f3f;}};var _0x562bd2;return((_0x562bd2=OAUTH_CONFIG[_0x1b40b1])===null||_0x5430ed[_0x1690(0x3b)](_0x562bd2,void 0x0)?void 0x0:_0x562bd2[_0x1690(0xa)])||![];};exports[_0x1690(0xa)]=hasNativeSDK;const testApiConnectivity=async()=>{const _0x307404={'BMwMJ':'๐Ÿ”Œ\x20[CONNECTIVITY]\x20Running\x20comprehensive\x20network\x20diagnostics...','BkRei':_0x1690(0x3c),'Djqov':function(_0x9f6ab,_0x2f1d90){return _0x9f6ab!==_0x2f1d90;},'xSUeD':_0x1690(0x3d),'paeGE':_0x1690(0x3e),'lsiKq':_0x1690(0x3f),'TSYQK':'no-cors','ognbi':'โœ…\x20[CONNECTIVITY]\x20Google\x20is\x20reachable\x20-\x20internet\x20is\x20working','HvAxy':_0x1690(0x40),'EldlD':_0x1690(0x41),'YWKgF':function(_0x492291,_0x9b76f0){return _0x492291===_0x9b76f0;},'wvqHj':'CJtLo','wacds':function(_0x18de5a,_0x2a1570,_0x143cf5){return _0x18de5a(_0x2a1570,_0x143cf5);},'WSvQf':function(_0x3a388d,_0x124a66){return _0x3a388d(_0x124a66);},'kRrTW':_0x1690(0x42),'XLTWJ':function(_0x33652e,_0x191a37){return _0x33652e===_0x191a37;},'CGKBL':_0x1690(0x43),'uSsxp':function(_0x3a1a37,_0x25fd35){return _0x3a1a37!==_0x25fd35;},'UZNys':function(_0x3e382a,_0x14fb21){return _0x3e382a!==_0x14fb21;},'QREFP':function(_0x1f32fb,_0x19ce5b){return _0x1f32fb!==_0x19ce5b;},'kLuwX':_0x1690(0x44),'HbbUw':_0x1690(0x45),'DDLlB':_0x1690(0x46),'tAdix':_0x1690(0x47)},_0x3c1ed6={'googleTest':null,'api2Test':null};try{var _0x5387b8,_0x192ab8;console[_0x1690(0x48)](_0x307404[_0x1690(0x49)]),console[_0x1690(0x48)](_0x307404[_0x1690(0x4a)]);try{if(_0x307404[_0x1690(0x4b)](_0x307404['xSUeD'],_0x307404[_0x1690(0x4c)])){const _0x52b326=await fetch(_0x307404[_0x1690(0x4d)],{'method':_0x1690(0x4e),'mode':_0x307404[_0x1690(0x4f)]});_0x3c1ed6['googleTest']={'success':!![],'status':'reachable'},console[_0x1690(0x48)](_0x307404[_0x1690(0x50)]);}else return _0x542e1f&&_0x35be45[_0x1690(0x1)]?_0x40dae0:{'default':_0x4a2b78};}catch(_0x30fbc1){_0x3c1ed6[_0x1690(0x51)]={'success':![],'error':_0x30fbc1[_0x1690(0x52)]},console[_0x1690(0x53)](_0x307404[_0x1690(0x54)],_0x30fbc1[_0x1690(0x52)]);}console[_0x1690(0x48)](_0x307404[_0x1690(0x55)]);try{if(_0x307404[_0x1690(0x56)](_0x307404[_0x1690(0x57)],_0x307404['wvqHj'])){const _0x51374b=new AbortController(),_0x51a4b8=_0x307404['wacds'](setTimeout,()=>_0x51374b[_0x1690(0x58)](),0x7530),_0x1c47d3=await fetch(_api[_0x1690(0x21)][_0x1690(0x22)]+_0x1690(0x59),{'method':'GET','signal':_0x51374b[_0x1690(0x5a)]});_0x307404[_0x1690(0x5b)](clearTimeout,_0x51a4b8);const _0x29e9da=await _0x1c47d3[_0x1690(0x5c)]()[_0x1690(0x5d)](()=>_0x1690(0x5e));_0x3c1ed6['api2Test']={'success':_0x1c47d3['ok'],'status':_0x1c47d3[_0x1690(0x5f)],'statusText':_0x1c47d3[_0x1690(0x60)],'response':_0x29e9da['substring'](0x0,0xc8)};if(_0x1c47d3['ok'])console[_0x1690(0x48)](_0x307404[_0x1690(0x61)]);else{if(_0x307404['XLTWJ'](_0x1690(0x62),_0x1690(0x63)))return _0x270097[_0x1690(0x53)](_0x1690(0x64)),![];else console['log'](_0x1690(0x65)+_0x1c47d3['status']);}}else return _0x3d8c5c[_0x1690(0x48)]('โœ…\x20'+_0x15bb00+_0x1690(0x66)),!![];}catch(_0x4bf200){_0x3c1ed6[_0x1690(0x67)]={'success':![],'error':_0x4bf200[_0x1690(0x52)],'name':_0x4bf200[_0x1690(0x68)]},console['error'](_0x307404[_0x1690(0x69)],_0x4bf200[_0x1690(0x52)]);}if((_0x5387b8=_0x3c1ed6[_0x1690(0x67)])!==null&&_0x307404['uSsxp'](_0x5387b8,void 0x0)&&_0x5387b8[_0x1690(0x6a)])return{'success':!![],'message':'API\x20is\x20reachable','details':_0x3c1ed6};else return _0x307404['UZNys'](_0x192ab8=_0x3c1ed6[_0x1690(0x51)],null)&&_0x192ab8!==void 0x0&&_0x192ab8[_0x1690(0x6a)]?_0x307404[_0x1690(0x6b)](_0x307404[_0x1690(0x6c)],_0x307404[_0x1690(0x6c)])?(_0x575dd4[_0x1690(0x53)]('โŒ\x20Error\x20refreshing\x20YouTube\x20tokens:',_0x12cf05),![]):{'success':![],'message':_0x307404[_0x1690(0x6d)],'details':_0x3c1ed6}:{'success':![],'message':_0x307404[_0x1690(0x6e)],'details':_0x3c1ed6};}catch(_0x571f81){return console[_0x1690(0x53)](_0x307404[_0x1690(0x6f)],_0x571f81[_0x1690(0x52)]),{'success':![],'message':_0x1690(0x70)+_0x571f81[_0x1690(0x52)],'details':{'error':_0x571f81['message'],'results':_0x3c1ed6}};}};function _0x1fe5(){const _0x76e14b=['defineProperty','__esModule','verifyEmailCode','testYouTubeRefreshToken','testApiConnectivity','requestEmailVerification','refreshYouTubeTokens','reconnectYouTube','initiateOAuth','initiateNativeAuth','hasNativeSDK','forceYouTubeReconnectionWithRevoke','forceYouTubeReconnectionWithConsent','fixUserYouTubeConnection','exchangeCodeForToken','checkEmailVerificationStatus','SDK\x20not\x20initialized.\x20Developers\x20must\x20call\x20initializeApiKey()\x20before\x20using\x20auth\x20features.','3.0.72','isApiKeyInitialized','lcZwF','getApiConfig','vnHzm','krvUq','apiKey','No\x20API\x20key\x20configured.\x20Please\x20initialize\x20the\x20SDK\x20with\x20a\x20valid\x20developer\x20API\x20key.','getApiHeaders','Bearer\x20','cskgg','1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com','https://api.instagram.com/oauth/authorize','demo_instagram_client_id','user_profile,user_media','code','API_CONFIG','BASE_URL','/youtube/authorize','onairosevents://auth/callback','https://www.googleapis.com/auth/youtube.readonly','/reddit/authorize','identity,read','/pinterest/authorize','boards:read,pins:read','https://www.facebook.com/v12.0/dialog/oauth','demo_facebook_client_id','public_profile,email','/linkedin/authorize','openid\x20profile\x20email','/gmail/authorize','demo_gmail_client_id','https://www.googleapis.com/auth/gmail.readonly','/email/authorize','https://chat.openai.com','https://claude.ai/login','https://gemini.google.com','https://x.com/i/grok','https://hinge.co','https://www.instagram.com','https://www.sephora.com','https://web.telegram.org/k/','TiBtu','๐ŸŒ\x20[CONNECTIVITY]\x20Test\x201:\x20Checking\x20general\x20internet\x20(google.com)...','NUZJA','GlIQW','https://www.google.com','โŒ\x20[CONNECTIVITY]\x20Cannot\x20reach\x20Google\x20-\x20internet\x20may\x20be\x20down:','๐ŸŒ\x20[CONNECTIVITY]\x20Test\x202:\x20Checking\x20API\x20server...','โœ…\x20[CONNECTIVITY]\x20API\x20server\x20is\x20reachable','โŒ\x20[CONNECTIVITY]\x20Cannot\x20reach\x20API\x20server:','mUByv','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.','โŒ\x20[CONNECTIVITY]\x20Connectivity\x20test\x20failed:','log','BMwMJ','BkRei','Djqov','paeGE','lsiKq','HEAD','TSYQK','ognbi','googleTest','message','error','HvAxy','EldlD','YWKgF','wvqHj','abort','/health','signal','WSvQf','text','catch','Unable\x20to\x20read\x20response','status','statusText','kRrTW','uWmAF','EwYVO','โŒ\x20Failed\x20to\x20get\x20fresh\x20tokens\x20from\x20Google\x20SDK','โš ๏ธ\x20[CONNECTIVITY]\x20API\x20server\x20responded\x20with\x20status:\x20','\x20YouTube\x20connection\x20fixed\x20via\x20Method\x201!','api2Test','name','CGKBL','success','QREFP','kLuwX','HbbUw','DDLlB','tAdix','Network\x20error:\x20','โœ…\x20Found\x20existing\x20authentication\x20token\x20for\x20YouTube\x20auth','๐Ÿ”‘\x20Token\x20preview:','email','dPNmf','XuCeq','Network\x20request\x20failed','\x20\x20\x201.\x20No\x20internet\x20connection\x20on\x20device/simulator','\x20\x20\x202.\x20API\x20server\x20(API\x20server)\x20is\x20unreachable','\x20\x20\x204.\x20SSL/TLS\x20certificate\x20issue','\x20\x20\x205.\x20iOS\x20simulator\x20network\x20sandbox\x20issue\x20-\x20try\x20on\x20physical\x20device','๐Ÿš€\x20[OAUTH]\x20Starting\x20OAuth\x20for\x20platform:\x20','๐Ÿ“ฑ\x20[OAUTH]\x20Platform:\x20','Platform','Version','ZAXzn','YLAbU','WGPar','/email/authorize?action=verify','getUserAuthHeaders','๐Ÿ”‘\x20[OAUTH]\x20Using\x20User\x20JWT\x20for\x20authentication','โŒ\x20[OAUTH]\x20User\x20not\x20authenticated\x20-\x20cannot\x20initiate\x20','โŒ\x20[OAUTH]\x20Please\x20log\x20in\x20first\x20before\x20connecting\x20platforms','/authorize','๐ŸŒ\x20[OAUTH]\x20Proxy\x20URL:\x20','๐Ÿ“ค\x20[OAUTH]\x20Request\x20body:','โฐ\x20[OAUTH]\x20Request\x20timeout\x20for\x20','PXXyj','stringify','๐Ÿ“ก\x20[OAUTH]\x20Response\x20status:\x20','iKHaw','yEkiY','RIWfp','bqsvD','substring','โŒ\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20','\x20-\x20','json','URL','url','๐Ÿ”—\x20[OAUTH]\x20Auth\x20URL\x20for\x20','SuPHM','AbortError','\x20-\x20the\x20server\x20took\x20too\x20long\x20to\x20respond','lYtAt','dqIQa','includes','ZWQJg','โŒ\x20[OAUTH]\x20Network\x20request\x20failed\x20for\x20','.\x20Possible\x20causes:','ZFdCK','\x20\x20\x203.\x20DNS\x20resolution\x20failed','dDrgD','profile','GoogleSignin','configure','bPMtt','wkMZE','cIPNq','Initiating\x20Facebook\x20Login\x20for\x20Instagram','๐Ÿ”\x20[YOUTUBE\x20AUTH]\x20Response\x20data\x20keys:','โ„น๏ธ\x20Already\x20signed\x20out\x20or\x20sign\x20out\x20failed:','โœ…\x20Refresh\x20token\x20confirmed:','โŒ\x20Error\x20forcing\x20YouTube\x20consent:','โŒ\x20Sign-in\x20already\x20in\x20progress','๐Ÿ”\x20Creating\x20authentication\x20token\x20for\x20YouTube\x20connection...','temp_token_for_youtube_connection','๐Ÿ”‘\x20Refresh\x20token\x20preview:','๐Ÿ‘ค\x20User:','โ„น๏ธ\x20Sign\x20out\x20not\x20needed:','rUUvQ','โœ…\x20Token\x20cache\x20cleared','โ„น๏ธ\x20No\x20token\x20cache\x20to\x20clear','๐Ÿ”ง\x20Configuring\x20Google\x20Sign-In\x20for\x20forced\x20consent...','โœ…\x20Play\x20Services\x20available','๐Ÿ“ฑ\x20User\x20should\x20see:\x20\x22Allow\x20[App]\x20to\x20access\x20your\x20YouTube\x20account\x20when\x20you\x27re\x20not\x20using\x20the\x20app?\x22','๐Ÿ‘ค\x20User\x20email:','๐Ÿ“‹\x20FULL\x20userInfo\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','๐Ÿ“‹\x20FULL\x20currentUser\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','-\x20Access\x20token:','Missing','-\x20ID\x20token:','-\x20ServerAuthCode\x20(userInfo):','-\x20ServerAuthCode\x20(currentUser):','CjAKh','โœ…\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20consent!','refreshToken','LtiIv','wgaMR','๐Ÿ“บ\x20Fetching\x20YouTube\x20channel\x20information...','https://www.googleapis.com/youtube/v3/channels?part=snippet&mine=true','โœ…\x20YouTube\x20channel\x20found:','ID:','aKHac','No\x20Channel','OXetu','ubrWu','๐Ÿ“ค\x20Sending\x20comprehensive\x20payload\x20with\x20REFRESH\x20TOKEN\x20to\x20backend:','๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20=====\x20SENDING\x20REAUTH\x20SIGNAL\x20TO\x20BACKEND\x20=====','๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20Endpoint:\x20https://API\x20server/youtube/native-auth','๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20Headers:','๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20Payload\x20Summary:','๐Ÿ“ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Status:','๐Ÿ“ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Status\x20Text:','๐Ÿ“ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Headers:','temporary\x20access\x20token\x20mode','๐Ÿ”„\x20[YOUTUBE\x20REAUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','โœ…\x20[YOUTUBE\x20REAUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','๐ŸŽ‰\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Temporary\x20YouTube\x20connection\x20established!','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Connection\x20Details:','4|2|0|5|6|3|1','๐ŸŽ‰\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Full\x20YouTube\x20connection\x20with\x20refresh\x20tokens!','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20length:','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20type:','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Response\x20data:','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Expected\x20hasRefreshToken\x20or\x20refreshTokenReceived\x20in\x20response','๐Ÿ”„\x20[YOUTUBE\x20REAUTH]\x20Signaling\x20training\x20system\x20to\x20restart...','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20failed:','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20User\x20may\x20need\x20to\x20manually\x20restart\x20training','YeNgZ','โŒ\x20[YOUTUBE\x20REAUTH]\x20This\x20means\x20the\x20reauth\x20signal\x20was\x20not\x20processed','4|3|0|6|1|2|5','\x20\x20\x202.\x20Check\x20Google\x20Console\x20OAuth\x20configuration','โŒ\x20This\x20means\x20consent\x20screen\x20did\x20not\x20appear\x20or\x20user\x20denied\x20permissions','๐Ÿ”„\x20FORCING\x20fresh\x20YouTube\x20consent\x20for\x20refresh\x20token...','axRsO','signOut','FUdCQ','getTokens','accessToken','tEKft','zkvbD','tVdBM','muzHR','cuPHZ','ZEbfu','uevnD','LQcbI','hasPlayServices','cYRGd','๐Ÿ”\x20Initiating\x20sign-in\x20-\x20consent\x20screen\x20should\x20appear...','dDbyQ','โœ…\x20Sign-in\x20completed\x20-\x20checking\x20for\x20refresh\x20token...','SwHaC','gWsWO','data','PmkDy','user','TtGHR','getCurrentUser','ahZLw','๐Ÿ“‹\x20FULL\x20tokens\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','๐Ÿ”\x20Token\x20analysis:','...','Cjcwa','xThey','tUxmw','serverAuthCode','NJCar','aUjCv','ASXtJ','FVxZd','AGKae','tfLyj','startsWith','mDThr','EENWy','Unknown\x20Channel','Fhhqs','GsHdo','QBOOW','hBjJi','fIzqp','YMXuv','UOfNT','XrhFs','items','CUosm','ywmsW','QvCuc','title','SGMqI','vahkW','puONL','PKiRe','MBFMj','PReRX','jOlVk','wMrpx','ShWBc','fkKXZ','dZWQO','dGEVl','warn','โš ๏ธ\x20[YOUTUBE\x20AUTH]\x20Backend\x20did\x20not\x20confirm\x20refresh\x20token','keys','โš ๏ธ\x20[YOUTUBE\x20AUTH]\x20Connection\x20may\x20fail\x20when\x20tokens\x20expire','OyWNe','beLZg','ZoeGW','HBmwc','UpSXY','IKWBT','DROkZ','๐Ÿ“ง\x20[OAUTH]\x20Email\x20platform\x20selected,\x20returning\x20mock\x20auth\x20URL','KBAVb','โš ๏ธ\x20Error\x20fetching\x20YouTube\x20channel\x20info:','jKntG','getJWT','mVZXn','trim','length','mBivJ','RSJlG','HfxYo','toISOString','ZrFkW','fCQLj','idToken','yUzvZ','youtube-','srZkK','mOQVM','now','TWWZx','debugInfo','wdNmg','zynkm','wqFuk','refreshTokenType','RQTUT','/youtube/native-auth','QGOjJ','jxuMd','PULIU','NLPZN','isTemporaryMode','plKwN','SdLEU','temporaryMode','eNozp','gnlYi','ETizB','SWypC','CBxOD','OzysQ','XLXrV','JIWnD','NiUOG','statusCodes','โŒ\x20User\x20cancelled\x20sign-in\x20-\x20no\x20refresh\x20token\x20obtained','qfCFM','IN_PROGRESS','PLAY_SERVICES_NOT_AVAILABLE','โŒ\x20Google\x20Play\x20Services\x20not\x20available','hasRefreshToken','lwhRb','ammAJ','qfOAy','ulQvA','CBVpz','nxZiY','GioYU','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20REFRESH\x20TOKEN\x20SENT\x20TO\x20BACKEND:','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Full\x20refresh\x20token:','aLhkZ','qwnjq','ZPNtp','UbASB','ivRLj','RnoBT','ivivq','yeILn','wsURe','EvwIW','kAGGL','PYfad','TvTvT','wIdNt','\x20\x20\x203.\x20Ensure\x20user\x20clicks\x20\x22Allow\x22\x20on\x20consent\x20screen','tcnJs','IWZPQ','\x20\x20\x201.\x20Try\x20the\x20revoke\x20method:\x20forceYouTubeReconnectionWithRevoke()','WPzZR','YgJHm','XuGbd','HCjZc','nOeSZ','SIGN_IN_CANCELLED','KOabY','foOIF','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Backend\x20did\x20NOT\x20confirm\x20refresh\x20token\x20reception','โŒ\x20No\x20auth\x20token\x20found\x20for\x20YouTube\x20refresh','โœ…\x20Revoked\x20existing\x20permissions\x20-\x20fresh\x20consent\x20REQUIRED','โ„น๏ธ\x20No\x20existing\x20permissions\x20to\x20revoke:','๐Ÿ”\x20Signing\x20in\x20after\x20revoke\x20-\x20consent\x20screen\x20MUST\x20appear...','OlKlJ','โŒ\x20Still\x20no\x20refresh\x20token\x20after\x20revoke\x20method','Qaqqn','UvBTe','iIQoK','BHLMa','wttBE','veKnJ','revokeAccess','CWRRe','NYDNb','JDXNp','ncDOH','YrTdH','MGmNn','YPHbr','VlTzK','BpNrH','โœ…\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20REVOKE\x20+\x20consent!','KpTht','nLszJ','evwnh','โŒ\x20Error\x20with\x20revoke\x20method:','๐Ÿ”„\x20Method\x202:\x20Trying\x20forced\x20consent\x20via\x20revoke...','๐Ÿ”ง\x20Fixing\x20YouTube\x20connection\x20for\x20user:\x20','KpaaU','vQKUb','NYyAF','fujSw','jSghk','RJRci','amviS','\x20YouTube\x20connection\x20fixed\x20via\x20Method\x202!','โŒ\x20Failed\x20to\x20fix\x20','\x20YouTube\x20connection\x20with\x20both\x20methods','RSRtA','โœ…\x20Successfully\x20refreshed\x20Google\x20tokens','lfvSQ','โŒ\x20Re-authentication\x20also\x20failed:','IQhkB','YdiDI','OxSKh','๐Ÿ”„\x20Attempting\x20to\x20refresh\x20Google\x20tokens...','QyOQd','EoILi','โŒ\x20Error\x20testing\x20YouTube\x20refresh\x20token:','MGLlz','IMChh','wpWrm','๐Ÿ”„\x20Refresh\x20failed,\x20attempting\x20re-authentication...','โœ…\x20Re-authentication\x20successful','lNLcq','๐Ÿ”\x20YouTube\x20Token\x20Debug:','none','โŒ\x20Debug\x20tokens\x20failed:','ALAeW','PVygf','qkbCj','jZuNm','Cnkmu','rcTFO','nakpW','yaExQ','RCHxZ','jEGDc','dBqdv','โŒ\x20User\x20not\x20signed\x20in\x20to\x20Google,\x20cannot\x20refresh\x20tokens','Verification\x20code\x20sent\x20to\x20your\x20email','โŒ\x20YouTube\x20reconnection\x20failed','โ„น๏ธ\x20Token\x20clearing\x20failed\x20or\x20not\x20needed:','โœ…\x20Got\x20serverAuthCode\x20(refresh\x20token\x20mechanism)','๐Ÿ”„\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','DpaPa','๐Ÿ”„\x20Forcing\x20fresh\x20YouTube\x20reconnection\x20for\x20refresh\x20token...','xKXft','โœ…\x20Signed\x20out\x20from\x20Google','โœ…\x20Cleared\x20cached\x20access\x20token','youtube','hyDau','VNfSa','vOZfd','โš ๏ธ\x20Still\x20no\x20refresh\x20token\x20after\x20reconnection','vkHul','โŒ\x20YouTube\x20reconnection\x20error:','kJDnk','qNWVo','HKhOM','uFPTy','aAtDN','beAPw','hAJCC','sFAWX','clearCachedAccessToken','qffxX','wLjPK','YvjhS','MzHkZ','fwvQC','bCXBv','VqcMi','fVpIY','AZfIF','geAyt','wZwQz','FwxTx','zAXih','NNfoo','Google\x20Sign-In\x20already\x20in\x20progress','โŒ\x20Error\x20requesting\x20email\x20verification:','0|5|2|3|1|6|4','โŒ\x20CRITICAL:\x20No\x20refresh\x20token\x20even\x20after\x20consent\x20screen','๐Ÿ’ก\x20Solutions:','โŒ\x20[YOUTUBE\x20AUTH]\x20Username\x20is\x20required\x20for\x20YouTube\x20authentication','Email\x20verified\x20successfully','aNZgD','๐Ÿ”„\x20Signed\x20out\x20to\x20force\x20fresh\x20consent','โœ…\x20Google\x20Sign-In\x20successful:','๐Ÿ“‹\x20FULL\x20userInfo\x20object:','๐Ÿ”‘\x20Got\x20Google\x20tokens','๐Ÿ”\x20REFRESH\x20TOKEN\x20EXTRACTION:','-\x20userInfo.data?.serverAuthCode:','-\x20tokens.idToken:','-\x20tokens.accessToken:','โŒ\x20CRITICAL:\x20No\x20refresh\x20token\x20available\x20-\x20YouTube\x20connection\x20will\x20fail\x20when\x20token\x20expires','๐Ÿ’ก\x20Check\x20Google\x20Sign-In\x20configuration:\x20offlineAccess,\x20forceCodeForRefreshToken','โš ๏ธ\x20Continuing\x20without\x20refresh\x20token\x20-\x20connection\x20may\x20fail\x20later','cenRO','pPClN','โœ…\x20Refresh\x20token\x20available\x20for\x20YouTube\x20connection','cPOIy','tdAXu','โš ๏ธ\x20No\x20YouTube\x20channel\x20found\x20for\x20user','youtube_user','yUbYc','โ„น๏ธ\x20No\x20valid\x20authentication\x20token\x20found\x20for\x20YouTube\x20connection','โ„น๏ธ\x20NOTE:\x20SDK\x20does\x20not\x20create\x20users\x20during\x20YouTube\x20connection','โ„น๏ธ\x20User\x20should\x20authenticate\x20first\x20via\x20Google/Apple/Email\x20before\x20connecting\x20YouTube','๐Ÿ“บ\x20YouTube\x20channel\x20name:','apple','๐Ÿ“ค\x20BACKEND\x20PAYLOAD\x20SUMMARY:','-\x20hasAccessToken:','-\x20refreshTokenType:','-\x20userEmail:','-\x20channelName:','๐Ÿ“‹\x20COMPLETE\x20BACKEND\x20PAYLOAD:','๐Ÿ“ก\x20Backend\x20response\x20status:','โœ…\x20[YOUTUBE\x20AUTH]\x20Backend\x20confirmed\x20refresh\x20token\x20received','โœ…\x20[YOUTUBE\x20AUTH]\x20Full\x20YouTube\x20connection\x20with\x20persistent\x20access','MyRPD','โŒ\x20YouTube\x20auth\x20failed:','Google\x20Play\x20Services\x20not\x20available','Mptce','mUxNN','XvnxV','AqwDr','UzlHr','HKpZj','cOAvX','MFIMz','WiSxs','signIn','qnLVN','steUd','sZWun','dBByl','๐Ÿ“‹\x20FULL\x20tokens\x20object:','EEXKa','๐Ÿ“‹\x20FULL\x20currentUser\x20object:','tvwfY','wubiw','Present:\x20','-\x20currentUser?.serverAuthCode:','ZMnpn','nuMQA','OfytZ','SdNSc','mGQms','EYOTz','LLTgH','PEXzc','mWxvr','WogJZ','etMFn','bJqVw','beuxc','Tqmic','Tsbpz','FiwSR','piZLb','FCqmJ','Network\x20error.\x20Please\x20check\x20your\x20connection\x20and\x20try\x20again.','SXPQY','xxBqn','ArTsM','CJnxe','fTUyE','lcknn','JOhMg','pKdIM','split','dAzpt','CMjqG','JqvqP','TkqzT','JgqQl','bfKCd','JbwiZ','DSjLk','AjOGn','dpsFz','KpMmk','ZYdAp','hMMXH','efzWj','BeKvx','kZlpz','default','gnDMl','SeQHm','dqmXe','kYvqw','EqBCE','ARXDO','MAcAO','AVmuQ','MEWsN','yxGbb','tTtny','๐Ÿ”‘\x20Using\x20auth\x20token\x20for\x20linking:','No\x20token','twqkw','IDrWW','mBRSQ','NUoJw','HZjCF','dvSlN','-\x20hasServerAuthCode:','RaOTA','QQXpm','๐Ÿ“ค\x20Sending\x20YouTube\x20auth\x20to\x20backend\x20with\x20refresh\x20token:','DucGz','uWbXY','VDiti','headers','QYpEO','๐Ÿ“‹\x20COMPLETE\x20BACKEND\x20RESPONSE:','uWwgc','enabled','Ngwdp','BZcJg','wUqPv','PcTrN','refreshTokenReceived','iwoFq','jViOi','fARXV','token','XjKtP','DIXur','wOhGi','AgGic','BMWkD','xidpG','hkRxi','iqHdm','tNMwz','sDVvj','VdDbb','hNcCO','instagram','enslA','QnIMH','fXQcX','BpiFX','ReXvH','uXLne','IAXRU','oOOLw','nRAsd','TRbOi','code=','OTQYI','FIJpV','NxWFb','cwVod','Exchanging\x20code\x20for\x20token\x20for\x20platform:\x20','/token','Error\x20exchanging\x20code\x20for\x20token:\x20','Token\x20exchange\x20failed\x20with\x20status\x20','GwHKI','MxPyl','Error\x20exchanging\x20code\x20for\x20token:','Falling\x20back\x20to\x20simulated\x20token\x20response','_access_token_','_refresh_token_','random','toString','yEJfr','๐Ÿ”‘\x20Refresh\x20token\x20type:','tssBr','YMyTB','rzsdy','โŒ\x20YouTube\x20token\x20refresh\x20failed:','โŒ\x20Error\x20refreshing\x20YouTube\x20tokens:','theiD','ejWjK','lmsou','FsHhz','yHBsF','hazjm','MRzjs','RyPdB','NgTbv','โœ…\x20YouTube\x20tokens\x20refreshed\x20successfully:','ACYbU','YnvGb','Cbtxs','VRqOz','โŒ\x20[OAUTH]\x20Request\x20timeout\x20for\x20','IuRAa','๐Ÿ”„\x20[TRAINING\x20RESTART]\x20Triggering\x20training\x20restart\x20for\x20user:','โŒ\x20[TRAINING\x20RESTART]\x20Error\x20triggering\x20training\x20restart:','xsEXM','VBIFV','/mobile-training/restart','youtube_reauth','MYBuW','โœ…\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20successful:','โŒ\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20failed:','Training\x20restart\x20failed:\x20','jaSvO','๐Ÿ”\x20Current\x20token\x20status:','โœ…\x20YouTube\x20connection\x20fixed!\x20Testing\x20again...','๐Ÿ”\x20New\x20token\x20status:','hPgyD','โŒ\x20Failed\x20to\x20fix\x20YouTube\x20connection','REXPK','fotkL','aBFqX','ISueO','RgjpC','PKrjM','ZuGvn','TjYxm','cifnd','WZtiu','JOpKN','rBVHR','ZImEV','sJOBv','wiAVK','aDEXf','PNAXv','ImIam','โœ…\x20Refresh\x20token\x20already\x20available','KxbyI','kRFMm','HwROj','ZRkVu','5|2|4|6|3|1|0','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20sent:','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Training\x20Ready:\x20Yes','qMTUe','๐Ÿ“ง\x20Requesting\x20email\x20verification\x20for:','tFvWx','Failed\x20to\x20send\x20verification\x20code','vakTZ','HGgtv','wXtFI','request','VFMJu','arRwa','JMyGc','BLEea','prEeZ','pGFxN','LaGBP','aYkwC','IkKEz','ZTdaK','DTBvL','BqetP','ZkhVg','wgSmH','FMUxv','RYEHr','zVuLj','wWBhF','dAKNJ','PhctN','jmndA','Yes','zsJbE','nOUTv','EXsMl','XCczT','User\x20cancelled\x20Google\x20Sign-In','verify','Invalid\x20verification\x20code','โŒ\x20Error\x20verifying\x20email\x20code:','๐Ÿ”\x20Verifying\x20email\x20code\x20for:','MXClI','/email/verification','hFzse','ZDGlj','bEqWR','wvIYU','existingUser','KrJWJ','mnCeE','GSLbH','GvvCg','eZKQC','โŒ\x20Error\x20checking\x20email\x20verification\x20status:','hODMI','WsQSI','zesPQ','KIxoD','adiCy','Network\x20error','\x20-\x20aborting','QavUC','initializePlatformAuthService'];_0x1fe5=function(){return _0x76e14b;};return _0x1fe5();}exports[_0x1690(0x4)]=testApiConnectivity;const initiateOAuth=async(_0x2cb8a3,_0xe9a6e1)=>{const _0x1cb182={'RIWfp':_0x1690(0x71),'bqsvD':_0x1690(0x72),'ZAXzn':function(_0x64cbd1,_0x38a174){return _0x64cbd1===_0x38a174;},'YLAbU':_0x1690(0x73),'WGPar':'๐Ÿ“ง\x20[OAUTH]\x20Email\x20platform\x20selected,\x20returning\x20mock\x20auth\x20URL','PXXyj':function(_0x33e510,_0x581386,_0x215cf2){return _0x33e510(_0x581386,_0x215cf2);},'iKHaw':_0x1690(0x74),'yEkiY':_0x1690(0x75),'SuPHM':function(_0x5a0bef,_0x48dfa3){return _0x5a0bef===_0x48dfa3;},'lYtAt':function(_0x58d102,_0x12043e){return _0x58d102!==_0x12043e;},'dqIQa':function(_0x479f0a,_0x2d77ad){return _0x479f0a!==_0x2d77ad;},'ZWQJg':_0x1690(0x76),'ZFdCK':_0x1690(0x77),'nyMWN':_0x1690(0x78),'dDrgD':_0x1690(0x79),'xNgIy':_0x1690(0x7a)};try{console[_0x1690(0x48)](_0x1690(0x7b)+_0x2cb8a3),console['log'](_0x1690(0x7c)+_reactNative[_0x1690(0x7d)]['OS']+',\x20Version:\x20'+_reactNative[_0x1690(0x7d)][_0x1690(0x7e)]);if(_0x1cb182[_0x1690(0x7f)](_0x2cb8a3,_0x1cb182[_0x1690(0x80)]))return console[_0x1690(0x48)](_0x1cb182[_0x1690(0x81)]),_api[_0x1690(0x21)][_0x1690(0x22)]+_0x1690(0x82);let _0x5a1c6f;try{_0x5a1c6f=await(0x0,_api[_0x1690(0x83)])(),console[_0x1690(0x48)](_0x1690(0x84));}catch(_0x81fa40){return console[_0x1690(0x53)](_0x1690(0x85)+_0x2cb8a3+'\x20OAuth'),console[_0x1690(0x53)](_0x1690(0x86)),null;}const _0x1921d1=_api['API_CONFIG'][_0x1690(0x22)]+'/'+_0x2cb8a3+_0x1690(0x87);console[_0x1690(0x48)](_0x1690(0x88)+_0x1921d1),console['log']('๐Ÿ”—\x20[OAUTH]\x20About\x20to\x20make\x20fetch\x20request...');const _0x30da42={'platform':_0x2cb8a3,'timestamp':new Date()['toISOString']()};console[_0x1690(0x48)](_0x1690(0x89),_0x30da42);const _0xd32712=new AbortController(),_0x2db183=setTimeout(()=>{console[_0x1690(0x48)](_0x1690(0x8a)+_0x2cb8a3+'\x20-\x20aborting'),_0xd32712['abort']();},0x7530),_0x10034f=await _0x1cb182[_0x1690(0x8b)](fetch,_0x1921d1,{'method':'POST','headers':_0x5a1c6f,'body':JSON[_0x1690(0x8c)](_0x30da42),'signal':_0xd32712['signal']});clearTimeout(_0x2db183),console[_0x1690(0x48)](_0x1690(0x8d)+_0x10034f[_0x1690(0x5f)]+'\x20'+_0x10034f['statusText']);if(!_0x10034f['ok']){if(_0x1cb182['ZAXzn'](_0x1cb182[_0x1690(0x8e)],_0x1cb182[_0x1690(0x8f)]))_0x52d359[_0x1690(0x48)](_0x1cb182[_0x1690(0x90)]),_0x4e516a[_0x1690(0x48)](_0x1cb182[_0x1690(0x91)],_0x3c92ac[_0x1690(0x92)](0x0,0x14)+'...');else{const _0x168c8d=await _0x10034f[_0x1690(0x5c)]();return console[_0x1690(0x53)](_0x1690(0x93)+_0x2cb8a3+':\x20'+_0x10034f[_0x1690(0x5f)]+_0x1690(0x94)+_0x168c8d),null;}}const _0x4a60ff=await _0x10034f[_0x1690(0x95)]();console[_0x1690(0x48)]('๐Ÿ“‹\x20[OAUTH]\x20Response\x20data\x20for\x20'+_0x2cb8a3+':',_0x4a60ff);const _0x579726=_0x2cb8a3+_0x1690(0x96),_0x44aa73=_0x4a60ff[_0x579726]||_0x4a60ff[_0x1690(0x97)]||null;return console[_0x1690(0x48)](_0x1690(0x98)+_0x2cb8a3+'\x20(key:\x20'+_0x579726+'):',_0x44aa73),_0x44aa73;}catch(_0x58221b){var _0x3674ee;if(_0x1cb182[_0x1690(0x99)](_0x58221b[_0x1690(0x68)],_0x1690(0x9a)))console[_0x1690(0x53)]('โŒ\x20[OAUTH]\x20Request\x20timeout\x20for\x20'+_0x2cb8a3+_0x1690(0x9b));else _0x1cb182[_0x1690(0x9c)](_0x3674ee=_0x58221b['message'],null)&&_0x1cb182[_0x1690(0x9d)](_0x3674ee,void 0x0)&&_0x3674ee[_0x1690(0x9e)](_0x1cb182[_0x1690(0x9f)])?(console[_0x1690(0x53)](_0x1690(0xa0)+_0x2cb8a3+_0x1690(0xa1)),console[_0x1690(0x53)](_0x1cb182[_0x1690(0xa2)]),console[_0x1690(0x53)](_0x1cb182['nyMWN']),console[_0x1690(0x53)](_0x1690(0xa3)),console[_0x1690(0x53)](_0x1cb182[_0x1690(0xa4)]),console['error'](_0x1cb182['xNgIy'])):console[_0x1690(0x53)](_0x1690(0x93)+_0x2cb8a3+':',_0x58221b);return null;}};exports[_0x1690(0x8)]=initiateOAuth;const initializeGoogleSignIn=()=>{const _0x2fc43f={'bPMtt':_0x1690(0x25),'yJADP':'openid','wkMZE':_0x1690(0xa5),'cIPNq':_0x1690(0x73)};_googleSignin[_0x1690(0xa6)][_0x1690(0xa7)]({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x2fc43f[_0x1690(0xa8)],_0x2fc43f['yJADP'],_0x2fc43f[_0x1690(0xa9)],_0x2fc43f[_0x1690(0xaa)]],'hostedDomain':'','accountName':''});},forceYouTubeReconnectionWithConsent=async _0xfa90d9=>{const _0x5c2b30={'hBjJi':function(_0x5c8887,_0x2f9276,_0x1130e2){return _0x5c8887(_0x2f9276,_0x1130e2);},'UOfNT':_0x1690(0xab),'ySgbp':_0x1690(0x40),'JVKpj':_0x1690(0xac),'KBAVb':_0x1690(0xad),'lsXoM':_0x1690(0xae),'JIWnD':_0x1690(0xaf),'NiUOG':function(_0x255935,_0x28185b){return _0x255935===_0x28185b;},'qfCFM':'๐Ÿ’ก\x20User\x20must\x20click\x20\x22Allow\x22\x20to\x20get\x20refresh\x20token','RbPnk':_0x1690(0xb0),'jOlVk':function(_0x335dcc,_0x530cfa){return _0x335dcc===_0x530cfa;},'TtGHR':function(_0x54bb9f,_0xd07636){return _0x54bb9f===_0xd07636;},'wsURe':function(_0x5db3e0,_0xee9b41){return _0x5db3e0===_0xee9b41;},'fkKXZ':function(_0x4762e7,_0x20de59){return _0x4762e7===_0x20de59;},'EvwIW':function(_0x4a017d,_0xaf5b7f){return _0x4a017d===_0xaf5b7f;},'DROkZ':'Unknown\x20Channel','RSJlG':_0x1690(0xb1),'kAGGL':_0x1690(0xb2),'WPzZR':'โœ…\x20Got\x20serverAuthCode\x20from\x20sign-in\x20response','EENWy':_0x1690(0xb3),'PReRX':'โš ๏ธ\x20No\x20YouTube\x20channel\x20found\x20for\x20user','HCjZc':function(_0x2879bb,_0x3f46a6){return _0x2879bb===_0x3f46a6;},'nOeSZ':function(_0x14ab0b,_0x4826d0){return _0x14ab0b===_0x4826d0;},'wdNmg':function(_0x50c034,_0x449d3e){return _0x50c034===_0x449d3e;},'dGEVl':function(_0x4a7b1e,_0x3a401d){return _0x4a7b1e===_0x3a401d;},'HBmwc':function(_0x45e300,_0x304581){return _0x45e300===_0x304581;},'axRsO':_0x1690(0xb4),'BMJxD':'โœ…\x20Signed\x20out\x20-\x20consent\x20cache\x20cleared','FUdCQ':_0x1690(0xb5),'tEKft':function(_0x59bf3c,_0x5755aa){return _0x59bf3c!==_0x5755aa;},'zkvbD':_0x1690(0xb6),'tVdBM':_0x1690(0xb7),'muzHR':_0x1690(0xb8),'cuPHZ':_0x1690(0xb9),'ZEbfu':_0x1690(0x25),'uevnD':'openid','LQcbI':_0x1690(0xa5),'KkEHU':_0x1690(0x73),'cYRGd':_0x1690(0xba),'dDbyQ':_0x1690(0xbb),'SwHaC':_0x1690(0xbc),'gWsWO':function(_0x3d3e8d,_0x150769){return _0x3d3e8d===_0x150769;},'PmkDy':function(_0xcdab34,_0x14a48c){return _0xcdab34===_0x14a48c;},'ahZLw':_0x1690(0xbd),'vqKUh':_0x1690(0xbe),'bFdMW':_0x1690(0xbf),'Cjcwa':_0x1690(0xc0),'xThey':_0x1690(0xc1),'HfPno':'Present','QYHNW':_0x1690(0xc2),'puONL':function(_0x4d85f5,_0x133f4c){return _0x4d85f5!==_0x133f4c;},'tUxmw':function(_0x4f8201,_0x1c0813){return _0x4f8201!==_0x1c0813;},'RrhnA':_0x1690(0xc3),'NJCar':function(_0x4a2d48,_0x834e3a){return _0x4a2d48===_0x834e3a;},'aUjCv':function(_0x4e7e3b,_0x78de64){return _0x4e7e3b!==_0x78de64;},'ASXtJ':_0x1690(0xc4),'FVxZd':'hLdiC','AGKae':_0x1690(0xc5),'tfLyj':'๐Ÿ”‘\x20Refresh\x20token\x20type:','mDThr':_0x1690(0xc6),'Fhhqs':function(_0x2fea77,_0x3a2f64){return _0x2fea77!==_0x3a2f64;},'GsHdo':_0x1690(0xc7),'AEQgs':_0x1690(0xc8),'QBOOW':_0x1690(0xc9),'aGdXK':_0x1690(0xca),'CUosm':function(_0xb712bb,_0x486c11){return _0xb712bb>_0x486c11;},'ywmsW':function(_0x325982,_0x10ec1c){return _0x325982===_0x10ec1c;},'SGMqI':_0x1690(0xcb),'vahkW':_0x1690(0xcc),'PKiRe':_0x1690(0xcd),'wMrpx':function(_0x1732bd,_0xfe236b){return _0x1732bd===_0xfe236b;},'ShWBc':function(_0x481253,_0x1b32c1){return _0x481253===_0x1b32c1;},'dZWQO':function(_0x421380,_0x15d56b){return _0x421380===_0x15d56b;},'FRSJn':_0x1690(0xce),'OyWNe':function(_0x190073,_0xf5ecb2){return _0x190073!==_0xf5ecb2;},'beLZg':_0x1690(0xcf),'cHSyF':_0x1690(0xd0),'ZoeGW':'โš ๏ธ\x20Failed\x20to\x20fetch\x20YouTube\x20channel\x20info:','UpSXY':function(_0x478906,_0x1abec4){return _0x478906===_0x1abec4;},'IKWBT':function(_0xa6bf98,_0x11d8b5){return _0xa6bf98===_0x11d8b5;},'jKntG':function(_0x55d8d1,_0x5773ec){return _0x55d8d1===_0x5773ec;},'pNwfd':function(_0x15bfb0,_0x2fb973){return _0x15bfb0===_0x2fb973;},'mVZXn':function(_0x475e60,_0x24eccd){return _0x475e60<_0x24eccd;},'mBivJ':'UfQQJ','HfxYo':'youtube','ZrFkW':function(_0xcf0019,_0x55de15){return _0xcf0019===_0x55de15;},'fCQLj':function(_0x4f09f0,_0x5bf891){return _0x4f09f0===_0x5bf891;},'ubKEz':function(_0x3e1d26,_0x5c3c42){return _0x3e1d26===_0x5c3c42;},'yUzvZ':function(_0x4e7ec4,_0x32b1ed){return _0x4e7ec4===_0x32b1ed;},'srZkK':function(_0x3cbebd,_0x23647f){return _0x3cbebd===_0x23647f;},'oTagZ':function(_0x23d9d9,_0x19fae5){return _0x23d9d9===_0x19fae5;},'mOQVM':function(_0x3103f0,_0x426250){return _0x3103f0===_0x426250;},'SQlrv':function(_0x2c79a1,_0x4024b7){return _0x2c79a1+_0x4024b7;},'TWWZx':'signOut_and_configure','XQiZS':_0x1690(0xd1),'gEzwP':_0x1690(0xd2),'zynkm':_0x1690(0xd3),'wqFuk':_0x1690(0xd4),'NqrlW':'NO\x20AUTH\x20TOKEN','WEemH':_0x1690(0xd5),'PZclU':'๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20FULL\x20PAYLOAD:','RQTUT':function(_0x4b9de2,_0x4e1185,_0x7fff33){return _0x4b9de2(_0x4e1185,_0x7fff33);},'QGOjJ':function(_0x40f420,_0x233c00){return _0x40f420&&_0x233c00;},'KmIsL':_0x1690(0xd6),'ERGHE':_0x1690(0xd7),'jxuMd':_0x1690(0xd8),'PULIU':'โœ…\x20[YOUTUBE\x20REAUTH]\x20Backend\x20Response\x20SUCCESS:','NLPZN':function(_0x383d1a,_0xdf2da){return _0x383d1a===_0xdf2da;},'plKwN':function(_0x17e1a9,_0x1d3a53){return _0x17e1a9===_0x1d3a53;},'SdLEU':function(_0x2e3af0,_0x7e8bed){return _0x2e3af0===_0x7e8bed;},'eNozp':function(_0x3660cd,_0x31ca42){return _0x3660cd===_0x31ca42;},'gnlYi':function(_0x5dcbcf,_0x1dad5e){return _0x5dcbcf===_0x1dad5e;},'Razqr':_0x1690(0xd9),'ETizB':'Dwjqe','HiPPf':_0x1690(0xda),'jTwYN':_0x1690(0xdb),'pEaUV':_0x1690(0xdc),'SWypC':_0x1690(0xdd),'CBxOD':'๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Mode:\x20Temporary\x20(expires\x20~1\x20hour)','OzysQ':'๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20sent:','XLXrV':'Yes','lwhRb':_0x1690(0xde),'ammAJ':_0x1690(0xdf),'qfOAy':_0x1690(0xe0),'ulQvA':'โœ…\x20[YOUTUBE\x20REAUTH]\x20Response\x20hasRefreshToken:','CBVpz':_0x1690(0xe1),'nxZiY':'serverAuthCode','GioYU':'โœ…\x20[YOUTUBE\x20REAUTH]\x20Backend\x20CONFIRMED\x20refresh\x20token\x20received','aLhkZ':'โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Backend\x20did\x20NOT\x20confirm\x20refresh\x20token\x20reception','qwnjq':_0x1690(0xe2),'ZPNtp':_0x1690(0xe3),'UbASB':_0x1690(0xe4),'ivRLj':function(_0x353acc,_0x1974a3,_0x27f439){return _0x353acc(_0x1974a3,_0x27f439);},'DzGJo':'โœ…\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20sent\x20successfully','RnoBT':_0x1690(0xe5),'ybAje':_0x1690(0xe6),'EIlbz':function(_0xecc24a,_0x3ff6f2){return _0xecc24a===_0x3ff6f2;},'ivivq':_0x1690(0xe7),'yeILn':'โŒ\x20[YOUTUBE\x20REAUTH]\x20Backend\x20processing\x20FAILED:','Sglef':_0x1690(0xe8),'LDHqa':function(_0xadd3d5,_0x3cb438){return _0xadd3d5!==_0x3cb438;},'ooGhe':_0x1690(0xe9),'wIdNt':_0x1690(0xea),'tcnJs':_0x1690(0xeb),'IWZPQ':'โŒ\x20CRITICAL:\x20No\x20refresh\x20token\x20even\x20after\x20consent\x20screen','XuGbd':'YgJHm','KOabY':'โŒ\x20User\x20cancelled\x20sign-in\x20-\x20no\x20refresh\x20token\x20obtained','foOIF':function(_0x2cb6cd,_0xe9a7ed){return _0x2cb6cd===_0xe9a7ed;}};try{var _0x1730c0,_0x2a46cb,_0x317189;console[_0x1690(0x48)](_0x1690(0xec)),console[_0x1690(0x48)](_0x5c2b30[_0x1690(0xed)],_0xfa90d9);try{await _googleSignin[_0x1690(0xa6)][_0x1690(0xee)](),console[_0x1690(0x48)](_0x5c2b30['BMJxD']);}catch(_0x232f89){console[_0x1690(0x48)](_0x5c2b30[_0x1690(0xef)],_0x232f89);}try{const _0x556570=await _googleSignin[_0x1690(0xa6)][_0x1690(0xf0)]();_0x556570[_0x1690(0xf1)]&&(_0x5c2b30[_0x1690(0xf2)](_0x5c2b30[_0x1690(0xf3)],_0x5c2b30[_0x1690(0xf3)])?_0x1840da[_0x1690(0x48)](_0x1690(0x65)+_0x2de1b2[_0x1690(0x5f)]):(await _googleSignin['GoogleSignin']['clearCachedAccessToken'](_0x556570[_0x1690(0xf1)]),console[_0x1690(0x48)](_0x5c2b30[_0x1690(0xf4)])));}catch(_0x5e3345){console[_0x1690(0x48)](_0x5c2b30[_0x1690(0xf5)]);}console[_0x1690(0x48)](_0x5c2b30[_0x1690(0xf6)]),_googleSignin[_0x1690(0xa6)][_0x1690(0xa7)]({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x5c2b30[_0x1690(0xf7)],_0x5c2b30[_0x1690(0xf8)],_0x5c2b30[_0x1690(0xf9)],_0x5c2b30['KkEHU']],'hostedDomain':'','accountName':''}),await _googleSignin[_0x1690(0xa6)][_0x1690(0xfa)](),console[_0x1690(0x48)](_0x5c2b30[_0x1690(0xfb)]),console['log'](_0x1690(0xfc)),console[_0x1690(0x48)](_0x5c2b30[_0x1690(0xfd)]);const _0x1dec3b=await _googleSignin['GoogleSignin']['signIn']();console[_0x1690(0x48)](_0x1690(0xfe)),console[_0x1690(0x48)](_0x5c2b30[_0x1690(0xff)],_0x5c2b30[_0x1690(0x100)](_0x1730c0=_0x1dec3b[_0x1690(0x101)],null)||_0x5c2b30['wdNmg'](_0x1730c0,void 0x0)||_0x5c2b30[_0x1690(0x102)](_0x1730c0=_0x1730c0[_0x1690(0x103)],null)||_0x5c2b30[_0x1690(0x104)](_0x1730c0,void 0x0)?void 0x0:_0x1730c0[_0x1690(0x73)]);const _0x282f68=await _googleSignin['GoogleSignin'][_0x1690(0xf0)](),_0x1c7254=await _googleSignin[_0x1690(0xa6)][_0x1690(0x105)]();console[_0x1690(0x48)](_0x5c2b30[_0x1690(0x106)]),console[_0x1690(0x48)](JSON[_0x1690(0x8c)](_0x1dec3b,null,0x2)),console[_0x1690(0x48)](_0x1690(0x107)),console[_0x1690(0x48)](JSON[_0x1690(0x8c)](_0x282f68,null,0x2)),console[_0x1690(0x48)](_0x5c2b30['vqKUh']),console[_0x1690(0x48)](JSON[_0x1690(0x8c)](_0x1c7254,null,0x2)),console[_0x1690(0x48)](_0x1690(0x108)),console[_0x1690(0x48)](_0x5c2b30['bFdMW'],_0x282f68[_0x1690(0xf1)]?_0x282f68[_0x1690(0xf1)]['substring'](0x0,0x14)+_0x1690(0x109):_0x5c2b30[_0x1690(0x10a)]),console[_0x1690(0x48)](_0x5c2b30[_0x1690(0x10b)],_0x282f68['idToken']?_0x5c2b30['HfPno']:_0x5c2b30[_0x1690(0x10a)]),console['log'](_0x5c2b30['QYHNW'],_0x5c2b30['puONL'](_0x2a46cb=_0x1dec3b[_0x1690(0x101)],null)&&_0x5c2b30[_0x1690(0x10c)](_0x2a46cb,void 0x0)&&_0x2a46cb[_0x1690(0x10d)]?_0x1dec3b[_0x1690(0x101)][_0x1690(0x10d)][_0x1690(0x92)](0x0,0x14)+_0x1690(0x109):_0x5c2b30[_0x1690(0x10a)]),console[_0x1690(0x48)](_0x5c2b30['RrhnA'],_0x1c7254!==null&&_0x5c2b30[_0x1690(0x10c)](_0x1c7254,void 0x0)&&_0x1c7254[_0x1690(0x10d)]?_0x1c7254[_0x1690(0x10d)][_0x1690(0x92)](0x0,0x14)+_0x1690(0x109):_0x5c2b30[_0x1690(0x10a)]);const _0x273fb5=((_0x317189=_0x1dec3b[_0x1690(0x101)])===null||_0x5c2b30[_0x1690(0x104)](_0x317189,void 0x0)?void 0x0:_0x317189[_0x1690(0x10d)])||(_0x1c7254===null||_0x5c2b30[_0x1690(0x10e)](_0x1c7254,void 0x0)?void 0x0:_0x1c7254[_0x1690(0x10d)]);if(_0x273fb5){if(_0x5c2b30[_0x1690(0x10f)](_0x5c2b30[_0x1690(0x110)],_0x5c2b30[_0x1690(0x111)])){var _0x591f62,_0x56eaf7,_0x364b5a,_0x1c6976,_0x1e81bb,_0x15ca7d;console[_0x1690(0x48)](_0x5c2b30[_0x1690(0x112)]),console[_0x1690(0x48)](_0x5c2b30[_0x1690(0x113)],_0x273fb5[_0x1690(0x114)]('4/')?'serverAuthCode':_0x5c2b30[_0x1690(0x115)]),console[_0x1690(0x48)](_0x5c2b30[_0x1690(0x116)],_0x273fb5[_0x1690(0x92)](0x0,0x14)+_0x1690(0x109));let _0x3a9a34=_0x1690(0x117),_0x713e38=null;try{if(_0x5c2b30[_0x1690(0x118)](_0x5c2b30[_0x1690(0x119)],_0x5c2b30['AEQgs'])){console[_0x1690(0x48)](_0x5c2b30[_0x1690(0x11a)]);const _0x5ecb98=await _0x5c2b30[_0x1690(0x11b)](fetch,_0x5c2b30['aGdXK'],{'headers':{'Authorization':_0x1690(0x1a)+_0x282f68[_0x1690(0xf1)],'Accept':'application/json'}});if(_0x5ecb98['ok']){if(_0x5c2b30['jOlVk'](_0x1690(0x11c),_0x1690(0x11d))){const _0x448b88={'XrhFs':function(_0x15452a,_0xe51e50,_0x30a096){return _0x5c2b30[_0x1690(0x11b)](_0x15452a,_0xe51e50,_0x30a096);}};return _0x5d4463[_0x1690(0x48)](_0x5c2b30[_0x1690(0x11e)]),new _0x49d858(_0xdc25ac=>{_0x448b88[_0x1690(0x11f)](_0x3e1cb6,()=>{_0xab30a6[_0x1690(0x48)]('Facebook\x20Login\x20completed\x20successfully'),_0xdc25ac(!![]);},0x3e8);});}else{const _0x2173ef=await _0x5ecb98[_0x1690(0x95)]();if(_0x2173ef[_0x1690(0x120)]&&_0x5c2b30[_0x1690(0x121)](_0x2173ef['items']['length'],0x0))_0x5c2b30[_0x1690(0x122)](_0x1690(0x123),'FkOBC')?(_0x56daed['googleTest']={'success':![],'error':_0x49ffdd[_0x1690(0x52)]},_0x417164['error'](_0x5c2b30['ySgbp'],_0x4e6679[_0x1690(0x52)])):(_0x3a9a34=_0x2173ef[_0x1690(0x120)][0x0]['snippet'][_0x1690(0x124)],_0x713e38=_0x2173ef[_0x1690(0x120)][0x0]['id'],console[_0x1690(0x48)](_0x5c2b30[_0x1690(0x125)],_0x3a9a34,_0x5c2b30[_0x1690(0x126)],_0x713e38));else{if(_0x5c2b30[_0x1690(0x127)](_0x5c2b30[_0x1690(0x128)],_0x1690(0x129))){var _0x41a373,_0x3c93b0;console[_0x1690(0x48)](_0x5c2b30[_0x1690(0x12a)]),_0x3a9a34=(_0x5c2b30[_0x1690(0x12b)](_0x41a373=_0x1dec3b['data'],null)||_0x5c2b30[_0x1690(0x12c)](_0x41a373,void 0x0)||_0x5c2b30[_0x1690(0x12d)](_0x41a373=_0x41a373[_0x1690(0x103)],null)||_0x5c2b30[_0x1690(0x12e)](_0x41a373,void 0x0)?void 0x0:_0x41a373[_0x1690(0x68)])||(_0x5c2b30[_0x1690(0x12f)](_0x3c93b0=_0x1dec3b[_0x1690(0x101)],null)||_0x5c2b30[_0x1690(0x102)](_0x3c93b0,void 0x0)||_0x5c2b30[_0x1690(0x130)](_0x3c93b0=_0x3c93b0[_0x1690(0x103)],null)||_0x5c2b30['NiUOG'](_0x3c93b0,void 0x0)?void 0x0:_0x3c93b0[_0x1690(0x73)])||_0x5c2b30['FRSJn'];}else _0x412a7e[_0x1690(0x131)](_0x1690(0x132)),_0x4ad73b[_0x1690(0x131)](_0x5c2b30['JVKpj'],_0x4f7db2[_0x1690(0x133)](_0x413a67)),_0x428bea[_0x1690(0x131)](_0x1690(0x134));}}}else{if(_0x5c2b30[_0x1690(0x135)](_0x5c2b30[_0x1690(0x136)],_0x5c2b30['cHSyF'])){var _0x5b8718,_0x5cb31d;console[_0x1690(0x48)](_0x5c2b30[_0x1690(0x137)],_0x5ecb98[_0x1690(0x5f)]),_0x3a9a34=(_0x5c2b30[_0x1690(0x138)](_0x5b8718=_0x1dec3b[_0x1690(0x101)],null)||_0x5c2b30[_0x1690(0x139)](_0x5b8718,void 0x0)||(_0x5b8718=_0x5b8718[_0x1690(0x103)])===null||_0x5c2b30[_0x1690(0x12e)](_0x5b8718,void 0x0)?void 0x0:_0x5b8718[_0x1690(0x68)])||(_0x5c2b30[_0x1690(0x13a)](_0x5cb31d=_0x1dec3b['data'],null)||_0x5cb31d===void 0x0||(_0x5cb31d=_0x5cb31d[_0x1690(0x103)])===null||_0x5cb31d===void 0x0?void 0x0:_0x5cb31d[_0x1690(0x73)])||_0x5c2b30[_0x1690(0x13b)];}else return _0x254f13['log'](_0x1690(0x13c)),_0x74613b[_0x1690(0x21)][_0x1690(0x22)]+_0x1690(0x82);}}else _0x27cc93['log'](_0x5c2b30[_0x1690(0x13d)],_0x369ef1);}catch(_0x4abecd){var _0x5cb467,_0x333c89;console[_0x1690(0x48)](_0x1690(0x13e),_0x4abecd),_0x3a9a34=((_0x5cb467=_0x1dec3b[_0x1690(0x101)])===null||_0x5cb467===void 0x0||(_0x5cb467=_0x5cb467[_0x1690(0x103)])===null||_0x5cb467===void 0x0?void 0x0:_0x5cb467[_0x1690(0x68)])||(_0x5c2b30[_0x1690(0x13f)](_0x333c89=_0x1dec3b[_0x1690(0x101)],null)||_0x5c2b30['pNwfd'](_0x333c89,void 0x0)||(_0x333c89=_0x333c89[_0x1690(0x103)])===null||_0x333c89===void 0x0?void 0x0:_0x333c89['email'])||'Unknown\x20Channel';}let _0x278716=await(0x0,_jwtStorageService[_0x1690(0x140)])();(!_0x278716||_0x5c2b30[_0x1690(0x141)](_0x278716[_0x1690(0x142)]()[_0x1690(0x143)],0x14))&&(_0x5c2b30['dZWQO'](_0x5c2b30[_0x1690(0x144)],'HZllI')?_0x9ab2a0[_0x1690(0x48)](_0x5c2b30['lsXoM'],_0x430eee['refreshTokenType']):(console[_0x1690(0x48)](_0x5c2b30[_0x1690(0x145)]),_0x278716=_0x1690(0xb2)));const _0x40ecda={'session':{'username':_0xfa90d9,'platform':_0x5c2b30[_0x1690(0x146)],'timestamp':new Date()[_0x1690(0x147)](),'channelName':_0x3a9a34,'channelId':_0x713e38,'forceConsent':!![]},'googleUser':_0x5c2b30[_0x1690(0x148)](_0x591f62=_0x1dec3b[_0x1690(0x101)],null)||_0x5c2b30[_0x1690(0x149)](_0x591f62,void 0x0)?void 0x0:_0x591f62['user'],'accessToken':_0x282f68[_0x1690(0xf1)],'idToken':_0x282f68[_0x1690(0x14a)],'refreshToken':_0x273fb5,'serverAuthCode':_0x273fb5,'refresh_token':_0x273fb5,'server_auth_code':_0x273fb5,'authCode':_0x273fb5,'userAccountInfo':{'username':_0xfa90d9,'email':_0x5c2b30['ubKEz'](_0x56eaf7=_0x1dec3b[_0x1690(0x101)],null)||_0x56eaf7===void 0x0||_0x5c2b30[_0x1690(0x14b)](_0x56eaf7=_0x56eaf7[_0x1690(0x103)],null)||_0x56eaf7===void 0x0?void 0x0:_0x56eaf7[_0x1690(0x73)],'authToken':_0x278716,'channelName':_0x3a9a34,'channelId':_0x713e38,'userIdentifier':_0x278716?'user-'+_0x278716[_0x1690(0x92)](0x0,0xa):_0x1690(0x14c)+(_0x5c2b30[_0x1690(0x12c)](_0x364b5a=_0x1dec3b[_0x1690(0x101)],null)||_0x5c2b30[_0x1690(0x13a)](_0x364b5a,void 0x0)||_0x5c2b30[_0x1690(0x14d)](_0x364b5a=_0x364b5a[_0x1690(0x103)],null)||_0x5c2b30['oTagZ'](_0x364b5a,void 0x0)?void 0x0:_0x364b5a['email']),'googleId':(_0x1c6976=_0x1dec3b[_0x1690(0x101)])===null||_0x5c2b30[_0x1690(0x14e)](_0x1c6976,void 0x0)||(_0x1c6976=_0x1c6976[_0x1690(0x103)])===null||_0x1c6976===void 0x0?void 0x0:_0x1c6976['id'],'refreshToken':_0x273fb5,'serverAuthCode':_0x273fb5},'tokenExpiry':new Date(_0x5c2b30['SQlrv'](Date[_0x1690(0x14f)](),0xe10*0x3e8))[_0x1690(0x147)](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!![],'refreshTokenType':_0x273fb5[_0x1690(0x114)]('4/')?_0x1690(0x10d):_0x5c2b30[_0x1690(0x115)],'configuredForRefresh':!![],'forcedConsent':!![],'consentMethod':_0x5c2b30[_0x1690(0x150)],'refreshTokenValue':_0x273fb5}};console[_0x1690(0x48)](_0x5c2b30['XQiZS'],{'hasAccessToken':!!_0x40ecda[_0x1690(0xf1)],'hasRefreshToken':!!_0x40ecda['refreshToken'],'hasServerAuthCode':!!_0x40ecda[_0x1690(0x10d)],'refreshTokenType':_0x40ecda[_0x1690(0x151)]['refreshTokenType'],'userEmail':_0x5c2b30[_0x1690(0x104)](_0x1e81bb=_0x1dec3b[_0x1690(0x101)],null)||_0x1e81bb===void 0x0||(_0x1e81bb=_0x1e81bb[_0x1690(0x103)])===null||_0x5c2b30[_0x1690(0x152)](_0x1e81bb,void 0x0)?void 0x0:_0x1e81bb[_0x1690(0x73)],'forcedConsent':!![]}),console[_0x1690(0x48)](_0x5c2b30['gEzwP']),console['log'](_0x5c2b30[_0x1690(0x153)]),console['log']('\uD83D\uDE80 [YOUTUBE REAUTH] Method: POST'),console['log'](_0x5c2b30[_0x1690(0x154)],{'Content-Type':'application/json','Authorization':_0x278716?_0x278716[_0x1690(0x92)](0x0,0x14)+_0x1690(0x109):_0x5c2b30['NqrlW']}),console[_0x1690(0x48)](_0x5c2b30['WEemH'],{'hasAccessToken':!!_0x40ecda[_0x1690(0xf1)],'hasRefreshToken':!!_0x40ecda[_0x1690(0xc6)],'hasServerAuthCode':!!_0x40ecda['serverAuthCode'],'refreshTokenType':_0x40ecda['debugInfo'][_0x1690(0x155)],'userEmail':(_0x15ca7d=_0x1dec3b[_0x1690(0x101)])===null||_0x15ca7d===void 0x0||_0x5c2b30[_0x1690(0x149)](_0x15ca7d=_0x15ca7d[_0x1690(0x103)],null)||_0x15ca7d===void 0x0?void 0x0:_0x15ca7d[_0x1690(0x73)],'channelName':_0x3a9a34,'forcedConsent':!![],'requestRefreshToken':!![]}),console['log'](_0x5c2b30['PZclU'],JSON[_0x1690(0x8c)](_0x40ecda,null,0x2));const _0xcdcbf=await _0x5c2b30[_0x1690(0x156)](fetch,_api[_0x1690(0x21)][_0x1690(0x22)]+_0x1690(0x157),{'method':'POST','headers':{'Content-Type':'application/json',..._0x5c2b30[_0x1690(0x158)](_0x278716,{'Authorization':_0x278716})},'body':JSON[_0x1690(0x8c)](_0x40ecda)});console[_0x1690(0x48)](_0x5c2b30['KmIsL'],_0xcdcbf[_0x1690(0x5f)]),console['log'](_0x5c2b30['ERGHE'],_0xcdcbf[_0x1690(0x60)]),console[_0x1690(0x48)](_0x5c2b30[_0x1690(0x159)],_0xcdcbf['headers']);if(_0xcdcbf['ok']){var _0x3b3eda,_0x374c8b;const _0x3197c5=await _0xcdcbf[_0x1690(0x95)]();console[_0x1690(0x48)](_0x5c2b30[_0x1690(0x15a)],JSON[_0x1690(0x8c)](_0x3197c5,null,0x2));const _0x28f583=_0x5c2b30[_0x1690(0x15b)]((_0x3b3eda=_0x3197c5['validation'])===null||_0x3b3eda===void 0x0?void 0x0:_0x3b3eda[_0x1690(0x15c)],!![])||_0x5c2b30[_0x1690(0x15d)](_0x5c2b30[_0x1690(0x15e)](_0x374c8b=_0x3197c5[_0x1690(0x15f)],null)||_0x5c2b30[_0x1690(0x160)](_0x374c8b,void 0x0)?void 0x0:_0x374c8b['enabled'],!![])||_0x5c2b30[_0x1690(0x161)](_0x3197c5['isTemporaryMode'],!![])||_0x3197c5['message']&&_0x3197c5[_0x1690(0x52)]['includes'](_0x5c2b30['Razqr']);if(_0x28f583){if(_0x5c2b30[_0x1690(0x100)](_0x5c2b30[_0x1690(0x162)],_0x5c2b30['ETizB']))console[_0x1690(0x48)](_0x5c2b30['HiPPf']),console[_0x1690(0x48)](_0x5c2b30['jTwYN']),console[_0x1690(0x48)](_0x5c2b30['pEaUV']),console['log'](_0x5c2b30[_0x1690(0x163)]),console['log'](_0x5c2b30[_0x1690(0x164)]),console[_0x1690(0x48)]('๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Training\x20Ready:\x20Yes'),console[_0x1690(0x48)](_0x5c2b30[_0x1690(0x165)],_0x273fb5?_0x5c2b30[_0x1690(0x166)]:'No');else{_0xbb5366[_0x1690(0x53)](_0x5c2b30[_0x1690(0x167)],_0xd96ba7);if(_0x5c2b30[_0x1690(0x168)](_0x36a9c8[_0x1690(0x20)],_0x502dda[_0x1690(0x169)]['SIGN_IN_CANCELLED']))_0xe2240c['error'](_0x1690(0x16a)),_0x1c7136[_0x1690(0x53)](_0x5c2b30[_0x1690(0x16b)]);else{if(_0x5c2b30[_0x1690(0x168)](_0x146f9b[_0x1690(0x20)],_0x5e6527[_0x1690(0x169)][_0x1690(0x16c)]))_0x46bd0b[_0x1690(0x53)](_0x5c2b30['RbPnk']);else _0x5c2b30[_0x1690(0x12b)](_0x4e3fec[_0x1690(0x20)],_0x28c1f4['statusCodes'][_0x1690(0x16d)])&&_0x4903c6[_0x1690(0x53)](_0x1690(0x16e));}return![];}}else{if(_0x3197c5[_0x1690(0x16f)]||_0x3197c5['refreshTokenReceived']){const _0x532194=_0x5c2b30[_0x1690(0x170)]['split']('|');let _0xb582f8=0x0;while(!![]){switch(_0x532194[_0xb582f8++]){case'0':console['log'](_0x5c2b30[_0x1690(0x171)]);continue;case'1':console[_0x1690(0x48)](_0x5c2b30[_0x1690(0x172)],_0x273fb5['length']);continue;case'2':console[_0x1690(0x48)](_0x5c2b30[_0x1690(0x173)],_0x3197c5['hasRefreshToken']);continue;case'3':console['log'](_0x5c2b30[_0x1690(0x174)],_0x273fb5[_0x1690(0x114)]('4/')?_0x5c2b30[_0x1690(0x175)]:_0x5c2b30['mDThr']);continue;case'4':console[_0x1690(0x48)](_0x5c2b30[_0x1690(0x176)]);continue;case'5':console[_0x1690(0x48)](_0x1690(0x177));continue;case'6':console['log'](_0x1690(0x178),_0x273fb5);continue;}break;}}else return console['warn'](_0x5c2b30[_0x1690(0x179)]),console['warn'](_0x5c2b30[_0x1690(0x17a)],_0x3197c5),console[_0x1690(0x131)](_0x5c2b30[_0x1690(0x17b)]),![];}console[_0x1690(0x48)](_0x5c2b30[_0x1690(0x17c)]);try{await _0x5c2b30[_0x1690(0x17d)](triggerTrainingRestart,_0xfa90d9,_0x278716),console['log'](_0x5c2b30['DzGJo']);}catch(_0x176b85){console[_0x1690(0x131)](_0x5c2b30[_0x1690(0x17e)],_0x176b85),console['warn'](_0x5c2b30['ybAje']);}return!![];}else{if(_0x5c2b30['EIlbz'](_0x5c2b30[_0x1690(0x17f)],'YeNgZ')){const _0x5b0643=await _0xcdcbf[_0x1690(0x5c)]();return console['error'](_0x5c2b30[_0x1690(0x180)],_0xcdcbf[_0x1690(0x5f)],_0x5b0643),console[_0x1690(0x53)](_0x5c2b30['Sglef']),![];}else{var _0x38de25,_0x56bf60;_0x552fbd[_0x1690(0x48)](_0x1690(0x13e),_0x47270d),_0x51b9d9=(_0x5c2b30[_0x1690(0x168)](_0x38de25=_0x2c6ef8['data'],null)||_0x5c2b30[_0x1690(0x12b)](_0x38de25,void 0x0)||_0x5c2b30[_0x1690(0x104)](_0x38de25=_0x38de25['user'],null)||_0x5c2b30[_0x1690(0x181)](_0x38de25,void 0x0)?void 0x0:_0x38de25['name'])||(_0x5c2b30[_0x1690(0x181)](_0x56bf60=_0x353756[_0x1690(0x101)],null)||_0x5c2b30['fkKXZ'](_0x56bf60,void 0x0)||(_0x56bf60=_0x56bf60[_0x1690(0x103)])===null||_0x5c2b30[_0x1690(0x182)](_0x56bf60,void 0x0)?void 0x0:_0x56bf60[_0x1690(0x73)])||_0x5c2b30['DROkZ'];}}}else _0x1c8fdb['log'](_0x5c2b30[_0x1690(0x145)]),_0x2f53b7=_0x5c2b30[_0x1690(0x183)];}else{if(_0x5c2b30['LDHqa'](_0x1690(0x184),_0x1690(0x185))){const _0x2d7b8a=_0x5c2b30['ooGhe']['split']('|');let _0x3e1473=0x0;while(!![]){switch(_0x2d7b8a[_0x3e1473++]){case'0':console[_0x1690(0x53)]('๐Ÿ’ก\x20Solutions:');continue;case'1':console[_0x1690(0x53)](_0x5c2b30[_0x1690(0x186)]);continue;case'2':console[_0x1690(0x53)](_0x1690(0x187));continue;case'3':console[_0x1690(0x53)](_0x5c2b30[_0x1690(0x188)]);continue;case'4':console[_0x1690(0x53)](_0x5c2b30[_0x1690(0x189)]);continue;case'5':return![];case'6':console[_0x1690(0x53)](_0x1690(0x18a));continue;}break;}}else _0x34563b=_0x108e16['data'][_0x1690(0x10d)],_0x33a2f8['log'](_0x5c2b30[_0x1690(0x18b)]),_0x425e03[_0x1690(0x48)](_0x5c2b30[_0x1690(0x116)],_0x356b44[_0x1690(0x92)](0x0,0x14)+_0x1690(0x109));}}catch(_0x481970){if(_0x5c2b30[_0x1690(0x10c)](_0x1690(0x18c),_0x5c2b30[_0x1690(0x18d)])){var _0x1a46fe,_0x52117e;_0x18280f[_0x1690(0x48)](_0x5c2b30[_0x1690(0x12a)]),_0x26c0f7=(_0x5c2b30[_0x1690(0x18e)](_0x1a46fe=_0x1d0d86['data'],null)||_0x5c2b30[_0x1690(0x18f)](_0x1a46fe,void 0x0)||_0x5c2b30['wdNmg'](_0x1a46fe=_0x1a46fe['user'],null)||_0x5c2b30[_0x1690(0x130)](_0x1a46fe,void 0x0)?void 0x0:_0x1a46fe[_0x1690(0x68)])||(_0x5c2b30[_0x1690(0x12e)](_0x52117e=_0x3fa44f[_0x1690(0x101)],null)||_0x5c2b30[_0x1690(0x138)](_0x52117e,void 0x0)||_0x5c2b30[_0x1690(0x130)](_0x52117e=_0x52117e['user'],null)||_0x52117e===void 0x0?void 0x0:_0x52117e[_0x1690(0x73)])||_0x1690(0xce);}else{console[_0x1690(0x53)](_0x5c2b30[_0x1690(0x167)],_0x481970);if(_0x5c2b30['fkKXZ'](_0x481970['code'],_googleSignin['statusCodes'][_0x1690(0x190)]))console['error'](_0x5c2b30[_0x1690(0x191)]),console[_0x1690(0x53)](_0x5c2b30[_0x1690(0x16b)]);else{if(_0x5c2b30[_0x1690(0x12c)](_0x481970[_0x1690(0x20)],_googleSignin['statusCodes'][_0x1690(0x16c)]))console[_0x1690(0x53)](_0x5c2b30['RbPnk']);else _0x5c2b30[_0x1690(0x192)](_0x481970[_0x1690(0x20)],_googleSignin[_0x1690(0x169)][_0x1690(0x16d)])&&console[_0x1690(0x53)]('โŒ\x20Google\x20Play\x20Services\x20not\x20available');}return![];}}};exports[_0x1690(0xc)]=forceYouTubeReconnectionWithConsent;const forceYouTubeReconnectionWithRevoke=async _0x4a207f=>{const _0x2b95a3={'NYDNb':_0x1690(0x193),'JDXNp':'โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Response\x20data:','BpNrH':_0x1690(0x194),'Qaqqn':'๐Ÿ”„\x20FORCING\x20YouTube\x20consent\x20via\x20REVOKE\x20method...','UvBTe':'๐Ÿ‘ค\x20User:','iIQoK':function(_0x5c8529){return _0x5c8529();},'BHLMa':function(_0x587782,_0xbc47e1){return _0x587782!==_0xbc47e1;},'CWRRe':_0x1690(0x195),'GRQpl':_0x1690(0x196),'ncDOH':_0x1690(0x197),'YrTdH':function(_0x32e4c2,_0x1def93){return _0x32e4c2===_0x1def93;},'EGBwO':function(_0xcb7cfa,_0x466f1e){return _0xcb7cfa===_0x466f1e;},'MGmNn':function(_0x97e2e3,_0x304f4f){return _0x97e2e3===_0x304f4f;},'YPHbr':'QoBuS','VlTzK':_0x1690(0x198),'KpTht':_0x1690(0x199),'nLszJ':'evwnh'};try{var _0x59429f;console['log'](_0x2b95a3[_0x1690(0x19a)]),console[_0x1690(0x48)](_0x2b95a3[_0x1690(0x19b)],_0x4a207f),_0x2b95a3[_0x1690(0x19c)](initializeGoogleSignIn),await _googleSignin[_0x1690(0xa6)][_0x1690(0xfa)]();try{if(_0x2b95a3[_0x1690(0x19d)](_0x1690(0x19e),_0x1690(0x19f)))await _googleSignin['GoogleSignin'][_0x1690(0x1a0)](),console[_0x1690(0x48)](_0x2b95a3[_0x1690(0x1a1)]);else return _0x1cbdb3['warn'](_0x2b95a3[_0x1690(0x1a2)]),_0x2cec1a[_0x1690(0x131)](_0x2b95a3[_0x1690(0x1a3)],_0x5e2cdd),_0x19a9e2[_0x1690(0x131)](_0x1690(0xe3)),![];}catch(_0x2dddbb){console[_0x1690(0x48)](_0x2b95a3['GRQpl'],_0x2dddbb);}await _googleSignin['GoogleSignin'][_0x1690(0xee)](),console[_0x1690(0x48)]('โœ…\x20Signed\x20out\x20completely'),console[_0x1690(0x48)](_0x2b95a3[_0x1690(0x1a4)]);const _0x951ad3=await _googleSignin[_0x1690(0xa6)]['signIn'](),_0x465082=await _googleSignin[_0x1690(0xa6)][_0x1690(0xf0)](),_0x5735dc=await _googleSignin['GoogleSignin']['getCurrentUser'](),_0xca223c=(_0x2b95a3[_0x1690(0x1a5)](_0x59429f=_0x951ad3[_0x1690(0x101)],null)||_0x2b95a3[_0x1690(0x1a5)](_0x59429f,void 0x0)?void 0x0:_0x59429f[_0x1690(0x10d)])||(_0x2b95a3['EGBwO'](_0x5735dc,null)||_0x2b95a3[_0x1690(0x1a6)](_0x5735dc,void 0x0)?void 0x0:_0x5735dc['serverAuthCode']);return _0xca223c?_0x2b95a3[_0x1690(0x1a6)](_0x2b95a3[_0x1690(0x1a7)],_0x2b95a3[_0x1690(0x1a8)])?(_0x2d4ae1[_0x1690(0x53)](_0x2b95a3[_0x1690(0x1a9)]),![]):(console['log'](_0x1690(0x1aa)),console['log']('๐Ÿ”‘\x20Refresh\x20token\x20preview:',_0xca223c['substring'](0x0,0x14)+_0x1690(0x109)),!![]):(console[_0x1690(0x53)](_0x2b95a3[_0x1690(0x1ab)]),![]);}catch(_0xfcea09){return _0x2b95a3['BHLMa'](_0x2b95a3[_0x1690(0x1ac)],_0x1690(0x1ad))?{'success':![],'message':_0x1690(0x46),'details':_0xbdf916}:(console[_0x1690(0x53)](_0x1690(0x1ae),_0xfcea09),![]);}};exports[_0x1690(0xb)]=forceYouTubeReconnectionWithRevoke;function _0x1690(_0x1fe5fc,_0x16908c){_0x1fe5fc=_0x1fe5fc-0x0;const _0x4bc6c3=_0x1fe5();let _0x517481=_0x4bc6c3[_0x1fe5fc];return _0x517481;}const fixUserYouTubeConnection=async _0xe31ceb=>{const _0x1fbebb={'jSghk':function(_0xf0078b,_0x6cd780){return _0xf0078b===_0x6cd780;},'RJRci':function(_0x42bb52,_0x34d43d){return _0x42bb52===_0x34d43d;},'KpaaU':'๐Ÿ”„\x20Method\x201:\x20Trying\x20forced\x20consent\x20via\x20configuration...','vQKUb':function(_0x555273,_0x5f3b4b){return _0x555273(_0x5f3b4b);},'vMtTI':function(_0x15be54,_0x44976d){return _0x15be54!==_0x44976d;},'fujSw':'himCT','PEkHn':_0x1690(0x1af),'amviS':function(_0x36aadc,_0x31c22a){return _0x36aadc(_0x31c22a);}};console[_0x1690(0x48)](_0x1690(0x1b0)+_0xe31ceb),console[_0x1690(0x48)](_0x1fbebb[_0x1690(0x1b1)]);let _0xa5bc40=await _0x1fbebb[_0x1690(0x1b2)](forceYouTubeReconnectionWithConsent,_0xe31ceb);if(_0xa5bc40){if(_0x1fbebb['vMtTI'](_0x1690(0x1b3),_0x1fbebb[_0x1690(0x1b4)]))return console[_0x1690(0x48)]('โœ…\x20'+_0xe31ceb+_0x1690(0x66)),!![];else{var _0x3f18e5,_0x56c8a2;_0x38fadf[_0x1690(0x48)]('โš ๏ธ\x20Failed\x20to\x20fetch\x20YouTube\x20channel\x20info:',_0x158c29[_0x1690(0x5f)]),_0x3cd9be=((_0x3f18e5=_0x3b3efd[_0x1690(0x101)])===null||_0x1fbebb[_0x1690(0x1b5)](_0x3f18e5,void 0x0)||(_0x3f18e5=_0x3f18e5['user'])===null||_0x1fbebb[_0x1690(0x1b5)](_0x3f18e5,void 0x0)?void 0x0:_0x3f18e5[_0x1690(0x68)])||(_0x1fbebb['RJRci'](_0x56c8a2=_0x124f32[_0x1690(0x101)],null)||_0x1fbebb['RJRci'](_0x56c8a2,void 0x0)||_0x1fbebb[_0x1690(0x1b6)](_0x56c8a2=_0x56c8a2[_0x1690(0x103)],null)||_0x1fbebb[_0x1690(0x1b6)](_0x56c8a2,void 0x0)?void 0x0:_0x56c8a2[_0x1690(0x73)])||_0x1690(0x117);}}console[_0x1690(0x48)](_0x1fbebb['PEkHn']),_0xa5bc40=await _0x1fbebb[_0x1690(0x1b7)](forceYouTubeReconnectionWithRevoke,_0xe31ceb);if(_0xa5bc40)return console['log']('โœ…\x20'+_0xe31ceb+_0x1690(0x1b8)),!![];return console[_0x1690(0x53)](_0x1690(0x1b9)+_0xe31ceb+_0x1690(0x1ba)),![];};exports[_0x1690(0xd)]=fixUserYouTubeConnection;const refreshGoogleTokens=async()=>{const _0x21b97a={'IMChh':_0x1690(0x42),'IQhkB':function(_0x4b0879,_0x564ed3){return _0x4b0879!==_0x564ed3;},'YdiDI':_0x1690(0x1bb),'QyOQd':'โŒ\x20User\x20not\x20signed\x20in\x20to\x20Google,\x20cannot\x20refresh\x20tokens','EoILi':_0x1690(0x1bc),'MGLlz':function(_0xe88e6d,_0x55bbee){return _0xe88e6d===_0x55bbee;},'tZVTu':'trRtM','jLnAc':_0x1690(0x1bd),'wpWrm':'โŒ\x20Failed\x20to\x20refresh\x20Google\x20tokens:','lNLcq':_0x1690(0x1be)};try{if(_0x21b97a[_0x1690(0x1bf)](_0x21b97a[_0x1690(0x1c0)],_0x1690(0x1c1))){console[_0x1690(0x48)](_0x1690(0x1c2));const _0x3300f5=await _googleSignin['GoogleSignin'][_0x1690(0x105)]();if(!_0x3300f5)return console[_0x1690(0x48)](_0x21b97a[_0x1690(0x1c3)]),null;const _0x3403ba=await _googleSignin[_0x1690(0xa6)][_0x1690(0xf0)]();return console[_0x1690(0x48)](_0x21b97a[_0x1690(0x1c4)]),{'accessToken':_0x3403ba[_0x1690(0xf1)],'idToken':_0x3403ba[_0x1690(0x14a)]};}else _0x15c024[_0x1690(0x53)](_0x1690(0x1c5),_0x4e5880);}catch(_0x43315a){if(_0x21b97a[_0x1690(0x1c6)](_0x21b97a['tZVTu'],_0x21b97a['jLnAc']))_0x4ca1e7['log'](_0x21b97a[_0x1690(0x1c7)]);else{console['error'](_0x21b97a[_0x1690(0x1c8)],_0x43315a);try{console[_0x1690(0x48)](_0x1690(0x1c9));const _0x14da6f=await _googleSignin['GoogleSignin']['signIn'](),_0x59ba6b=await _googleSignin[_0x1690(0xa6)][_0x1690(0xf0)]();return console[_0x1690(0x48)](_0x1690(0x1ca)),{'accessToken':_0x59ba6b[_0x1690(0xf1)],'idToken':_0x59ba6b[_0x1690(0x14a)]};}catch(_0x560a1a){return console[_0x1690(0x53)](_0x21b97a[_0x1690(0x1cb)],_0x560a1a),null;}}}},debugYouTubeTokens=async()=>{const _0x142fda={'ALAeW':_0x1690(0x1cc),'PVygf':_0x1690(0xc0),'mvbHF':'Present','qkbCj':function(_0x5e43d8,_0x35d134){return _0x5e43d8!==_0x35d134;},'jZuNm':function(_0x44400d,_0x54c038){return _0x44400d===_0x54c038;},'Cnkmu':function(_0x531168,_0x48322b){return _0x531168===_0x48322b;},'rcTFO':function(_0x5792f7,_0xa615a5){return _0x5792f7!==_0xa615a5;},'nakpW':function(_0x10b83d,_0x255a54){return _0x10b83d!==_0x255a54;},'yaExQ':function(_0x38b209,_0x51b66c){return _0x38b209!==_0x51b66c;},'RCHxZ':function(_0x28740a,_0xeffa52){return _0x28740a!==_0xeffa52;},'jfWGn':_0x1690(0x1cd),'jEGDc':_0x1690(0x1ce),'dBqdv':_0x1690(0x53)};try{var _0x5c679d;const _0x3c0f7d=await _googleSignin[_0x1690(0xa6)][_0x1690(0xf0)](),_0x171a63=await _googleSignin[_0x1690(0xa6)][_0x1690(0x105)]();return console[_0x1690(0x48)](_0x142fda[_0x1690(0x1cf)],{'accessToken':_0x3c0f7d[_0x1690(0xf1)]?_0x3c0f7d[_0x1690(0xf1)]['substring'](0x0,0x14)+_0x1690(0x109):_0x142fda[_0x1690(0x1d0)],'idToken':_0x3c0f7d[_0x1690(0x14a)]?_0x142fda['mvbHF']:_0x142fda[_0x1690(0x1d0)],'serverAuthCode':_0x142fda[_0x1690(0x1d1)](_0x171a63,null)&&_0x171a63!==void 0x0&&_0x171a63[_0x1690(0x10d)]?_0x171a63[_0x1690(0x10d)][_0x1690(0x92)](0x0,0x14)+_0x1690(0x109):_0x142fda[_0x1690(0x1d0)],'userEmail':(_0x142fda['jZuNm'](_0x171a63,null)||_0x142fda[_0x1690(0x1d2)](_0x171a63,void 0x0)||_0x142fda[_0x1690(0x1d3)](_0x5c679d=_0x171a63[_0x1690(0x103)],null)||_0x5c679d===void 0x0?void 0x0:_0x5c679d[_0x1690(0x73)])||_0x142fda[_0x1690(0x1d0)]}),{'hasRefreshToken':!!(_0x142fda[_0x1690(0x1d4)](_0x171a63,null)&&_0x142fda[_0x1690(0x1d5)](_0x171a63,void 0x0)&&_0x171a63[_0x1690(0x10d)]),'refreshTokenType':_0x142fda[_0x1690(0x1d6)](_0x171a63,null)&&_0x142fda[_0x1690(0x1d7)](_0x171a63,void 0x0)&&_0x171a63['serverAuthCode']?_0x1690(0x10d):_0x142fda['jfWGn']};}catch(_0x46b48b){return console['error'](_0x142fda[_0x1690(0x1d8)],_0x46b48b),{'hasRefreshToken':![],'refreshTokenType':_0x142fda[_0x1690(0x1d9)]};}},reconnectYouTube=async _0x4626ce=>{const _0x29156d={'aAtDN':_0x1690(0x53),'sFAWX':_0x1690(0x1da),'fwvQC':_0x1690(0x1db),'VqcMi':_0x1690(0x1dc),'qffxX':_0x1690(0x1dd),'AZfIF':_0x1690(0x1de),'geAyt':'๐Ÿ”‘\x20Refresh\x20token\x20preview:','rYeNf':_0x1690(0x1df),'wZwQz':_0x1690(0x1e0),'FwxTx':_0x1690(0x1e1),'xAJDN':_0x1690(0x10),'zhFLd':_0x1690(0x1e2),'qNWVo':_0x1690(0x1e3),'HKhOM':function(_0x2a448,_0x576702){return _0x2a448!==_0x576702;},'uFPTy':_0x1690(0x1e4),'beAPw':_0x1690(0x1e5),'HTQOj':_0x1690(0x1e6),'QFsPb':function(_0x767d45,_0x5aefa2,_0x1dc92a){return _0x767d45(_0x5aefa2,_0x1dc92a);},'gubcS':_0x1690(0x1e7),'wLjPK':function(_0x4bdd7d,_0xa73f5){return _0x4bdd7d!==_0xa73f5;},'FdNiv':'โœ…\x20YouTube\x20reconnected\x20successfully\x20with\x20refresh\x20token','jRzxF':function(_0x32e83d){return _0x32e83d();},'GYJVy':_0x1690(0x1e8),'jHFxY':_0x1690(0x1e9),'inQiT':_0x1690(0xae),'bCXBv':_0x1690(0x1ea),'RtSXa':'aPyMZ','TTMOz':_0x1690(0x1eb),'fVpIY':_0x1690(0x1ec),'zAXih':function(_0x5da2ff,_0x2ddba8){return _0x5da2ff!==_0x2ddba8;},'LZiyS':_0x1690(0x1ed)};try{if(_0x1690(0x1ee)!==_0x29156d['zhFLd']){console[_0x1690(0x48)](_0x29156d[_0x1690(0x1ef)]);try{if(_0x29156d[_0x1690(0x1f0)](_0x29156d[_0x1690(0x1f1)],_0x29156d['uFPTy']))return _0x431061['error'](_0x1690(0x1ce),_0x3a58c6),{'hasRefreshToken':![],'refreshTokenType':_0x29156d[_0x1690(0x1f2)]};else await _googleSignin['GoogleSignin'][_0x1690(0xee)](),console['log'](_0x29156d[_0x1690(0x1f3)]);}catch(_0x41bcec){if(_0x29156d[_0x1690(0x1f0)]('BJKqO',_0x1690(0x1f4)))console['log'](_0x1690(0xad),_0x41bcec);else return _0x31892b[_0x1690(0x48)](_0x29156d[_0x1690(0x1f5)]),null;}try{const _0x309b62=await _googleSignin[_0x1690(0xa6)][_0x1690(0xf0)]();_0x309b62[_0x1690(0xf1)]&&(await _googleSignin[_0x1690(0xa6)][_0x1690(0x1f6)](_0x309b62[_0x1690(0xf1)]),console['log'](_0x29156d['HTQOj']));}catch(_0x546cb5){console[_0x1690(0x48)](_0x29156d[_0x1690(0x1f7)],_0x546cb5);}const _0x2748fa=await _0x29156d['QFsPb'](initiateNativeAuth,_0x29156d['gubcS'],_0x4626ce);if(_0x2748fa){if(_0x29156d[_0x1690(0x1f8)](_0x1690(0x1f9),_0x1690(0x1fa))){console[_0x1690(0x48)](_0x29156d['FdNiv']);const _0x40f57e=await _0x29156d['jRzxF'](debugYouTubeTokens);if(_0x40f57e['hasRefreshToken']){if(_0x29156d['GYJVy']===_0x29156d['jHFxY'])return{'success':!![],'message':_0x1ab96f[_0x1690(0x52)]||_0x29156d[_0x1690(0x1fb)]};else console[_0x1690(0x48)](_0x29156d['inQiT'],_0x40f57e[_0x1690(0x155)]);}else{if(_0x29156d[_0x1690(0x1f8)](_0x29156d[_0x1690(0x1fc)],_0x29156d['RtSXa']))console[_0x1690(0x131)](_0x29156d['TTMOz']);else return _0x687510[_0x1690(0x53)](_0x29156d[_0x1690(0x1fd)]),![];}return!![];}else _0x7c9297[_0x1690(0x48)](_0x29156d[_0x1690(0x1f7)],_0x476a9b);}else{if(_0x29156d[_0x1690(0x1fe)]!==_0x29156d['fVpIY'])_0x464764=_0x3bc48d[_0x1690(0x10d)],_0x490834[_0x1690(0x48)](_0x29156d[_0x1690(0x1ff)]),_0xf5695a[_0x1690(0x48)](_0x29156d[_0x1690(0x200)],_0x4ec62d[_0x1690(0x92)](0x0,0x14)+'...');else return console[_0x1690(0x53)](_0x1690(0x1dc)),![];}}else _0x20d305[_0x1690(0x48)](_0x29156d['rYeNf']),_0x364ee7[_0x1690(0x48)](_0x29156d[_0x1690(0x201)]),_0x1039b5[_0x1690(0x48)](_0x29156d[_0x1690(0x202)]);}catch(_0x1d2a0a){if(_0x29156d[_0x1690(0x203)](_0x1690(0x204),'NnfBy'))return console[_0x1690(0x53)](_0x29156d['LZiyS'],_0x1d2a0a),![];else throw new _0x3c2892(_0x29156d['xAJDN']);}};exports['reconnectYouTube']=reconnectYouTube;const initiateNativeAuth=async(_0x3a0f8a,_0x4a9e20)=>{const _0x2e1384={'MFIMz':_0x1690(0x1aa),'WiSxs':_0x1690(0xb3),'beuxc':_0x1690(0x205),'FCqmJ':_0x1690(0x206),'pKdIM':_0x1690(0x207),'PCgDI':_0x1690(0x208),'YHBqa':_0x1690(0xea),'dAzpt':_0x1690(0x209),'CMjqG':_0x1690(0x18a),'JqvqP':_0x1690(0xeb),'TkqzT':_0x1690(0x187),'DSjLk':'โŒ\x20Sign-in\x20already\x20in\x20progress','jhSZH':_0x1690(0x20a),'fARXV':_0x1690(0x20b),'wOhGi':'Facebook\x20Login\x20completed\x20successfully','DucGz':function(_0x4f1873,_0x3c55a6,_0xdd8ba8){return _0x4f1873(_0x3c55a6,_0xdd8ba8);},'fXQcX':_0x1690(0x1ed),'UzlHr':function(_0x18e5bb,_0x2ba298){return _0x18e5bb!==_0x2ba298;},'BpiFX':_0x1690(0x20c),'ReXvH':function(_0x589ebf,_0x567a99){return _0x589ebf(_0x567a99);},'TRbOi':'Invalid\x20verification\x20code','mUxNN':function(_0x57f8f9,_0x1f4eb7){return _0x57f8f9===_0x1f4eb7;},'XvnxV':function(_0xb8e1cc){return _0xb8e1cc();},'AqwDr':_0x1690(0x20d),'HKpZj':'cOAvX','QpBQQ':'โ„น๏ธ\x20Sign\x20out\x20not\x20needed\x20or\x20failed:','qnLVN':_0x1690(0x20e),'steUd':function(_0x5a43c5,_0xfeb51e){return _0x5a43c5===_0xfeb51e;},'sZWun':_0x1690(0x20f),'dBByl':_0x1690(0x210),'axNPt':'๐Ÿ‘ค\x20Current\x20user\x20info:','EEXKa':function(_0x35c8f8,_0x1057d6){return _0x35c8f8===_0x1057d6;},'tvwfY':_0x1690(0x211),'wubiw':_0x1690(0x212),'ZMnpn':function(_0x577085,_0x59cc77){return _0x577085!==_0x59cc77;},'nuMQA':_0x1690(0xc0),'OfytZ':_0x1690(0x213),'SdNSc':_0x1690(0x214),'mGQms':'โœ…\x20Got\x20serverAuthCode\x20(refresh\x20token\x20mechanism)','EYOTz':function(_0xbd7cb5,_0x559371){return _0xbd7cb5!==_0x559371;},'LLTgH':'โœ…\x20Got\x20serverAuthCode\x20from\x20sign-in\x20response','PEXzc':_0x1690(0x215),'kFZTp':'๐Ÿ’ก\x20User\x20needs\x20to\x20reconnect\x20with\x20proper\x20consent\x20screen','mWxvr':_0x1690(0x216),'WogJZ':_0x1690(0x217),'etMFn':_0x1690(0x218),'bJqVw':_0x1690(0x219),'Tqmic':_0x1690(0x21a),'Tsbpz':'๐Ÿ”‘\x20Refresh\x20token\x20type:','FiwSR':'serverAuthCode','piZLb':_0x1690(0xc6),'KpMmk':'Unknown\x20Channel','GuGkm':_0x1690(0x21b),'SXPQY':'๐Ÿ“บ\x20Fetching\x20YouTube\x20channel\x20information...','Tunbc':_0x1690(0xca),'xxBqn':function(_0x5728e9,_0x175d6b){return _0x5728e9===_0x175d6b;},'ArTsM':function(_0x563a89,_0x35fece){return _0x563a89>_0x35fece;},'CJnxe':function(_0xb9124f,_0x43a202){return _0xb9124f===_0x43a202;},'fTUyE':_0x1690(0x21c),'lcknn':_0x1690(0xcb),'JOhMg':_0x1690(0xcc),'JgqQl':_0x1690(0x21d),'bfKCd':function(_0x202d04,_0x573728){return _0x202d04===_0x573728;},'JbwiZ':function(_0x4f3708,_0x39c800){return _0x4f3708===_0x39c800;},'SlFwD':_0x1690(0xce),'efzWj':function(_0x1b2567,_0x14d88a){return _0x1b2567===_0x14d88a;},'hMMXH':function(_0x275eb8,_0x372d86){return _0x275eb8===_0x372d86;},'AjOGn':function(_0x40f503,_0x1bda29){return _0x40f503===_0x1bda29;},'dpsFz':function(_0x5e68f8,_0x231c0a){return _0x5e68f8===_0x231c0a;},'ZYdAp':_0x1690(0x13e),'mBRSQ':function(_0x44bdb3,_0xcfc6c2){return _0x44bdb3===_0xcfc6c2;},'BeKvx':function(_0x3c7307,_0x5ac262){return _0x3c7307===_0x5ac262;},'iqHdm':function(_0x50b76c,_0x5aa5d4){return _0x50b76c===_0x5aa5d4;},'kZlpz':function(_0x1a8a48,_0x352112){return _0x1a8a48===_0x352112;},'gnDMl':function(_0x57dc67,_0x286663){return _0x57dc67||_0x286663;},'Iklud':function(_0x46deaf,_0xb81e5d){return _0x46deaf===_0xb81e5d;},'SeQHm':function(_0x32c8ae,_0x2cefaa){return _0x32c8ae===_0x2cefaa;},'dqmXe':function(_0x385a38,_0x49b428){return _0x385a38===_0x49b428;},'kYvqw':function(_0x38bb5d,_0x2e18cc){return _0x38bb5d===_0x2e18cc;},'EqBCE':_0x1690(0x21e),'ARXDO':function(_0xc99191,_0x255dfb){return _0xc99191<_0x255dfb;},'Ngpga':_0x1690(0x21f),'MAcAO':_0x1690(0x220),'AVmuQ':_0x1690(0x221),'MEWsN':_0x1690(0x222),'yxGbb':_0x1690(0x72),'tTtny':'๐Ÿ”—\x20Linking\x20YouTube\x20data\x20to\x20user:','twqkw':_0x1690(0x223),'dfuph':'youtube','IDrWW':function(_0x5b290c,_0x2c043b){return _0x5b290c===_0x2c043b;},'NUoJw':function(_0xb92d13,_0x1147bf){return _0xb92d13===_0x1147bf;},'HZjCF':function(_0x3b7513,_0x4505bc){return _0x3b7513===_0x4505bc;},'tGxCf':function(_0x52bf2b,_0x2e38c8){return _0x52bf2b===_0x2e38c8;},'dvSlN':_0x1690(0x224),'sZvBu':function(_0x188bd6,_0x3c99e0){return _0x188bd6+_0x3c99e0;},'CToWD':_0x1690(0x225),'zVLjK':_0x1690(0x226),'mlQse':_0x1690(0x227),'LSiPI':_0x1690(0x228),'RaOTA':_0x1690(0x229),'QQXpm':_0x1690(0x22a),'uWbXY':_0x1690(0x22b),'VDiti':'๐Ÿ“ก\x20Backend\x20response\x20headers:','QYpEO':'โœ…\x20YouTube\x20connection\x20successful','uWwgc':function(_0xe5663d,_0x23c943){return _0xe5663d===_0x23c943;},'Ngwdp':function(_0x57a394,_0x5a6542){return _0x57a394===_0x5a6542;},'czGMs':_0x1690(0xd9),'BZcJg':'๐Ÿ”„\x20[YOUTUBE\x20AUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','wUqPv':_0x1690(0x1e0),'PcTrN':_0x1690(0x1e1),'jViOi':'iwoFq','WmAQq':_0x1690(0x22c),'XjKtP':_0x1690(0x22d),'DIXur':_0x1690(0x22e),'AgGic':_0x1690(0x132),'BMWkD':_0x1690(0xac),'TIsHj':_0x1690(0x134),'xidpG':_0x1690(0x22f),'hkRxi':'๐Ÿ“‹\x20BACKEND\x20ERROR\x20RESPONSE:','GLbhJ':'โŒ\x20Google\x20Sign-In\x20error:','tNMwz':'User\x20cancelled\x20Google\x20Sign-In','sDVvj':function(_0x195b34,_0x48e65d){return _0x195b34===_0x48e65d;},'VdDbb':function(_0x21ec58,_0xe67d66){return _0x21ec58===_0xe67d66;},'hNcCO':_0x1690(0x230),'enslA':_0x1690(0x231),'QnIMH':_0x1690(0xab)};if(_0x2e1384[_0x1690(0x232)](_0x3a0f8a,_0x1690(0x1e7))){console['log']('๐Ÿ”—\x20Initiating\x20native\x20Google\x20Sign-In\x20for\x20YouTube');if(!_0x4a9e20||_0x4a9e20[_0x1690(0x142)]()==='')return console['error'](_0x2e1384['jhSZH']),![];try{var _0x24c595,_0x2f35c3,_0x370148,_0x2fe678,_0x5b9350,_0x18a699,_0x17b5b6,_0x1dc902,_0x3bf048,_0x2c574b;_0x2e1384[_0x1690(0x233)](initializeGoogleSignIn),await _googleSignin[_0x1690(0xa6)][_0x1690(0xfa)]();try{await _googleSignin[_0x1690(0xa6)][_0x1690(0xee)](),console[_0x1690(0x48)](_0x2e1384[_0x1690(0x234)]);}catch(_0x59f580){if(_0x2e1384[_0x1690(0x235)](_0x2e1384[_0x1690(0x236)],_0x1690(0x237)))return _0x31dfee['log'](_0x2e1384[_0x1690(0x238)]),_0xa1634b[_0x1690(0x48)](_0x2e1384[_0x1690(0x239)],_0x21951f[_0x1690(0x92)](0x0,0x14)+_0x1690(0x109)),!![];else console[_0x1690(0x48)](_0x2e1384['QpBQQ'],_0x59f580);}const _0x2e6e46=await _googleSignin[_0x1690(0xa6)][_0x1690(0x23a)]();console[_0x1690(0x48)](_0x2e1384[_0x1690(0x23b)],_0x2e1384[_0x1690(0x23c)](_0x24c595=_0x2e6e46[_0x1690(0x101)],null)||_0x24c595===void 0x0||_0x2e1384[_0x1690(0x232)](_0x24c595=_0x24c595[_0x1690(0x103)],null)||_0x24c595===void 0x0?void 0x0:_0x24c595[_0x1690(0x73)]),console[_0x1690(0x48)](_0x2e1384[_0x1690(0x23d)]),console[_0x1690(0x48)](JSON[_0x1690(0x8c)](_0x2e6e46,null,0x2));const _0x53a24c=await _googleSignin['GoogleSignin']['getTokens']();console[_0x1690(0x48)](_0x2e1384[_0x1690(0x23e)]),console[_0x1690(0x48)](_0x1690(0x23f)),console[_0x1690(0x48)](JSON[_0x1690(0x8c)](_0x53a24c,null,0x2));const _0x4a3bfe=await _googleSignin[_0x1690(0xa6)][_0x1690(0x105)]();console[_0x1690(0x48)](_0x2e1384['axNPt'],_0x4a3bfe===null||_0x2e1384[_0x1690(0x232)](_0x4a3bfe,void 0x0)||_0x2e1384[_0x1690(0x240)](_0x2f35c3=_0x4a3bfe[_0x1690(0x103)],null)||_0x2e1384[_0x1690(0x240)](_0x2f35c3,void 0x0)?void 0x0:_0x2f35c3['email']),console[_0x1690(0x48)](_0x1690(0x241)),console[_0x1690(0x48)](JSON['stringify'](_0x4a3bfe,null,0x2));let _0x52ff5f=null;console[_0x1690(0x48)](_0x2e1384[_0x1690(0x242)]),console['log'](_0x2e1384[_0x1690(0x243)],(_0x370148=_0x2e6e46[_0x1690(0x101)])!==null&&_0x370148!==void 0x0&&_0x370148[_0x1690(0x10d)]?_0x1690(0x244)+_0x2e6e46[_0x1690(0x101)][_0x1690(0x10d)][_0x1690(0x92)](0x0,0x14)+_0x1690(0x109):_0x1690(0xc0)),console[_0x1690(0x48)](_0x1690(0x245),_0x2e1384[_0x1690(0x246)](_0x4a3bfe,null)&&_0x2e1384[_0x1690(0x235)](_0x4a3bfe,void 0x0)&&_0x4a3bfe[_0x1690(0x10d)]?'Present:\x20'+_0x4a3bfe[_0x1690(0x10d)][_0x1690(0x92)](0x0,0x14)+_0x1690(0x109):_0x2e1384[_0x1690(0x247)]),console[_0x1690(0x48)](_0x2e1384[_0x1690(0x248)],_0x53a24c[_0x1690(0x14a)]?'Present:\x20'+_0x53a24c[_0x1690(0x14a)][_0x1690(0x92)](0x0,0x14)+_0x1690(0x109):_0x1690(0xc0)),console[_0x1690(0x48)](_0x2e1384[_0x1690(0x249)],_0x53a24c[_0x1690(0xf1)]?'Present:\x20'+_0x53a24c[_0x1690(0xf1)][_0x1690(0x92)](0x0,0x14)+_0x1690(0x109):_0x2e1384[_0x1690(0x247)]);if(_0x2e1384['UzlHr'](_0x4a3bfe,null)&&_0x2e1384[_0x1690(0x235)](_0x4a3bfe,void 0x0)&&_0x4a3bfe[_0x1690(0x10d)])_0x52ff5f=_0x4a3bfe[_0x1690(0x10d)],console['log'](_0x2e1384[_0x1690(0x24a)]),console['log'](_0x2e1384['WiSxs'],_0x52ff5f['substring'](0x0,0x14)+_0x1690(0x109));else _0x2e1384[_0x1690(0x24b)](_0x2fe678=_0x2e6e46[_0x1690(0x101)],null)&&_0x2e1384[_0x1690(0x246)](_0x2fe678,void 0x0)&&_0x2fe678[_0x1690(0x10d)]&&(_0x52ff5f=_0x2e6e46[_0x1690(0x101)][_0x1690(0x10d)],console['log'](_0x2e1384[_0x1690(0x24c)]),console['log'](_0x2e1384[_0x1690(0x239)],_0x52ff5f[_0x1690(0x92)](0x0,0x14)+_0x1690(0x109)));!_0x52ff5f?(console[_0x1690(0x53)](_0x2e1384[_0x1690(0x24d)]),console[_0x1690(0x53)](_0x2e1384['kFZTp']),console[_0x1690(0x53)](_0x2e1384[_0x1690(0x24e)]),console['warn'](_0x2e1384[_0x1690(0x24f)])):_0x2e1384[_0x1690(0x232)](_0x2e1384[_0x1690(0x250)],_0x2e1384[_0x1690(0x251)])?_0x5e2056[_0x1690(0x48)](_0x2e1384[_0x1690(0x252)]):(console[_0x1690(0x48)](_0x2e1384[_0x1690(0x253)]),console[_0x1690(0x48)](_0x2e1384[_0x1690(0x254)],_0x52ff5f[_0x1690(0x114)]('4/')?_0x2e1384[_0x1690(0x255)]:_0x2e1384[_0x1690(0x256)]));let _0x24059b=_0x2e1384['KpMmk'],_0x1586dd=null;try{if(_0x2e1384['GuGkm']!=='cPOIy')return _0x26be20[_0x1690(0x53)](_0x2e1384[_0x1690(0x257)],_0x28f54e),{'success':![],'error':_0x1690(0x258)};else{console['log'](_0x2e1384[_0x1690(0x259)]);const _0x1c5377=await _0x2e1384['DucGz'](fetch,_0x2e1384['Tunbc'],{'headers':{'Authorization':_0x1690(0x1a)+_0x53a24c[_0x1690(0xf1)],'Accept':'application/json'}});if(_0x1c5377['ok']){if(_0x2e1384[_0x1690(0x25a)]('gqfKV','gqfKV')){const _0x3b9bf5=await _0x1c5377['json']();if(_0x3b9bf5[_0x1690(0x120)]&&_0x2e1384[_0x1690(0x25b)](_0x3b9bf5['items']['length'],0x0)){if(_0x2e1384[_0x1690(0x25c)](_0x2e1384[_0x1690(0x25d)],_0x2e1384[_0x1690(0x25d)]))_0x24059b=_0x3b9bf5[_0x1690(0x120)][0x0]['snippet'][_0x1690(0x124)],_0x1586dd=_0x3b9bf5[_0x1690(0x120)][0x0]['id'],console[_0x1690(0x48)](_0x2e1384[_0x1690(0x25e)],_0x24059b,_0x2e1384[_0x1690(0x25f)],_0x1586dd);else{const _0x53d9bb=_0x2e1384[_0x1690(0x260)][_0x1690(0x261)]('|');let _0x4de17f=0x0;while(!![]){switch(_0x53d9bb[_0x4de17f++]){case'0':_0x362ab3[_0x1690(0x53)](_0x2e1384['PCgDI']);continue;case'1':_0x457c25[_0x1690(0x53)](_0x2e1384['YHBqa']);continue;case'2':_0x3f5cfd[_0x1690(0x53)](_0x2e1384[_0x1690(0x262)]);continue;case'3':_0x426367[_0x1690(0x53)](_0x2e1384[_0x1690(0x263)]);continue;case'4':return![];case'5':_0x1cfe10[_0x1690(0x53)](_0x2e1384[_0x1690(0x264)]);continue;case'6':_0x468e7a[_0x1690(0x53)](_0x2e1384[_0x1690(0x265)]);continue;}break;}}}else{var _0x1987e0,_0x26b2ea;console['log'](_0x2e1384[_0x1690(0x266)]),_0x24059b=((_0x1987e0=_0x2e6e46[_0x1690(0x101)])===null||_0x2e1384[_0x1690(0x25a)](_0x1987e0,void 0x0)||(_0x1987e0=_0x1987e0[_0x1690(0x103)])===null||_0x1987e0===void 0x0?void 0x0:_0x1987e0[_0x1690(0x68)])||(_0x2e1384[_0x1690(0x267)](_0x26b2ea=_0x2e6e46[_0x1690(0x101)],null)||_0x26b2ea===void 0x0||_0x2e1384[_0x1690(0x240)](_0x26b2ea=_0x26b2ea[_0x1690(0x103)],null)||_0x2e1384[_0x1690(0x268)](_0x26b2ea,void 0x0)?void 0x0:_0x26b2ea[_0x1690(0x73)])||_0x2e1384['SlFwD'];}}else _0x2b65c4[_0x1690(0x53)](_0x2e1384[_0x1690(0x269)]);}else{var _0x591da4,_0x2a3680;console['log']('โš ๏ธ\x20Failed\x20to\x20fetch\x20YouTube\x20channel\x20info:',_0x1c5377[_0x1690(0x5f)]),_0x24059b=(_0x2e1384['efzWj'](_0x591da4=_0x2e6e46[_0x1690(0x101)],null)||_0x591da4===void 0x0||_0x2e1384['hMMXH'](_0x591da4=_0x591da4['user'],null)||_0x2e1384[_0x1690(0x26a)](_0x591da4,void 0x0)?void 0x0:_0x591da4[_0x1690(0x68)])||(_0x2e1384[_0x1690(0x26b)](_0x2a3680=_0x2e6e46[_0x1690(0x101)],null)||_0x2a3680===void 0x0||(_0x2a3680=_0x2a3680[_0x1690(0x103)])===null||_0x2e1384[_0x1690(0x26a)](_0x2a3680,void 0x0)?void 0x0:_0x2a3680[_0x1690(0x73)])||_0x2e1384[_0x1690(0x26c)];}}}catch(_0x2d4d17){var _0x4d3ed1,_0x19ca21;console[_0x1690(0x48)](_0x2e1384[_0x1690(0x26d)],_0x2d4d17),_0x24059b=(_0x2e1384[_0x1690(0x26e)](_0x4d3ed1=_0x2e6e46[_0x1690(0x101)],null)||_0x2e1384[_0x1690(0x26f)](_0x4d3ed1,void 0x0)||_0x2e1384['mBRSQ'](_0x4d3ed1=_0x4d3ed1[_0x1690(0x103)],null)||_0x2e1384[_0x1690(0x270)](_0x4d3ed1,void 0x0)?void 0x0:_0x4d3ed1[_0x1690(0x68)])||((_0x19ca21=_0x2e6e46['data'])===null||_0x2e1384['dpsFz'](_0x19ca21,void 0x0)||_0x2e1384['iqHdm'](_0x19ca21=_0x19ca21[_0x1690(0x103)],null)||_0x2e1384[_0x1690(0x271)](_0x19ca21,void 0x0)?void 0x0:_0x19ca21[_0x1690(0x73)])||_0x2e1384['KpMmk'];}let _0x313787=await(0x0,_jwtStorageService[_0x1690(0x140)])();const _0x1371eb=await _asyncStorage[_0x1690(0x272)]['getItem']('onairos_username'),_0x94fd76=_0x2e1384[_0x1690(0x273)](_0x1371eb,_0x4a9e20)||(_0x2e1384['Iklud'](_0x5b9350=_0x2e6e46[_0x1690(0x101)],null)||_0x2e1384[_0x1690(0x274)](_0x5b9350,void 0x0)||_0x2e1384[_0x1690(0x275)](_0x5b9350=_0x5b9350['user'],null)||_0x2e1384[_0x1690(0x276)](_0x5b9350,void 0x0)?void 0x0:_0x5b9350[_0x1690(0x73)])||_0x2e1384[_0x1690(0x277)];if(!_0x313787||_0x2e1384[_0x1690(0x278)](_0x313787['trim']()['length'],0x14)){if(_0x2e1384['ZMnpn'](_0x2e1384['Ngpga'],_0x2e1384['Ngpga']))return _0x3ee19c[_0x1690(0x53)](_0x2e1384['jhSZH']),![];else console[_0x1690(0x48)](_0x2e1384[_0x1690(0x279)]),console[_0x1690(0x48)](_0x2e1384[_0x1690(0x27a)]),console['log'](_0x2e1384[_0x1690(0x27b)]);}else console[_0x1690(0x48)]('โœ…\x20Found\x20existing\x20authentication\x20token\x20for\x20YouTube\x20auth'),console[_0x1690(0x48)](_0x2e1384[_0x1690(0x27c)],_0x313787[_0x1690(0x92)](0x0,0x14)+_0x1690(0x109));console[_0x1690(0x48)](_0x2e1384[_0x1690(0x27d)],_0x94fd76),console[_0x1690(0x48)](_0x1690(0x27e),_0x313787?_0x313787[_0x1690(0x92)](0x0,0x14)+_0x1690(0x109):_0x1690(0x27f)),console[_0x1690(0x48)](_0x2e1384[_0x1690(0x280)],_0x24059b);const _0x557939={'session':{'username':_0x94fd76,'platform':_0x2e1384['dfuph'],'timestamp':new Date()['toISOString'](),'channelName':_0x24059b,'channelId':_0x1586dd},'googleUser':_0x2e1384[_0x1690(0x25c)](_0x18a699=_0x2e6e46['data'],null)||_0x2e1384[_0x1690(0x281)](_0x18a699,void 0x0)?void 0x0:_0x18a699[_0x1690(0x103)],'accessToken':_0x53a24c[_0x1690(0xf1)],'idToken':_0x53a24c['idToken'],'refreshToken':_0x52ff5f,'serverAuthCode':_0x52ff5f,'refresh_token':_0x52ff5f,'server_auth_code':_0x52ff5f,'authCode':_0x52ff5f,'userAccountInfo':{'username':_0x94fd76,'email':_0x2e1384[_0x1690(0x26b)](_0x17b5b6=_0x2e6e46[_0x1690(0x101)],null)||_0x17b5b6===void 0x0||_0x2e1384[_0x1690(0x275)](_0x17b5b6=_0x17b5b6[_0x1690(0x103)],null)||_0x2e1384[_0x1690(0x270)](_0x17b5b6,void 0x0)?void 0x0:_0x17b5b6[_0x1690(0x73)],'authToken':_0x313787,'channelName':_0x24059b,'channelId':_0x1586dd,'userIdentifier':_0x313787?'user-'+_0x313787[_0x1690(0x92)](0x0,0xa):_0x1690(0x14c)+(_0x2e1384[_0x1690(0x282)](_0x1dc902=_0x2e6e46[_0x1690(0x101)],null)||_0x2e1384['BeKvx'](_0x1dc902,void 0x0)||(_0x1dc902=_0x1dc902[_0x1690(0x103)])===null||_0x2e1384[_0x1690(0x283)](_0x1dc902,void 0x0)?void 0x0:_0x1dc902[_0x1690(0x73)]),'googleId':_0x2e1384[_0x1690(0x284)](_0x3bf048=_0x2e6e46[_0x1690(0x101)],null)||_0x2e1384['CJnxe'](_0x3bf048,void 0x0)||_0x2e1384['tGxCf'](_0x3bf048=_0x3bf048[_0x1690(0x103)],null)||_0x3bf048===void 0x0?void 0x0:_0x3bf048['id'],'appleUserId':_0x313787!==null&&_0x2e1384[_0x1690(0x24b)](_0x313787,void 0x0)&&_0x313787[_0x1690(0x9e)](_0x2e1384[_0x1690(0x285)])?_0x313787[_0x1690(0x261)]('.')[0x1]:null,'refreshToken':_0x52ff5f,'serverAuthCode':_0x52ff5f},'tokenExpiry':new Date(_0x2e1384['sZvBu'](Date[_0x1690(0x14f)](),0xe10*0x3e8))[_0x1690(0x147)](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!!_0x52ff5f,'refreshTokenType':_0x52ff5f?_0x52ff5f['startsWith']('4/')?_0x2e1384[_0x1690(0x255)]:_0x1690(0xc6):'none','configuredForRefresh':!![],'forcedConsent':!![],'refreshTokenValue':_0x52ff5f}};console[_0x1690(0x48)](_0x2e1384['CToWD']),console['log'](_0x2e1384['zVLjK'],!!_0x557939['accessToken']),console['log']('-\x20hasRefreshToken:',!!_0x557939[_0x1690(0xc6)]),console['log'](_0x1690(0x286),!!_0x557939['serverAuthCode']),console['log'](_0x2e1384['mlQse'],_0x557939['debugInfo'][_0x1690(0x155)]),console[_0x1690(0x48)](_0x2e1384['LSiPI'],_0x2e1384['Iklud'](_0x2c574b=_0x2e6e46[_0x1690(0x101)],null)||_0x2c574b===void 0x0||_0x2e1384[_0x1690(0x25c)](_0x2c574b=_0x2c574b[_0x1690(0x103)],null)||_0x2c574b===void 0x0?void 0x0:_0x2c574b[_0x1690(0x73)]),console[_0x1690(0x48)](_0x2e1384[_0x1690(0x287)],_0x24059b),console['log'](_0x2e1384[_0x1690(0x288)]),console[_0x1690(0x48)](JSON[_0x1690(0x8c)](_0x557939,null,0x2)),console[_0x1690(0x48)](_0x1690(0x289),!!_0x52ff5f);const _0xd45f=await _0x2e1384[_0x1690(0x28a)](fetch,_api[_0x1690(0x21)][_0x1690(0x22)]+_0x1690(0x157),{'method':'POST','headers':{'Content-Type':'application/json',..._0x313787&&{'Authorization':_0x313787}},'body':JSON[_0x1690(0x8c)](_0x557939)});console[_0x1690(0x48)](_0x2e1384[_0x1690(0x28b)],_0xd45f[_0x1690(0x5f)]),console[_0x1690(0x48)](_0x2e1384[_0x1690(0x28c)],_0xd45f[_0x1690(0x28d)]);if(_0xd45f['ok']){var _0x2cbddb,_0x10b8ca;const _0x75866c=await _0xd45f[_0x1690(0x95)]();console[_0x1690(0x48)](_0x2e1384[_0x1690(0x28e)]),console[_0x1690(0x48)](_0x1690(0x28f)),console['log'](JSON['stringify'](_0x75866c,null,0x2));const _0x58b8be=_0x2e1384['HZjCF']((_0x2cbddb=_0x75866c['validation'])===null||_0x2e1384[_0x1690(0x276)](_0x2cbddb,void 0x0)?void 0x0:_0x2cbddb[_0x1690(0x15c)],!![])||_0x2e1384['tGxCf']((_0x10b8ca=_0x75866c[_0x1690(0x15f)])===null||_0x2e1384[_0x1690(0x290)](_0x10b8ca,void 0x0)?void 0x0:_0x10b8ca[_0x1690(0x291)],!![])||_0x2e1384[_0x1690(0x292)](_0x75866c[_0x1690(0x15c)],!![])||_0x75866c[_0x1690(0x52)]&&_0x75866c[_0x1690(0x52)][_0x1690(0x9e)](_0x2e1384['czGMs']);if(_0x58b8be)console[_0x1690(0x48)](_0x2e1384[_0x1690(0x293)]),console['log'](_0x2e1384[_0x1690(0x294)]),console[_0x1690(0x48)](_0x2e1384[_0x1690(0x295)]);else{if(_0x75866c[_0x1690(0x16f)]||_0x75866c[_0x1690(0x296)]){if(_0x2e1384[_0x1690(0x246)](_0x1690(0x297),_0x2e1384[_0x1690(0x298)]))return{'success':!![],'message':_0x5177f7[_0x1690(0x52)]||_0x2e1384[_0x1690(0x299)],'existingUser':_0x5c0152['existingUser']||![],'token':_0x5984ff[_0x1690(0x29a)]};else console[_0x1690(0x48)](_0x2e1384['WmAQq']),console['log'](_0x2e1384[_0x1690(0x29b)]);}else _0x2e1384['DIXur']!==_0x2e1384[_0x1690(0x29c)]?_0x2e1384[_0x1690(0x28a)](_0x3b2175,()=>{_0x59b4c4[_0x1690(0x48)](_0x2e1384[_0x1690(0x29d)]),_0x1b1d84(!![]);},0x3e8):(console[_0x1690(0x131)](_0x2e1384[_0x1690(0x29e)]),console[_0x1690(0x131)](_0x2e1384[_0x1690(0x29f)],Object[_0x1690(0x133)](_0x75866c)),console[_0x1690(0x131)](_0x2e1384['TIsHj']));}return!![];}else{const _0x879f84=await _0xd45f[_0x1690(0x5c)]();return console['error'](_0x2e1384[_0x1690(0x2a0)],_0xd45f['status']),console[_0x1690(0x53)](_0x2e1384[_0x1690(0x2a1)]),console['error'](_0x879f84),![];}}catch(_0x40d313){console['error'](_0x2e1384['GLbhJ'],_0x40d313);if(_0x2e1384[_0x1690(0x2a2)](_0x40d313[_0x1690(0x20)],_googleSignin[_0x1690(0x169)][_0x1690(0x190)]))console[_0x1690(0x48)](_0x2e1384[_0x1690(0x2a3)]);else{if(_0x2e1384[_0x1690(0x2a4)](_0x40d313[_0x1690(0x20)],_googleSignin[_0x1690(0x169)]['IN_PROGRESS']))console[_0x1690(0x48)](_0x2e1384[_0x1690(0x252)]);else _0x2e1384[_0x1690(0x2a5)](_0x40d313[_0x1690(0x20)],_googleSignin[_0x1690(0x169)][_0x1690(0x16d)])&&console[_0x1690(0x48)](_0x2e1384[_0x1690(0x2a6)]);}return![];}}if(_0x2e1384[_0x1690(0x240)](_0x3a0f8a,_0x1690(0x2a7)))return _0x2e1384['enslA']===_0x2e1384[_0x1690(0x2a8)]?(console[_0x1690(0x48)](_0x2e1384[_0x1690(0x2a9)]),new Promise(_0x2e4f20=>{const _0x4c819e={'oOOLw':_0x2e1384[_0x1690(0x2aa)],'uXLne':function(_0x4fdb86,_0x28ec2e){return _0x2e1384[_0x1690(0x235)](_0x4fdb86,_0x28ec2e);},'IAXRU':_0x2e1384[_0x1690(0x2ab)],'nRAsd':function(_0x19db57,_0x2043f7){return _0x2e1384[_0x1690(0x2ac)](_0x19db57,_0x2043f7);}};setTimeout(()=>{if(_0x4c819e[_0x1690(0x2ad)](_0x4c819e['IAXRU'],_0x4c819e[_0x1690(0x2ae)]))return _0x39b2c1[_0x1690(0x53)](_0x4c819e[_0x1690(0x2af)],_0x7d6f93),![];else console['log']('Facebook\x20Login\x20completed\x20successfully'),_0x4c819e[_0x1690(0x2b0)](_0x2e4f20,!![]);},0x3e8);})):{'success':![],'error':_0x1a4d99[_0x1690(0x52)]||_0x2e1384[_0x1690(0x2b1)]};return![];};exports[_0x1690(0x9)]=initiateNativeAuth;const isOAuthCallback=_0x3c3d9f=>{const _0x425150={'OTQYI':'auth/callback','FIJpV':_0x1690(0x2b2)};return _0x3c3d9f[_0x1690(0x9e)](_0x425150[_0x1690(0x2b3)])||_0x3c3d9f[_0x1690(0x9e)](_0x425150[_0x1690(0x2b4)]);};exports['isOAuthCallback']=isOAuthCallback;const exchangeCodeForToken=async(_0x2a7aae,_0x1557ed)=>{const _0x547017={'cyENz':'๐Ÿ”ง\x20Platform\x20auth\x20service\x20initialized','yEJfr':function(_0x349836){return _0x349836();},'GwHKI':function(_0x28258c,_0x1cc9b5){return _0x28258c!==_0x1cc9b5;},'MxPyl':_0x1690(0x2b5),'ogQwU':_0x1690(0x2b6)};console['log'](_0x1690(0x2b7)+_0x1557ed);try{const _0x2fe4f5=_api['API_CONFIG'][_0x1690(0x22)]+'/'+_0x1557ed+_0x1690(0x2b8),_0x3dce99=await fetch(_0x2fe4f5,{'method':'POST','headers':{'Content-Type':'application/json'},'body':JSON[_0x1690(0x8c)]({'code':_0x2a7aae,'platform':_0x1557ed})});if(!_0x3dce99['ok']){console['error'](_0x1690(0x2b9)+_0x3dce99[_0x1690(0x5f)]);throw new Error(_0x1690(0x2ba)+_0x3dce99[_0x1690(0x5f)]);}const _0x560d7a=await _0x3dce99[_0x1690(0x95)]();return console[_0x1690(0x48)]('Token\x20exchange\x20successful\x20for\x20'+_0x1557ed),_0x560d7a;}catch(_0x5e4341){if(_0x547017[_0x1690(0x2bb)](_0x547017[_0x1690(0x2bc)],_0x547017['ogQwU']))return console['error'](_0x1690(0x2bd),_0x5e4341),console[_0x1690(0x48)](_0x1690(0x2be)),{'access_token':_0x1557ed+_0x1690(0x2bf)+Math['random']()['toString'](0x24)[_0x1690(0x92)](0x7),'refresh_token':_0x1557ed+_0x1690(0x2c0)+Math[_0x1690(0x2c1)]()[_0x1690(0x2c2)](0x24)['substring'](0x7),'expires_in':0xe10};else _0x2b2a0e[_0x1690(0x48)](_0x547017['cyENz']),_0x547017[_0x1690(0x2c3)](_0x26b4d1);}};exports[_0x1690(0xe)]=exchangeCodeForToken;const refreshYouTubeTokens=async()=>{const _0x3a3644={'lmsou':_0x1690(0x2c4),'theiD':function(_0x45560f,_0x134228){return _0x45560f!==_0x134228;},'ejWjK':_0x1690(0x2c5),'FsHhz':'๐Ÿ”„\x20Refreshing\x20YouTube\x20tokens...','yHBsF':_0x1690(0x64),'hazjm':_0x1690(0x194),'MRzjs':function(_0x499821,_0x561a8c,_0x4ebadf){return _0x499821(_0x561a8c,_0x4ebadf);},'RyPdB':function(_0x50a83a,_0xd4d4){return _0x50a83a===_0xd4d4;},'NBIVE':function(_0x1f3bd4,_0x85e748){return _0x1f3bd4+_0x85e748;},'NgTbv':function(_0x4556e7,_0x791462){return _0x4556e7*_0x791462;},'ACYbU':function(_0x513932,_0x408991){return _0x513932!==_0x408991;},'YnvGb':_0x1690(0x2c6),'Cbtxs':_0x1690(0x2c7),'VRqOz':_0x1690(0x2c8),'IuRAa':_0x1690(0x2c9)};try{if(_0x3a3644[_0x1690(0x2ca)](_0x3a3644['ejWjK'],_0x3a3644[_0x1690(0x2cb)]))_0x41984d['log'](_0x1690(0x21a)),_0xdb3e22[_0x1690(0x48)](_0x3a3644[_0x1690(0x2cc)],_0x1a9cf4[_0x1690(0x114)]('4/')?'serverAuthCode':'refreshToken');else{var _0x17b69d;console[_0x1690(0x48)](_0x3a3644[_0x1690(0x2cd)]);const _0x4baac4=await _googleSignin['GoogleSignin']['getTokens']();if(!_0x4baac4)return console[_0x1690(0x53)](_0x3a3644[_0x1690(0x2ce)]),![];const _0x5de9f0=await _googleSignin['GoogleSignin'][_0x1690(0x105)]();if(!_0x5de9f0)return console[_0x1690(0x53)]('โŒ\x20No\x20current\x20Google\x20user\x20found'),![];const _0x43d626=await(0x0,_jwtStorageService[_0x1690(0x140)])();if(!_0x43d626)return console[_0x1690(0x53)](_0x3a3644[_0x1690(0x2cf)]),![];const _0x14fa50=await _0x3a3644[_0x1690(0x2d0)](fetch,_api['API_CONFIG'][_0x1690(0x22)]+'/youtube/refresh-token',{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x43d626},'body':JSON[_0x1690(0x8c)]({'accessToken':_0x4baac4[_0x1690(0xf1)],'idToken':_0x4baac4[_0x1690(0x14a)],'refreshToken':_0x5de9f0['serverAuthCode'],'userEmail':_0x3a3644[_0x1690(0x2d1)](_0x17b69d=_0x5de9f0['user'],null)||_0x3a3644[_0x1690(0x2d1)](_0x17b69d,void 0x0)?void 0x0:_0x17b69d['email'],'tokenExpiry':new Date(_0x3a3644['NBIVE'](Date[_0x1690(0x14f)](),_0x3a3644[_0x1690(0x2d2)](0xe10,0x3e8)))[_0x1690(0x147)](),'timestamp':new Date()[_0x1690(0x147)]()})});if(_0x14fa50['ok']){const _0x254045=await _0x14fa50['json']();return console[_0x1690(0x48)](_0x1690(0x2d3),_0x254045),!![];}else{if(_0x3a3644[_0x1690(0x2d4)](_0x3a3644[_0x1690(0x2d5)],_0x3a3644[_0x1690(0x2d6)])){const _0x2d10bf=await _0x14fa50['text']();return console[_0x1690(0x53)](_0x3a3644[_0x1690(0x2d7)],_0x14fa50['status'],_0x2d10bf),![];}else _0x223fb8[_0x1690(0x53)](_0x1690(0x2d8)+_0x1a74e4+_0x1690(0x9b));}}}catch(_0x1279bc){return console[_0x1690(0x53)](_0x3a3644[_0x1690(0x2d9)],_0x1279bc),![];}};exports[_0x1690(0x6)]=refreshYouTubeTokens;const triggerTrainingRestart=async(_0x1c87ee,_0x584856)=>{const _0x4e0a90={'xsEXM':_0x1690(0x2da),'VBIFV':function(_0x47bc35,_0x424b69,_0x1b2d46){return _0x47bc35(_0x424b69,_0x1b2d46);},'MYBuW':_0x1690(0x1e7),'jaSvO':_0x1690(0x2db)};try{console[_0x1690(0x48)](_0x4e0a90[_0x1690(0x2dc)],_0x1c87ee);const _0x4640b1=await _0x4e0a90[_0x1690(0x2dd)](fetch,_api[_0x1690(0x21)][_0x1690(0x22)]+_0x1690(0x2de),{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x584856},'body':JSON['stringify']({'username':_0x1c87ee,'reason':_0x1690(0x2df),'platform':_0x4e0a90[_0x1690(0x2e0)],'timestamp':new Date()[_0x1690(0x147)](),'requestNewTraining':!![]})});if(_0x4640b1['ok']){const _0x3ecd3c=await _0x4640b1['json']();console[_0x1690(0x48)](_0x1690(0x2e1),_0x3ecd3c);}else{const _0x4349af=await _0x4640b1[_0x1690(0x5c)]();console['error'](_0x1690(0x2e2),_0x4640b1[_0x1690(0x5f)],_0x4349af);throw new Error(_0x1690(0x2e3)+_0x4640b1[_0x1690(0x5f)]);}}catch(_0x2272e0){console[_0x1690(0x53)](_0x4e0a90[_0x1690(0x2e4)],_0x2272e0);throw _0x2272e0;}},testYouTubeRefreshToken=async _0x15024c=>{const _0x4ea28e={'rBVHR':_0x1690(0x47),'PNAXv':_0x1690(0x196),'KxbyI':'auth/callback','qsRVe':'code=','ZRkVu':_0x1690(0x43),'aBFqX':'๐Ÿงช\x20Testing\x20YouTube\x20refresh\x20token\x20functionality...','ISueO':_0x1690(0xb4),'RgjpC':function(_0x2b55ab){return _0x2b55ab();},'PKrjM':_0x1690(0x2e5),'ZuGvn':'โš ๏ธ\x20No\x20refresh\x20token\x20found\x20-\x20attempting\x20to\x20fix...','GQeQq':function(_0x187184,_0x2e20c7){return _0x187184(_0x2e20c7);},'WZtiu':_0x1690(0x2e6),'JOpKN':_0x1690(0x2e7),'ZImEV':function(_0x55f579,_0x4ad3a5){return _0x55f579!==_0x4ad3a5;},'sJOBv':'kfcda','wiAVK':_0x1690(0x2e8),'aDEXf':_0x1690(0x2e9),'uMVEI':_0x1690(0x2ea),'ImIam':'qjSGW','kRFMm':_0x1690(0x2eb),'HwROj':'yfGcc'};console[_0x1690(0x48)](_0x4ea28e[_0x1690(0x2ec)]),console[_0x1690(0x48)](_0x4ea28e[_0x1690(0x2ed)],_0x15024c);try{const _0x28a847=await _0x4ea28e[_0x1690(0x2ee)](debugYouTubeTokens);console[_0x1690(0x48)](_0x4ea28e[_0x1690(0x2ef)],_0x28a847);if(!_0x28a847[_0x1690(0x16f)]){console[_0x1690(0x48)](_0x4ea28e[_0x1690(0x2f0)]);const _0x18471e=await _0x4ea28e['GQeQq'](fixUserYouTubeConnection,_0x15024c);if(_0x18471e){if(_0x1690(0x2f1)!==_0x1690(0x2f2)){console[_0x1690(0x48)](_0x4ea28e[_0x1690(0x2f3)]);const _0x2632ae=await _0x4ea28e[_0x1690(0x2ee)](debugYouTubeTokens);console[_0x1690(0x48)](_0x4ea28e[_0x1690(0x2f4)],_0x2632ae);}else return _0x2da82e[_0x1690(0x53)](_0x4ea28e[_0x1690(0x2f5)],_0x1d1c10[_0x1690(0x52)]),{'success':![],'message':_0x1690(0x70)+_0x2e8a6d[_0x1690(0x52)],'details':{'error':_0x319140[_0x1690(0x52)],'results':_0x28b5cf}};}else _0x4ea28e[_0x1690(0x2f6)](_0x4ea28e[_0x1690(0x2f7)],_0x4ea28e[_0x1690(0x2f8)])?console['error'](_0x4ea28e[_0x1690(0x2f9)]):_0x3e3042['log'](_0x4ea28e[_0x1690(0x2fa)],_0x5c0e05);}else{if(_0x4ea28e[_0x1690(0x2f6)](_0x4ea28e['uMVEI'],_0x4ea28e[_0x1690(0x2fb)]))console[_0x1690(0x48)](_0x1690(0x2fc));else return _0x1646ca['includes'](_0x4ea28e[_0x1690(0x2fd)])||_0x5dfc01[_0x1690(0x9e)](_0x4ea28e['qsRVe']);}}catch(_0x50957e){_0x4ea28e[_0x1690(0x2fe)]===_0x4ea28e[_0x1690(0x2ff)]?(_0x430212[_0x1690(0x67)]={'success':![],'error':_0x5b04b9['message'],'name':_0x21420d[_0x1690(0x68)]},_0x425443[_0x1690(0x53)](_0x4ea28e[_0x1690(0x300)],_0x3015f7['message'])):console[_0x1690(0x53)](_0x1690(0x1c5),_0x50957e);}};exports[_0x1690(0x3)]=testYouTubeRefreshToken;const requestEmailVerification=async(_0x1e6dcc,_0x816a27=![])=>{const _0x5e72fc={'BLEea':_0x1690(0x1eb),'LaGBP':_0x1690(0x1ae),'aYkwC':function(_0x456b3a,_0x14d8eb){return _0x456b3a===_0x14d8eb;},'obbrp':_0x1690(0x9a),'IkKEz':function(_0x2199ae,_0x10bf21){return _0x2199ae!==_0x10bf21;},'VFMJu':function(_0x85314c,_0x2197d6){return _0x85314c!==_0x2197d6;},'ZTdaK':_0x1690(0x76),'DTBvL':'0|3|5|4|2|1','BqetP':_0x1690(0x7a),'ZkhVg':_0x1690(0x79),'fmNOb':_0x1690(0x77),'wgSmH':_0x1690(0xa3),'FMUxv':_0x1690(0x78),'PhctN':_0x1690(0x301),'jmndA':_0x1690(0x302),'zsJbE':_0x1690(0x303),'nOUTv':_0x1690(0xdb),'aijOO':'๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Mode:\x20Temporary\x20(expires\x20~1\x20hour)','EXsMl':_0x1690(0xdc),'XCczT':'๐Ÿ”„\x20[YOUTUBE\x20REAUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','DwjUi':_0x1690(0xdd),'KpMEE':_0x1690(0x304),'HGgtv':_0x1690(0x305),'wXtFI':function(_0x502f86,_0x598a54,_0x32c08c){return _0x502f86(_0x598a54,_0x32c08c);},'GtoMj':function(_0x50efe5){return _0x50efe5();},'arRwa':'nHtEW','JMyGc':'Verification\x20code\x20sent\x20to\x20your\x20email','evwZV':'ZXOmB','prEeZ':_0x1690(0x306),'pGFxN':_0x1690(0x307),'RYEHr':function(_0x5d5086,_0x38bf3f){return _0x5d5086!==_0x38bf3f;},'wWBhF':_0x1690(0x308),'mwhHU':_0x1690(0x206),'dAKNJ':'Network\x20error.\x20Please\x20check\x20your\x20connection\x20and\x20try\x20again.'};try{if(_0x5e72fc['KpMEE']===_0x5e72fc['KpMEE']){console[_0x1690(0x48)](_0x5e72fc[_0x1690(0x309)],_0x1e6dcc);const _0x2c8b06=await _0x5e72fc[_0x1690(0x30a)](fetch,_api[_0x1690(0x21)][_0x1690(0x22)]+'/email/verification',{'method':'POST','headers':_0x5e72fc['GtoMj'](getDeveloperAuthHeaders),'body':JSON[_0x1690(0x8c)]({'email':_0x1e6dcc,'action':_0x1690(0x30b),'testMode':_0x816a27})}),_0x3d0c72=await _0x2c8b06['json']();if(_0x2c8b06['ok']){if(_0x5e72fc[_0x1690(0x30c)](_0x5e72fc[_0x1690(0x30d)],'rBPzx'))return{'success':!![],'message':_0x3d0c72[_0x1690(0x52)]||_0x5e72fc[_0x1690(0x30e)]};else _0x5554cb['warn'](_0x5e72fc[_0x1690(0x30f)]);}else return _0x5e72fc[_0x1690(0x30c)](_0x5e72fc['evwZV'],_0x5e72fc[_0x1690(0x310)])?{'success':![],'error':_0x3d0c72['message']||_0x5e72fc[_0x1690(0x311)]}:(_0x4e1d0e[_0x1690(0x53)](_0x5e72fc[_0x1690(0x312)],_0x567a16),![]);}else{var _0x3df534;if(_0x5e72fc[_0x1690(0x313)](_0x3f458b['name'],_0x5e72fc['obbrp']))_0x59f187[_0x1690(0x53)]('โŒ\x20[OAUTH]\x20Request\x20timeout\x20for\x20'+_0x8eadde+_0x1690(0x9b));else{if(_0x5e72fc[_0x1690(0x314)](_0x3df534=_0xe76673[_0x1690(0x52)],null)&&_0x5e72fc['VFMJu'](_0x3df534,void 0x0)&&_0x3df534[_0x1690(0x9e)](_0x5e72fc[_0x1690(0x315)])){const _0x39c6b5=_0x5e72fc[_0x1690(0x316)]['split']('|');let _0x195c88=0x0;while(!![]){switch(_0x39c6b5[_0x195c88++]){case'0':_0x4b15a2['error']('โŒ\x20[OAUTH]\x20Network\x20request\x20failed\x20for\x20'+_0x346b41+_0x1690(0xa1));continue;case'1':_0x41a58f[_0x1690(0x53)](_0x5e72fc[_0x1690(0x317)]);continue;case'2':_0x2941a0[_0x1690(0x53)](_0x5e72fc[_0x1690(0x318)]);continue;case'3':_0x44e574[_0x1690(0x53)](_0x5e72fc['fmNOb']);continue;case'4':_0x2dbf43[_0x1690(0x53)](_0x5e72fc[_0x1690(0x319)]);continue;case'5':_0x54689a[_0x1690(0x53)](_0x5e72fc[_0x1690(0x31a)]);continue;}break;}}else _0x3c8f56['error'](_0x1690(0x93)+_0x2bb19b+':',_0x5cbea7);}return null;}}catch(_0x2dc6af){if(_0x5e72fc[_0x1690(0x31b)](_0x1690(0x31c),_0x5e72fc[_0x1690(0x31d)]))return console[_0x1690(0x53)](_0x5e72fc['mwhHU'],_0x2dc6af),{'success':![],'error':_0x5e72fc[_0x1690(0x31e)]};else{const _0x106909=_0x5e72fc[_0x1690(0x31f)][_0x1690(0x261)]('|');let _0x51818d=0x0;while(!![]){switch(_0x106909[_0x51818d++]){case'0':_0x3b7758[_0x1690(0x48)](_0x5e72fc[_0x1690(0x320)],_0x2dace1?_0x1690(0x321):'No');continue;case'1':_0x4d7159['log'](_0x5e72fc[_0x1690(0x322)]);continue;case'2':_0x26e1a8[_0x1690(0x48)](_0x5e72fc[_0x1690(0x323)]);continue;case'3':_0x58eec1[_0x1690(0x48)](_0x5e72fc['aijOO']);continue;case'4':_0x588f9d[_0x1690(0x48)](_0x5e72fc[_0x1690(0x324)]);continue;case'5':_0x1b8050[_0x1690(0x48)](_0x5e72fc[_0x1690(0x325)]);continue;case'6':_0x2edec6[_0x1690(0x48)](_0x5e72fc['DwjUi']);continue;}break;}}}};exports[_0x1690(0x5)]=requestEmailVerification;const verifyEmailCode=async(_0x55f8f4,_0x436f80,_0x3391d7=![])=>{const _0x25de61={'KrJWJ':_0x1690(0x326),'MXClI':function(_0x4c6459,_0xb9def0,_0x57a5b3){return _0x4c6459(_0xb9def0,_0x57a5b3);},'hFzse':_0x1690(0x327),'ZDGlj':function(_0x596a4c,_0x44b67e){return _0x596a4c!==_0x44b67e;},'bEqWR':'cKlni','mnCeE':_0x1690(0x328),'GSLbH':_0x1690(0x329),'GvvCg':_0x1690(0x258)};try{console[_0x1690(0x48)](_0x1690(0x32a),_0x55f8f4);const _0xe0a4b1=await _0x25de61[_0x1690(0x32b)](fetch,_api['API_CONFIG'][_0x1690(0x22)]+_0x1690(0x32c),{'method':'POST','headers':getDeveloperAuthHeaders(),'body':JSON[_0x1690(0x8c)]({'email':_0x55f8f4,'code':_0x436f80,'action':_0x25de61[_0x1690(0x32d)],'testMode':_0x3391d7})}),_0x387acb=await _0xe0a4b1[_0x1690(0x95)]();if(_0xe0a4b1['ok']){if(_0x25de61[_0x1690(0x32e)](_0x25de61[_0x1690(0x32f)],_0x1690(0x330)))return{'success':!![],'message':_0x387acb[_0x1690(0x52)]||_0x1690(0x20b),'existingUser':_0x387acb[_0x1690(0x331)]||![],'token':_0x387acb['token']};else _0x52af5a[_0x1690(0x48)](_0x25de61[_0x1690(0x332)]);}else return{'success':![],'error':_0x387acb[_0x1690(0x52)]||_0x25de61[_0x1690(0x333)]};}catch(_0x432a88){return console[_0x1690(0x53)](_0x25de61[_0x1690(0x334)],_0x432a88),{'success':![],'error':_0x25de61[_0x1690(0x335)]};}};exports[_0x1690(0x2)]=verifyEmailCode;const checkEmailVerificationStatus=async(_0x507aba,_0x14a5c1=![])=>{const _0x418688={'hODMI':function(_0x391c2d,_0x2c0714,_0x523902){return _0x391c2d(_0x2c0714,_0x523902);},'WsQSI':function(_0x5df268){return _0x5df268();},'vWdbq':function(_0x52ea1b,_0x942b40){return _0x52ea1b!==_0x942b40;},'zesPQ':_0x1690(0x336),'adiCy':_0x1690(0x337)};try{const _0x3938e=await _0x418688[_0x1690(0x338)](fetch,_api[_0x1690(0x21)][_0x1690(0x22)]+'/email/verification/status',{'method':'POST','headers':_0x418688[_0x1690(0x339)](getDeveloperAuthHeaders),'body':JSON['stringify']({'email':_0x507aba,'testMode':_0x14a5c1})}),_0x2c6ff6=await _0x3938e[_0x1690(0x95)]();return{'success':_0x3938e['ok'],'isPending':_0x2c6ff6['isPending']||![],'message':_0x2c6ff6[_0x1690(0x52)]};}catch(_0x46d007){if(_0x418688['vWdbq'](_0x418688[_0x1690(0x33a)],_0x1690(0x33b)))return console[_0x1690(0x53)](_0x418688[_0x1690(0x33c)],_0x46d007),{'success':![],'isPending':![],'error':_0x1690(0x33d)};else _0x5da3f8[_0x1690(0x48)](_0x1690(0x8a)+_0x58aca8+_0x1690(0x33e)),_0x57831d[_0x1690(0x58)]();}};exports['checkEmailVerificationStatus']=checkEmailVerificationStatus;const initializePlatformAuthService=()=>{const _0x5ae917={'QavUC':'๐Ÿ”ง\x20Platform\x20auth\x20service\x20initialized'};console[_0x1690(0x48)](_0x5ae917[_0x1690(0x33f)]),initializeGoogleSignIn();};exports[_0x1690(0x340)]=initializePlatformAuthService;