@onairos/react-native 3.6.5 โ†’ 3.6.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (216) hide show
  1. package/lib/commonjs/api/index.js +1 -1
  2. package/lib/commonjs/components/BodyText.js +1 -1
  3. package/lib/commonjs/components/BrandMark.js +1 -1
  4. package/lib/commonjs/components/CodeInput.js +1 -1
  5. package/lib/commonjs/components/EmailInput.js +1 -1
  6. package/lib/commonjs/components/GoogleButton.js +1 -1
  7. package/lib/commonjs/components/HeadingGroup.js +1 -1
  8. package/lib/commonjs/components/LLMDataInputModal.js +1 -1
  9. package/lib/commonjs/components/ModalHeader.js +1 -1
  10. package/lib/commonjs/components/ModalSheet.js +1 -1
  11. package/lib/commonjs/components/Onairos.js +1 -1
  12. package/lib/commonjs/components/OnairosButton.js +1 -1
  13. package/lib/commonjs/components/OnairosSignInButton.js +1 -1
  14. package/lib/commonjs/components/Overlay.js +1 -1
  15. package/lib/commonjs/components/PersonaImage.js +1 -1
  16. package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
  17. package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
  18. package/lib/commonjs/components/PinCreationScreen.js +1 -1
  19. package/lib/commonjs/components/PinInput.js +1 -1
  20. package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
  21. package/lib/commonjs/components/PlatformList.js +1 -1
  22. package/lib/commonjs/components/PlatformToggle.js +1 -1
  23. package/lib/commonjs/components/PrimaryButton.js +1 -1
  24. package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
  25. package/lib/commonjs/components/SignInStep.js +1 -1
  26. package/lib/commonjs/components/UniversalOnboarding.js +1 -1
  27. package/lib/commonjs/components/VerificationStep.js +1 -1
  28. package/lib/commonjs/components/WelcomeScreen.js +1 -1
  29. package/lib/commonjs/components/icons/Basicproficon.js +1 -1
  30. package/lib/commonjs/components/icons/Basicprofile.js +1 -1
  31. package/lib/commonjs/components/icons/Checkbox.js +1 -1
  32. package/lib/commonjs/components/icons/Checkmark.js +1 -1
  33. package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
  34. package/lib/commonjs/components/icons/Contenticon.js +1 -1
  35. package/lib/commonjs/components/icons/EnochE.js +1 -1
  36. package/lib/commonjs/components/icons/Personalityicon.js +1 -1
  37. package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
  38. package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
  39. package/lib/commonjs/components/icons/Userpreferences.js +1 -1
  40. package/lib/commonjs/components/icons/index.js +1 -1
  41. package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
  42. package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
  43. package/lib/commonjs/components/onboarding/PinInput.js +1 -1
  44. package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
  45. package/lib/commonjs/config/api.js +1 -1
  46. package/lib/commonjs/constants/index.js +1 -1
  47. package/lib/commonjs/context/AuthContext.js +1 -1
  48. package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
  49. package/lib/commonjs/hooks/useConnections.js +1 -1
  50. package/lib/commonjs/hooks/useCredentials.js +1 -1
  51. package/lib/commonjs/hooks/useUserConnections.js +1 -1
  52. package/lib/commonjs/index.js +1 -1
  53. package/lib/commonjs/services/apiClient.js +1 -1
  54. package/lib/commonjs/services/biometricPinService.js +1 -1
  55. package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
  56. package/lib/commonjs/services/chatGPTConversationService.js +1 -1
  57. package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
  58. package/lib/commonjs/services/claudeConversationService.js +1 -1
  59. package/lib/commonjs/services/connectedAccountsService.js +1 -1
  60. package/lib/commonjs/services/googleAuthService.js +1 -1
  61. package/lib/commonjs/services/hingeDataExtractor.js +1 -1
  62. package/lib/commonjs/services/hingeDataService.js +1 -1
  63. package/lib/commonjs/services/imageCompressionService.js +1 -1
  64. package/lib/commonjs/services/instagramDataExtractor.js +1 -1
  65. package/lib/commonjs/services/instagramDataService.js +1 -1
  66. package/lib/commonjs/services/jwtStorageService.js +1 -1
  67. package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
  68. package/lib/commonjs/services/linkedinProfileService.js +1 -1
  69. package/lib/commonjs/services/linkedinScrapingService.js +1 -1
  70. package/lib/commonjs/services/llmDataStorage.js +1 -1
  71. package/lib/commonjs/services/mobileTrainingService.js +1 -1
  72. package/lib/commonjs/services/pinEncryptionService.js +1 -1
  73. package/lib/commonjs/services/pinStorageUtils.js +1 -1
  74. package/lib/commonjs/services/platformAuthService.js +1 -1
  75. package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
  76. package/lib/commonjs/services/sephoraDataService.js +1 -1
  77. package/lib/commonjs/services/storageService.js +1 -1
  78. package/lib/commonjs/services/telegramDataExtractor.js +1 -1
  79. package/lib/commonjs/services/telegramDataService.js +1 -1
  80. package/lib/commonjs/services/trainingApiHelpers.js +1 -1
  81. package/lib/commonjs/services/userConnectionsService.js +1 -1
  82. package/lib/commonjs/services/youtubeMigrationService.js +1 -1
  83. package/lib/commonjs/theme/index.js +1 -1
  84. package/lib/commonjs/types/index.js +1 -1
  85. package/lib/commonjs/types.js +1 -1
  86. package/lib/commonjs/utils/Portal.js +1 -1
  87. package/lib/commonjs/utils/api.js +1 -1
  88. package/lib/commonjs/utils/assetRegistry.js +1 -1
  89. package/lib/commonjs/utils/auth.js +1 -1
  90. package/lib/commonjs/utils/connectorTests.js +1 -1
  91. package/lib/commonjs/utils/crypto.js +1 -1
  92. package/lib/commonjs/utils/debugHelper.js +1 -1
  93. package/lib/commonjs/utils/encryption.js +1 -1
  94. package/lib/commonjs/utils/eventUtils.js +1 -1
  95. package/lib/commonjs/utils/haptics.js +1 -1
  96. package/lib/commonjs/utils/imagePreloader.js +1 -1
  97. package/lib/commonjs/utils/networkDiagnostics.js +1 -1
  98. package/lib/commonjs/utils/onairosApi.js +1 -1
  99. package/lib/commonjs/utils/programmaticFlow.js +1 -1
  100. package/lib/commonjs/utils/retryHelper.js +1 -1
  101. package/lib/commonjs/utils/secureStorage.js +1 -1
  102. package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
  103. package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
  104. package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
  105. package/lib/commonjs/utils/webviewScripts/index.js +1 -1
  106. package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
  107. package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
  108. package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
  109. package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
  110. package/lib/module/api/index.js +1 -1
  111. package/lib/module/components/BodyText.js +1 -1
  112. package/lib/module/components/BrandMark.js +1 -1
  113. package/lib/module/components/CodeInput.js +1 -1
  114. package/lib/module/components/EmailInput.js +1 -1
  115. package/lib/module/components/GoogleButton.js +1 -1
  116. package/lib/module/components/HeadingGroup.js +1 -1
  117. package/lib/module/components/LLMDataInputModal.js +1 -1
  118. package/lib/module/components/ModalHeader.js +1 -1
  119. package/lib/module/components/ModalSheet.js +1 -1
  120. package/lib/module/components/Onairos.js +1 -1
  121. package/lib/module/components/OnairosButton.js +1 -1
  122. package/lib/module/components/OnairosSignInButton.js +1 -1
  123. package/lib/module/components/Overlay.js +1 -1
  124. package/lib/module/components/PersonaImage.js +1 -1
  125. package/lib/module/components/PersonaLoadingScreen.js +1 -1
  126. package/lib/module/components/PersonalizationConsentScreen.js +1 -1
  127. package/lib/module/components/PinCreationScreen.js +1 -1
  128. package/lib/module/components/PinInput.js +1 -1
  129. package/lib/module/components/PlatformConnectorsStep.js +1 -1
  130. package/lib/module/components/PlatformList.js +1 -1
  131. package/lib/module/components/PlatformToggle.js +1 -1
  132. package/lib/module/components/PrimaryButton.js +1 -1
  133. package/lib/module/components/SignInMatchAnimation.js +1 -1
  134. package/lib/module/components/SignInStep.js +1 -1
  135. package/lib/module/components/UniversalOnboarding.js +1 -1
  136. package/lib/module/components/VerificationStep.js +1 -1
  137. package/lib/module/components/WelcomeScreen.js +1 -1
  138. package/lib/module/components/icons/Basicproficon.js +1 -1
  139. package/lib/module/components/icons/Basicprofile.js +1 -1
  140. package/lib/module/components/icons/Checkbox.js +1 -1
  141. package/lib/module/components/icons/Checkmark.js +1 -1
  142. package/lib/module/components/icons/Contentanalysis.js +1 -1
  143. package/lib/module/components/icons/Contenticon.js +1 -1
  144. package/lib/module/components/icons/EnochE.js +1 -1
  145. package/lib/module/components/icons/Personalityicon.js +1 -1
  146. package/lib/module/components/icons/Personalityprofile.js +1 -1
  147. package/lib/module/components/icons/Personalitytraits.js +1 -1
  148. package/lib/module/components/icons/Userpreferences.js +1 -1
  149. package/lib/module/components/onboarding/OAuthWebView.js +1 -1
  150. package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
  151. package/lib/module/components/onboarding/PinInput.js +1 -1
  152. package/lib/module/components/onboarding/PlatformConnector.js +1 -1
  153. package/lib/module/config/api.js +1 -1
  154. package/lib/module/constants/index.js +1 -1
  155. package/lib/module/context/AuthContext.js +1 -1
  156. package/lib/module/hooks/useConnectedAccounts.js +1 -1
  157. package/lib/module/hooks/useConnections.js +1 -1
  158. package/lib/module/hooks/useCredentials.js +1 -1
  159. package/lib/module/hooks/useUserConnections.js +1 -1
  160. package/lib/module/index.js +1 -1
  161. package/lib/module/services/apiClient.js +1 -1
  162. package/lib/module/services/biometricPinService.js +1 -1
  163. package/lib/module/services/chatGPTConversationExtractor.js +1 -1
  164. package/lib/module/services/chatGPTConversationService.js +1 -1
  165. package/lib/module/services/claudeConversationExtractor.js +1 -1
  166. package/lib/module/services/claudeConversationService.js +1 -1
  167. package/lib/module/services/connectedAccountsService.js +1 -1
  168. package/lib/module/services/googleAuthService.js +1 -1
  169. package/lib/module/services/hingeDataExtractor.js +1 -1
  170. package/lib/module/services/hingeDataService.js +1 -1
  171. package/lib/module/services/imageCompressionService.js +1 -1
  172. package/lib/module/services/instagramDataExtractor.js +1 -1
  173. package/lib/module/services/instagramDataService.js +1 -1
  174. package/lib/module/services/jwtStorageService.js +1 -1
  175. package/lib/module/services/linkedinDOMExtractor.js +1 -1
  176. package/lib/module/services/linkedinProfileService.js +1 -1
  177. package/lib/module/services/linkedinScrapingService.js +1 -1
  178. package/lib/module/services/llmDataStorage.js +1 -1
  179. package/lib/module/services/mobileTrainingService.js +1 -1
  180. package/lib/module/services/pinEncryptionService.js +1 -1
  181. package/lib/module/services/pinStorageUtils.js +1 -1
  182. package/lib/module/services/platformAuthService.js +1 -1
  183. package/lib/module/services/sephoraDataExtractor.js +1 -1
  184. package/lib/module/services/sephoraDataService.js +1 -1
  185. package/lib/module/services/storageService.js +1 -1
  186. package/lib/module/services/telegramDataExtractor.js +1 -1
  187. package/lib/module/services/telegramDataService.js +1 -1
  188. package/lib/module/services/trainingApiHelpers.js +1 -1
  189. package/lib/module/services/userConnectionsService.js +1 -1
  190. package/lib/module/services/youtubeMigrationService.js +1 -1
  191. package/lib/module/theme/index.js +1 -1
  192. package/lib/module/types.js +1 -1
  193. package/lib/module/utils/Portal.js +1 -1
  194. package/lib/module/utils/api.js +1 -1
  195. package/lib/module/utils/assetRegistry.js +1 -1
  196. package/lib/module/utils/auth.js +1 -1
  197. package/lib/module/utils/connectorTests.js +1 -1
  198. package/lib/module/utils/crypto.js +1 -1
  199. package/lib/module/utils/debugHelper.js +1 -1
  200. package/lib/module/utils/encryption.js +1 -1
  201. package/lib/module/utils/eventUtils.js +1 -1
  202. package/lib/module/utils/haptics.js +1 -1
  203. package/lib/module/utils/networkDiagnostics.js +1 -1
  204. package/lib/module/utils/onairosApi.js +1 -1
  205. package/lib/module/utils/programmaticFlow.js +1 -1
  206. package/lib/module/utils/retryHelper.js +1 -1
  207. package/lib/module/utils/secureStorage.js +1 -1
  208. package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
  209. package/lib/module/utils/webviewScripts/claude.js +1 -1
  210. package/lib/module/utils/webviewScripts/hinge.js +1 -1
  211. package/lib/module/utils/webviewScripts/index.js +1 -1
  212. package/lib/module/utils/webviewScripts/instagram.js +1 -1
  213. package/lib/module/utils/webviewScripts/linkedin.js +1 -1
  214. package/lib/module/utils/webviewScripts/sephora.js +1 -1
  215. package/lib/module/utils/webviewScripts/telegram.js +1 -1
  216. package/package.json +1 -1
@@ -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[_0x2c16(0x0)](exports,'__esModule',{'value':!![]}),exports[_0x2c16(0x1)]=exports['testYouTubeRefreshToken']=exports[_0x2c16(0x2)]=exports[_0x2c16(0x3)]=exports[_0x2c16(0x4)]=exports[_0x2c16(0x5)]=exports['isOAuthCallback']=exports[_0x2c16(0x6)]=exports[_0x2c16(0x7)]=exports[_0x2c16(0x8)]=exports[_0x2c16(0x9)]=exports[_0x2c16(0xa)]=exports[_0x2c16(0xb)]=exports['fixUserYouTubeConnection']=exports[_0x2c16(0xc)]=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(_0x5081a1){return _0x5081a1&&_0x5081a1['__esModule']?_0x5081a1:{'default':_0x5081a1};}const getDeveloperAuthHeaders=()=>{const _0x302ebb={'yAeVY':_0x2c16(0xd),'YNwvC':_0x2c16(0xe),'LIwNp':function(_0x4bf282,_0x2abb88){return _0x4bf282!==_0x2abb88;},'MgZhO':function(_0x5d7d3a,_0x498fe8){return _0x5d7d3a!==_0x498fe8;},'XpLJz':_0x2c16(0xf),'JPOqt':'No\x20API\x20key\x20configured.\x20Please\x20initialize\x20the\x20SDK\x20with\x20a\x20valid\x20developer\x20API\x20key.'};if(!(0x0,_apiKeyService[_0x2c16(0x10)])())throw new Error(_0x302ebb[_0x2c16(0x11)]);const _0x4538af=(0x0,_apiKeyService[_0x2c16(0x12)])();if(!(_0x4538af!==null&&_0x302ebb['LIwNp'](_0x4538af,void 0x0)&&_0x4538af[_0x2c16(0x13)])){if(_0x302ebb[_0x2c16(0x14)](_0x302ebb[_0x2c16(0x15)],_0x302ebb[_0x2c16(0x15)]))return{'success':![],'message':_0x302ebb[_0x2c16(0x16)],'details':_0x4f4e68};else throw new Error(_0x302ebb[_0x2c16(0x17)]);}return{...(0x0,_api[_0x2c16(0x18)])(),'Authorization':_0x2c16(0x19)+_0x4538af[_0x2c16(0x13)],'X-SDK-Version':_0x2c16(0x1a),'X-SDK-Platform':'react-native'};},WEB_CLIENT_ID=_0x2c16(0x1b),IOS_CLIENT_ID=_0x2c16(0x1b),OAUTH_CONFIG={'instagram':{'authUrl':_0x2c16(0x1c),'clientId':_0x2c16(0x1d),'redirectUri':_0x2c16(0x1e),'scope':_0x2c16(0x1f),'responseType':_0x2c16(0x20),'hasNativeSDK':![]},'youtube':{'authUrl':_api['API_CONFIG'][_0x2c16(0x21)]+'/youtube/authorize','clientId':_0x2c16(0x1b),'redirectUri':_0x2c16(0x1e),'scope':_0x2c16(0x22),'responseType':_0x2c16(0x20),'hasNativeSDK':!![]},'reddit':{'authUrl':_api[_0x2c16(0x23)][_0x2c16(0x21)]+_0x2c16(0x24),'clientId':'demo_reddit_client_id','redirectUri':'onairosevents://auth/callback','scope':'identity,read','responseType':_0x2c16(0x20),'hasNativeSDK':![]},'pinterest':{'authUrl':_api[_0x2c16(0x23)]['BASE_URL']+_0x2c16(0x25),'clientId':_0x2c16(0x26),'redirectUri':_0x2c16(0x1e),'scope':_0x2c16(0x27),'responseType':_0x2c16(0x20),'hasNativeSDK':![]},'facebook':{'authUrl':_0x2c16(0x28),'clientId':_0x2c16(0x29),'redirectUri':_0x2c16(0x1e),'scope':'public_profile,email','responseType':_0x2c16(0x20),'hasNativeSDK':![]},'linkedin':{'authUrl':_api[_0x2c16(0x23)][_0x2c16(0x21)]+_0x2c16(0x2a),'clientId':'','redirectUri':_0x2c16(0x1e),'scope':_0x2c16(0x2b),'responseType':_0x2c16(0x20),'hasNativeSDK':![]},'gmail':{'authUrl':_api[_0x2c16(0x23)][_0x2c16(0x21)]+_0x2c16(0x2c),'clientId':_0x2c16(0x2d),'redirectUri':_0x2c16(0x1e),'scope':_0x2c16(0x2e),'responseType':_0x2c16(0x20),'hasNativeSDK':![]},'email':{'hasNativeSDK':![],'authUrl':_api['API_CONFIG']['BASE_URL']+_0x2c16(0x2f)},'chatgpt':{'authUrl':_0x2c16(0x30),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'claude':{'authUrl':_0x2c16(0x31),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'gemini':{'authUrl':_0x2c16(0x32),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'grok':{'authUrl':'https://x.com/i/grok','clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'hinge':{'authUrl':_0x2c16(0x33),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'instagram_webview':{'authUrl':_0x2c16(0x34),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'sephora':{'authUrl':_0x2c16(0x35),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'telegram':{'authUrl':'https://web.telegram.org/k/','clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]}},hasNativeSDK=_0x62986b=>{const _0x36eb88={'GYBlT':function(_0x49b3e6,_0x58d1ba){return _0x49b3e6===_0x58d1ba;}};var _0x4e5866;return(_0x36eb88['GYBlT'](_0x4e5866=OAUTH_CONFIG[_0x62986b],null)||_0x4e5866===void 0x0?void 0x0:_0x4e5866[_0x2c16(0x9)])||![];};exports[_0x2c16(0x9)]=hasNativeSDK;const testApiConnectivity=async()=>{const _0x4a8cc2={'ULWxi':_0x2c16(0x36),'IQSzk':'ID:','Medrp':_0x2c16(0x37),'sSdBW':_0x2c16(0x38),'SjCpv':'HEAD','QxeYW':_0x2c16(0x39),'qtphu':_0x2c16(0x3a),'pcgZN':'โœ…\x20[CONNECTIVITY]\x20Google\x20is\x20reachable\x20-\x20internet\x20is\x20working','RWeYn':_0x2c16(0x3b),'WMify':_0x2c16(0x3c),'cCpsP':function(_0x23950c,_0x2a7370){return _0x23950c!==_0x2a7370;},'nzoVg':_0x2c16(0x3d),'eVSxf':function(_0x4e02f4,_0x45f423,_0x183721){return _0x4e02f4(_0x45f423,_0x183721);},'LLecX':function(_0x13e516,_0x575565){return _0x13e516(_0x575565);},'hcGeN':_0x2c16(0x3e),'gNluX':function(_0x41d41c,_0x46395f){return _0x41d41c===_0x46395f;},'NQKzk':_0x2c16(0x3f),'YtPmT':_0x2c16(0x40),'CmdkO':function(_0x1626bc,_0x5b7d32){return _0x1626bc!==_0x5b7d32;},'VCtlI':'PAhWW','kbnzN':'API\x20is\x20reachable','XjXMx':function(_0x4d9056,_0x52c9bd){return _0x4d9056!==_0x52c9bd;},'rQKXT':function(_0x7ea8e5,_0x3fa85a){return _0x7ea8e5===_0x3fa85a;},'gtHUQ':_0x2c16(0x41),'NnucU':_0x2c16(0x42),'gWdQf':_0x2c16(0xd)},_0x437aa6={'googleTest':null,'api2Test':null};try{var _0x3fa76d,_0x55e8a2;console['log'](_0x4a8cc2[_0x2c16(0x43)]),console[_0x2c16(0x44)](_0x4a8cc2['sSdBW']);try{const _0x30f1a3=await fetch(_0x2c16(0x45),{'method':_0x4a8cc2[_0x2c16(0x46)],'mode':_0x4a8cc2[_0x2c16(0x47)]});_0x437aa6[_0x2c16(0x48)]={'success':!![],'status':_0x4a8cc2[_0x2c16(0x49)]},console[_0x2c16(0x44)](_0x4a8cc2[_0x2c16(0x4a)]);}catch(_0x139b12){_0x437aa6[_0x2c16(0x48)]={'success':![],'error':_0x139b12[_0x2c16(0x4b)]},console[_0x2c16(0x4c)](_0x4a8cc2[_0x2c16(0x4d)],_0x139b12[_0x2c16(0x4b)]);}console[_0x2c16(0x44)](_0x4a8cc2['WMify']);try{if(_0x4a8cc2[_0x2c16(0x4e)](_0x4a8cc2[_0x2c16(0x4f)],_0x4a8cc2[_0x2c16(0x4f)])){_0xc92a70[_0x2c16(0x4c)](_0x2c16(0x50)+_0x23923e[_0x2c16(0x51)]);throw new _0x545187(_0x2c16(0x52)+_0x163f82['status']);}else{const _0xdea5bf=new AbortController(),_0x2d8588=_0x4a8cc2[_0x2c16(0x53)](setTimeout,()=>_0xdea5bf[_0x2c16(0x54)](),0x7530),_0x49b25e=await _0x4a8cc2[_0x2c16(0x53)](fetch,_api[_0x2c16(0x23)][_0x2c16(0x21)]+'/health',{'method':'GET','signal':_0xdea5bf[_0x2c16(0x55)]});_0x4a8cc2[_0x2c16(0x56)](clearTimeout,_0x2d8588);const _0x411945=await _0x49b25e['text']()[_0x2c16(0x57)](()=>_0x2c16(0x58));_0x437aa6['api2Test']={'success':_0x49b25e['ok'],'status':_0x49b25e[_0x2c16(0x51)],'statusText':_0x49b25e[_0x2c16(0x59)],'response':_0x411945[_0x2c16(0x5a)](0x0,0xc8)},_0x49b25e['ok']?console[_0x2c16(0x44)](_0x4a8cc2[_0x2c16(0x5b)]):_0x4a8cc2[_0x2c16(0x5c)](_0x4a8cc2[_0x2c16(0x5d)],_0x4a8cc2[_0x2c16(0x5d)])?console['log']('โš ๏ธ\x20[CONNECTIVITY]\x20API\x20server\x20responded\x20with\x20status:\x20'+_0x49b25e[_0x2c16(0x51)]):(_0x434598=_0x40cccc[_0x2c16(0x5e)][0x0][_0x2c16(0x5f)][_0x2c16(0x60)],_0x2c4af9=_0x825483[_0x2c16(0x5e)][0x0]['id'],_0x769aa5['log'](_0x4a8cc2[_0x2c16(0x61)],_0x18f478,_0x4a8cc2[_0x2c16(0x62)],_0xc95e89));}}catch(_0x2061a3){_0x437aa6[_0x2c16(0x63)]={'success':![],'error':_0x2061a3[_0x2c16(0x4b)],'name':_0x2061a3[_0x2c16(0x64)]},console['error'](_0x4a8cc2[_0x2c16(0x65)],_0x2061a3[_0x2c16(0x4b)]);}if(_0x4a8cc2[_0x2c16(0x66)](_0x3fa76d=_0x437aa6['api2Test'],null)&&_0x3fa76d!==void 0x0&&_0x3fa76d['success']){if(_0x4a8cc2[_0x2c16(0x67)]===_0x4a8cc2[_0x2c16(0x67)])return{'success':!![],'message':_0x4a8cc2[_0x2c16(0x68)],'details':_0x437aa6};else _0x772c5f[_0x2c16(0x44)]('โ„น๏ธ\x20Already\x20signed\x20out\x20or\x20sign\x20out\x20failed:',_0x498a93);}else{if(_0x4a8cc2['XjXMx'](_0x55e8a2=_0x437aa6[_0x2c16(0x48)],null)&&_0x55e8a2!==void 0x0&&_0x55e8a2['success']){if(_0x4a8cc2[_0x2c16(0x69)](_0x4a8cc2['gtHUQ'],_0x4a8cc2[_0x2c16(0x6a)]))return{'success':![],'message':_0x4a8cc2[_0x2c16(0x6b)],'details':_0x437aa6};else _0x5ea918['error'](_0x2c16(0x6c)+_0x1e5b6b+':',_0x363055);}else return{'success':![],'message':_0x4a8cc2[_0x2c16(0x6d)],'details':_0x437aa6};}}catch(_0x2e6b9f){return console[_0x2c16(0x4c)](_0x2c16(0x6e),_0x2e6b9f['message']),{'success':![],'message':_0x2c16(0x6f)+_0x2e6b9f['message'],'details':{'error':_0x2e6b9f[_0x2c16(0x4b)],'results':_0x437aa6}};}};exports[_0x2c16(0x2)]=testApiConnectivity;const initiateOAuth=async(_0x21b845,_0x4bf0f3)=>{const _0x24177b={'yorzY':'โœ…\x20Refresh\x20token\x20confirmed:','lonuY':_0x2c16(0x70),'rXIXk':function(_0x1a39bf,_0x1b0230){return _0x1a39bf(_0x1b0230);},'hEPCJ':function(_0x184e1a,_0x2bc025,_0x549165){return _0x184e1a(_0x2bc025,_0x549165);},'NzxkO':_0x2c16(0x71),'otbIo':_0x2c16(0x72),'mTnYG':function(_0x425965,_0x553628){return _0x425965!==_0x553628;},'jadbe':_0x2c16(0x73),'NpekU':'โš ๏ธ\x20Failed\x20to\x20fetch\x20YouTube\x20channel\x20info:','LLpvQ':function(_0x55e082,_0x55cf40){return _0x55e082===_0x55cf40;},'cHEOK':function(_0x4e8769,_0x498c20){return _0x4e8769===_0x498c20;},'XCBYv':_0x2c16(0x74),'xhVeE':_0x2c16(0x75),'gEwMv':_0x2c16(0x76),'TEjTy':_0x2c16(0x77),'BhpyE':_0x2c16(0x78),'iWZaY':function(_0x4633eb,_0x26ad9e){return _0x4633eb===_0x26ad9e;},'yrEwH':_0x2c16(0x79),'XyLXV':_0x2c16(0x7a),'Keymj':function(_0x5ac33b,_0x151c1c,_0x208069){return _0x5ac33b(_0x151c1c,_0x208069);},'TnrcN':function(_0x4fc812,_0x371aaa){return _0x4fc812===_0x371aaa;},'VBrKd':_0x2c16(0x7b),'tiQIJ':function(_0x5362b6,_0x3f7617){return _0x5362b6!==_0x3f7617;},'eKBLr':'pGvQw','XBeUZ':function(_0x434a8c,_0x3149d1){return _0x434a8c!==_0x3149d1;},'tyyQz':_0x2c16(0x7c),'WRiJi':'3|0|1|2|4|5','Wuico':'\x20\x20\x202.\x20API\x20server\x20(API\x20server)\x20is\x20unreachable','jeqAG':_0x2c16(0x7d),'mZVgP':'\x20\x20\x205.\x20iOS\x20simulator\x20network\x20sandbox\x20issue\x20-\x20try\x20on\x20physical\x20device','iEAyU':function(_0x5c04ce,_0x2a900b){return _0x5c04ce===_0x2a900b;},'eWuyf':'MubCP','liudJ':_0x2c16(0x7e)};try{console[_0x2c16(0x44)]('๐Ÿš€\x20[OAUTH]\x20Starting\x20OAuth\x20for\x20platform:\x20'+_0x21b845),console[_0x2c16(0x44)]('๐Ÿ“ฑ\x20[OAUTH]\x20Platform:\x20'+_reactNative['Platform']['OS']+_0x2c16(0x7f)+_reactNative[_0x2c16(0x80)][_0x2c16(0x81)]);if(_0x21b845===_0x24177b[_0x2c16(0x82)])return console[_0x2c16(0x44)](_0x24177b['TEjTy']),_api[_0x2c16(0x23)][_0x2c16(0x21)]+_0x2c16(0x83);let _0x490086;try{_0x24177b[_0x2c16(0x84)](_0x2c16(0x85),_0x24177b[_0x2c16(0x86)])?_0x2fa019[_0x2c16(0x44)](_0x24177b[_0x2c16(0x87)],_0x305846[_0x2c16(0x88)]):(_0x490086=await(0x0,_api['getUserAuthHeaders'])(),console[_0x2c16(0x44)](_0x2c16(0x89)));}catch(_0x32f410){if(_0x24177b['iWZaY'](_0x24177b[_0x2c16(0x8a)],_0x24177b['XyLXV'])){const _0x347106={'IpUjs':_0x24177b[_0x2c16(0x8b)],'agbbg':function(_0x3e658,_0x1a4c28){return _0x24177b[_0x2c16(0x8c)](_0x3e658,_0x1a4c28);},'BdCaz':function(_0x2cb92e,_0x5dcd64,_0x1b9fc8){return _0x24177b['hEPCJ'](_0x2cb92e,_0x5dcd64,_0x1b9fc8);}};return _0x2b2baf[_0x2c16(0x44)](_0x24177b[_0x2c16(0x8d)]),new _0x27f519(_0x5b518f=>{const _0x5ef42c={'TUzac':_0x347106[_0x2c16(0x8e)],'LEAum':function(_0x55679a,_0x32ddcc){return _0x347106[_0x2c16(0x8f)](_0x55679a,_0x32ddcc);}};_0x347106[_0x2c16(0x90)](_0x1d7653,()=>{_0x31b9cf['log'](_0x5ef42c[_0x2c16(0x91)]),_0x5ef42c['LEAum'](_0x5b518f,!![]);},0x3e8);});}else return console[_0x2c16(0x4c)](_0x2c16(0x92)+_0x21b845+_0x2c16(0x93)),console['error'](_0x2c16(0x94)),null;}const _0x50c3d0=_api[_0x2c16(0x23)]['BASE_URL']+'/'+_0x21b845+_0x2c16(0x95);console['log'](_0x2c16(0x96)+_0x50c3d0),console[_0x2c16(0x44)](_0x2c16(0x97));const _0x56b9d4={'platform':_0x21b845,'timestamp':new Date()[_0x2c16(0x98)]()};console[_0x2c16(0x44)]('๐Ÿ“ค\x20[OAUTH]\x20Request\x20body:',_0x56b9d4);const _0x191c7f=new AbortController(),_0x1887ef=_0x24177b['Keymj'](setTimeout,()=>{const _0x34b99f={'DVxyp':_0x24177b[_0x2c16(0x99)]};_0x24177b[_0x2c16(0x9a)]('nMNlG',_0x24177b[_0x2c16(0x9b)])?(console[_0x2c16(0x44)](_0x2c16(0x9c)+_0x21b845+'\x20-\x20aborting'),_0x191c7f[_0x2c16(0x54)]()):_0x28be1d[_0x2c16(0x44)](_0x34b99f['DVxyp'],_0x49c303);},0x7530),_0x114533=await _0x24177b['Keymj'](fetch,_0x50c3d0,{'method':'POST','headers':_0x490086,'body':JSON[_0x2c16(0x9d)](_0x56b9d4),'signal':_0x191c7f[_0x2c16(0x55)]});clearTimeout(_0x1887ef),console['log'](_0x2c16(0x9e)+_0x114533[_0x2c16(0x51)]+'\x20'+_0x114533[_0x2c16(0x59)]);if(!_0x114533['ok']){if(_0x2c16(0x9f)!==_0x2c16(0xa0)){const _0x5ed939=await _0x114533[_0x2c16(0xa1)]();return console[_0x2c16(0x4c)](_0x2c16(0x6c)+_0x21b845+':\x20'+_0x114533[_0x2c16(0x51)]+_0x2c16(0xa2)+_0x5ed939),null;}else{var _0x1f7aac,_0x3aea;_0x8afd18[_0x2c16(0x44)](_0x24177b[_0x2c16(0xa3)],_0x337d56[_0x2c16(0x51)]),_0x48e999=((_0x1f7aac=_0x4d20f7['data'])===null||_0x24177b[_0x2c16(0x84)](_0x1f7aac,void 0x0)||_0x24177b[_0x2c16(0xa4)](_0x1f7aac=_0x1f7aac[_0x2c16(0xa5)],null)||_0x24177b[_0x2c16(0x84)](_0x1f7aac,void 0x0)?void 0x0:_0x1f7aac[_0x2c16(0x64)])||((_0x3aea=_0x2264be[_0x2c16(0xa6)])===null||_0x24177b['LLpvQ'](_0x3aea,void 0x0)||(_0x3aea=_0x3aea[_0x2c16(0xa5)])===null||_0x24177b['cHEOK'](_0x3aea,void 0x0)?void 0x0:_0x3aea['email'])||_0x24177b['XCBYv'];}}const _0x291347=await _0x114533[_0x2c16(0xa7)]();console['log'](_0x2c16(0xa8)+_0x21b845+':',_0x291347);const _0x189258=_0x21b845+_0x2c16(0xa9),_0x548a98=_0x291347[_0x189258]||_0x291347[_0x2c16(0xaa)]||null;return console['log'](_0x2c16(0xab)+_0x21b845+_0x2c16(0xac)+_0x189258+'):',_0x548a98),_0x548a98;}catch(_0x1bbb50){var _0x1fb28f;if(_0x24177b[_0x2c16(0xad)](_0x1bbb50['name'],_0x24177b[_0x2c16(0xae)])){if(_0x24177b[_0x2c16(0xaf)](_0x2c16(0xb0),_0x24177b[_0x2c16(0xb1)]))console[_0x2c16(0x4c)](_0x2c16(0xb2)+_0x21b845+'\x20-\x20the\x20server\x20took\x20too\x20long\x20to\x20respond');else return _0x15d7c6['error'](_0x2c16(0xb3),_0x301404),{'success':![],'isPending':![],'error':_0x2c16(0xb4)};}else{if(_0x24177b[_0x2c16(0xb5)](_0x1fb28f=_0x1bbb50[_0x2c16(0x4b)],null)&&_0x1fb28f!==void 0x0&&_0x1fb28f[_0x2c16(0xb6)](_0x24177b[_0x2c16(0xb7)])){const _0x298e97=_0x24177b[_0x2c16(0xb8)][_0x2c16(0xb9)]('|');let _0x31fd1a=0x0;while(!![]){switch(_0x298e97[_0x31fd1a++]){case'0':console[_0x2c16(0x4c)](_0x2c16(0xba));continue;case'1':console['error'](_0x24177b[_0x2c16(0xbb)]);continue;case'2':console['error'](_0x24177b[_0x2c16(0xbc)]);continue;case'3':console['error']('โŒ\x20[OAUTH]\x20Network\x20request\x20failed\x20for\x20'+_0x21b845+_0x2c16(0xbd));continue;case'4':console[_0x2c16(0x4c)]('\x20\x20\x204.\x20SSL/TLS\x20certificate\x20issue');continue;case'5':console[_0x2c16(0x4c)](_0x24177b['mZVgP']);continue;}break;}}else _0x24177b[_0x2c16(0xbe)](_0x24177b[_0x2c16(0xbf)],_0x24177b['liudJ'])?_0xd0b565[_0x2c16(0x44)](_0x24177b[_0x2c16(0xc0)]):console[_0x2c16(0x4c)](_0x2c16(0x6c)+_0x21b845+':',_0x1bbb50);}return null;}};exports[_0x2c16(0x6)]=initiateOAuth;const initializeGoogleSignIn=()=>{const _0x420264={'YpRlb':_0x2c16(0x22),'HzXRu':'openid','DahFv':'profile','PVnpB':'email'};_googleSignin[_0x2c16(0xc1)][_0x2c16(0xc2)]({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x420264[_0x2c16(0xc3)],_0x420264['HzXRu'],_0x420264[_0x2c16(0xc4)],_0x420264[_0x2c16(0xc5)]],'hostedDomain':'','accountName':''});},forceYouTubeReconnectionWithConsent=async _0x544cd0=>{const _0x4ebc41={'bVCOl':'โŒ\x20No\x20auth\x20token\x20found\x20for\x20YouTube\x20refresh','SUiIp':_0x2c16(0xc6),'nWbvV':_0x2c16(0xc7),'NFLFe':function(_0x53b8bc,_0x4d97aa){return _0x53b8bc!==_0x4d97aa;},'npQwf':_0x2c16(0xc8),'byKIo':'CzExG','lsoYC':_0x2c16(0xc9),'exYsi':_0x2c16(0xca),'LMMki':_0x2c16(0xcb),'CjoEG':_0x2c16(0x72),'fkvoD':function(_0xf7a3d0,_0x4ac0ff){return _0xf7a3d0===_0x4ac0ff;},'SeWHx':_0x2c16(0xcc),'nPOsL':'โœ…\x20Token\x20cache\x20cleared','LuTYW':_0x2c16(0x22),'xTIGk':_0x2c16(0xcd),'OmYFb':_0x2c16(0xce),'SAFNG':_0x2c16(0x76),'kFURW':_0x2c16(0xcf),'qRrLk':_0x2c16(0xd0),'BjXOD':'๐Ÿ“‹\x20FULL\x20userInfo\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','uLEcP':'๐Ÿ“‹\x20FULL\x20tokens\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','DsXqK':_0x2c16(0xd1),'TmCkC':'๐Ÿ”\x20Token\x20analysis:','YJrLj':_0x2c16(0xd2),'AlTXV':_0x2c16(0xd3),'ScrmL':_0x2c16(0xd4),'lKweb':_0x2c16(0xd5),'ihLTT':_0x2c16(0xd6),'BoBCX':function(_0xd511a,_0x398c4c){return _0xd511a!==_0x398c4c;},'TeHQM':function(_0x437e05,_0x1609b6){return _0x437e05===_0x1609b6;},'alvVz':_0x2c16(0xd7),'sbXMh':_0x2c16(0xd8),'puCdN':_0x2c16(0xd9),'CCStH':_0x2c16(0xda),'TYYyb':_0x2c16(0x74),'BCVsb':function(_0xd1c9ed,_0x1f10fd,_0x3da4cb){return _0xd1c9ed(_0x1f10fd,_0x3da4cb);},'FLEIv':_0x2c16(0xdb),'tteKa':'โœ…\x20YouTube\x20channel\x20found:','lDCEU':_0x2c16(0xdc),'DaESG':_0x2c16(0xdd),'GuJtR':function(_0x2a0f97,_0x2db5ae){return _0x2a0f97===_0x2db5ae;},'Exrbq':function(_0x1ea770,_0x1ede8f){return _0x1ea770===_0x1ede8f;},'uJwgh':function(_0x4f4adb,_0x3670e9){return _0x4f4adb===_0x3670e9;},'zDwXa':_0x2c16(0xde),'YRzMJ':_0x2c16(0xdf),'PDelO':function(_0x3535bc,_0x38b3ca){return _0x3535bc===_0x38b3ca;},'HdGlc':function(_0x34e12d,_0x42f95a){return _0x34e12d===_0x42f95a;},'kdGry':function(_0x224be6,_0x5b8a8a){return _0x224be6===_0x5b8a8a;},'OiolA':_0x2c16(0xe0),'yvWDG':function(_0x1520f4,_0xda29fe){return _0x1520f4===_0xda29fe;},'jsxau':function(_0x1f18b3,_0x37b9ee){return _0x1f18b3===_0x37b9ee;},'wVhcy':function(_0x490d0f,_0x184675){return _0x490d0f<_0x184675;},'ifvpb':_0x2c16(0xe1),'MEjLt':function(_0x67d172,_0x5a3b61){return _0x67d172===_0x5a3b61;},'jLLld':function(_0xaa3164,_0x266abe){return _0xaa3164===_0x266abe;},'wJkSM':function(_0x2cb94c,_0x50c6de){return _0x2cb94c===_0x50c6de;},'Srofg':function(_0x198943,_0x204f90){return _0x198943===_0x204f90;},'IxuVm':function(_0x58b1ac,_0x50689e){return _0x58b1ac===_0x50689e;},'lSmtI':function(_0x88a410,_0x5780b3){return _0x88a410+_0x5780b3;},'xvXbV':function(_0x24d864,_0x4db437){return _0x24d864*_0x4db437;},'YsZkC':function(_0x1ab192,_0x1fbfbc){return _0x1ab192===_0x1fbfbc;},'VBbWD':function(_0x3f97a9,_0xcbfaf3){return _0x3f97a9===_0xcbfaf3;},'TXjJJ':'๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20=====\x20SENDING\x20REAUTH\x20SIGNAL\x20TO\x20BACKEND\x20=====','aboqd':_0x2c16(0xe2),'AUjhO':'๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20Headers:','cqscg':_0x2c16(0xe3),'kEZzD':function(_0x1d26b1,_0x7b8a1f){return _0x1d26b1&&_0x7b8a1f;},'LLLIe':_0x2c16(0xe4),'YWXeH':'๐Ÿ“ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Headers:','LaCYf':_0x2c16(0xe5),'tdXBz':_0x2c16(0xe6),'Wmrgy':_0x2c16(0xe7),'DrEns':'Yes','krBoI':_0x2c16(0xe8),'TBTxJ':'๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Training\x20Ready:\x20Yes','YdAoa':_0x2c16(0xe9),'FldAZ':_0x2c16(0xea),'rPfsj':_0x2c16(0xeb),'QcwQi':'๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20REFRESH\x20TOKEN\x20SENT\x20TO\x20BACKEND:','Xfgpu':_0x2c16(0xec),'lVIMM':_0x2c16(0xed),'nGsUG':_0x2c16(0xee),'fqaGq':_0x2c16(0xef),'WmGIq':_0x2c16(0xf0),'jdfGN':_0x2c16(0xf1),'LfyCm':_0x2c16(0xf2),'blvzd':_0x2c16(0xf3),'CNAwM':_0x2c16(0xf4),'AgOBg':_0x2c16(0xf5),'RMDbl':'โŒ\x20[YOUTUBE\x20REAUTH]\x20This\x20means\x20the\x20reauth\x20signal\x20was\x20not\x20processed','fGqXn':_0x2c16(0xf6),'xvcjP':_0x2c16(0xf7),'brbRd':_0x2c16(0xf8),'aYYqH':_0x2c16(0xf9),'zmaaE':'โŒ\x20This\x20means\x20consent\x20screen\x20did\x20not\x20appear\x20or\x20user\x20denied\x20permissions','QaZWu':_0x2c16(0xfa),'twWpf':_0x2c16(0xfb),'FIQKv':_0x2c16(0xfc),'eWlcu':_0x2c16(0xfd),'CbYiQ':_0x2c16(0xfe),'RHQKS':function(_0x1b8df5,_0x32243b){return _0x1b8df5===_0x32243b;},'dKKgN':_0x2c16(0xff),'IZqJO':function(_0x5e1a03,_0x5e6c62){return _0x5e1a03===_0x5e6c62;}};try{if(_0x4ebc41[_0x2c16(0x100)](_0x4ebc41[_0x2c16(0x101)],_0x4ebc41['byKIo'])){var _0x434629,_0xd76c15,_0x24ecd5;console['log'](_0x4ebc41[_0x2c16(0x102)]),console[_0x2c16(0x44)](_0x4ebc41[_0x2c16(0x103)],_0x544cd0);try{await _googleSignin['GoogleSignin']['signOut'](),console[_0x2c16(0x44)](_0x4ebc41[_0x2c16(0x104)]);}catch(_0x6f3aba){console[_0x2c16(0x44)](_0x4ebc41[_0x2c16(0x105)],_0x6f3aba);}try{if(_0x4ebc41[_0x2c16(0x106)](_0x4ebc41[_0x2c16(0x107)],_0x2c16(0xcc))){const _0x41a12d=await _googleSignin['GoogleSignin'][_0x2c16(0x108)]();_0x41a12d[_0x2c16(0x109)]&&(await _googleSignin[_0x2c16(0xc1)][_0x2c16(0x10a)](_0x41a12d[_0x2c16(0x109)]),console[_0x2c16(0x44)](_0x4ebc41[_0x2c16(0x10b)]));}else return _0x7f19b8[_0x2c16(0x4c)](_0x4ebc41['bVCOl']),![];}catch(_0x3ceda3){console[_0x2c16(0x44)]('โ„น๏ธ\x20No\x20token\x20cache\x20to\x20clear');}console[_0x2c16(0x44)](_0x2c16(0x10c)),_googleSignin[_0x2c16(0xc1)][_0x2c16(0xc2)]({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x4ebc41[_0x2c16(0x10d)],_0x4ebc41[_0x2c16(0x10e)],_0x4ebc41['OmYFb'],_0x4ebc41[_0x2c16(0x10f)]],'hostedDomain':'','accountName':''}),await _googleSignin[_0x2c16(0xc1)][_0x2c16(0x110)](),console[_0x2c16(0x44)]('โœ…\x20Play\x20Services\x20available'),console['log']('๐Ÿ”\x20Initiating\x20sign-in\x20-\x20consent\x20screen\x20should\x20appear...'),console['log'](_0x4ebc41[_0x2c16(0x111)]);const _0x194efe=await _googleSignin[_0x2c16(0xc1)][_0x2c16(0x112)]();console[_0x2c16(0x44)](_0x4ebc41[_0x2c16(0x113)]),console[_0x2c16(0x44)](_0x2c16(0x114),_0x4ebc41['fkvoD'](_0x434629=_0x194efe['data'],null)||_0x434629===void 0x0||_0x4ebc41[_0x2c16(0x106)](_0x434629=_0x434629[_0x2c16(0xa5)],null)||_0x4ebc41[_0x2c16(0x106)](_0x434629,void 0x0)?void 0x0:_0x434629[_0x2c16(0x76)]);const _0x26c473=await _googleSignin[_0x2c16(0xc1)][_0x2c16(0x108)](),_0xd40144=await _googleSignin[_0x2c16(0xc1)]['getCurrentUser']();console[_0x2c16(0x44)](_0x4ebc41[_0x2c16(0x115)]),console[_0x2c16(0x44)](JSON[_0x2c16(0x9d)](_0x194efe,null,0x2)),console['log'](_0x4ebc41[_0x2c16(0x116)]),console[_0x2c16(0x44)](JSON[_0x2c16(0x9d)](_0x26c473,null,0x2)),console[_0x2c16(0x44)](_0x4ebc41[_0x2c16(0x117)]),console[_0x2c16(0x44)](JSON['stringify'](_0xd40144,null,0x2)),console[_0x2c16(0x44)](_0x4ebc41[_0x2c16(0x118)]),console[_0x2c16(0x44)](_0x4ebc41[_0x2c16(0x119)],_0x26c473[_0x2c16(0x109)]?_0x26c473[_0x2c16(0x109)]['substring'](0x0,0x14)+_0x2c16(0x11a):'Missing'),console[_0x2c16(0x44)](_0x2c16(0x11b),_0x26c473[_0x2c16(0x11c)]?_0x4ebc41['AlTXV']:_0x4ebc41[_0x2c16(0x11d)]),console['log'](_0x4ebc41['lKweb'],_0x4ebc41['NFLFe'](_0xd76c15=_0x194efe[_0x2c16(0xa6)],null)&&_0x4ebc41[_0x2c16(0x100)](_0xd76c15,void 0x0)&&_0xd76c15[_0x2c16(0xd8)]?_0x194efe[_0x2c16(0xa6)][_0x2c16(0xd8)][_0x2c16(0x5a)](0x0,0x14)+_0x2c16(0x11a):_0x4ebc41[_0x2c16(0x11d)]),console['log'](_0x4ebc41[_0x2c16(0x11e)],_0x4ebc41[_0x2c16(0x11f)](_0xd40144,null)&&_0x4ebc41['NFLFe'](_0xd40144,void 0x0)&&_0xd40144['serverAuthCode']?_0xd40144['serverAuthCode'][_0x2c16(0x5a)](0x0,0x14)+'...':_0x4ebc41[_0x2c16(0x11d)]);const _0x2320b7=(_0x4ebc41['TeHQM'](_0x24ecd5=_0x194efe[_0x2c16(0xa6)],null)||_0x4ebc41[_0x2c16(0x106)](_0x24ecd5,void 0x0)?void 0x0:_0x24ecd5['serverAuthCode'])||(_0x4ebc41[_0x2c16(0x106)](_0xd40144,null)||_0x4ebc41[_0x2c16(0x106)](_0xd40144,void 0x0)?void 0x0:_0xd40144['serverAuthCode']);if(_0x2320b7){var _0x32da6e,_0x2b0a27,_0xef1872,_0x114d73,_0x997f3e,_0x3de5ab;console[_0x2c16(0x44)](_0x4ebc41[_0x2c16(0x120)]),console[_0x2c16(0x44)](_0x2c16(0x121),_0x2320b7[_0x2c16(0x122)]('4/')?_0x4ebc41[_0x2c16(0x123)]:_0x4ebc41[_0x2c16(0x124)]),console[_0x2c16(0x44)](_0x4ebc41['CCStH'],_0x2320b7[_0x2c16(0x5a)](0x0,0x14)+_0x2c16(0x11a));let _0x3cd729=_0x4ebc41[_0x2c16(0x125)],_0x2604ea=null;try{console[_0x2c16(0x44)](_0x2c16(0x126));const _0x1b6ce1=await _0x4ebc41[_0x2c16(0x127)](fetch,_0x4ebc41['FLEIv'],{'headers':{'Authorization':'Bearer\x20'+_0x26c473[_0x2c16(0x109)],'Accept':'application/json'}});if(_0x1b6ce1['ok']){const _0x2d5f25=await _0x1b6ce1[_0x2c16(0xa7)]();if(_0x2d5f25['items']&&_0x2d5f25[_0x2c16(0x5e)][_0x2c16(0x128)]>0x0)_0x3cd729=_0x2d5f25[_0x2c16(0x5e)][0x0][_0x2c16(0x5f)][_0x2c16(0x60)],_0x2604ea=_0x2d5f25[_0x2c16(0x5e)][0x0]['id'],console[_0x2c16(0x44)](_0x4ebc41[_0x2c16(0x129)],_0x3cd729,_0x4ebc41[_0x2c16(0x12a)],_0x2604ea);else{var _0x1b1b3e,_0x41389a;console['log'](_0x4ebc41[_0x2c16(0x12b)]),_0x3cd729=(_0x4ebc41[_0x2c16(0x12c)](_0x1b1b3e=_0x194efe[_0x2c16(0xa6)],null)||_0x4ebc41['fkvoD'](_0x1b1b3e,void 0x0)||_0x4ebc41['GuJtR'](_0x1b1b3e=_0x1b1b3e['user'],null)||_0x1b1b3e===void 0x0?void 0x0:_0x1b1b3e['name'])||(_0x4ebc41[_0x2c16(0x12d)](_0x41389a=_0x194efe[_0x2c16(0xa6)],null)||_0x41389a===void 0x0||_0x4ebc41[_0x2c16(0x12e)](_0x41389a=_0x41389a[_0x2c16(0xa5)],null)||_0x4ebc41[_0x2c16(0x106)](_0x41389a,void 0x0)?void 0x0:_0x41389a[_0x2c16(0x76)])||_0x4ebc41[_0x2c16(0x12f)];}}else{var _0x149fe4,_0x7f16fc;console[_0x2c16(0x44)](_0x4ebc41[_0x2c16(0x130)],_0x1b6ce1['status']),_0x3cd729=(_0x4ebc41[_0x2c16(0x106)](_0x149fe4=_0x194efe[_0x2c16(0xa6)],null)||_0x4ebc41[_0x2c16(0x12e)](_0x149fe4,void 0x0)||_0x4ebc41[_0x2c16(0x131)](_0x149fe4=_0x149fe4[_0x2c16(0xa5)],null)||_0x4ebc41['HdGlc'](_0x149fe4,void 0x0)?void 0x0:_0x149fe4['name'])||((_0x7f16fc=_0x194efe[_0x2c16(0xa6)])===null||_0x4ebc41[_0x2c16(0x132)](_0x7f16fc,void 0x0)||(_0x7f16fc=_0x7f16fc['user'])===null||_0x4ebc41['TeHQM'](_0x7f16fc,void 0x0)?void 0x0:_0x7f16fc[_0x2c16(0x76)])||_0x4ebc41[_0x2c16(0x125)];}}catch(_0x192750){var _0x419936,_0x56433b;console[_0x2c16(0x44)](_0x4ebc41[_0x2c16(0x133)],_0x192750),_0x3cd729=((_0x419936=_0x194efe[_0x2c16(0xa6)])===null||_0x4ebc41[_0x2c16(0x12d)](_0x419936,void 0x0)||_0x4ebc41[_0x2c16(0x131)](_0x419936=_0x419936[_0x2c16(0xa5)],null)||_0x4ebc41[_0x2c16(0x132)](_0x419936,void 0x0)?void 0x0:_0x419936[_0x2c16(0x64)])||((_0x56433b=_0x194efe['data'])===null||_0x4ebc41[_0x2c16(0x134)](_0x56433b,void 0x0)||_0x4ebc41[_0x2c16(0x135)](_0x56433b=_0x56433b[_0x2c16(0xa5)],null)||_0x56433b===void 0x0?void 0x0:_0x56433b[_0x2c16(0x76)])||_0x4ebc41['TYYyb'];}let _0x4b459c=await(0x0,_jwtStorageService[_0x2c16(0x136)])();(!_0x4b459c||_0x4ebc41[_0x2c16(0x137)](_0x4b459c[_0x2c16(0x138)]()[_0x2c16(0x128)],0x14))&&(console['log'](_0x2c16(0x139)),_0x4b459c=_0x4ebc41[_0x2c16(0x13a)]);const _0x1a1541={'session':{'username':_0x544cd0,'platform':_0x2c16(0x13b),'timestamp':new Date()[_0x2c16(0x98)](),'channelName':_0x3cd729,'channelId':_0x2604ea,'forceConsent':!![]},'googleUser':_0x4ebc41[_0x2c16(0x131)](_0x32da6e=_0x194efe['data'],null)||_0x4ebc41[_0x2c16(0x13c)](_0x32da6e,void 0x0)?void 0x0:_0x32da6e[_0x2c16(0xa5)],'accessToken':_0x26c473[_0x2c16(0x109)],'idToken':_0x26c473[_0x2c16(0x11c)],'refreshToken':_0x2320b7,'serverAuthCode':_0x2320b7,'refresh_token':_0x2320b7,'server_auth_code':_0x2320b7,'authCode':_0x2320b7,'userAccountInfo':{'username':_0x544cd0,'email':_0x4ebc41['TeHQM'](_0x2b0a27=_0x194efe[_0x2c16(0xa6)],null)||_0x4ebc41[_0x2c16(0x13c)](_0x2b0a27,void 0x0)||_0x4ebc41[_0x2c16(0x12c)](_0x2b0a27=_0x2b0a27['user'],null)||_0x4ebc41[_0x2c16(0x13d)](_0x2b0a27,void 0x0)?void 0x0:_0x2b0a27[_0x2c16(0x76)],'authToken':_0x4b459c,'channelName':_0x3cd729,'channelId':_0x2604ea,'userIdentifier':_0x4b459c?_0x2c16(0x13e)+_0x4b459c[_0x2c16(0x5a)](0x0,0xa):'youtube-'+(_0x4ebc41[_0x2c16(0x12e)](_0xef1872=_0x194efe[_0x2c16(0xa6)],null)||_0x4ebc41[_0x2c16(0x13f)](_0xef1872,void 0x0)||(_0xef1872=_0xef1872[_0x2c16(0xa5)])===null||_0x4ebc41['fkvoD'](_0xef1872,void 0x0)?void 0x0:_0xef1872[_0x2c16(0x76)]),'googleId':_0x4ebc41['Srofg'](_0x114d73=_0x194efe[_0x2c16(0xa6)],null)||_0x4ebc41[_0x2c16(0x13d)](_0x114d73,void 0x0)||(_0x114d73=_0x114d73['user'])===null||_0x4ebc41['IxuVm'](_0x114d73,void 0x0)?void 0x0:_0x114d73['id'],'refreshToken':_0x2320b7,'serverAuthCode':_0x2320b7},'tokenExpiry':new Date(_0x4ebc41[_0x2c16(0x140)](Date[_0x2c16(0x141)](),_0x4ebc41[_0x2c16(0x142)](0xe10,0x3e8)))[_0x2c16(0x98)](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!![],'refreshTokenType':_0x2320b7[_0x2c16(0x122)]('4/')?_0x4ebc41[_0x2c16(0x123)]:_0x4ebc41[_0x2c16(0x124)],'configuredForRefresh':!![],'forcedConsent':!![],'consentMethod':_0x2c16(0x143),'refreshTokenValue':_0x2320b7}};console[_0x2c16(0x44)](_0x2c16(0x144),{'hasAccessToken':!!_0x1a1541[_0x2c16(0x109)],'hasRefreshToken':!!_0x1a1541[_0x2c16(0xd9)],'hasServerAuthCode':!!_0x1a1541[_0x2c16(0xd8)],'refreshTokenType':_0x1a1541[_0x2c16(0x145)][_0x2c16(0x88)],'userEmail':_0x4ebc41[_0x2c16(0x146)](_0x997f3e=_0x194efe[_0x2c16(0xa6)],null)||_0x4ebc41[_0x2c16(0x147)](_0x997f3e,void 0x0)||_0x4ebc41[_0x2c16(0x148)](_0x997f3e=_0x997f3e[_0x2c16(0xa5)],null)||_0x997f3e===void 0x0?void 0x0:_0x997f3e[_0x2c16(0x76)],'forcedConsent':!![]}),console[_0x2c16(0x44)](_0x4ebc41[_0x2c16(0x149)]),console['log'](_0x4ebc41[_0x2c16(0x14a)]),console[_0x2c16(0x44)]('\uD83D\uDE80 [YOUTUBE REAUTH] Method: POST'),console['log'](_0x4ebc41[_0x2c16(0x14b)],{'Content-Type':'application/json','Authorization':_0x4b459c?_0x4b459c['substring'](0x0,0x14)+'...':_0x2c16(0x14c)}),console[_0x2c16(0x44)](_0x2c16(0x14d),{'hasAccessToken':!!_0x1a1541[_0x2c16(0x109)],'hasRefreshToken':!!_0x1a1541[_0x2c16(0xd9)],'hasServerAuthCode':!!_0x1a1541['serverAuthCode'],'refreshTokenType':_0x1a1541[_0x2c16(0x145)]['refreshTokenType'],'userEmail':_0x4ebc41[_0x2c16(0x14e)](_0x3de5ab=_0x194efe[_0x2c16(0xa6)],null)||_0x4ebc41['kdGry'](_0x3de5ab,void 0x0)||_0x4ebc41[_0x2c16(0x12d)](_0x3de5ab=_0x3de5ab['user'],null)||_0x4ebc41[_0x2c16(0x12e)](_0x3de5ab,void 0x0)?void 0x0:_0x3de5ab[_0x2c16(0x76)],'channelName':_0x3cd729,'forcedConsent':!![],'requestRefreshToken':!![]}),console[_0x2c16(0x44)](_0x4ebc41['cqscg'],JSON[_0x2c16(0x9d)](_0x1a1541,null,0x2));const _0x4abf3a=await _0x4ebc41[_0x2c16(0x127)](fetch,_api[_0x2c16(0x23)][_0x2c16(0x21)]+_0x2c16(0x14f),{'method':'POST','headers':{'Content-Type':'application/json',..._0x4ebc41['kEZzD'](_0x4b459c,{'Authorization':_0x4b459c})},'body':JSON[_0x2c16(0x9d)](_0x1a1541)});console['log'](_0x4ebc41[_0x2c16(0x150)],_0x4abf3a[_0x2c16(0x51)]),console[_0x2c16(0x44)](_0x2c16(0x151),_0x4abf3a[_0x2c16(0x59)]),console['log'](_0x4ebc41[_0x2c16(0x152)],_0x4abf3a[_0x2c16(0x153)]);if(_0x4abf3a['ok']){var _0xb7e800,_0x15e483;const _0xb69b6f=await _0x4abf3a['json']();console[_0x2c16(0x44)](_0x2c16(0x154),JSON[_0x2c16(0x9d)](_0xb69b6f,null,0x2));const _0x2f83a2=_0x4ebc41[_0x2c16(0x106)]((_0xb7e800=_0xb69b6f[_0x2c16(0x155)])===null||_0xb7e800===void 0x0?void 0x0:_0xb7e800['isTemporaryMode'],!![])||(_0x4ebc41['fkvoD'](_0x15e483=_0xb69b6f[_0x2c16(0x156)],null)||_0x15e483===void 0x0?void 0x0:_0x15e483[_0x2c16(0x157)])===!![]||_0x4ebc41['uJwgh'](_0xb69b6f[_0x2c16(0x158)],!![])||_0xb69b6f[_0x2c16(0x4b)]&&_0xb69b6f[_0x2c16(0x4b)][_0x2c16(0xb6)](_0x4ebc41['LaCYf']);if(_0x2f83a2){const _0x513f59=_0x2c16(0x159)[_0x2c16(0xb9)]('|');let _0x43f8d1=0x0;while(!![]){switch(_0x513f59[_0x43f8d1++]){case'0':console[_0x2c16(0x44)](_0x2c16(0x15a));continue;case'1':console['log'](_0x2c16(0x15b));continue;case'2':console[_0x2c16(0x44)](_0x4ebc41[_0x2c16(0x15c)]);continue;case'3':console['log'](_0x2c16(0x15d));continue;case'4':console['log'](_0x4ebc41[_0x2c16(0x15e)],_0x2320b7?_0x4ebc41[_0x2c16(0x15f)]:'No');continue;case'5':console[_0x2c16(0x44)](_0x4ebc41[_0x2c16(0x160)]);continue;case'6':console[_0x2c16(0x44)](_0x4ebc41['TBTxJ']);continue;}break;}}else{if(_0xb69b6f['hasRefreshToken']||_0xb69b6f[_0x2c16(0x161)]){const _0x5ac8b1=_0x4ebc41[_0x2c16(0x162)][_0x2c16(0xb9)]('|');let _0x3c3cf1=0x0;while(!![]){switch(_0x5ac8b1[_0x3c3cf1++]){case'0':console[_0x2c16(0x44)](_0x2c16(0x163));continue;case'1':console[_0x2c16(0x44)](_0x4ebc41[_0x2c16(0x164)],_0xb69b6f[_0x2c16(0x165)]);continue;case'2':console[_0x2c16(0x44)](_0x4ebc41['rPfsj'],_0x2320b7[_0x2c16(0x128)]);continue;case'3':console['log'](_0x4ebc41[_0x2c16(0x166)]);continue;case'4':console['log'](_0x4ebc41['Xfgpu']);continue;case'5':console[_0x2c16(0x44)](_0x4ebc41[_0x2c16(0x167)],_0x2320b7[_0x2c16(0x122)]('4/')?_0x4ebc41[_0x2c16(0x123)]:_0x4ebc41['puCdN']);continue;case'6':console[_0x2c16(0x44)](_0x4ebc41[_0x2c16(0x168)],_0x2320b7);continue;}break;}}else return _0x4ebc41[_0x2c16(0x147)](_0x4ebc41[_0x2c16(0x169)],_0x4ebc41[_0x2c16(0x169)])?(console[_0x2c16(0x16a)](_0x2c16(0x16b)),console[_0x2c16(0x16a)](_0x4ebc41['WmGIq'],_0xb69b6f),console[_0x2c16(0x16a)](_0x4ebc41[_0x2c16(0x16c)]),![]):(_0x5e5d99[_0x2c16(0x4c)](_0x2c16(0x16d)),![]);}console['log'](_0x2c16(0x16e));try{await triggerTrainingRestart(_0x544cd0,_0x4b459c),console['log'](_0x4ebc41[_0x2c16(0x16f)]);}catch(_0x39ea4b){console[_0x2c16(0x16a)](_0x4ebc41[_0x2c16(0x170)],_0x39ea4b),console['warn'](_0x4ebc41[_0x2c16(0x171)]);}return!![];}else{const _0x16a1e8=await _0x4abf3a[_0x2c16(0xa1)]();return console['error'](_0x4ebc41[_0x2c16(0x172)],_0x4abf3a['status'],_0x16a1e8),console['error'](_0x4ebc41[_0x2c16(0x173)]),![];}}else{if(_0x4ebc41[_0x2c16(0x134)](_0x4ebc41[_0x2c16(0x174)],_0x4ebc41['fGqXn'])){const _0x50c9cf=_0x4ebc41[_0x2c16(0x175)]['split']('|');let _0x287d24=0x0;while(!![]){switch(_0x50c9cf[_0x287d24++]){case'0':console[_0x2c16(0x4c)](_0x4ebc41[_0x2c16(0x176)]);continue;case'1':console[_0x2c16(0x4c)](_0x4ebc41[_0x2c16(0x177)]);continue;case'2':console[_0x2c16(0x4c)](_0x4ebc41['zmaaE']);continue;case'3':console[_0x2c16(0x4c)]('๐Ÿ’ก\x20Solutions:');continue;case'4':console[_0x2c16(0x4c)](_0x4ebc41[_0x2c16(0x178)]);continue;case'5':console[_0x2c16(0x4c)](_0x4ebc41[_0x2c16(0x179)]);continue;case'6':return![];}break;}}else return _0x119816[_0x2c16(0x4c)](_0x2c16(0x17a),_0x2142f8),null;}}else return _0x2b6b70[_0x2c16(0xb6)](_0x4ebc41[_0x2c16(0x17b)])||_0x185e53[_0x2c16(0xb6)](_0x4ebc41[_0x2c16(0x17c)]);}catch(_0x3b0186){console[_0x2c16(0x4c)](_0x4ebc41[_0x2c16(0x17d)],_0x3b0186);if(_0x3b0186[_0x2c16(0x20)]===_googleSignin[_0x2c16(0x17e)][_0x2c16(0x17f)])console['error'](_0x4ebc41['eWlcu']),console[_0x2c16(0x4c)](_0x4ebc41[_0x2c16(0x180)]);else{if(_0x4ebc41[_0x2c16(0x181)](_0x3b0186[_0x2c16(0x20)],_googleSignin[_0x2c16(0x17e)][_0x2c16(0x182)]))console[_0x2c16(0x4c)](_0x4ebc41[_0x2c16(0x183)]);else _0x4ebc41[_0x2c16(0x184)](_0x3b0186[_0x2c16(0x20)],_googleSignin['statusCodes'][_0x2c16(0x185)])&&console[_0x2c16(0x4c)]('โŒ\x20Google\x20Play\x20Services\x20not\x20available');}return![];}};exports[_0x2c16(0xb)]=forceYouTubeReconnectionWithConsent;const forceYouTubeReconnectionWithRevoke=async _0x169750=>{const _0x26a07e={'Fonbj':_0x2c16(0x70),'HGGJh':function(_0x4c303a,_0xe3b416){return _0x4c303a(_0xe3b416);},'hoJYz':'๐Ÿ”„\x20FORCING\x20YouTube\x20consent\x20via\x20REVOKE\x20method...','lCmrp':function(_0x2f4b11,_0x1e33a7){return _0x2f4b11===_0x1e33a7;},'tZpAF':_0x2c16(0x186),'vOmKU':_0x2c16(0x187),'IcvCQ':_0x2c16(0x188),'shfji':'โ„น๏ธ\x20No\x20existing\x20permissions\x20to\x20revoke:','vkNZr':function(_0xa41160,_0x9f1edf){return _0xa41160===_0x9f1edf;},'dbEvv':_0x2c16(0x189),'mYkwm':_0x2c16(0xda),'UXWDI':_0x2c16(0x18a),'EYIVo':_0x2c16(0x18b)};try{var _0x2892f7;console[_0x2c16(0x44)](_0x26a07e['hoJYz']),console[_0x2c16(0x44)](_0x2c16(0xca),_0x169750),initializeGoogleSignIn(),await _googleSignin[_0x2c16(0xc1)][_0x2c16(0x110)]();try{if(_0x26a07e[_0x2c16(0x18c)](_0x26a07e['tZpAF'],_0x26a07e[_0x2c16(0x18d)])){const _0x2969d9={'mHRUi':_0x26a07e[_0x2c16(0x18e)],'IAtcY':function(_0x113547,_0x143130){return _0x26a07e[_0x2c16(0x18f)](_0x113547,_0x143130);}};_0x29004e(()=>{_0x22f993[_0x2c16(0x44)](_0x2969d9['mHRUi']),_0x2969d9[_0x2c16(0x190)](_0x3e5361,!![]);},0x3e8);}else await _googleSignin['GoogleSignin'][_0x2c16(0x191)](),console['log'](_0x26a07e['IcvCQ']);}catch(_0x4c4cd8){console[_0x2c16(0x44)](_0x26a07e['shfji'],_0x4c4cd8);}await _googleSignin['GoogleSignin'][_0x2c16(0x192)](),console[_0x2c16(0x44)]('โœ…\x20Signed\x20out\x20completely'),console['log'](_0x2c16(0x193));const _0x33719b=await _googleSignin[_0x2c16(0xc1)]['signIn'](),_0x111366=await _googleSignin[_0x2c16(0xc1)]['getTokens'](),_0x137050=await _googleSignin[_0x2c16(0xc1)][_0x2c16(0x194)](),_0x2a5445=(_0x26a07e[_0x2c16(0x195)](_0x2892f7=_0x33719b[_0x2c16(0xa6)],null)||_0x26a07e[_0x2c16(0x195)](_0x2892f7,void 0x0)?void 0x0:_0x2892f7[_0x2c16(0xd8)])||(_0x26a07e[_0x2c16(0x18c)](_0x137050,null)||_0x26a07e[_0x2c16(0x18c)](_0x137050,void 0x0)?void 0x0:_0x137050[_0x2c16(0xd8)]);return _0x2a5445?(console[_0x2c16(0x44)](_0x26a07e['dbEvv']),console['log'](_0x26a07e['mYkwm'],_0x2a5445[_0x2c16(0x5a)](0x0,0x14)+'...'),!![]):(console['error'](_0x26a07e['UXWDI']),![]);}catch(_0x580c63){return console[_0x2c16(0x4c)](_0x26a07e[_0x2c16(0x196)],_0x580c63),![];}};exports[_0x2c16(0xa)]=forceYouTubeReconnectionWithRevoke;const fixUserYouTubeConnection=async _0xdd75ff=>{const _0x261b7a={'lBrGi':'๐Ÿ”„\x20Method\x201:\x20Trying\x20forced\x20consent\x20via\x20configuration...','LNFPl':function(_0x9e4191,_0xd8a9c7){return _0x9e4191(_0xd8a9c7);}};console[_0x2c16(0x44)]('๐Ÿ”ง\x20Fixing\x20YouTube\x20connection\x20for\x20user:\x20'+_0xdd75ff),console['log'](_0x261b7a[_0x2c16(0x197)]);let _0x54b157=await forceYouTubeReconnectionWithConsent(_0xdd75ff);if(_0x54b157)return console[_0x2c16(0x44)]('โœ…\x20'+_0xdd75ff+_0x2c16(0x198)),!![];console[_0x2c16(0x44)](_0x2c16(0x199)),_0x54b157=await _0x261b7a['LNFPl'](forceYouTubeReconnectionWithRevoke,_0xdd75ff);if(_0x54b157)return console[_0x2c16(0x44)]('โœ…\x20'+_0xdd75ff+'\x20YouTube\x20connection\x20fixed\x20via\x20Method\x202!'),!![];return console[_0x2c16(0x4c)](_0x2c16(0x19a)+_0xdd75ff+'\x20YouTube\x20connection\x20with\x20both\x20methods'),![];};exports[_0x2c16(0x19b)]=fixUserYouTubeConnection;const refreshGoogleTokens=async()=>{const _0x150204={'OMvFx':_0x2c16(0x19c),'zaCwa':_0x2c16(0x19d),'BZEZJ':_0x2c16(0x19e),'FjPOr':_0x2c16(0x19f),'cFYik':function(_0x194f3d,_0x261f1f){return _0x194f3d===_0x261f1f;},'quUpz':_0x2c16(0x1a0),'HbPVn':_0x2c16(0x1a1),'iHnYV':_0x2c16(0x1a2),'vVjds':'wZVpZ','VZvtn':'โŒ\x20User\x20not\x20signed\x20in\x20to\x20Google,\x20cannot\x20refresh\x20tokens','tLXFO':'โœ…\x20Successfully\x20refreshed\x20Google\x20tokens','tBqyr':'โŒ\x20Failed\x20to\x20refresh\x20Google\x20tokens:','DPkvz':'๐Ÿ”„\x20Refresh\x20failed,\x20attempting\x20re-authentication...','gvGFW':'โœ…\x20Re-authentication\x20successful'};try{if(_0x150204[_0x2c16(0x1a3)](_0x2c16(0x1a0),_0x150204[_0x2c16(0x1a4)])){console[_0x2c16(0x44)](_0x150204[_0x2c16(0x1a5)]);const _0x4daf08=await _googleSignin['GoogleSignin'][_0x2c16(0x194)]();if(!_0x4daf08){if(_0x150204[_0x2c16(0x1a3)](_0x150204['iHnYV'],_0x150204['vVjds']))_0x2abcda['warn'](_0x150204[_0x2c16(0x1a6)]),_0x2e6cf7['warn'](_0x150204[_0x2c16(0x1a7)],_0x3204f9['keys'](_0x5525be)),_0x356dfd[_0x2c16(0x16a)](_0x150204[_0x2c16(0x1a8)]);else return console[_0x2c16(0x44)](_0x150204['VZvtn']),null;}const _0x315018=await _googleSignin[_0x2c16(0xc1)][_0x2c16(0x108)]();return console[_0x2c16(0x44)](_0x150204[_0x2c16(0x1a9)]),{'accessToken':_0x315018['accessToken'],'idToken':_0x315018[_0x2c16(0x11c)]};}else return{'success':!![],'message':_0x5833cb[_0x2c16(0x4b)]||_0x150204['FjPOr'],'existingUser':_0xf97627[_0x2c16(0x1aa)]||![],'token':_0x210ac8['token']};}catch(_0x196326){console[_0x2c16(0x4c)](_0x150204[_0x2c16(0x1ab)],_0x196326);try{console['log'](_0x150204['DPkvz']);const _0x33b1a8=await _googleSignin[_0x2c16(0xc1)]['signIn'](),_0x13e5ed=await _googleSignin['GoogleSignin']['getTokens']();return console[_0x2c16(0x44)](_0x150204[_0x2c16(0x1ac)]),{'accessToken':_0x13e5ed[_0x2c16(0x109)],'idToken':_0x13e5ed[_0x2c16(0x11c)]};}catch(_0x179649){return console[_0x2c16(0x4c)](_0x2c16(0x17a),_0x179649),null;}}},debugYouTubeTokens=async()=>{const _0x22da46={'mxxLL':_0x2c16(0xd3),'gwXHC':'Missing','QDZYS':function(_0xff5629,_0x159879){return _0xff5629!==_0x159879;},'whjjz':function(_0x41627c,_0x429a89){return _0x41627c===_0x429a89;},'BtmBr':'serverAuthCode','xcILk':_0x2c16(0x1ad),'NBXtd':_0x2c16(0x4c)};try{var _0x3d1c77;const _0x37c7a6=await _googleSignin[_0x2c16(0xc1)][_0x2c16(0x108)](),_0xa179cf=await _googleSignin[_0x2c16(0xc1)]['getCurrentUser']();return console[_0x2c16(0x44)](_0x2c16(0x1ae),{'accessToken':_0x37c7a6[_0x2c16(0x109)]?_0x37c7a6[_0x2c16(0x109)]['substring'](0x0,0x14)+_0x2c16(0x11a):_0x2c16(0xd4),'idToken':_0x37c7a6[_0x2c16(0x11c)]?_0x22da46[_0x2c16(0x1af)]:_0x22da46['gwXHC'],'serverAuthCode':_0x22da46['QDZYS'](_0xa179cf,null)&&_0x22da46[_0x2c16(0x1b0)](_0xa179cf,void 0x0)&&_0xa179cf[_0x2c16(0xd8)]?_0xa179cf[_0x2c16(0xd8)][_0x2c16(0x5a)](0x0,0x14)+'...':_0x22da46[_0x2c16(0x1b1)],'userEmail':(_0xa179cf===null||_0x22da46[_0x2c16(0x1b2)](_0xa179cf,void 0x0)||_0x22da46['whjjz'](_0x3d1c77=_0xa179cf['user'],null)||_0x3d1c77===void 0x0?void 0x0:_0x3d1c77[_0x2c16(0x76)])||_0x22da46[_0x2c16(0x1b1)]}),{'hasRefreshToken':!!(_0x22da46['QDZYS'](_0xa179cf,null)&&_0x22da46['QDZYS'](_0xa179cf,void 0x0)&&_0xa179cf[_0x2c16(0xd8)]),'refreshTokenType':_0x22da46[_0x2c16(0x1b0)](_0xa179cf,null)&&_0x22da46['QDZYS'](_0xa179cf,void 0x0)&&_0xa179cf[_0x2c16(0xd8)]?_0x22da46[_0x2c16(0x1b3)]:_0x22da46['xcILk']};}catch(_0x2e5b2b){return console[_0x2c16(0x4c)](_0x2c16(0x1b4),_0x2e5b2b),{'hasRefreshToken':![],'refreshTokenType':_0x22da46[_0x2c16(0x1b5)]};}},reconnectYouTube=async _0xd70a07=>{const _0x4b1db6={'fCsHW':_0x2c16(0xe),'awCQT':function(_0x4da56b,_0x1b803f){return _0x4da56b===_0x1b803f;},'cmkcy':function(_0x2adbf8,_0xb10f29){return _0x2adbf8===_0xb10f29;},'lJCZh':function(_0x362dfc,_0x1645c1){return _0x362dfc!==_0x1645c1;},'baQDO':_0x2c16(0x1a),'wJWOy':_0x2c16(0x1b6),'PmDpz':function(_0xe65a05,_0xe63adc){return _0xe65a05!==_0xe63adc;},'PtwLE':'tdbDz','mmsVB':_0x2c16(0x1b7),'lFOIy':function(_0x122f5f,_0x50de13){return _0x122f5f===_0x50de13;},'abpaY':_0x2c16(0x1b8),'muRiJ':_0x2c16(0x1b9),'cPYkG':'fClTz','EdNKB':_0x2c16(0x1ba),'Pmawt':'โ„น๏ธ\x20Token\x20clearing\x20failed\x20or\x20not\x20needed:','JsXkL':_0x2c16(0x13b),'UKGLk':function(_0x1b0754){return _0x1b0754();},'xUHan':_0x2c16(0x1bb),'IBZtZ':_0x2c16(0x1bc),'awOvE':_0x2c16(0x1bd)};try{console[_0x2c16(0x44)](_0x4b1db6[_0x2c16(0x1be)]);try{if(_0x4b1db6[_0x2c16(0x1bf)](_0x4b1db6['PtwLE'],_0x4b1db6[_0x2c16(0x1c0)]))throw new _0x46be4f(_0x4b1db6[_0x2c16(0x1c1)]);else await _googleSignin['GoogleSignin'][_0x2c16(0x192)](),console[_0x2c16(0x44)](_0x4b1db6['mmsVB']);}catch(_0x3e93d3){console[_0x2c16(0x44)](_0x2c16(0x1c2),_0x3e93d3);}try{if(_0x4b1db6['lFOIy'](_0x2c16(0x1b8),_0x4b1db6['abpaY'])){const _0x3c01b5=await _googleSignin[_0x2c16(0xc1)][_0x2c16(0x108)]();if(_0x3c01b5['accessToken']){if(_0x4b1db6['muRiJ']===_0x4b1db6['cPYkG']){var _0x239cb9;return(_0x4b1db6[_0x2c16(0x1c3)](_0x239cb9=_0x54ce05[_0x2c8547],null)||_0x4b1db6[_0x2c16(0x1c4)](_0x239cb9,void 0x0)?void 0x0:_0x239cb9[_0x2c16(0x9)])||![];}else await _googleSignin[_0x2c16(0xc1)]['clearCachedAccessToken'](_0x3c01b5[_0x2c16(0x109)]),console[_0x2c16(0x44)](_0x4b1db6['EdNKB']);}}else{if(!(0x0,_0x3aa571[_0x2c16(0x10)])())throw new _0x2f1955(_0x4b1db6['fCsHW']);const _0x37ebe4=(0x0,_0x135a42[_0x2c16(0x12)])();if(!(_0x37ebe4!==null&&_0x4b1db6[_0x2c16(0x1c5)](_0x37ebe4,void 0x0)&&_0x37ebe4[_0x2c16(0x13)]))throw new _0x1a1da1(_0x2c16(0x1c6));return{...(0x0,_0xbfa3d7[_0x2c16(0x18)])(),'Authorization':'Bearer\x20'+_0x37ebe4['apiKey'],'X-SDK-Version':_0x4b1db6[_0x2c16(0x1c7)],'X-SDK-Platform':'react-native'};}}catch(_0x461981){console[_0x2c16(0x44)](_0x4b1db6[_0x2c16(0x1c8)],_0x461981);}const _0x445bb5=await initiateNativeAuth(_0x4b1db6[_0x2c16(0x1c9)],_0xd70a07);if(_0x445bb5){console['log'](_0x2c16(0x1ca));const _0x3c7f7d=await _0x4b1db6[_0x2c16(0x1cb)](debugYouTubeTokens);return _0x3c7f7d[_0x2c16(0x165)]?console[_0x2c16(0x44)]('โœ…\x20Refresh\x20token\x20confirmed:',_0x3c7f7d[_0x2c16(0x88)]):_0x2c16(0x1bb)!==_0x4b1db6['xUHan']?_0x58c280[_0x2c16(0x44)](_0x2c16(0x1cc)+_0xb1fe4f[_0x2c16(0x51)]):console[_0x2c16(0x16a)](_0x2c16(0x1cd)),!![];}else return console['error'](_0x4b1db6['IBZtZ']),![];}catch(_0x21c963){return console[_0x2c16(0x4c)](_0x4b1db6[_0x2c16(0x1ce)],_0x21c963),![];}};exports[_0x2c16(0x5)]=reconnectYouTube;const initiateNativeAuth=async(_0x1f3eb4,_0x4ae8e8)=>{const _0x568694={'dYmpI':_0x2c16(0xf3),'QLXZw':_0x2c16(0xf4),'WrGct':_0x2c16(0x1cf),'dVWmh':_0x2c16(0x1cd),'BiENt':function(_0x5b7d37,_0x367d8d){return _0x5b7d37===_0x367d8d;},'OVnYx':_0x2c16(0x1d0),'VUQQn':_0x2c16(0x1d1),'XJaGl':'Facebook\x20Login\x20completed\x20successfully','XgEdb':function(_0x5e4e32,_0x24ec66){return _0x5e4e32(_0x24ec66);},'EqJOw':_0x2c16(0x1d2),'XvBAL':_0x2c16(0x1d3),'KRGDN':function(_0xd46bd4,_0x24fa51){return _0xd46bd4!==_0x24fa51;},'Jpjik':_0x2c16(0x1d4),'WqkbP':function(_0x11ae0c,_0x5922f8,_0xee20c3){return _0x11ae0c(_0x5922f8,_0xee20c3);},'OpIme':'โŒ\x20User\x20cancelled\x20sign-in\x20-\x20no\x20refresh\x20token\x20obtained','SXCjn':_0x2c16(0xfe),'EnrmO':_0x2c16(0x13b),'QljIb':_0x2c16(0x1d5),'nsocz':function(_0x45d2ce,_0x5b5428){return _0x45d2ce===_0x5b5428;},'VYJON':_0x2c16(0x1d6),'mlKgg':_0x2c16(0x1d7),'ELvrp':function(_0x502d6d,_0x382f08){return _0x502d6d===_0x382f08;},'RLMFH':_0x2c16(0x1d8),'JyhdN':_0x2c16(0x1d9),'DmSqs':_0x2c16(0x1da),'fLQrd':_0x2c16(0x1db),'dGWyC':_0x2c16(0x1dc),'OZOlO':_0x2c16(0x1dd),'KJcPg':_0x2c16(0xd4),'SAqob':'-\x20currentUser?.serverAuthCode:','kPyOx':function(_0x5bfa79,_0x5d0600){return _0x5bfa79!==_0x5d0600;},'lZTDC':_0x2c16(0x1de),'KFsSt':_0x2c16(0x1df),'tGJQq':function(_0x547839,_0x504784){return _0x547839!==_0x504784;},'DDYxX':_0x2c16(0xda),'rQmHQ':_0x2c16(0x1e0),'pTxOf':_0x2c16(0x1e1),'VEFas':'โš ๏ธ\x20Continuing\x20without\x20refresh\x20token\x20-\x20connection\x20may\x20fail\x20later','waxsq':'๐Ÿ”‘\x20Refresh\x20token\x20type:','pQFbS':'serverAuthCode','Ttklw':_0x2c16(0xd9),'xvWKz':_0x2c16(0x126),'Sjmou':function(_0x58f09f,_0x1e5600){return _0x58f09f>_0x1e5600;},'HOOCB':_0x2c16(0x36),'MjNWU':_0x2c16(0xdc),'yNiJP':function(_0x6d2b60,_0x43ec8f){return _0x6d2b60===_0x43ec8f;},'sHGJx':function(_0x508eb6,_0x29a093){return _0x508eb6===_0x29a093;},'zmLKR':function(_0xcb4298,_0x2a0e04){return _0xcb4298===_0x2a0e04;},'SHoMa':function(_0x9183a,_0x373983){return _0x9183a===_0x373983;},'Bcvlp':function(_0x47d802,_0xf3cafd){return _0x47d802===_0xf3cafd;},'pnUyH':_0x2c16(0xde),'IkprP':_0x2c16(0x1e2),'TwFsL':_0x2c16(0x1e3),'CvpGg':_0x2c16(0xdf),'mCcTH':function(_0x340ad6,_0x46b7f8){return _0x340ad6===_0x46b7f8;},'aFZeO':function(_0x26e42a,_0xdb9ddf){return _0x26e42a===_0xdb9ddf;},'XLecb':function(_0x1b1e4d,_0x5da99d){return _0x1b1e4d===_0x5da99d;},'QINeI':function(_0x4d2998,_0x5ec669){return _0x4d2998===_0x5ec669;},'IObRG':function(_0x3659d4,_0x476971){return _0x3659d4===_0x476971;},'QenLd':_0x2c16(0x74),'vwefv':function(_0x3efc91,_0x4d47e4){return _0x3efc91===_0x4d47e4;},'bskVf':_0x2c16(0x1e4),'lWJdv':_0x2c16(0xe0),'Ljhxa':function(_0x45eadd,_0x169378){return _0x45eadd===_0x169378;},'msgjG':function(_0x2f0567,_0x38af1b){return _0x2f0567===_0x38af1b;},'GQvzO':function(_0x4a882d,_0x284744){return _0x4a882d===_0x284744;},'OAZhO':_0x2c16(0x1e5),'bZYHD':function(_0x21a6ed,_0x1f7dbb){return _0x21a6ed||_0x1f7dbb;},'zrtNy':function(_0x45a3c7,_0x236ae4){return _0x45a3c7===_0x236ae4;},'hJBti':'youtube_user','uyzEO':_0x2c16(0x1e6),'VCKvV':_0x2c16(0x1e7),'owAKa':'โ„น๏ธ\x20User\x20should\x20authenticate\x20first\x20via\x20Google/Apple/Email\x20before\x20connecting\x20YouTube','lzCNO':'๐Ÿ”—\x20Linking\x20YouTube\x20data\x20to\x20user:','plEUG':'๐Ÿ”‘\x20Using\x20auth\x20token\x20for\x20linking:','KjVbg':_0x2c16(0x1e8),'pCrig':_0x2c16(0x1e9),'RfsfM':function(_0x1ee5e5,_0x4239b7){return _0x1ee5e5===_0x4239b7;},'dKTJi':function(_0x3202d6,_0x201cf7){return _0x3202d6===_0x201cf7;},'zMRWO':function(_0x5d48fe,_0x257f35){return _0x5d48fe===_0x257f35;},'SnOXQ':function(_0x16efec,_0x35ca0b){return _0x16efec===_0x35ca0b;},'nfFnM':function(_0x4c1a2a,_0x16bb32){return _0x4c1a2a===_0x16bb32;},'ZSbmA':function(_0x21a474,_0x2c733e){return _0x21a474!==_0x2c733e;},'RBKUw':_0x2c16(0x1ea),'MElZL':function(_0x2a9dff,_0x2fe4b5){return _0x2a9dff+_0x2fe4b5;},'FCJrH':function(_0x6f0795,_0x511d4c){return _0x6f0795*_0x511d4c;},'EqAbj':_0x2c16(0x1ad),'mfhuw':'-\x20hasAccessToken:','jcDaa':'-\x20hasRefreshToken:','Bzcpe':_0x2c16(0x1eb),'daQlR':_0x2c16(0x1ec),'DJPIj':_0x2c16(0x1ed),'vhdZe':function(_0x529fea,_0x8ad5bf){return _0x529fea===_0x8ad5bf;},'dMClL':function(_0x13e358,_0xd97c6a){return _0x13e358===_0xd97c6a;},'Vvqay':_0x2c16(0x1ee),'QsucB':_0x2c16(0x1ef),'PbGAt':function(_0x66d689,_0x335c74,_0xabd130){return _0x66d689(_0x335c74,_0xabd130);},'omhjr':_0x2c16(0x1f0),'nNeEg':_0x2c16(0x1f1),'KbhID':_0x2c16(0x1f2),'fqbgT':_0x2c16(0x1f3),'cuGcg':_0x2c16(0x1f4),'qrLDc':function(_0xc25eb6,_0x491591){return _0xc25eb6===_0x491591;},'qHwZD':_0x2c16(0xe5),'WPrcU':'๐Ÿ”„\x20[YOUTUBE\x20AUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','wDYXw':'โœ…\x20[YOUTUBE\x20AUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','fDUiI':_0x2c16(0x1f5),'xKygC':'โœ…\x20[YOUTUBE\x20AUTH]\x20Full\x20YouTube\x20connection\x20with\x20persistent\x20access','yNCZM':_0x2c16(0x19c),'mZWAC':_0x2c16(0x19d),'InEZl':'โš ๏ธ\x20[YOUTUBE\x20AUTH]\x20Connection\x20may\x20fail\x20when\x20tokens\x20expire','YQuWm':_0x2c16(0x1f6),'MZQwf':'โŒ\x20Google\x20Sign-In\x20error:','mfTxo':function(_0x2ec26b,_0x1988c9){return _0x2ec26b===_0x1988c9;},'MeFpC':'gHMpl','iPLBr':_0x2c16(0x1f7),'HOvvv':_0x2c16(0x1f8),'mJDxz':'Google\x20Sign-In\x20already\x20in\x20progress','Hwbsd':function(_0x2d576f,_0x3c4f8f){return _0x2d576f===_0x3c4f8f;},'lAPaL':_0x2c16(0x1f9),'IQWMB':_0x2c16(0x1fa),'nwDCb':_0x2c16(0x1fb),'FMpqi':_0x2c16(0x71)};if(_0x568694[_0x2c16(0x1fc)](_0x1f3eb4,_0x568694[_0x2c16(0x1fd)])){console['log'](_0x568694[_0x2c16(0x1fe)]);if(!_0x4ae8e8||_0x568694[_0x2c16(0x1ff)](_0x4ae8e8['trim'](),''))return console['error'](_0x568694[_0x2c16(0x200)]),![];try{var _0x329a4b,_0xe0b45d,_0x1dda61,_0x34524c,_0x48eb0d,_0x597cd9,_0x350be5,_0x248e57,_0x5c55ea,_0x15288b;initializeGoogleSignIn(),await _googleSignin[_0x2c16(0xc1)][_0x2c16(0x110)]();try{await _googleSignin[_0x2c16(0xc1)]['signOut'](),console[_0x2c16(0x44)]('๐Ÿ”„\x20Signed\x20out\x20to\x20force\x20fresh\x20consent');}catch(_0x4412ac){console[_0x2c16(0x44)](_0x568694['VYJON'],_0x4412ac);}const _0xc697fa=await _googleSignin['GoogleSignin']['signIn']();console[_0x2c16(0x44)](_0x568694[_0x2c16(0x201)],(_0x329a4b=_0xc697fa[_0x2c16(0xa6)])===null||_0x329a4b===void 0x0||_0x568694['nsocz'](_0x329a4b=_0x329a4b['user'],null)||_0x568694['ELvrp'](_0x329a4b,void 0x0)?void 0x0:_0x329a4b[_0x2c16(0x76)]),console[_0x2c16(0x44)](_0x568694['RLMFH']),console[_0x2c16(0x44)](JSON['stringify'](_0xc697fa,null,0x2));const _0x42dabd=await _googleSignin[_0x2c16(0xc1)][_0x2c16(0x108)]();console[_0x2c16(0x44)](_0x568694[_0x2c16(0x202)]),console[_0x2c16(0x44)](_0x568694['DmSqs']),console['log'](JSON['stringify'](_0x42dabd,null,0x2));const _0x58cabf=await _googleSignin[_0x2c16(0xc1)][_0x2c16(0x194)]();console[_0x2c16(0x44)](_0x568694[_0x2c16(0x203)],_0x58cabf===null||_0x58cabf===void 0x0||_0x568694[_0x2c16(0x1fc)](_0xe0b45d=_0x58cabf[_0x2c16(0xa5)],null)||_0x568694[_0x2c16(0x1ff)](_0xe0b45d,void 0x0)?void 0x0:_0xe0b45d[_0x2c16(0x76)]),console[_0x2c16(0x44)](_0x568694['dGWyC']),console[_0x2c16(0x44)](JSON['stringify'](_0x58cabf,null,0x2));let _0x37bfea=null;console[_0x2c16(0x44)](_0x2c16(0x204)),console[_0x2c16(0x44)](_0x568694['OZOlO'],(_0x1dda61=_0xc697fa['data'])!==null&&_0x568694[_0x2c16(0x205)](_0x1dda61,void 0x0)&&_0x1dda61[_0x2c16(0xd8)]?_0x2c16(0x206)+_0xc697fa[_0x2c16(0xa6)][_0x2c16(0xd8)][_0x2c16(0x5a)](0x0,0x14)+'...':_0x568694[_0x2c16(0x207)]),console['log'](_0x568694[_0x2c16(0x208)],_0x568694[_0x2c16(0x209)](_0x58cabf,null)&&_0x58cabf!==void 0x0&&_0x58cabf['serverAuthCode']?_0x2c16(0x206)+_0x58cabf[_0x2c16(0xd8)][_0x2c16(0x5a)](0x0,0x14)+_0x2c16(0x11a):_0x568694[_0x2c16(0x207)]),console['log'](_0x568694[_0x2c16(0x20a)],_0x42dabd[_0x2c16(0x11c)]?_0x2c16(0x206)+_0x42dabd[_0x2c16(0x11c)][_0x2c16(0x5a)](0x0,0x14)+_0x2c16(0x11a):_0x568694['KJcPg']),console[_0x2c16(0x44)](_0x568694[_0x2c16(0x20b)],_0x42dabd[_0x2c16(0x109)]?'Present:\x20'+_0x42dabd[_0x2c16(0x109)][_0x2c16(0x5a)](0x0,0x14)+'...':_0x568694[_0x2c16(0x207)]);if(_0x568694[_0x2c16(0x20c)](_0x58cabf,null)&&_0x58cabf!==void 0x0&&_0x58cabf[_0x2c16(0xd8)])_0x37bfea=_0x58cabf[_0x2c16(0xd8)],console[_0x2c16(0x44)](_0x2c16(0x20d)),console['log'](_0x568694[_0x2c16(0x20e)],_0x37bfea['substring'](0x0,0x14)+_0x2c16(0x11a));else _0x568694['tGJQq'](_0x34524c=_0xc697fa['data'],null)&&_0x568694[_0x2c16(0x20c)](_0x34524c,void 0x0)&&_0x34524c['serverAuthCode']&&(_0x37bfea=_0xc697fa['data']['serverAuthCode'],console[_0x2c16(0x44)](_0x2c16(0x20f)),console[_0x2c16(0x44)](_0x568694[_0x2c16(0x20e)],_0x37bfea['substring'](0x0,0x14)+_0x2c16(0x11a)));!_0x37bfea?(console['error'](_0x568694[_0x2c16(0x210)]),console[_0x2c16(0x4c)](_0x568694['pTxOf']),console[_0x2c16(0x4c)]('๐Ÿ’ก\x20Check\x20Google\x20Sign-In\x20configuration:\x20offlineAccess,\x20forceCodeForRefreshToken'),console[_0x2c16(0x16a)](_0x568694['VEFas'])):(console['log'](_0x2c16(0x211)),console[_0x2c16(0x44)](_0x568694['waxsq'],_0x37bfea[_0x2c16(0x122)]('4/')?_0x568694[_0x2c16(0x212)]:_0x568694['Ttklw']));let _0x2228eb=_0x2c16(0x74),_0x166aae=null;try{console['log'](_0x568694[_0x2c16(0x213)]);const _0x5b1681=await fetch(_0x2c16(0xdb),{'headers':{'Authorization':_0x2c16(0x19)+_0x42dabd[_0x2c16(0x109)],'Accept':'application/json'}});if(_0x5b1681['ok']){const _0xa17587=await _0x5b1681['json']();if(_0xa17587[_0x2c16(0x5e)]&&_0x568694[_0x2c16(0x214)](_0xa17587[_0x2c16(0x5e)][_0x2c16(0x128)],0x0))_0x2228eb=_0xa17587['items'][0x0][_0x2c16(0x5f)][_0x2c16(0x60)],_0x166aae=_0xa17587[_0x2c16(0x5e)][0x0]['id'],console['log'](_0x568694[_0x2c16(0x215)],_0x2228eb,_0x568694[_0x2c16(0x216)],_0x166aae);else{var _0xf31795,_0x1c250f;console[_0x2c16(0x44)](_0x2c16(0xdd)),_0x2228eb=(_0x568694['BiENt'](_0xf31795=_0xc697fa[_0x2c16(0xa6)],null)||_0xf31795===void 0x0||_0x568694['yNiJP'](_0xf31795=_0xf31795[_0x2c16(0xa5)],null)||_0x568694[_0x2c16(0x217)](_0xf31795,void 0x0)?void 0x0:_0xf31795[_0x2c16(0x64)])||(_0x568694['zmLKR'](_0x1c250f=_0xc697fa[_0x2c16(0xa6)],null)||_0x568694[_0x2c16(0x1ff)](_0x1c250f,void 0x0)||_0x568694[_0x2c16(0x218)](_0x1c250f=_0x1c250f[_0x2c16(0xa5)],null)||_0x568694[_0x2c16(0x219)](_0x1c250f,void 0x0)?void 0x0:_0x1c250f[_0x2c16(0x76)])||_0x568694[_0x2c16(0x21a)];}}else{if(_0x568694[_0x2c16(0x21b)]===_0x568694['TwFsL'])_0xd5ec4e[_0x2c16(0x16a)](_0x568694[_0x2c16(0x21c)],_0x15cd17),_0x589c4d[_0x2c16(0x16a)](_0x568694[_0x2c16(0x21d)]);else{var _0x2b03a7,_0x6bd996;console[_0x2c16(0x44)](_0x568694[_0x2c16(0x21e)],_0x5b1681[_0x2c16(0x51)]),_0x2228eb=(_0x568694[_0x2c16(0x21f)](_0x2b03a7=_0xc697fa['data'],null)||_0x568694[_0x2c16(0x220)](_0x2b03a7,void 0x0)||_0x568694[_0x2c16(0x221)](_0x2b03a7=_0x2b03a7[_0x2c16(0xa5)],null)||_0x568694[_0x2c16(0x222)](_0x2b03a7,void 0x0)?void 0x0:_0x2b03a7['name'])||((_0x6bd996=_0xc697fa[_0x2c16(0xa6)])===null||_0x568694[_0x2c16(0x223)](_0x6bd996,void 0x0)||_0x568694[_0x2c16(0x220)](_0x6bd996=_0x6bd996[_0x2c16(0xa5)],null)||_0x568694[_0x2c16(0x224)](_0x6bd996,void 0x0)?void 0x0:_0x6bd996[_0x2c16(0x76)])||_0x568694[_0x2c16(0x225)];}}}catch(_0x36a36a){if(_0x568694['vwefv'](_0x568694['bskVf'],_0x568694[_0x2c16(0x226)])){var _0x2180f4,_0x10ca99;console[_0x2c16(0x44)](_0x568694[_0x2c16(0x227)],_0x36a36a),_0x2228eb=(_0x568694[_0x2c16(0x228)](_0x2180f4=_0xc697fa[_0x2c16(0xa6)],null)||_0x568694['nsocz'](_0x2180f4,void 0x0)||_0x568694[_0x2c16(0x219)](_0x2180f4=_0x2180f4[_0x2c16(0xa5)],null)||_0x2180f4===void 0x0?void 0x0:_0x2180f4['name'])||(_0x568694[_0x2c16(0x229)](_0x10ca99=_0xc697fa[_0x2c16(0xa6)],null)||_0x10ca99===void 0x0||_0x568694[_0x2c16(0x229)](_0x10ca99=_0x10ca99['user'],null)||_0x568694[_0x2c16(0x22a)](_0x10ca99,void 0x0)?void 0x0:_0x10ca99[_0x2c16(0x76)])||_0x568694[_0x2c16(0x225)];}else _0x49430b[_0x2c16(0x44)](_0x568694[_0x2c16(0x22b)]);}let _0x1fb935=await(0x0,_jwtStorageService[_0x2c16(0x136)])();const _0x3ca05a=await _asyncStorage[_0x2c16(0x22c)][_0x2c16(0x22d)](_0x568694[_0x2c16(0x22e)]),_0x56c8cb=_0x568694[_0x2c16(0x22f)](_0x3ca05a,_0x4ae8e8)||(_0x568694[_0x2c16(0x230)](_0x48eb0d=_0xc697fa['data'],null)||_0x568694[_0x2c16(0x222)](_0x48eb0d,void 0x0)||_0x568694[_0x2c16(0x21f)](_0x48eb0d=_0x48eb0d[_0x2c16(0xa5)],null)||_0x568694[_0x2c16(0x222)](_0x48eb0d,void 0x0)?void 0x0:_0x48eb0d[_0x2c16(0x76)])||_0x568694['hJBti'];!_0x1fb935||_0x1fb935['trim']()['length']<0x14?(console[_0x2c16(0x44)](_0x568694[_0x2c16(0x231)]),console[_0x2c16(0x44)](_0x568694[_0x2c16(0x232)]),console[_0x2c16(0x44)](_0x568694['owAKa'])):(console['log'](_0x2c16(0x233)),console[_0x2c16(0x44)](_0x2c16(0x234),_0x1fb935[_0x2c16(0x5a)](0x0,0x14)+'...'));console[_0x2c16(0x44)](_0x568694[_0x2c16(0x235)],_0x56c8cb),console[_0x2c16(0x44)](_0x568694[_0x2c16(0x236)],_0x1fb935?_0x1fb935[_0x2c16(0x5a)](0x0,0x14)+'...':_0x568694[_0x2c16(0x237)]),console[_0x2c16(0x44)](_0x568694['pCrig'],_0x2228eb);const _0x459965={'session':{'username':_0x56c8cb,'platform':_0x568694[_0x2c16(0x1fd)],'timestamp':new Date()[_0x2c16(0x98)](),'channelName':_0x2228eb,'channelId':_0x166aae},'googleUser':_0x568694[_0x2c16(0x238)](_0x597cd9=_0xc697fa[_0x2c16(0xa6)],null)||_0x597cd9===void 0x0?void 0x0:_0x597cd9[_0x2c16(0xa5)],'accessToken':_0x42dabd[_0x2c16(0x109)],'idToken':_0x42dabd[_0x2c16(0x11c)],'refreshToken':_0x37bfea,'serverAuthCode':_0x37bfea,'refresh_token':_0x37bfea,'server_auth_code':_0x37bfea,'authCode':_0x37bfea,'userAccountInfo':{'username':_0x56c8cb,'email':_0x568694[_0x2c16(0x239)](_0x350be5=_0xc697fa[_0x2c16(0xa6)],null)||_0x350be5===void 0x0||_0x568694['zMRWO'](_0x350be5=_0x350be5[_0x2c16(0xa5)],null)||_0x568694[_0x2c16(0x219)](_0x350be5,void 0x0)?void 0x0:_0x350be5[_0x2c16(0x76)],'authToken':_0x1fb935,'channelName':_0x2228eb,'channelId':_0x166aae,'userIdentifier':_0x1fb935?'user-'+_0x1fb935[_0x2c16(0x5a)](0x0,0xa):_0x2c16(0x23a)+((_0x248e57=_0xc697fa[_0x2c16(0xa6)])===null||_0x248e57===void 0x0||_0x568694[_0x2c16(0x229)](_0x248e57=_0x248e57[_0x2c16(0xa5)],null)||_0x248e57===void 0x0?void 0x0:_0x248e57[_0x2c16(0x76)]),'googleId':(_0x5c55ea=_0xc697fa[_0x2c16(0xa6)])===null||_0x5c55ea===void 0x0||_0x568694[_0x2c16(0x23b)](_0x5c55ea=_0x5c55ea[_0x2c16(0xa5)],null)||_0x568694['nfFnM'](_0x5c55ea,void 0x0)?void 0x0:_0x5c55ea['id'],'appleUserId':_0x568694[_0x2c16(0x23c)](_0x1fb935,null)&&_0x1fb935!==void 0x0&&_0x1fb935[_0x2c16(0xb6)](_0x568694['RBKUw'])?_0x1fb935[_0x2c16(0xb9)]('.')[0x1]:null,'refreshToken':_0x37bfea,'serverAuthCode':_0x37bfea},'tokenExpiry':new Date(_0x568694[_0x2c16(0x23d)](Date[_0x2c16(0x141)](),_0x568694[_0x2c16(0x23e)](0xe10,0x3e8)))[_0x2c16(0x98)](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!!_0x37bfea,'refreshTokenType':_0x37bfea?_0x37bfea['startsWith']('4/')?_0x568694[_0x2c16(0x212)]:_0x568694[_0x2c16(0x23f)]:_0x568694['EqAbj'],'configuredForRefresh':!![],'forcedConsent':!![],'refreshTokenValue':_0x37bfea}};console[_0x2c16(0x44)](_0x2c16(0x240)),console[_0x2c16(0x44)](_0x568694[_0x2c16(0x241)],!!_0x459965[_0x2c16(0x109)]),console['log'](_0x568694[_0x2c16(0x242)],!!_0x459965[_0x2c16(0xd9)]),console['log'](_0x568694['Bzcpe'],!!_0x459965['serverAuthCode']),console['log'](_0x568694[_0x2c16(0x243)],_0x459965[_0x2c16(0x145)][_0x2c16(0x88)]),console[_0x2c16(0x44)](_0x568694[_0x2c16(0x244)],_0x568694[_0x2c16(0x245)](_0x15288b=_0xc697fa[_0x2c16(0xa6)],null)||_0x568694[_0x2c16(0x238)](_0x15288b,void 0x0)||_0x568694[_0x2c16(0x246)](_0x15288b=_0x15288b[_0x2c16(0xa5)],null)||_0x15288b===void 0x0?void 0x0:_0x15288b[_0x2c16(0x76)]),console['log'](_0x568694[_0x2c16(0x247)],_0x2228eb),console[_0x2c16(0x44)](_0x2c16(0x248)),console['log'](JSON[_0x2c16(0x9d)](_0x459965,null,0x2)),console[_0x2c16(0x44)](_0x568694[_0x2c16(0x249)],!!_0x37bfea);const _0x3ee285=await _0x568694[_0x2c16(0x24a)](fetch,_api[_0x2c16(0x23)]['BASE_URL']+_0x2c16(0x14f),{'method':'POST','headers':{'Content-Type':'application/json',..._0x1fb935&&{'Authorization':_0x1fb935}},'body':JSON['stringify'](_0x459965)});console[_0x2c16(0x44)](_0x568694[_0x2c16(0x24b)],_0x3ee285[_0x2c16(0x51)]),console['log'](_0x568694[_0x2c16(0x24c)],_0x3ee285[_0x2c16(0x153)]);if(_0x3ee285['ok']){if(_0x568694['KbhID']===_0x2c16(0x24d))_0x432bec[_0x2c16(0x16a)](_0x568694[_0x2c16(0x24e)]);else{var _0x5718d8,_0x22bd75;const _0x15431b=await _0x3ee285['json']();console[_0x2c16(0x44)](_0x568694[_0x2c16(0x24f)]),console['log'](_0x568694[_0x2c16(0x250)]),console[_0x2c16(0x44)](JSON[_0x2c16(0x9d)](_0x15431b,null,0x2));const _0x3471e8=((_0x5718d8=_0x15431b[_0x2c16(0x155)])===null||_0x5718d8===void 0x0?void 0x0:_0x5718d8[_0x2c16(0x158)])===!![]||(_0x568694['qrLDc'](_0x22bd75=_0x15431b[_0x2c16(0x156)],null)||_0x22bd75===void 0x0?void 0x0:_0x22bd75[_0x2c16(0x157)])===!![]||_0x15431b['isTemporaryMode']===!![]||_0x15431b[_0x2c16(0x4b)]&&_0x15431b['message']['includes'](_0x568694[_0x2c16(0x251)]);if(_0x3471e8)console[_0x2c16(0x44)](_0x568694['WPrcU']),console[_0x2c16(0x44)](_0x568694[_0x2c16(0x252)]),console['log']('โ„น๏ธ\x20[YOUTUBE\x20AUTH]\x20User\x20can\x20reconnect\x20later\x20for\x20refresh\x20tokens\x20if\x20needed');else _0x15431b[_0x2c16(0x165)]||_0x15431b[_0x2c16(0x161)]?(console[_0x2c16(0x44)](_0x568694['fDUiI']),console[_0x2c16(0x44)](_0x568694[_0x2c16(0x253)])):(console['warn'](_0x568694['yNCZM']),console[_0x2c16(0x16a)](_0x568694[_0x2c16(0x254)],Object[_0x2c16(0x255)](_0x15431b)),console[_0x2c16(0x16a)](_0x568694[_0x2c16(0x256)]));return!![];}}else{const _0x3ab2fb=await _0x3ee285[_0x2c16(0xa1)]();return console['error'](_0x2c16(0x257),_0x3ee285[_0x2c16(0x51)]),console[_0x2c16(0x4c)](_0x568694[_0x2c16(0x258)]),console[_0x2c16(0x4c)](_0x3ab2fb),![];}}catch(_0x57ec00){console[_0x2c16(0x4c)](_0x568694[_0x2c16(0x259)],_0x57ec00);if(_0x568694[_0x2c16(0x25a)](_0x57ec00[_0x2c16(0x20)],_googleSignin['statusCodes']['SIGN_IN_CANCELLED'])){if(_0x2c16(0x25b)===_0x568694['MeFpC'])return _0x26b508[_0x2c16(0x44)]('โœ…\x20'+_0x4ff08d+'\x20YouTube\x20connection\x20fixed\x20via\x20Method\x202!'),!![];else console['log'](_0x568694[_0x2c16(0x25c)]);}else{if(_0x57ec00[_0x2c16(0x20)]===_googleSignin['statusCodes'][_0x2c16(0x182)]){if(_0x2c16(0x1f8)!==_0x568694[_0x2c16(0x25d)])return{'success':![],'message':_0x2c16(0x42),'details':_0xf7ee9b};else console[_0x2c16(0x44)](_0x568694[_0x2c16(0x25e)]);}else _0x568694[_0x2c16(0x222)](_0x57ec00[_0x2c16(0x20)],_googleSignin[_0x2c16(0x17e)][_0x2c16(0x185)])&&console[_0x2c16(0x44)](_0x568694[_0x2c16(0x22b)]);}return![];}}if(_0x568694['Hwbsd'](_0x1f3eb4,_0x568694['lAPaL'])){if(_0x568694[_0x2c16(0x25f)]!==_0x568694[_0x2c16(0x260)])return console['log'](_0x568694[_0x2c16(0x261)]),new Promise(_0x4ee3cc=>{const _0x1854eb={'gGcyv':_0x568694[_0x2c16(0x200)]};if(_0x568694['KRGDN']('jiXQb',_0x568694['Jpjik']))_0x568694['WqkbP'](setTimeout,()=>{if(_0x568694[_0x2c16(0x1fc)](_0x568694[_0x2c16(0x262)],_0x568694[_0x2c16(0x263)]))return _0x4340f2['error'](_0x1854eb['gGcyv']),![];else console['log'](_0x568694[_0x2c16(0x264)]),_0x568694['XgEdb'](_0x4ee3cc,!![]);},0x3e8);else{_0x27bba2['error'](_0x568694[_0x2c16(0x265)],_0x2d7e7e);throw _0x399f2a;}});else _0x2786c0[_0x2c16(0x4c)](_0x568694[_0x2c16(0x266)]),_0x33e2ae[_0x2c16(0x4c)](_0x568694['SXCjn']);}return![];};exports[_0x2c16(0x7)]=initiateNativeAuth;const isOAuthCallback=_0x4fec50=>{const _0x47929e={'jBDqw':_0x2c16(0xc6),'rxxbm':_0x2c16(0xc7)};return _0x4fec50[_0x2c16(0xb6)](_0x47929e[_0x2c16(0x267)])||_0x4fec50[_0x2c16(0xb6)](_0x47929e[_0x2c16(0x268)]);};exports[_0x2c16(0x269)]=isOAuthCallback;const exchangeCodeForToken=async(_0x454fd1,_0x5917bf)=>{const _0x3c6429={'oBMoI':function(_0x4d5d96,_0x139a89){return _0x4d5d96===_0x139a89;},'vXHhj':_0x2c16(0x26a),'grtHk':function(_0x1fd48c,_0x584001,_0x11ba4f){return _0x1fd48c(_0x584001,_0x11ba4f);},'lYkkV':_0x2c16(0x26b)};console[_0x2c16(0x44)]('Exchanging\x20code\x20for\x20token\x20for\x20platform:\x20'+_0x5917bf);try{if(_0x3c6429[_0x2c16(0x26c)](_0x3c6429['vXHhj'],_0x3c6429['vXHhj'])){const _0x31db9e=_api[_0x2c16(0x23)][_0x2c16(0x21)]+'/'+_0x5917bf+'/token',_0x219a8a=await _0x3c6429[_0x2c16(0x26d)](fetch,_0x31db9e,{'method':'POST','headers':{'Content-Type':'application/json'},'body':JSON[_0x2c16(0x9d)]({'code':_0x454fd1,'platform':_0x5917bf})});if(!_0x219a8a['ok']){console['error'](_0x2c16(0x50)+_0x219a8a[_0x2c16(0x51)]);throw new Error('Token\x20exchange\x20failed\x20with\x20status\x20'+_0x219a8a['status']);}const _0x15a3bb=await _0x219a8a[_0x2c16(0xa7)]();return console[_0x2c16(0x44)](_0x2c16(0x26e)+_0x5917bf),_0x15a3bb;}else _0x2aaedb[_0x2c16(0x4c)]('โŒ\x20Error\x20testing\x20YouTube\x20refresh\x20token:',_0x46ab9c);}catch(_0x4c6fb8){return console[_0x2c16(0x4c)]('Error\x20exchanging\x20code\x20for\x20token:',_0x4c6fb8),console[_0x2c16(0x44)](_0x3c6429['lYkkV']),{'access_token':_0x5917bf+_0x2c16(0x26f)+Math[_0x2c16(0x270)]()[_0x2c16(0x271)](0x24)[_0x2c16(0x5a)](0x7),'refresh_token':_0x5917bf+'_refresh_token_'+Math[_0x2c16(0x270)]()[_0x2c16(0x271)](0x24)['substring'](0x7),'expires_in':0xe10};}};exports[_0x2c16(0xc)]=exchangeCodeForToken;const refreshYouTubeTokens=async()=>{const _0x5ed01c={'xSVlU':_0x2c16(0x211),'iHeYL':_0x2c16(0x121),'wizjZ':_0x2c16(0xd9),'ZLZoy':_0x2c16(0xff),'nIXIx':_0x2c16(0xdd),'cpGZI':function(_0x337a3d,_0x3a782f){return _0x337a3d===_0x3a782f;},'dTLhd':function(_0x173ac4,_0xf983ac){return _0x173ac4===_0xf983ac;},'mIdBS':function(_0x36750f,_0x47cd27){return _0x36750f===_0x47cd27;},'yaBRT':function(_0x381506,_0xd23a11){return _0x381506===_0xd23a11;},'TqbAq':_0x2c16(0xde),'zAAQX':'iJVqh','yIWLr':_0x2c16(0x272),'mYYti':'โŒ\x20Failed\x20to\x20get\x20fresh\x20tokens\x20from\x20Google\x20SDK','bvmsl':function(_0x42a86f,_0x4b2471){return _0x42a86f!==_0x4b2471;},'tanxG':_0x2c16(0x273),'mqslN':function(_0x363922,_0x4512cf,_0x251200){return _0x363922(_0x4512cf,_0x251200);},'hTPDp':function(_0x134dba,_0x3dbfe8){return _0x134dba===_0x3dbfe8;},'LSzZg':function(_0x3f3970,_0x1a411b){return _0x3f3970+_0x1a411b;},'RIxTu':function(_0x389965,_0x133fa0){return _0x389965*_0x133fa0;},'cFaWW':function(_0x2d8dfa,_0x569788){return _0x2d8dfa===_0x569788;},'nkAsQ':'vWRAC','IjMLJ':_0x2c16(0x274),'BWEdl':_0x2c16(0x275),'ynYRS':'AKXqa','UzWax':_0x2c16(0x276)};try{if(_0x5ed01c[_0x2c16(0x277)](_0x5ed01c['zAAQX'],_0x5ed01c[_0x2c16(0x278)])){var _0x4dbd52;console[_0x2c16(0x44)](_0x5ed01c['yIWLr']);const _0x51fa54=await _googleSignin['GoogleSignin'][_0x2c16(0x108)]();if(!_0x51fa54)return console[_0x2c16(0x4c)](_0x5ed01c[_0x2c16(0x279)]),![];const _0x2c0bbc=await _googleSignin[_0x2c16(0xc1)][_0x2c16(0x194)]();if(!_0x2c0bbc){if(_0x5ed01c['bvmsl'](_0x5ed01c[_0x2c16(0x27a)],_0x2c16(0x27b)))return console[_0x2c16(0x4c)]('โŒ\x20No\x20current\x20Google\x20user\x20found'),![];else _0x46cb16[_0x2c16(0x44)](_0x5ed01c[_0x2c16(0x27c)]),_0x436018['log'](_0x5ed01c[_0x2c16(0x27d)],_0x33e96f[_0x2c16(0x122)]('4/')?_0x2c16(0xd8):_0x5ed01c[_0x2c16(0x27e)]);}const _0x4b3d42=await(0x0,_jwtStorageService[_0x2c16(0x136)])();if(!_0x4b3d42)return console[_0x2c16(0x4c)](_0x2c16(0x27f)),![];const _0x3b2db6=await _0x5ed01c[_0x2c16(0x280)](fetch,_api['API_CONFIG'][_0x2c16(0x21)]+_0x2c16(0x281),{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x4b3d42},'body':JSON['stringify']({'accessToken':_0x51fa54['accessToken'],'idToken':_0x51fa54[_0x2c16(0x11c)],'refreshToken':_0x2c0bbc['serverAuthCode'],'userEmail':(_0x4dbd52=_0x2c0bbc[_0x2c16(0xa5)])===null||_0x5ed01c[_0x2c16(0x282)](_0x4dbd52,void 0x0)?void 0x0:_0x4dbd52[_0x2c16(0x76)],'tokenExpiry':new Date(_0x5ed01c['LSzZg'](Date['now'](),_0x5ed01c[_0x2c16(0x283)](0xe10,0x3e8)))[_0x2c16(0x98)](),'timestamp':new Date()[_0x2c16(0x98)]()})});if(_0x3b2db6['ok']){if(_0x5ed01c[_0x2c16(0x284)](_0x5ed01c[_0x2c16(0x285)],_0x5ed01c[_0x2c16(0x285)])){const _0x2ae8d9=await _0x3b2db6[_0x2c16(0xa7)]();return console['log'](_0x5ed01c[_0x2c16(0x286)],_0x2ae8d9),!![];}else _0x3b00a3[_0x2c16(0x4c)](_0x5ed01c[_0x2c16(0x287)]);}else{const _0x29c6aa=await _0x3b2db6[_0x2c16(0xa1)]();return console[_0x2c16(0x4c)](_0x5ed01c[_0x2c16(0x288)],_0x3b2db6[_0x2c16(0x51)],_0x29c6aa),![];}}else{var _0x87a6d7,_0x2dec5f;_0x2070e0[_0x2c16(0x44)](_0x5ed01c[_0x2c16(0x289)]),_0x4b7691=(_0x5ed01c[_0x2c16(0x28a)](_0x87a6d7=_0xac4d9c[_0x2c16(0xa6)],null)||_0x5ed01c[_0x2c16(0x277)](_0x87a6d7,void 0x0)||_0x5ed01c[_0x2c16(0x28b)](_0x87a6d7=_0x87a6d7[_0x2c16(0xa5)],null)||_0x87a6d7===void 0x0?void 0x0:_0x87a6d7[_0x2c16(0x64)])||(_0x5ed01c['dTLhd'](_0x2dec5f=_0xf4b65a[_0x2c16(0xa6)],null)||_0x2dec5f===void 0x0||_0x5ed01c['mIdBS'](_0x2dec5f=_0x2dec5f[_0x2c16(0xa5)],null)||_0x5ed01c[_0x2c16(0x28c)](_0x2dec5f,void 0x0)?void 0x0:_0x2dec5f[_0x2c16(0x76)])||_0x5ed01c[_0x2c16(0x28d)];}}catch(_0xb70491){if(_0x5ed01c[_0x2c16(0x28e)](_0x5ed01c[_0x2c16(0x28f)],_0x2c16(0x290)))_0x4cf000[_0x2c16(0x4c)](_0x2c16(0xb2)+_0x4f61b4+_0x2c16(0x291));else return console['error'](_0x5ed01c['UzWax'],_0xb70491),![];}};exports[_0x2c16(0x4)]=refreshYouTubeTokens;const triggerTrainingRestart=async(_0x46e415,_0x39705e)=>{const _0xe5e881={'kRiSI':_0x2c16(0x292),'XgzHy':function(_0x27f01a,_0x1b2be0,_0x687230){return _0x27f01a(_0x1b2be0,_0x687230);},'SHENI':_0x2c16(0x293),'LrsiH':function(_0x3df11f,_0x2f9e9d){return _0x3df11f===_0x2f9e9d;},'Oawxq':'AXGcz','OSBMp':_0x2c16(0x294),'XndXW':function(_0x2bcacf,_0x1bb8e6){return _0x2bcacf!==_0x1bb8e6;},'aAWan':_0x2c16(0x295),'JjWXO':_0x2c16(0x296),'ftEUU':_0x2c16(0x297),'YHhfO':_0x2c16(0x1d2)};try{console['log'](_0xe5e881['kRiSI'],_0x46e415);const _0x3817b7=await _0xe5e881[_0x2c16(0x298)](fetch,_api['API_CONFIG'][_0x2c16(0x21)]+_0x2c16(0x299),{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x39705e},'body':JSON['stringify']({'username':_0x46e415,'reason':_0xe5e881[_0x2c16(0x29a)],'platform':'youtube','timestamp':new Date()[_0x2c16(0x98)](),'requestNewTraining':!![]})});if(_0x3817b7['ok']){if(_0xe5e881[_0x2c16(0x29b)](_0xe5e881['Oawxq'],_0xe5e881['Oawxq'])){const _0x12b5dc=await _0x3817b7['json']();console[_0x2c16(0x44)](_0xe5e881[_0x2c16(0x29c)],_0x12b5dc);}else return _0x40722d[_0x2c16(0x4c)](_0x2c16(0x18b),_0x49dc58),![];}else{if(_0xe5e881[_0x2c16(0x29d)](_0xe5e881[_0x2c16(0x29e)],_0xe5e881[_0x2c16(0x29f)])){const _0x316add=await _0x3817b7[_0x2c16(0xa1)]();console[_0x2c16(0x4c)](_0xe5e881[_0x2c16(0x2a0)],_0x3817b7[_0x2c16(0x51)],_0x316add);throw new Error('Training\x20restart\x20failed:\x20'+_0x3817b7[_0x2c16(0x51)]);}else return _0x5efce8&&_0x479644[_0x2c16(0x2a1)]?_0x394774:{'default':_0x29b9cb};}}catch(_0x453662){console[_0x2c16(0x4c)](_0xe5e881[_0x2c16(0x2a2)],_0x453662);throw _0x453662;}},testYouTubeRefreshToken=async _0x1c2efb=>{const _0x26f38a={'FNywK':_0x2c16(0x77),'GWphh':_0x2c16(0x2a3),'UUxkT':_0x2c16(0xdf),'bwaYE':function(_0x429b6e,_0x4c3479){return _0x429b6e===_0x4c3479;},'XOwFY':function(_0xafaaf7,_0x33ebca){return _0xafaaf7===_0x33ebca;},'AlErQ':function(_0x2c1690,_0x4e377e){return _0x2c1690===_0x4e377e;},'MILOB':_0x2c16(0x74),'VcJPa':function(_0x49fc4a,_0x1eef82){return _0x49fc4a!==_0x1eef82;},'ibIcc':_0x2c16(0x2a4),'zgtQa':_0x2c16(0x2a5),'oHgyS':function(_0xfd44af){return _0xfd44af();},'HkfBK':_0x2c16(0x2a6),'jKsHi':_0x2c16(0x2a7),'WjjSI':function(_0x53d8ef,_0x1d83db){return _0x53d8ef(_0x1d83db);},'EnGPc':'โœ…\x20YouTube\x20connection\x20fixed!\x20Testing\x20again...','rHblz':'๐Ÿ”\x20New\x20token\x20status:','FSkvj':'DduBF','SouFz':'โŒ\x20Failed\x20to\x20fix\x20YouTube\x20connection','rzZEB':_0x2c16(0x2a8),'YpKYF':'DETZI','JDUtx':'โŒ\x20Error\x20testing\x20YouTube\x20refresh\x20token:'};console[_0x2c16(0x44)](_0x2c16(0x2a9)),console[_0x2c16(0x44)](_0x2c16(0xca),_0x1c2efb);try{if(_0x26f38a['VcJPa'](_0x26f38a[_0x2c16(0x2aa)],_0x26f38a[_0x2c16(0x2ab)])){const _0x2f1fa1=await _0x26f38a[_0x2c16(0x2ac)](debugYouTubeTokens);console[_0x2c16(0x44)](_0x26f38a['HkfBK'],_0x2f1fa1);if(!_0x2f1fa1[_0x2c16(0x165)]){console[_0x2c16(0x44)](_0x26f38a['jKsHi']);const _0x2f2b11=await _0x26f38a['WjjSI'](fixUserYouTubeConnection,_0x1c2efb);if(_0x2f2b11){console[_0x2c16(0x44)](_0x26f38a[_0x2c16(0x2ad)]);const _0x4474e4=await _0x26f38a['oHgyS'](debugYouTubeTokens);console[_0x2c16(0x44)](_0x26f38a[_0x2c16(0x2ae)],_0x4474e4);}else{if(_0x26f38a[_0x2c16(0x2af)]('DduBF',_0x26f38a[_0x2c16(0x2b0)]))return _0x355539[_0x2c16(0x44)](_0x26f38a[_0x2c16(0x2b1)]),_0x509afa[_0x2c16(0x23)][_0x2c16(0x21)]+'/email/authorize?action=verify';else console[_0x2c16(0x4c)](_0x26f38a[_0x2c16(0x2b2)]);}}else _0x26f38a[_0x2c16(0x2b3)]===_0x26f38a[_0x2c16(0x2b3)]?console[_0x2c16(0x44)](_0x2c16(0x75)):_0x133713[_0x2c16(0x44)](_0x2c16(0x2b4));}else return{'success':!![],'message':_0x39bb55[_0x2c16(0x4b)]||_0x26f38a['GWphh']};}catch(_0x1087a5){if(_0x26f38a['VcJPa'](_0x2c16(0x2b5),_0x26f38a[_0x2c16(0x2b6)]))console[_0x2c16(0x4c)](_0x26f38a[_0x2c16(0x2b7)],_0x1087a5);else{var _0x5dc926,_0xfd11db;_0x59c066[_0x2c16(0x44)](_0x26f38a['UUxkT'],_0x2480e7[_0x2c16(0x51)]),_0x253855=((_0x5dc926=_0x3ebb1f[_0x2c16(0xa6)])===null||_0x26f38a[_0x2c16(0x2b8)](_0x5dc926,void 0x0)||_0x26f38a[_0x2c16(0x2b8)](_0x5dc926=_0x5dc926[_0x2c16(0xa5)],null)||_0x26f38a['bwaYE'](_0x5dc926,void 0x0)?void 0x0:_0x5dc926[_0x2c16(0x64)])||(_0x26f38a[_0x2c16(0x2b8)](_0xfd11db=_0x24ccd5['data'],null)||_0x26f38a[_0x2c16(0x2b9)](_0xfd11db,void 0x0)||_0x26f38a['AlErQ'](_0xfd11db=_0xfd11db[_0x2c16(0xa5)],null)||_0xfd11db===void 0x0?void 0x0:_0xfd11db[_0x2c16(0x76)])||_0x26f38a[_0x2c16(0x2ba)];}}};exports[_0x2c16(0x2bb)]=testYouTubeRefreshToken;const requestEmailVerification=async(_0x2d5e95,_0x59849f=![])=>{const _0x2722a9={'vLicH':_0x2c16(0x2bc),'wXfYa':function(_0x1d8f7e,_0x19d041,_0x40f8fc){return _0x1d8f7e(_0x19d041,_0x40f8fc);},'Jylxz':function(_0x18fe42){return _0x18fe42();},'lmGbS':_0x2c16(0x2bd),'lAPdD':'Verification\x20code\x20sent\x20to\x20your\x20email','rGegh':_0x2c16(0x2be)};try{console['log'](_0x2722a9[_0x2c16(0x2bf)],_0x2d5e95);const _0x585436=await _0x2722a9['wXfYa'](fetch,_api[_0x2c16(0x23)][_0x2c16(0x21)]+_0x2c16(0x2c0),{'method':'POST','headers':_0x2722a9['Jylxz'](getDeveloperAuthHeaders),'body':JSON[_0x2c16(0x9d)]({'email':_0x2d5e95,'action':_0x2722a9['lmGbS'],'testMode':_0x59849f})}),_0x6a4ab4=await _0x585436[_0x2c16(0xa7)]();return _0x585436['ok']?{'success':!![],'message':_0x6a4ab4[_0x2c16(0x4b)]||_0x2722a9[_0x2c16(0x2c1)]}:{'success':![],'error':_0x6a4ab4[_0x2c16(0x4b)]||'Failed\x20to\x20send\x20verification\x20code'};}catch(_0x1a6566){return console[_0x2c16(0x4c)](_0x2c16(0x2c2),_0x1a6566),{'success':![],'error':_0x2722a9[_0x2c16(0x2c3)]};}};exports[_0x2c16(0x3)]=requestEmailVerification;function _0x2c16(_0x107f63,_0x2c161b){_0x107f63=_0x107f63-0x0;const _0x4fbfdf=_0x107f();let _0x2445e1=_0x4fbfdf[_0x107f63];return _0x2445e1;}const verifyEmailCode=async(_0x3a6c7a,_0xe40104,_0x2d7a0b=![])=>{const _0x25f823={'Hxqzu':'โŒ\x20Still\x20no\x20refresh\x20token\x20after\x20revoke\x20method','HtnZT':_0x2c16(0x2c2),'EFFlE':_0x2c16(0x2be),'xRbkm':_0x2c16(0x2c4),'BteBO':function(_0x1767de,_0x6dd79,_0x42d3d0){return _0x1767de(_0x6dd79,_0x42d3d0);},'hfBxa':function(_0x54e1cf){return _0x54e1cf();},'cYgrB':_0x2c16(0x2c5),'EWFzq':function(_0x44d40f,_0x88045){return _0x44d40f===_0x88045;},'wJZiW':_0x2c16(0x2c6),'hSJFE':_0x2c16(0x19f),'uNzTs':function(_0xfe1fce,_0x369082){return _0xfe1fce===_0x369082;},'zLfCU':'QdlaZ'};try{console[_0x2c16(0x44)](_0x25f823[_0x2c16(0x2c7)],_0x3a6c7a);const _0x30db00=await _0x25f823[_0x2c16(0x2c8)](fetch,_api['API_CONFIG'][_0x2c16(0x21)]+'/email/verification',{'method':'POST','headers':_0x25f823[_0x2c16(0x2c9)](getDeveloperAuthHeaders),'body':JSON[_0x2c16(0x9d)]({'email':_0x3a6c7a,'code':_0xe40104,'action':_0x25f823[_0x2c16(0x2ca)],'testMode':_0x2d7a0b})}),_0x3e5f21=await _0x30db00[_0x2c16(0xa7)]();return _0x30db00['ok']?_0x25f823[_0x2c16(0x2cb)](_0x25f823[_0x2c16(0x2cc)],_0x25f823['wJZiW'])?{'success':!![],'message':_0x3e5f21[_0x2c16(0x4b)]||_0x25f823[_0x2c16(0x2cd)],'existingUser':_0x3e5f21[_0x2c16(0x1aa)]||![],'token':_0x3e5f21['token']}:(_0xf3c130[_0x2c16(0x4c)](_0x25f823[_0x2c16(0x2ce)]),![]):_0x25f823[_0x2c16(0x2cf)](_0x25f823['zLfCU'],_0x25f823[_0x2c16(0x2d0)])?{'success':![],'error':_0x3e5f21[_0x2c16(0x4b)]||_0x2c16(0x2d1)}:(_0xf1fd23[_0x2c16(0x4c)](_0x25f823['HtnZT'],_0x31e2c9),{'success':![],'error':_0x25f823['EFFlE']});}catch(_0x5b7b27){return console['error']('โŒ\x20Error\x20verifying\x20email\x20code:',_0x5b7b27),{'success':![],'error':_0x25f823[_0x2c16(0x2d2)]};}};exports[_0x2c16(0x1)]=verifyEmailCode;const checkEmailVerificationStatus=async(_0x212f8b,_0x44a429=![])=>{const _0x200028={'wBwES':_0x2c16(0xee),'fgLnO':_0x2c16(0x163),'YNCJn':_0x2c16(0xed),'JhZKO':_0x2c16(0xd8),'aMHFx':_0x2c16(0xea),'VEHXE':_0x2c16(0xeb),'iewqj':_0x2c16(0x2d3),'EnOcM':function(_0x277c20,_0x39a82a,_0x302f69){return _0x277c20(_0x39a82a,_0x302f69);},'BKWRg':function(_0x362925){return _0x362925();},'jBZix':_0x2c16(0x2d4),'rXJLF':'Network\x20error'};try{const _0x5cdd9f=await _0x200028[_0x2c16(0x2d5)](fetch,_api[_0x2c16(0x23)][_0x2c16(0x21)]+_0x2c16(0x2d6),{'method':'POST','headers':_0x200028[_0x2c16(0x2d7)](getDeveloperAuthHeaders),'body':JSON['stringify']({'email':_0x212f8b,'testMode':_0x44a429})}),_0x2fe76f=await _0x5cdd9f[_0x2c16(0xa7)]();return{'success':_0x5cdd9f['ok'],'isPending':_0x2fe76f[_0x2c16(0x2d8)]||![],'message':_0x2fe76f[_0x2c16(0x4b)]};}catch(_0xcc3fd5){if(_0x200028['jBZix']===_0x200028['jBZix'])return console[_0x2c16(0x4c)](_0x2c16(0xb3),_0xcc3fd5),{'success':![],'isPending':![],'error':_0x200028[_0x2c16(0x2d9)]};else{const _0x324eb1=_0x2c16(0x2da)['split']('|');let _0x2b0743=0x0;while(!![]){switch(_0x324eb1[_0x2b0743++]){case'0':_0x3f22cd['log'](_0x200028[_0x2c16(0x2db)],_0x4ecef8);continue;case'1':_0xe295b0[_0x2c16(0x44)]('๐ŸŽ‰\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Full\x20YouTube\x20connection\x20with\x20refresh\x20tokens!');continue;case'2':_0x43f423[_0x2c16(0x44)](_0x200028[_0x2c16(0x2dc)]);continue;case'3':_0x1ca45e[_0x2c16(0x44)](_0x200028[_0x2c16(0x2dd)],_0x5286cf['startsWith']('4/')?_0x200028[_0x2c16(0x2de)]:_0x2c16(0xd9));continue;case'4':_0x23015b[_0x2c16(0x44)](_0x200028[_0x2c16(0x2df)],_0x5b1972[_0x2c16(0x165)]);continue;case'5':_0x27317a[_0x2c16(0x44)](_0x200028['VEHXE'],_0x2133ec['length']);continue;case'6':_0x423b0c[_0x2c16(0x44)](_0x200028[_0x2c16(0x2e0)]);continue;}break;}}}};exports['checkEmailVerificationStatus']=checkEmailVerificationStatus;const initializePlatformAuthService=()=>{const _0x4ac2a2={'EOVxV':_0x2c16(0x2e1),'dXToV':function(_0xc4296c){return _0xc4296c();}};console[_0x2c16(0x44)](_0x4ac2a2[_0x2c16(0x2e2)]),_0x4ac2a2[_0x2c16(0x2e3)](initializeGoogleSignIn);};function _0x107f(){const _0x522a04=['defineProperty','verifyEmailCode','testApiConnectivity','requestEmailVerification','refreshYouTubeTokens','reconnectYouTube','initiateOAuth','initiateNativeAuth','initializePlatformAuthService','hasNativeSDK','forceYouTubeReconnectionWithRevoke','forceYouTubeReconnectionWithConsent','exchangeCodeForToken','No\x20internet\x20connectivity\x20detected.\x20Check\x20your\x20network\x20connection.','SDK\x20not\x20initialized.\x20Developers\x20must\x20call\x20initializeApiKey()\x20before\x20using\x20auth\x20features.','IIqSI','isApiKeyInitialized','YNwvC','getApiConfig','apiKey','MgZhO','XpLJz','yAeVY','JPOqt','getApiHeaders','Bearer\x20','3.0.72','1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com','https://api.instagram.com/oauth/authorize','demo_instagram_client_id','onairosevents://auth/callback','user_profile,user_media','code','BASE_URL','https://www.googleapis.com/auth/youtube.readonly','API_CONFIG','/reddit/authorize','/pinterest/authorize','demo_pinterest_client_id','boards:read,pins:read','https://www.facebook.com/v12.0/dialog/oauth','demo_facebook_client_id','/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://hinge.co','https://www.instagram.com','https://www.sephora.com','โœ…\x20YouTube\x20channel\x20found:','๐Ÿ”Œ\x20[CONNECTIVITY]\x20Running\x20comprehensive\x20network\x20diagnostics...','๐ŸŒ\x20[CONNECTIVITY]\x20Test\x201:\x20Checking\x20general\x20internet\x20(google.com)...','no-cors','reachable','โŒ\x20[CONNECTIVITY]\x20Cannot\x20reach\x20Google\x20-\x20internet\x20may\x20be\x20down:','๐ŸŒ\x20[CONNECTIVITY]\x20Test\x202:\x20Checking\x20API\x20server...','jzPOR','โœ…\x20[CONNECTIVITY]\x20API\x20server\x20is\x20reachable','wCmli','โŒ\x20[CONNECTIVITY]\x20Cannot\x20reach\x20API\x20server:','ztKrB','Internet\x20works\x20but\x20API\x20server\x20is\x20unreachable.\x20The\x20server\x20may\x20be\x20blocking\x20requests\x20from\x20this\x20device/simulator.','Medrp','log','https://www.google.com','SjCpv','QxeYW','googleTest','qtphu','pcgZN','message','error','RWeYn','cCpsP','nzoVg','Error\x20exchanging\x20code\x20for\x20token:\x20','status','Token\x20exchange\x20failed\x20with\x20status\x20','eVSxf','abort','signal','LLecX','catch','Unable\x20to\x20read\x20response','statusText','substring','hcGeN','gNluX','NQKzk','items','snippet','title','ULWxi','IQSzk','api2Test','name','YtPmT','CmdkO','VCtlI','kbnzN','rQKXT','gtHUQ','NnucU','โŒ\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20','gWdQf','โŒ\x20[CONNECTIVITY]\x20Connectivity\x20test\x20failed:','Network\x20error:\x20','Facebook\x20Login\x20completed\x20successfully','Initiating\x20Facebook\x20Login\x20for\x20Instagram','โ„น๏ธ\x20Sign\x20out\x20not\x20needed:','fdwTJ','Unknown\x20Channel','โœ…\x20Refresh\x20token\x20already\x20available','email','๐Ÿ“ง\x20[OAUTH]\x20Email\x20platform\x20selected,\x20returning\x20mock\x20auth\x20URL','pwWkn','llIvD','SlLgo','AbortError','Network\x20request\x20failed','\x20\x20\x203.\x20DNS\x20resolution\x20failed','PkBlZ',',\x20Version:\x20','Platform','Version','gEwMv','/email/authorize?action=verify','LLpvQ','OqEKn','BhpyE','yorzY','refreshTokenType','๐Ÿ”‘\x20[OAUTH]\x20Using\x20User\x20JWT\x20for\x20authentication','yrEwH','lonuY','rXIXk','NzxkO','IpUjs','agbbg','BdCaz','TUzac','โŒ\x20[OAUTH]\x20User\x20not\x20authenticated\x20-\x20cannot\x20initiate\x20','\x20OAuth','โŒ\x20[OAUTH]\x20Please\x20log\x20in\x20first\x20before\x20connecting\x20platforms','/authorize','๐ŸŒ\x20[OAUTH]\x20Proxy\x20URL:\x20','๐Ÿ”—\x20[OAUTH]\x20About\x20to\x20make\x20fetch\x20request...','toISOString','otbIo','mTnYG','jadbe','โฐ\x20[OAUTH]\x20Request\x20timeout\x20for\x20','stringify','๐Ÿ“ก\x20[OAUTH]\x20Response\x20status:\x20','VcThR','AFSAK','text','\x20-\x20','NpekU','cHEOK','user','data','json','๐Ÿ“‹\x20[OAUTH]\x20Response\x20data\x20for\x20','URL','url','๐Ÿ”—\x20[OAUTH]\x20Auth\x20URL\x20for\x20','\x20(key:\x20','TnrcN','VBrKd','tiQIJ','cUpfU','eKBLr','โŒ\x20[OAUTH]\x20Request\x20timeout\x20for\x20','โŒ\x20Error\x20checking\x20email\x20verification\x20status:','Network\x20error','XBeUZ','includes','tyyQz','WRiJi','split','\x20\x20\x201.\x20No\x20internet\x20connection\x20on\x20device/simulator','Wuico','jeqAG','.\x20Possible\x20causes:','iEAyU','eWuyf','xhVeE','GoogleSignin','configure','YpRlb','DahFv','PVnpB','auth/callback','code=','wEKMn','๐Ÿ”„\x20FORCING\x20fresh\x20YouTube\x20consent\x20for\x20refresh\x20token...','๐Ÿ‘ค\x20User:','โœ…\x20Signed\x20out\x20-\x20consent\x20cache\x20cleared','TdUBk','openid','profile','๐Ÿ“ฑ\x20User\x20should\x20see:\x20\x22Allow\x20[App]\x20to\x20access\x20your\x20YouTube\x20account\x20when\x20you\x27re\x20not\x20using\x20the\x20app?\x22','โœ…\x20Sign-in\x20completed\x20-\x20checking\x20for\x20refresh\x20token...','๐Ÿ“‹\x20FULL\x20currentUser\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','-\x20Access\x20token:','Present','Missing','-\x20ServerAuthCode\x20(userInfo):','-\x20ServerAuthCode\x20(currentUser):','โœ…\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20consent!','serverAuthCode','refreshToken','๐Ÿ”‘\x20Refresh\x20token\x20preview:','https://www.googleapis.com/youtube/v3/channels?part=snippet&mine=true','ID:','โš ๏ธ\x20No\x20YouTube\x20channel\x20found\x20for\x20user','No\x20Channel','โš ๏ธ\x20Failed\x20to\x20fetch\x20YouTube\x20channel\x20info:','โš ๏ธ\x20Error\x20fetching\x20YouTube\x20channel\x20info:','temp_token_for_youtube_connection','๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20Endpoint:\x20https://API\x20server/youtube/native-auth','๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20FULL\x20PAYLOAD:','๐Ÿ“ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Status:','temporary\x20access\x20token\x20mode','โœ…\x20[YOUTUBE\x20REAUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20sent:','๐Ÿ”„\x20[YOUTUBE\x20REAUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','0|1|4|3|6|5|2','โœ…\x20[YOUTUBE\x20REAUTH]\x20Response\x20hasRefreshToken:','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20length:','๐ŸŽ‰\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Full\x20YouTube\x20connection\x20with\x20refresh\x20tokens!','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20type:','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Full\x20refresh\x20token:','MtKfJ','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Response\x20data:','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Expected\x20hasRefreshToken\x20or\x20refreshTokenReceived\x20in\x20response','โœ…\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20sent\x20successfully','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20failed:','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20User\x20may\x20need\x20to\x20manually\x20restart\x20training','โŒ\x20[YOUTUBE\x20REAUTH]\x20Backend\x20processing\x20FAILED:','nvYFt','0|2|3|1|4|5|6','โŒ\x20CRITICAL:\x20No\x20refresh\x20token\x20even\x20after\x20consent\x20screen','\x20\x20\x201.\x20Try\x20the\x20revoke\x20method:\x20forceYouTubeReconnectionWithRevoke()','\x20\x20\x202.\x20Check\x20Google\x20Console\x20OAuth\x20configuration','\x20\x20\x203.\x20Ensure\x20user\x20clicks\x20\x22Allow\x22\x20on\x20consent\x20screen','โŒ\x20Error\x20forcing\x20YouTube\x20consent:','โŒ\x20User\x20cancelled\x20sign-in\x20-\x20no\x20refresh\x20token\x20obtained','๐Ÿ’ก\x20User\x20must\x20click\x20\x22Allow\x22\x20to\x20get\x20refresh\x20token','โŒ\x20Sign-in\x20already\x20in\x20progress','NFLFe','npQwf','lsoYC','exYsi','LMMki','CjoEG','fkvoD','SeWHx','getTokens','accessToken','clearCachedAccessToken','nPOsL','๐Ÿ”ง\x20Configuring\x20Google\x20Sign-In\x20for\x20forced\x20consent...','LuTYW','xTIGk','SAFNG','hasPlayServices','kFURW','signIn','qRrLk','๐Ÿ‘ค\x20User\x20email:','BjXOD','uLEcP','DsXqK','TmCkC','YJrLj','...','-\x20ID\x20token:','idToken','ScrmL','ihLTT','BoBCX','alvVz','๐Ÿ”‘\x20Refresh\x20token\x20type:','startsWith','sbXMh','puCdN','TYYyb','๐Ÿ“บ\x20Fetching\x20YouTube\x20channel\x20information...','BCVsb','length','tteKa','lDCEU','DaESG','TeHQM','Exrbq','uJwgh','zDwXa','YRzMJ','PDelO','kdGry','OiolA','yvWDG','jsxau','getJWT','wVhcy','trim','๐Ÿ”\x20Creating\x20authentication\x20token\x20for\x20YouTube\x20connection...','ifvpb','youtube','MEjLt','jLLld','user-','wJkSM','lSmtI','now','xvXbV','signOut_and_configure','๐Ÿ“ค\x20Sending\x20comprehensive\x20payload\x20with\x20REFRESH\x20TOKEN\x20to\x20backend:','debugInfo','YsZkC','VBbWD','Srofg','TXjJJ','aboqd','AUjhO','NO\x20AUTH\x20TOKEN','๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20Payload\x20Summary:','HdGlc','/youtube/native-auth','LLLIe','๐Ÿ“ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Status\x20Text:','YWXeH','headers','โœ…\x20[YOUTUBE\x20REAUTH]\x20Backend\x20Response\x20SUCCESS:','validation','temporaryMode','enabled','isTemporaryMode','5|2|0|1|3|6|4','๐ŸŽ‰\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Temporary\x20YouTube\x20connection\x20established!','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Connection\x20Details:','tdXBz','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Mode:\x20Temporary\x20(expires\x20~1\x20hour)','Wmrgy','DrEns','krBoI','refreshTokenReceived','YdAoa','โœ…\x20[YOUTUBE\x20REAUTH]\x20Backend\x20CONFIRMED\x20refresh\x20token\x20received','FldAZ','hasRefreshToken','QcwQi','lVIMM','nGsUG','fqaGq','warn','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Backend\x20did\x20NOT\x20confirm\x20refresh\x20token\x20reception','jdfGN','โŒ\x20No\x20current\x20Google\x20user\x20found','๐Ÿ”„\x20[YOUTUBE\x20REAUTH]\x20Signaling\x20training\x20system\x20to\x20restart...','LfyCm','blvzd','CNAwM','AgOBg','RMDbl','fGqXn','xvcjP','brbRd','aYYqH','QaZWu','twWpf','โŒ\x20Re-authentication\x20also\x20failed:','SUiIp','nWbvV','FIQKv','statusCodes','SIGN_IN_CANCELLED','CbYiQ','RHQKS','IN_PROGRESS','dKKgN','IZqJO','PLAY_SERVICES_NOT_AVAILABLE','wrLDe','WHTCx','โœ…\x20Revoked\x20existing\x20permissions\x20-\x20fresh\x20consent\x20REQUIRED','โœ…\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20REVOKE\x20+\x20consent!','โŒ\x20Still\x20no\x20refresh\x20token\x20after\x20revoke\x20method','โŒ\x20Error\x20with\x20revoke\x20method:','lCmrp','vOmKU','Fonbj','HGGJh','IAtcY','revokeAccess','signOut','๐Ÿ”\x20Signing\x20in\x20after\x20revoke\x20-\x20consent\x20screen\x20MUST\x20appear...','getCurrentUser','vkNZr','EYIVo','lBrGi','\x20YouTube\x20connection\x20fixed\x20via\x20Method\x201!','๐Ÿ”„\x20Method\x202:\x20Trying\x20forced\x20consent\x20via\x20revoke...','โŒ\x20Failed\x20to\x20fix\x20','fixUserYouTubeConnection','โš ๏ธ\x20[YOUTUBE\x20AUTH]\x20Backend\x20did\x20not\x20confirm\x20refresh\x20token','๐Ÿ”\x20[YOUTUBE\x20AUTH]\x20Response\x20data\x20keys:','โš ๏ธ\x20[YOUTUBE\x20AUTH]\x20Connection\x20may\x20fail\x20when\x20tokens\x20expire','Email\x20verified\x20successfully','aTXRP','๐Ÿ”„\x20Attempting\x20to\x20refresh\x20Google\x20tokens...','kBYYD','cFYik','quUpz','HbPVn','OMvFx','zaCwa','BZEZJ','tLXFO','existingUser','tBqyr','gvGFW','none','๐Ÿ”\x20YouTube\x20Token\x20Debug:','mxxLL','QDZYS','gwXHC','whjjz','BtmBr','โŒ\x20Debug\x20tokens\x20failed:','NBXtd','๐Ÿ”„\x20Forcing\x20fresh\x20YouTube\x20reconnection\x20for\x20refresh\x20token...','โœ…\x20Signed\x20out\x20from\x20Google','roGLp','xNfYM','โœ…\x20Cleared\x20cached\x20access\x20token','NJacK','โŒ\x20YouTube\x20reconnection\x20failed','โŒ\x20YouTube\x20reconnection\x20error:','wJWOy','PmDpz','PtwLE','fCsHW','โ„น๏ธ\x20Already\x20signed\x20out\x20or\x20sign\x20out\x20failed:','awCQT','cmkcy','lJCZh','No\x20API\x20key\x20configured.\x20Please\x20initialize\x20the\x20SDK\x20with\x20a\x20valid\x20developer\x20API\x20key.','baQDO','Pmawt','JsXkL','โœ…\x20YouTube\x20reconnected\x20successfully\x20with\x20refresh\x20token','UKGLk','โš ๏ธ\x20[CONNECTIVITY]\x20API\x20server\x20responded\x20with\x20status:\x20','โš ๏ธ\x20Still\x20no\x20refresh\x20token\x20after\x20reconnection','awOvE','Google\x20Play\x20Services\x20not\x20available','uwOug','JPiNP','โŒ\x20[TRAINING\x20RESTART]\x20Error\x20triggering\x20training\x20restart:','โŒ\x20[YOUTUBE\x20AUTH]\x20Username\x20is\x20required\x20for\x20YouTube\x20authentication','sjMgc','๐Ÿ”—\x20Initiating\x20native\x20Google\x20Sign-In\x20for\x20YouTube','โ„น๏ธ\x20Sign\x20out\x20not\x20needed\x20or\x20failed:','โœ…\x20Google\x20Sign-In\x20successful:','๐Ÿ“‹\x20FULL\x20userInfo\x20object:','๐Ÿ”‘\x20Got\x20Google\x20tokens','๐Ÿ“‹\x20FULL\x20tokens\x20object:','๐Ÿ‘ค\x20Current\x20user\x20info:','๐Ÿ“‹\x20FULL\x20currentUser\x20object:','-\x20userInfo.data?.serverAuthCode:','-\x20tokens.idToken:','-\x20tokens.accessToken:','โŒ\x20CRITICAL:\x20No\x20refresh\x20token\x20available\x20-\x20YouTube\x20connection\x20will\x20fail\x20when\x20token\x20expires','๐Ÿ’ก\x20User\x20needs\x20to\x20reconnect\x20with\x20proper\x20consent\x20screen','wXyst','rvFFt','AziTs','onairos_username','โ„น๏ธ\x20No\x20valid\x20authentication\x20token\x20found\x20for\x20YouTube\x20connection','โ„น๏ธ\x20NOTE:\x20SDK\x20does\x20not\x20create\x20users\x20during\x20YouTube\x20connection','No\x20token','๐Ÿ“บ\x20YouTube\x20channel\x20name:','apple','-\x20hasServerAuthCode:','-\x20refreshTokenType:','-\x20userEmail:','-\x20channelName:','๐Ÿ“ค\x20Sending\x20YouTube\x20auth\x20to\x20backend\x20with\x20refresh\x20token:','๐Ÿ“ก\x20Backend\x20response\x20status:','๐Ÿ“ก\x20Backend\x20response\x20headers:','JibCq','โœ…\x20YouTube\x20connection\x20successful','๐Ÿ“‹\x20COMPLETE\x20BACKEND\x20RESPONSE:','โœ…\x20[YOUTUBE\x20AUTH]\x20Backend\x20confirmed\x20refresh\x20token\x20received','๐Ÿ“‹\x20BACKEND\x20ERROR\x20RESPONSE:','User\x20cancelled\x20Google\x20Sign-In','OxeEr','instagram','oIUWw','RnJCB','BiENt','EnrmO','QljIb','nsocz','XvBAL','mlKgg','JyhdN','fLQrd','๐Ÿ”\x20REFRESH\x20TOKEN\x20EXTRACTION:','KRGDN','Present:\x20','KJcPg','SAqob','kPyOx','lZTDC','KFsSt','tGJQq','โœ…\x20Got\x20serverAuthCode\x20(refresh\x20token\x20mechanism)','DDYxX','โœ…\x20Got\x20serverAuthCode\x20from\x20sign-in\x20response','rQmHQ','โœ…\x20Refresh\x20token\x20available\x20for\x20YouTube\x20connection','pQFbS','xvWKz','Sjmou','HOOCB','MjNWU','sHGJx','SHoMa','Bcvlp','pnUyH','IkprP','dYmpI','QLXZw','CvpGg','mCcTH','aFZeO','XLecb','yNiJP','QINeI','IObRG','QenLd','bskVf','lWJdv','Ljhxa','msgjG','GQvzO','WrGct','default','getItem','OAZhO','bZYHD','zrtNy','uyzEO','VCKvV','โœ…\x20Found\x20existing\x20authentication\x20token\x20for\x20YouTube\x20auth','๐Ÿ”‘\x20Token\x20preview:','lzCNO','plEUG','KjVbg','RfsfM','dKTJi','youtube-','SnOXQ','ZSbmA','MElZL','FCJrH','Ttklw','๐Ÿ“ค\x20BACKEND\x20PAYLOAD\x20SUMMARY:','mfhuw','jcDaa','daQlR','DJPIj','vhdZe','dMClL','Vvqay','๐Ÿ“‹\x20COMPLETE\x20BACKEND\x20PAYLOAD:','QsucB','PbGAt','omhjr','nNeEg','mzrrZ','dVWmh','fqbgT','cuGcg','qHwZD','wDYXw','xKygC','mZWAC','keys','InEZl','โŒ\x20YouTube\x20auth\x20failed:','YQuWm','MZQwf','mfTxo','fJAXD','iPLBr','HOvvv','mJDxz','IQWMB','nwDCb','FMpqi','OVnYx','VUQQn','XJaGl','EqJOw','OpIme','jBDqw','rxxbm','isOAuthCallback','HVTQT','Falling\x20back\x20to\x20simulated\x20token\x20response','oBMoI','grtHk','Token\x20exchange\x20successful\x20for\x20','_access_token_','random','toString','๐Ÿ”„\x20Refreshing\x20YouTube\x20tokens...','tynYe','โœ…\x20YouTube\x20tokens\x20refreshed\x20successfully:','โŒ\x20YouTube\x20token\x20refresh\x20failed:','โŒ\x20Error\x20refreshing\x20YouTube\x20tokens:','dTLhd','zAAQX','mYYti','tanxG','sXlfn','xSVlU','iHeYL','wizjZ','โŒ\x20No\x20auth\x20token\x20found\x20for\x20YouTube\x20refresh','mqslN','/youtube/refresh-token','hTPDp','RIxTu','cFaWW','nkAsQ','IjMLJ','ZLZoy','BWEdl','nIXIx','cpGZI','mIdBS','yaBRT','TqbAq','bvmsl','ynYRS','AKXqa','\x20-\x20the\x20server\x20took\x20too\x20long\x20to\x20respond','๐Ÿ”„\x20[TRAINING\x20RESTART]\x20Triggering\x20training\x20restart\x20for\x20user:','youtube_reauth','โœ…\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20successful:','ExemC','ZqhSh','โŒ\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20failed:','XgzHy','/mobile-training/restart','SHENI','LrsiH','OSBMp','XndXW','aAWan','JjWXO','ftEUU','__esModule','YHhfO','Verification\x20code\x20sent\x20to\x20your\x20email','SotcJ','kkiiK','๐Ÿ”\x20Current\x20token\x20status:','โš ๏ธ\x20No\x20refresh\x20token\x20found\x20-\x20attempting\x20to\x20fix...','xwMGf','๐Ÿงช\x20Testing\x20YouTube\x20refresh\x20token\x20functionality...','ibIcc','zgtQa','oHgyS','EnGPc','rHblz','VcJPa','FSkvj','FNywK','SouFz','rzZEB','Google\x20Sign-In\x20already\x20in\x20progress','fRsdb','YpKYF','JDUtx','bwaYE','XOwFY','MILOB','testYouTubeRefreshToken','๐Ÿ“ง\x20Requesting\x20email\x20verification\x20for:','request','Network\x20error.\x20Please\x20check\x20your\x20connection\x20and\x20try\x20again.','vLicH','/email/verification','lAPdD','โŒ\x20Error\x20requesting\x20email\x20verification:','rGegh','๐Ÿ”\x20Verifying\x20email\x20code\x20for:','verify','tmogw','xRbkm','BteBO','hfBxa','cYgrB','EWFzq','wJZiW','hSJFE','Hxqzu','uNzTs','zLfCU','Invalid\x20verification\x20code','EFFlE','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20REFRESH\x20TOKEN\x20SENT\x20TO\x20BACKEND:','QnfbR','EnOcM','/email/verification/status','BKWRg','isPending','rXJLF','2|4|1|6|0|3|5','wBwES','fgLnO','YNCJn','JhZKO','aMHFx','iewqj','๐Ÿ”ง\x20Platform\x20auth\x20service\x20initialized','EOVxV','dXToV'];_0x107f=function(){return _0x522a04;};return _0x107f();}exports[_0x2c16(0x8)]=initializePlatformAuthService;
12
+ Object[_0x34fa(0x0)](exports,_0x34fa(0x1),{'value':!![]}),exports[_0x34fa(0x2)]=exports[_0x34fa(0x3)]=exports[_0x34fa(0x4)]=exports[_0x34fa(0x5)]=exports[_0x34fa(0x6)]=exports[_0x34fa(0x7)]=exports[_0x34fa(0x8)]=exports[_0x34fa(0x9)]=exports[_0x34fa(0xa)]=exports[_0x34fa(0xb)]=exports[_0x34fa(0xc)]=exports[_0x34fa(0xd)]=exports[_0x34fa(0xe)]=exports[_0x34fa(0xf)]=exports['exchangeCodeForToken']=exports[_0x34fa(0x10)]=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(_0x2673d9){return _0x2673d9&&_0x2673d9[_0x34fa(0x1)]?_0x2673d9:{'default':_0x2673d9};}const getDeveloperAuthHeaders=()=>{const _0x538db6={'yypcY':_0x34fa(0x11),'siRKe':function(_0x57e821,_0xd3565a){return _0x57e821!==_0xd3565a;},'nadoi':_0x34fa(0x12)};if(!(0x0,_apiKeyService[_0x34fa(0x13)])())throw new Error(_0x538db6['yypcY']);const _0x58f695=(0x0,_apiKeyService[_0x34fa(0x14)])();if(!(_0x538db6[_0x34fa(0x15)](_0x58f695,null)&&_0x58f695!==void 0x0&&_0x58f695[_0x34fa(0x16)]))throw new Error(_0x538db6[_0x34fa(0x17)]);return{...(0x0,_api[_0x34fa(0x18)])(),'Authorization':_0x34fa(0x19)+_0x58f695['apiKey'],'X-SDK-Version':_0x34fa(0x1a),'X-SDK-Platform':'react-native'};},WEB_CLIENT_ID=_0x34fa(0x1b),IOS_CLIENT_ID=_0x34fa(0x1b),OAUTH_CONFIG={'instagram':{'authUrl':'https://api.instagram.com/oauth/authorize','clientId':'demo_instagram_client_id','redirectUri':'onairosevents://auth/callback','scope':_0x34fa(0x1c),'responseType':'code','hasNativeSDK':![]},'youtube':{'authUrl':_api[_0x34fa(0x1d)][_0x34fa(0x1e)]+_0x34fa(0x1f),'clientId':'1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com','redirectUri':_0x34fa(0x20),'scope':_0x34fa(0x21),'responseType':_0x34fa(0x22),'hasNativeSDK':!![]},'reddit':{'authUrl':_api['API_CONFIG']['BASE_URL']+_0x34fa(0x23),'clientId':_0x34fa(0x24),'redirectUri':'onairosevents://auth/callback','scope':_0x34fa(0x25),'responseType':_0x34fa(0x22),'hasNativeSDK':![]},'pinterest':{'authUrl':_api[_0x34fa(0x1d)]['BASE_URL']+'/pinterest/authorize','clientId':_0x34fa(0x26),'redirectUri':'onairosevents://auth/callback','scope':_0x34fa(0x27),'responseType':_0x34fa(0x22),'hasNativeSDK':![]},'facebook':{'authUrl':_0x34fa(0x28),'clientId':_0x34fa(0x29),'redirectUri':'onairosevents://auth/callback','scope':_0x34fa(0x2a),'responseType':'code','hasNativeSDK':![]},'linkedin':{'authUrl':_api['API_CONFIG']['BASE_URL']+_0x34fa(0x2b),'clientId':'','redirectUri':_0x34fa(0x20),'scope':_0x34fa(0x2c),'responseType':_0x34fa(0x22),'hasNativeSDK':![]},'gmail':{'authUrl':_api['API_CONFIG']['BASE_URL']+_0x34fa(0x2d),'clientId':_0x34fa(0x2e),'redirectUri':'onairosevents://auth/callback','scope':_0x34fa(0x2f),'responseType':_0x34fa(0x22),'hasNativeSDK':![]},'email':{'hasNativeSDK':![],'authUrl':_api[_0x34fa(0x1d)][_0x34fa(0x1e)]+'/email/authorize'},'chatgpt':{'authUrl':'https://chat.openai.com','clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'claude':{'authUrl':_0x34fa(0x30),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'gemini':{'authUrl':'https://gemini.google.com','clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'grok':{'authUrl':_0x34fa(0x31),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'hinge':{'authUrl':_0x34fa(0x32),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'instagram_webview':{'authUrl':_0x34fa(0x33),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'sephora':{'authUrl':_0x34fa(0x34),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'telegram':{'authUrl':_0x34fa(0x35),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]}},hasNativeSDK=_0x2edfd8=>{const _0x3d157e={'ZekvT':function(_0x11e30f,_0x6d3481){return _0x11e30f===_0x6d3481;}};var _0x441b2b;return(_0x3d157e[_0x34fa(0x36)](_0x441b2b=OAUTH_CONFIG[_0x2edfd8],null)||_0x3d157e['ZekvT'](_0x441b2b,void 0x0)?void 0x0:_0x441b2b[_0x34fa(0xc)])||![];};exports[_0x34fa(0xc)]=hasNativeSDK;const testApiConnectivity=async()=>{const _0x46886c={'yhVRm':_0x34fa(0x37),'BxEDI':'โŒ\x20[TRAINING\x20RESTART]\x20Error\x20triggering\x20training\x20restart:','incrg':'โš ๏ธ\x20Failed\x20to\x20fetch\x20YouTube\x20channel\x20info:','NpfUf':function(_0x4e9ce9,_0x229512){return _0x4e9ce9===_0x229512;},'ZudxK':'Unknown\x20Channel','sJdZe':'โœ…\x20Refresh\x20token\x20available\x20for\x20YouTube\x20connection','FWmom':_0x34fa(0x38),'mbSmD':'serverAuthCode','lnDMt':_0x34fa(0x39),'vZnKS':_0x34fa(0x3a),'Iwjhw':_0x34fa(0x3b),'oRWog':_0x34fa(0x3c),'vPffl':_0x34fa(0x3d),'QUKuq':function(_0x1baa84,_0x45daf5,_0x9bd9c8){return _0x1baa84(_0x45daf5,_0x9bd9c8);},'nIJdU':_0x34fa(0x3e),'SlQKS':_0x34fa(0x3f),'JmhfP':_0x34fa(0x40),'icNgR':function(_0x579ad0,_0x47594c){return _0x579ad0===_0x47594c;},'yHUlM':_0x34fa(0x41),'HXSgi':_0x34fa(0x42),'Fmrxq':_0x34fa(0x43),'VmhSV':function(_0x16c58e,_0x169b83){return _0x16c58e===_0x169b83;},'DWpBC':_0x34fa(0x44),'qZebW':_0x34fa(0x45),'TUKwq':function(_0x24ef6e,_0x1789d4,_0x41afbe){return _0x24ef6e(_0x1789d4,_0x41afbe);},'wPAbT':function(_0x366687,_0x195be4){return _0x366687(_0x195be4);},'KcstJ':_0x34fa(0x46),'QIJeW':'โŒ\x20[CONNECTIVITY]\x20Cannot\x20reach\x20API\x20server:','lfIbw':function(_0x4d2c58,_0x39c3f4){return _0x4d2c58!==_0x39c3f4;},'vOvuL':'API\x20is\x20reachable','TSzxz':'WbHdE','JUeql':_0x34fa(0x47),'BkWUt':'Internet\x20works\x20but\x20API\x20server\x20is\x20unreachable.\x20The\x20server\x20may\x20be\x20blocking\x20requests\x20from\x20this\x20device/simulator.','kszYv':function(_0x2150ef,_0x5b2910){return _0x2150ef===_0x5b2910;},'XAGJk':_0x34fa(0x48)},_0x28f57e={'googleTest':null,'api2Test':null};try{if(_0x46886c[_0x34fa(0x49)]!=='dXqPj')_0x238799[_0x34fa(0x4a)](_0x46886c['yhVRm']);else{var _0x13ea36,_0x28bc09;console[_0x34fa(0x4a)](_0x46886c[_0x34fa(0x4b)]),console[_0x34fa(0x4a)](_0x46886c['vPffl']);try{const _0x17985f=await _0x46886c[_0x34fa(0x4c)](fetch,_0x46886c[_0x34fa(0x4d)],{'method':_0x46886c[_0x34fa(0x4e)],'mode':_0x34fa(0x4f)});_0x28f57e[_0x34fa(0x50)]={'success':!![],'status':_0x34fa(0x51)},console['log'](_0x46886c['JmhfP']);}catch(_0x3f89ae){if(_0x46886c[_0x34fa(0x52)](_0x46886c['yHUlM'],_0x46886c[_0x34fa(0x53)]))_0x28f57e[_0x34fa(0x50)]={'success':![],'error':_0x3f89ae['message']},console[_0x34fa(0x54)](_0x46886c[_0x34fa(0x55)],_0x3f89ae[_0x34fa(0x56)]);else{_0x23eee8[_0x34fa(0x54)](_0x46886c[_0x34fa(0x57)],_0x58c77e);throw _0x68bf3b;}}console[_0x34fa(0x4a)](_0x46886c[_0x34fa(0x58)]);try{if(_0x46886c[_0x34fa(0x59)](_0x46886c[_0x34fa(0x5a)],_0x46886c[_0x34fa(0x5b)])){var _0x5c91a9,_0x20e501;_0x45b4ae[_0x34fa(0x4a)](_0x46886c[_0x34fa(0x5c)],_0xf5c5bd[_0x34fa(0x5d)]),_0x234692=(_0x46886c[_0x34fa(0x5e)](_0x5c91a9=_0x5cd0fc[_0x34fa(0x5f)],null)||_0x46886c[_0x34fa(0x5e)](_0x5c91a9,void 0x0)||_0x46886c[_0x34fa(0x5e)](_0x5c91a9=_0x5c91a9[_0x34fa(0x60)],null)||_0x5c91a9===void 0x0?void 0x0:_0x5c91a9['name'])||(_0x46886c[_0x34fa(0x5e)](_0x20e501=_0x2aee89['data'],null)||_0x46886c[_0x34fa(0x5e)](_0x20e501,void 0x0)||(_0x20e501=_0x20e501['user'])===null||_0x46886c[_0x34fa(0x5e)](_0x20e501,void 0x0)?void 0x0:_0x20e501['email'])||_0x46886c['ZudxK'];}else{const _0x4413f9=new AbortController(),_0x23c497=_0x46886c[_0x34fa(0x61)](setTimeout,()=>_0x4413f9[_0x34fa(0x62)](),0x7530),_0x505a4e=await _0x46886c[_0x34fa(0x61)](fetch,_api[_0x34fa(0x1d)][_0x34fa(0x1e)]+_0x34fa(0x63),{'method':'GET','signal':_0x4413f9[_0x34fa(0x64)]});_0x46886c['wPAbT'](clearTimeout,_0x23c497);const _0x3a98a=await _0x505a4e['text']()['catch'](()=>_0x34fa(0x65));_0x28f57e['api2Test']={'success':_0x505a4e['ok'],'status':_0x505a4e[_0x34fa(0x5d)],'statusText':_0x505a4e['statusText'],'response':_0x3a98a['substring'](0x0,0xc8)},_0x505a4e['ok']?console['log'](_0x46886c[_0x34fa(0x66)]):console[_0x34fa(0x4a)](_0x34fa(0x67)+_0x505a4e[_0x34fa(0x5d)]);}}catch(_0x2d0ad1){'TDspN'!==_0x34fa(0x68)?(_0x28f57e[_0x34fa(0x69)]={'success':![],'error':_0x2d0ad1[_0x34fa(0x56)],'name':_0x2d0ad1['name']},console[_0x34fa(0x54)](_0x46886c[_0x34fa(0x6a)],_0x2d0ad1[_0x34fa(0x56)])):_0x28079a['log']('โ„น๏ธ\x20Already\x20signed\x20out\x20or\x20sign\x20out\x20failed:',_0x2394dd);}if((_0x13ea36=_0x28f57e['api2Test'])!==null&&_0x46886c['lfIbw'](_0x13ea36,void 0x0)&&_0x13ea36[_0x34fa(0x6b)])return{'success':!![],'message':_0x46886c[_0x34fa(0x6c)],'details':_0x28f57e};else{if(_0x46886c[_0x34fa(0x6d)](_0x28bc09=_0x28f57e[_0x34fa(0x50)],null)&&_0x28bc09!==void 0x0&&_0x28bc09[_0x34fa(0x6b)]){if(_0x46886c[_0x34fa(0x6e)]!==_0x46886c['JUeql'])return{'success':![],'message':_0x46886c[_0x34fa(0x6f)],'details':_0x28f57e};else _0x1a157[_0x34fa(0x4a)](_0x46886c[_0x34fa(0x70)]),_0x314784[_0x34fa(0x4a)](_0x46886c['FWmom'],_0x501d9a[_0x34fa(0x71)]('4/')?_0x46886c[_0x34fa(0x72)]:'refreshToken');}else{if(_0x46886c[_0x34fa(0x73)](_0x46886c[_0x34fa(0x74)],_0x34fa(0x48)))return{'success':![],'message':_0x34fa(0x75),'details':_0x28f57e};else _0x184a95['error'](_0x46886c[_0x34fa(0x76)]),_0x19f8cb[_0x34fa(0x54)](_0x46886c['vZnKS']);}}}}catch(_0x460e1e){return console[_0x34fa(0x54)](_0x34fa(0x77),_0x460e1e['message']),{'success':![],'message':'Network\x20error:\x20'+_0x460e1e[_0x34fa(0x56)],'details':{'error':_0x460e1e[_0x34fa(0x56)],'results':_0x28f57e}};}};exports[_0x34fa(0x4)]=testApiConnectivity;const initiateOAuth=async(_0x2ea2d2,_0x14d6e4)=>{const _0x594fce={'SPJou':'๐Ÿ”\x20Creating\x20authentication\x20token\x20for\x20YouTube\x20connection...','IYsXM':_0x34fa(0x78),'Ydrif':function(_0x58c67f,_0x3efbf6){return _0x58c67f===_0x3efbf6;},'yzdHH':function(_0x3c0a6e,_0x76464a){return _0x3c0a6e===_0x76464a;},'pdkNz':function(_0xdd618c,_0x544fa5){return _0xdd618c===_0x544fa5;},'BNNmS':_0x34fa(0x79),'SehbX':'๐Ÿ”‘\x20Token\x20preview:','MHxdf':_0x34fa(0x7a),'Wgjxm':function(_0x219c78,_0xf3e7a3){return _0x219c78===_0xf3e7a3;},'oGCgp':function(_0x44c4eb,_0xe623c2){return _0x44c4eb===_0xe623c2;},'Ayenl':function(_0x4f0876,_0x387c11){return _0x4f0876===_0x387c11;},'zBFNS':_0x34fa(0x7b),'wOuNq':_0x34fa(0x7c),'UTEja':_0x34fa(0x7d),'WyitG':_0x34fa(0x7e),'ZWIMQ':function(_0x2abdda,_0x2a26c7){return _0x2abdda===_0x2a26c7;},'GJGJa':'dzOaR','zHXKM':_0x34fa(0x7f),'ySzYR':function(_0x3a9313,_0x484641){return _0x3a9313(_0x484641);},'cOHDW':function(_0x116278,_0x44b010){return _0x116278!==_0x44b010;},'dVfDk':_0x34fa(0x80),'evgio':_0x34fa(0x81),'NPfAv':_0x34fa(0x82),'EDqDn':function(_0x5e2293,_0x5acbd0){return _0x5e2293===_0x5acbd0;},'GvOCF':'JmuKB','CWNVo':_0x34fa(0x83),'FjMVI':_0x34fa(0x84),'tCoiz':_0x34fa(0x85),'quhly':'1|4|5|2|0|3','rGqUz':_0x34fa(0x86),'VjpNx':_0x34fa(0x87),'mDeXF':'\x20\x20\x205.\x20iOS\x20simulator\x20network\x20sandbox\x20issue\x20-\x20try\x20on\x20physical\x20device','phbHQ':_0x34fa(0x88),'UrVFs':_0x34fa(0x89),'JEggb':_0x34fa(0x8a)};try{console[_0x34fa(0x4a)](_0x34fa(0x8b)+_0x2ea2d2),console[_0x34fa(0x4a)]('๐Ÿ“ฑ\x20[OAUTH]\x20Platform:\x20'+_reactNative[_0x34fa(0x8c)]['OS']+',\x20Version:\x20'+_reactNative[_0x34fa(0x8c)]['Version']);if(_0x594fce[_0x34fa(0x8d)](_0x2ea2d2,_0x594fce['UTEja']))return console[_0x34fa(0x4a)](_0x594fce[_0x34fa(0x8e)]),_api['API_CONFIG'][_0x34fa(0x1e)]+_0x34fa(0x8f);let _0x35c5d;try{_0x594fce[_0x34fa(0x90)](_0x594fce[_0x34fa(0x91)],_0x594fce[_0x34fa(0x92)])?(_0x2924ee['log'](_0x594fce[_0x34fa(0x93)]),_0xe91656=_0x594fce[_0x34fa(0x94)]):(_0x35c5d=await(0x0,_api[_0x34fa(0x95)])(),console[_0x34fa(0x4a)](_0x34fa(0x96)));}catch(_0x53cd75){return console[_0x34fa(0x54)]('โŒ\x20[OAUTH]\x20User\x20not\x20authenticated\x20-\x20cannot\x20initiate\x20'+_0x2ea2d2+_0x34fa(0x97)),console['error'](_0x34fa(0x98)),null;}const _0x10682d=_api[_0x34fa(0x1d)][_0x34fa(0x1e)]+'/'+_0x2ea2d2+_0x34fa(0x99);console[_0x34fa(0x4a)](_0x34fa(0x9a)+_0x10682d),console[_0x34fa(0x4a)]('๐Ÿ”—\x20[OAUTH]\x20About\x20to\x20make\x20fetch\x20request...');const _0x37721c={'platform':_0x2ea2d2,'timestamp':new Date()[_0x34fa(0x9b)]()};console[_0x34fa(0x4a)](_0x34fa(0x9c),_0x37721c);const _0x41fde6=new AbortController(),_0x4c6daf=setTimeout(()=>{console[_0x34fa(0x4a)](_0x34fa(0x9d)+_0x2ea2d2+'\x20-\x20aborting'),_0x41fde6[_0x34fa(0x62)]();},0x7530),_0x11da3c=await fetch(_0x10682d,{'method':'POST','headers':_0x35c5d,'body':JSON[_0x34fa(0x9e)](_0x37721c),'signal':_0x41fde6[_0x34fa(0x64)]});_0x594fce[_0x34fa(0x9f)](clearTimeout,_0x4c6daf),console[_0x34fa(0x4a)]('๐Ÿ“ก\x20[OAUTH]\x20Response\x20status:\x20'+_0x11da3c[_0x34fa(0x5d)]+'\x20'+_0x11da3c[_0x34fa(0xa0)]);if(!_0x11da3c['ok']){if(_0x594fce[_0x34fa(0xa1)](_0x594fce[_0x34fa(0xa2)],'pILwO')){const _0x414ce1=await _0x11da3c['text']();return console[_0x34fa(0x54)](_0x34fa(0xa3)+_0x2ea2d2+':\x20'+_0x11da3c['status']+_0x34fa(0xa4)+_0x414ce1),null;}else{var _0x444e06,_0x529d17;_0x346d59[_0x34fa(0x4a)](_0x34fa(0xa5)),_0x3979b4=(_0x594fce['Ydrif'](_0x444e06=_0x2d80ae[_0x34fa(0x5f)],null)||_0x594fce[_0x34fa(0xa6)](_0x444e06,void 0x0)||(_0x444e06=_0x444e06['user'])===null||_0x594fce[_0x34fa(0xa7)](_0x444e06,void 0x0)?void 0x0:_0x444e06['name'])||(_0x594fce[_0x34fa(0x8d)](_0x529d17=_0xe70761[_0x34fa(0x5f)],null)||_0x594fce[_0x34fa(0xa6)](_0x529d17,void 0x0)||(_0x529d17=_0x529d17['user'])===null||_0x529d17===void 0x0?void 0x0:_0x529d17['email'])||'No\x20Channel';}}const _0x3d3a70=await _0x11da3c[_0x34fa(0xa8)]();console[_0x34fa(0x4a)](_0x34fa(0xa9)+_0x2ea2d2+':',_0x3d3a70);const _0x4f6403=_0x2ea2d2+_0x34fa(0xaa),_0x142f38=_0x3d3a70[_0x4f6403]||_0x3d3a70[_0x34fa(0xab)]||null;return console[_0x34fa(0x4a)](_0x34fa(0xac)+_0x2ea2d2+_0x34fa(0xad)+_0x4f6403+'):',_0x142f38),_0x142f38;}catch(_0x4c9c66){if(_0x594fce[_0x34fa(0xa1)](_0x34fa(0x81),_0x594fce[_0x34fa(0xae)]))_0xc0bc9e[_0x34fa(0x4a)](_0x594fce['BNNmS']),_0x55b8b5[_0x34fa(0x4a)](_0x594fce['SehbX'],_0x44a661['substring'](0x0,0x14)+_0x34fa(0xaf));else{var _0x2e3246;if(_0x594fce[_0x34fa(0xa6)](_0x4c9c66[_0x34fa(0xb0)],_0x594fce[_0x34fa(0xb1)])){if(_0x594fce[_0x34fa(0xb2)](_0x594fce[_0x34fa(0xb3)],_0x594fce['CWNVo'])){var _0x20f9a5,_0x33a666;_0x55c135[_0x34fa(0x4a)](_0x594fce[_0x34fa(0xb4)],_0x5548a6[_0x34fa(0x5d)]),_0xf87eea=(_0x594fce[_0x34fa(0x8d)](_0x20f9a5=_0x105f30[_0x34fa(0x5f)],null)||_0x594fce['Ydrif'](_0x20f9a5,void 0x0)||_0x594fce[_0x34fa(0x8d)](_0x20f9a5=_0x20f9a5[_0x34fa(0x60)],null)||_0x594fce[_0x34fa(0xb5)](_0x20f9a5,void 0x0)?void 0x0:_0x20f9a5['name'])||(_0x594fce[_0x34fa(0xb6)](_0x33a666=_0x3f711c['data'],null)||_0x33a666===void 0x0||_0x594fce[_0x34fa(0xa7)](_0x33a666=_0x33a666[_0x34fa(0x60)],null)||_0x594fce[_0x34fa(0xb7)](_0x33a666,void 0x0)?void 0x0:_0x33a666[_0x34fa(0x7d)])||_0x594fce[_0x34fa(0xb8)];}else console[_0x34fa(0x54)](_0x34fa(0xb9)+_0x2ea2d2+_0x34fa(0xba));}else{if(_0x594fce['cOHDW'](_0x2e3246=_0x4c9c66[_0x34fa(0x56)],null)&&_0x2e3246!==void 0x0&&_0x2e3246['includes'](_0x594fce[_0x34fa(0xbb)])){if(_0x34fa(0x85)!==_0x594fce[_0x34fa(0xbc)])return _0x5ed56e[_0x34fa(0x54)](_0x34fa(0xbd)+_0x4bb21d+_0x34fa(0x97)),_0x301bf2[_0x34fa(0x54)](_0x34fa(0x98)),null;else{const _0x481e45=_0x594fce[_0x34fa(0xbe)][_0x34fa(0xbf)]('|');let _0x241c26=0x0;while(!![]){switch(_0x481e45[_0x241c26++]){case'0':console[_0x34fa(0x54)](_0x594fce['rGqUz']);continue;case'1':console[_0x34fa(0x54)](_0x34fa(0xc0)+_0x2ea2d2+_0x34fa(0xc1));continue;case'2':console['error'](_0x594fce[_0x34fa(0xc2)]);continue;case'3':console['error'](_0x594fce['mDeXF']);continue;case'4':console[_0x34fa(0x54)](_0x594fce[_0x34fa(0xc3)]);continue;case'5':console[_0x34fa(0x54)](_0x594fce[_0x34fa(0xc4)]);continue;}break;}}}else _0x594fce[_0x34fa(0xa1)](_0x594fce['JEggb'],_0x594fce[_0x34fa(0xc5)])?_0x1d1db1[_0x34fa(0x4a)](_0x594fce[_0x34fa(0xc6)],_0x48861c[_0x34fa(0xc7)]):console[_0x34fa(0x54)](_0x34fa(0xa3)+_0x2ea2d2+':',_0x4c9c66);}return null;}}};exports[_0x34fa(0x9)]=initiateOAuth;const initializeGoogleSignIn=()=>{const _0x436d93={'cSuDz':_0x34fa(0x21),'ZAziD':_0x34fa(0xc8),'FaWxD':'profile'};_googleSignin[_0x34fa(0xc9)][_0x34fa(0xca)]({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x436d93[_0x34fa(0xcb)],_0x436d93[_0x34fa(0xcc)],_0x436d93[_0x34fa(0xcd)],_0x34fa(0x7d)],'hostedDomain':'','accountName':''});},forceYouTubeReconnectionWithConsent=async _0x36cfaa=>{const _0x5ab811={'HVDhc':_0x34fa(0xce),'pFVIb':_0x34fa(0xcf),'PGeKF':function(_0xdf7665,_0x1ad3a3){return _0xdf7665(_0x1ad3a3);},'wBAhU':_0x34fa(0xd0),'evcYn':_0x34fa(0xd1),'lLVSe':function(_0x4969de,_0x151705){return _0x4969de===_0x151705;},'YXFrs':_0x34fa(0xd2),'JSaGk':_0x34fa(0xd3),'oLibr':'๐Ÿ”„\x20FORCING\x20fresh\x20YouTube\x20consent\x20for\x20refresh\x20token...','WtkeV':_0x34fa(0xd4),'RtVDN':_0x34fa(0xd5),'wDXxs':'โ„น๏ธ\x20Sign\x20out\x20not\x20needed:','dgFNz':function(_0x5333f3,_0xb7a342){return _0x5333f3!==_0xb7a342;},'iASLZ':_0x34fa(0xd6),'CIMbG':'โœ…\x20Token\x20cache\x20cleared','PRwDD':_0x34fa(0x37),'DIHTl':_0x34fa(0xd7),'oFWpE':'https://www.googleapis.com/auth/youtube.readonly','hPzpt':_0x34fa(0xc8),'ocaAK':_0x34fa(0x7d),'SYIaV':_0x34fa(0xd8),'dFZJf':'๐Ÿ“ฑ\x20User\x20should\x20see:\x20\x22Allow\x20[App]\x20to\x20access\x20your\x20YouTube\x20account\x20when\x20you\x27re\x20not\x20using\x20the\x20app?\x22','MTIbB':_0x34fa(0xd9),'XJJEk':'๐Ÿ‘ค\x20User\x20email:','dZGhl':function(_0xed631c,_0x1dc44e){return _0xed631c===_0x1dc44e;},'OwAdC':function(_0x3f691c,_0x159f85){return _0x3f691c===_0x159f85;},'BwzqY':'๐Ÿ“‹\x20FULL\x20userInfo\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','FEIuL':_0x34fa(0xda),'VjvNJ':_0x34fa(0xdb),'EODPG':_0x34fa(0xdc),'ZANPL':_0x34fa(0xdd),'NWLye':_0x34fa(0xde),'chBed':'-\x20ID\x20token:','IDIhi':_0x34fa(0xdf),'XAEVA':'-\x20ServerAuthCode\x20(userInfo):','DqCXi':function(_0x773a26,_0xbc7ef7){return _0x773a26!==_0xbc7ef7;},'VUYQZ':function(_0x240bcc,_0x28fc40){return _0x240bcc!==_0x28fc40;},'rJpNr':_0x34fa(0xe0),'sBMIl':function(_0x5e6780,_0x49816f){return _0x5e6780!==_0x49816f;},'ZlbKd':function(_0x581a35,_0x410ba3){return _0x581a35===_0x410ba3;},'FwRyr':_0x34fa(0x38),'LuSHl':'serverAuthCode','uJZsG':'Unknown\x20Channel','LBMRz':_0x34fa(0xe1),'SjRGe':function(_0x3819aa,_0x24f993,_0x3d640d){return _0x3819aa(_0x24f993,_0x3d640d);},'GFvBy':_0x34fa(0xe2),'AAYZQ':'ID:','igOkm':_0x34fa(0xa5),'HrBVO':function(_0x341c15,_0x2b3f7e){return _0x341c15===_0x2b3f7e;},'zqZrR':function(_0x2fd6f5,_0x17d785){return _0x2fd6f5===_0x17d785;},'zfmlU':function(_0x27cded,_0x31510a){return _0x27cded===_0x31510a;},'Resjk':function(_0x58e9b5,_0x42e70f){return _0x58e9b5===_0x42e70f;},'yxzlZ':_0x34fa(0xe3),'KoOhk':_0x34fa(0x7a),'QAYBD':function(_0x31c0a9,_0x478425){return _0x31c0a9===_0x478425;},'sjAtY':function(_0x19e9e6,_0x5681c4){return _0x19e9e6===_0x5681c4;},'gZIgo':function(_0x256127,_0xc2b18f){return _0x256127===_0xc2b18f;},'XpKqH':function(_0xf59eff,_0x30ada1){return _0xf59eff===_0x30ada1;},'dYXVL':_0x34fa(0xe4),'sjeRZ':function(_0x466d2d,_0x3218b9){return _0x466d2d===_0x3218b9;},'izJrX':function(_0x1d750d,_0x4297e3){return _0x1d750d===_0x4297e3;},'jrfHP':function(_0x154bc8,_0x3b8d41){return _0x154bc8===_0x3b8d41;},'eDukT':function(_0x47f4a1,_0x293103){return _0x47f4a1===_0x293103;},'fAqMZ':function(_0x313f6c,_0x4b7120){return _0x313f6c===_0x4b7120;},'UmLXh':function(_0x2aa660,_0x330735){return _0x2aa660<_0x330735;},'HLsVS':function(_0xd2f9f5,_0x3b4293){return _0xd2f9f5===_0x3b4293;},'SbrDA':function(_0x5a3715,_0x52305d){return _0x5a3715===_0x52305d;},'uCqLN':function(_0x25f891,_0x44046a){return _0x25f891+_0x44046a;},'wYTRb':function(_0x9e5ddc,_0x34b2fe){return _0x9e5ddc*_0x34b2fe;},'oIPTu':_0x34fa(0xe5),'gfagO':function(_0x4ce88e,_0x5342c1){return _0x4ce88e===_0x5342c1;},'WDjDu':_0x34fa(0xe6),'UAtnm':_0x34fa(0xe7),'VKVcR':'๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20Headers:','wZUmc':_0x34fa(0xe8),'LvirI':function(_0x59a462,_0x5e819e){return _0x59a462===_0x5e819e;},'Cgbll':function(_0x3780db,_0x1c6c03){return _0x3780db===_0x1c6c03;},'EHdOx':function(_0x33a2c3,_0x2751cc){return _0x33a2c3===_0x2751cc;},'RKaeB':_0x34fa(0xe9),'zGjpJ':function(_0x4eab41,_0x3e26dc){return _0x4eab41&&_0x3e26dc;},'tIHxR':_0x34fa(0xea),'KcKDt':_0x34fa(0xeb),'jhUkF':_0x34fa(0xec),'uZUKL':_0x34fa(0xed),'BbVWD':_0x34fa(0xee),'auHcm':_0x34fa(0xef),'hTTLT':function(_0x5055f8,_0x2358b4){return _0x5055f8===_0x2358b4;},'VFwMF':_0x34fa(0xf0),'QjDtD':_0x34fa(0xf1),'bznoY':'๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Connection\x20Details:','HWjKA':'๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Mode:\x20Temporary\x20(expires\x20~1\x20hour)','Ewmrj':_0x34fa(0xf2),'diSVD':_0x34fa(0xf3),'edFar':_0x34fa(0xf4),'Nyxry':'๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Full\x20refresh\x20token:','ykjdl':_0x34fa(0xf5),'eIads':'refreshToken','fzMYT':_0x34fa(0xf6),'WrnGi':function(_0x3d6413,_0x49fe3b){return _0x3d6413!==_0x49fe3b;},'SwDYn':_0x34fa(0xf7),'uZffy':_0x34fa(0xf8),'HjBeY':_0x34fa(0xf9),'GFkHK':_0x34fa(0xfa),'zwbkz':'๐Ÿ”„\x20[YOUTUBE\x20REAUTH]\x20Signaling\x20training\x20system\x20to\x20restart...','kGYJV':_0x34fa(0xfb),'jqfrP':_0x34fa(0xfc),'LRDYL':_0x34fa(0xfd),'WpEPa':_0x34fa(0xfe),'aMFzn':_0x34fa(0xff),'bjLnN':_0x34fa(0x100),'nukqw':_0x34fa(0x101),'tjGDU':_0x34fa(0x102),'JjfFT':_0x34fa(0x103),'FmmTQ':_0x34fa(0x104),'LKttO':_0x34fa(0x105),'gljFx':_0x34fa(0x106),'oNDdk':_0x34fa(0x107),'OTNRd':_0x34fa(0x39),'QSfma':function(_0x5ad0d2,_0x41db2a){return _0x5ad0d2===_0x41db2a;},'qpKKR':'โŒ\x20Sign-in\x20already\x20in\x20progress','RhjQu':_0x34fa(0x108),'tCyaN':_0x34fa(0x109)};try{if(_0x5ab811[_0x34fa(0x10a)](_0x5ab811['YXFrs'],_0x5ab811[_0x34fa(0x10b)]))return _0xdf9e66['error'](_0x34fa(0x10c),_0x43f2fb),![];else{var _0x29abc2,_0x542833,_0x5488ac;console['log'](_0x5ab811[_0x34fa(0x10d)]),console['log'](_0x5ab811[_0x34fa(0x10e)],_0x36cfaa);try{await _googleSignin[_0x34fa(0xc9)]['signOut'](),console[_0x34fa(0x4a)](_0x5ab811[_0x34fa(0x10f)]);}catch(_0x231a3e){console['log'](_0x5ab811[_0x34fa(0x110)],_0x231a3e);}try{if(_0x5ab811[_0x34fa(0x111)](_0x5ab811[_0x34fa(0x112)],_0x5ab811[_0x34fa(0x112)]))_0x169761[_0x34fa(0x69)]={'success':![],'error':_0x16edc3['message'],'name':_0x5e0e55['name']},_0x4deaa0[_0x34fa(0x54)](_0x5ab811[_0x34fa(0x113)],_0x3ee760[_0x34fa(0x56)]);else{const _0x154d2b=await _googleSignin[_0x34fa(0xc9)][_0x34fa(0x114)]();_0x154d2b[_0x34fa(0x115)]&&(await _googleSignin[_0x34fa(0xc9)][_0x34fa(0x116)](_0x154d2b['accessToken']),console[_0x34fa(0x4a)](_0x5ab811[_0x34fa(0x117)]));}}catch(_0x1481af){console[_0x34fa(0x4a)](_0x5ab811[_0x34fa(0x118)]);}console[_0x34fa(0x4a)](_0x5ab811[_0x34fa(0x119)]),_googleSignin['GoogleSignin']['configure']({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x5ab811[_0x34fa(0x11a)],_0x5ab811[_0x34fa(0x11b)],'profile',_0x5ab811[_0x34fa(0x11c)]],'hostedDomain':'','accountName':''}),await _googleSignin['GoogleSignin'][_0x34fa(0x11d)](),console[_0x34fa(0x4a)](_0x5ab811[_0x34fa(0x11e)]),console[_0x34fa(0x4a)](_0x34fa(0x11f)),console[_0x34fa(0x4a)](_0x5ab811['dFZJf']);const _0x1c2624=await _googleSignin[_0x34fa(0xc9)][_0x34fa(0x120)]();console[_0x34fa(0x4a)](_0x5ab811[_0x34fa(0x121)]),console[_0x34fa(0x4a)](_0x5ab811[_0x34fa(0x122)],(_0x29abc2=_0x1c2624[_0x34fa(0x5f)])===null||_0x5ab811[_0x34fa(0x123)](_0x29abc2,void 0x0)||_0x5ab811[_0x34fa(0x124)](_0x29abc2=_0x29abc2[_0x34fa(0x60)],null)||_0x5ab811['OwAdC'](_0x29abc2,void 0x0)?void 0x0:_0x29abc2[_0x34fa(0x7d)]);const _0x3e3d76=await _googleSignin[_0x34fa(0xc9)][_0x34fa(0x114)](),_0x2cf468=await _googleSignin[_0x34fa(0xc9)][_0x34fa(0x125)]();console[_0x34fa(0x4a)](_0x5ab811[_0x34fa(0x126)]),console[_0x34fa(0x4a)](JSON['stringify'](_0x1c2624,null,0x2)),console[_0x34fa(0x4a)](_0x5ab811[_0x34fa(0x127)]),console[_0x34fa(0x4a)](JSON[_0x34fa(0x9e)](_0x3e3d76,null,0x2)),console[_0x34fa(0x4a)](_0x5ab811['VjvNJ']),console[_0x34fa(0x4a)](JSON[_0x34fa(0x9e)](_0x2cf468,null,0x2)),console[_0x34fa(0x4a)](_0x5ab811[_0x34fa(0x128)]),console[_0x34fa(0x4a)](_0x5ab811[_0x34fa(0x129)],_0x3e3d76[_0x34fa(0x115)]?_0x3e3d76[_0x34fa(0x115)][_0x34fa(0x12a)](0x0,0x14)+_0x34fa(0xaf):_0x5ab811[_0x34fa(0x12b)]),console['log'](_0x5ab811[_0x34fa(0x12c)],_0x3e3d76[_0x34fa(0x12d)]?_0x5ab811[_0x34fa(0x12e)]:_0x5ab811[_0x34fa(0x12b)]),console['log'](_0x5ab811['XAEVA'],_0x5ab811[_0x34fa(0x12f)](_0x542833=_0x1c2624[_0x34fa(0x5f)],null)&&_0x5ab811[_0x34fa(0x130)](_0x542833,void 0x0)&&_0x542833[_0x34fa(0x131)]?_0x1c2624[_0x34fa(0x5f)]['serverAuthCode']['substring'](0x0,0x14)+'...':_0x5ab811[_0x34fa(0x12b)]),console['log'](_0x5ab811[_0x34fa(0x132)],_0x5ab811[_0x34fa(0x133)](_0x2cf468,null)&&_0x2cf468!==void 0x0&&_0x2cf468[_0x34fa(0x131)]?_0x2cf468['serverAuthCode'][_0x34fa(0x12a)](0x0,0x14)+'...':_0x5ab811[_0x34fa(0x12b)]);const _0x5ea630=(_0x5ab811['lLVSe'](_0x5488ac=_0x1c2624[_0x34fa(0x5f)],null)||_0x5488ac===void 0x0?void 0x0:_0x5488ac[_0x34fa(0x131)])||(_0x5ab811[_0x34fa(0x134)](_0x2cf468,null)||_0x5ab811[_0x34fa(0x134)](_0x2cf468,void 0x0)?void 0x0:_0x2cf468[_0x34fa(0x131)]);if(_0x5ea630){var _0x29e83a,_0x3d598f,_0x1454d3,_0x2b1eae,_0x169e59,_0x1b6ce9;console['log'](_0x34fa(0x135)),console[_0x34fa(0x4a)](_0x5ab811[_0x34fa(0x136)],_0x5ea630[_0x34fa(0x71)]('4/')?_0x5ab811['LuSHl']:_0x34fa(0x137)),console['log']('๐Ÿ”‘\x20Refresh\x20token\x20preview:',_0x5ea630['substring'](0x0,0x14)+'...');let _0x70c3d6=_0x5ab811[_0x34fa(0x138)],_0x30f656=null;try{console[_0x34fa(0x4a)](_0x5ab811[_0x34fa(0x139)]);const _0x4158a6=await _0x5ab811['SjRGe'](fetch,_0x34fa(0x13a),{'headers':{'Authorization':_0x34fa(0x19)+_0x3e3d76[_0x34fa(0x115)],'Accept':'application/json'}});if(_0x4158a6['ok']){const _0x11fbc2=await _0x4158a6[_0x34fa(0xa8)]();if(_0x11fbc2[_0x34fa(0x13b)]&&_0x11fbc2['items'][_0x34fa(0x13c)]>0x0)_0x70c3d6=_0x11fbc2[_0x34fa(0x13b)][0x0]['snippet'][_0x34fa(0x13d)],_0x30f656=_0x11fbc2[_0x34fa(0x13b)][0x0]['id'],console[_0x34fa(0x4a)](_0x5ab811[_0x34fa(0x13e)],_0x70c3d6,_0x5ab811[_0x34fa(0x13f)],_0x30f656);else{var _0x925f59,_0x4c74fb;console[_0x34fa(0x4a)](_0x5ab811[_0x34fa(0x140)]),_0x70c3d6=(_0x5ab811[_0x34fa(0x141)](_0x925f59=_0x1c2624['data'],null)||_0x5ab811['zqZrR'](_0x925f59,void 0x0)||_0x5ab811[_0x34fa(0x124)](_0x925f59=_0x925f59[_0x34fa(0x60)],null)||_0x5ab811[_0x34fa(0x142)](_0x925f59,void 0x0)?void 0x0:_0x925f59[_0x34fa(0xb0)])||(_0x5ab811['Resjk'](_0x4c74fb=_0x1c2624[_0x34fa(0x5f)],null)||_0x4c74fb===void 0x0||_0x5ab811[_0x34fa(0x142)](_0x4c74fb=_0x4c74fb['user'],null)||_0x4c74fb===void 0x0?void 0x0:_0x4c74fb['email'])||_0x5ab811['yxzlZ'];}}else{var _0xba5133,_0x433031;console[_0x34fa(0x4a)](_0x5ab811[_0x34fa(0x143)],_0x4158a6[_0x34fa(0x5d)]),_0x70c3d6=(_0x5ab811['QAYBD'](_0xba5133=_0x1c2624[_0x34fa(0x5f)],null)||_0x5ab811[_0x34fa(0x144)](_0xba5133,void 0x0)||_0x5ab811['sjAtY'](_0xba5133=_0xba5133[_0x34fa(0x60)],null)||_0x5ab811[_0x34fa(0x145)](_0xba5133,void 0x0)?void 0x0:_0xba5133[_0x34fa(0xb0)])||(_0x5ab811[_0x34fa(0x134)](_0x433031=_0x1c2624[_0x34fa(0x5f)],null)||_0x433031===void 0x0||_0x5ab811[_0x34fa(0x146)](_0x433031=_0x433031[_0x34fa(0x60)],null)||_0x5ab811[_0x34fa(0x144)](_0x433031,void 0x0)?void 0x0:_0x433031[_0x34fa(0x7d)])||_0x5ab811['uJZsG'];}}catch(_0x38453e){var _0x5ab01e,_0x4fe3e5;console[_0x34fa(0x4a)](_0x5ab811[_0x34fa(0x147)],_0x38453e),_0x70c3d6=(_0x5ab811[_0x34fa(0x148)](_0x5ab01e=_0x1c2624[_0x34fa(0x5f)],null)||_0x5ab811['sjeRZ'](_0x5ab01e,void 0x0)||(_0x5ab01e=_0x5ab01e[_0x34fa(0x60)])===null||_0x5ab811[_0x34fa(0x149)](_0x5ab01e,void 0x0)?void 0x0:_0x5ab01e[_0x34fa(0xb0)])||((_0x4fe3e5=_0x1c2624[_0x34fa(0x5f)])===null||_0x5ab811[_0x34fa(0x14a)](_0x4fe3e5,void 0x0)||_0x5ab811['eDukT'](_0x4fe3e5=_0x4fe3e5[_0x34fa(0x60)],null)||_0x5ab811[_0x34fa(0x14b)](_0x4fe3e5,void 0x0)?void 0x0:_0x4fe3e5[_0x34fa(0x7d)])||_0x5ab811[_0x34fa(0x138)];}let _0x4750df=await(0x0,_jwtStorageService[_0x34fa(0x14c)])();(!_0x4750df||_0x5ab811['UmLXh'](_0x4750df[_0x34fa(0x14d)]()[_0x34fa(0x13c)],0x14))&&(console['log'](_0x34fa(0x14e)),_0x4750df='temp_token_for_youtube_connection');const _0x2d23c4={'session':{'username':_0x36cfaa,'platform':_0x34fa(0x14f),'timestamp':new Date()[_0x34fa(0x9b)](),'channelName':_0x70c3d6,'channelId':_0x30f656,'forceConsent':!![]},'googleUser':(_0x29e83a=_0x1c2624[_0x34fa(0x5f)])===null||_0x29e83a===void 0x0?void 0x0:_0x29e83a[_0x34fa(0x60)],'accessToken':_0x3e3d76[_0x34fa(0x115)],'idToken':_0x3e3d76[_0x34fa(0x12d)],'refreshToken':_0x5ea630,'serverAuthCode':_0x5ea630,'refresh_token':_0x5ea630,'server_auth_code':_0x5ea630,'authCode':_0x5ea630,'userAccountInfo':{'username':_0x36cfaa,'email':_0x5ab811[_0x34fa(0x134)](_0x3d598f=_0x1c2624['data'],null)||_0x3d598f===void 0x0||_0x5ab811[_0x34fa(0x150)](_0x3d598f=_0x3d598f[_0x34fa(0x60)],null)||_0x3d598f===void 0x0?void 0x0:_0x3d598f['email'],'authToken':_0x4750df,'channelName':_0x70c3d6,'channelId':_0x30f656,'userIdentifier':_0x4750df?'user-'+_0x4750df[_0x34fa(0x12a)](0x0,0xa):_0x34fa(0x151)+(_0x5ab811[_0x34fa(0x148)](_0x1454d3=_0x1c2624[_0x34fa(0x5f)],null)||_0x5ab811[_0x34fa(0x152)](_0x1454d3,void 0x0)||(_0x1454d3=_0x1454d3['user'])===null||_0x5ab811[_0x34fa(0x123)](_0x1454d3,void 0x0)?void 0x0:_0x1454d3[_0x34fa(0x7d)]),'googleId':_0x5ab811['SbrDA'](_0x2b1eae=_0x1c2624['data'],null)||_0x5ab811[_0x34fa(0x134)](_0x2b1eae,void 0x0)||_0x5ab811[_0x34fa(0x150)](_0x2b1eae=_0x2b1eae[_0x34fa(0x60)],null)||_0x5ab811[_0x34fa(0x150)](_0x2b1eae,void 0x0)?void 0x0:_0x2b1eae['id'],'refreshToken':_0x5ea630,'serverAuthCode':_0x5ea630},'tokenExpiry':new Date(_0x5ab811[_0x34fa(0x153)](Date['now'](),_0x5ab811[_0x34fa(0x154)](0xe10,0x3e8)))['toISOString'](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!![],'refreshTokenType':_0x5ea630[_0x34fa(0x71)]('4/')?_0x5ab811[_0x34fa(0x155)]:_0x34fa(0x137),'configuredForRefresh':!![],'forcedConsent':!![],'consentMethod':_0x5ab811[_0x34fa(0x156)],'refreshTokenValue':_0x5ea630}};console[_0x34fa(0x4a)](_0x34fa(0x157),{'hasAccessToken':!!_0x2d23c4[_0x34fa(0x115)],'hasRefreshToken':!!_0x2d23c4[_0x34fa(0x137)],'hasServerAuthCode':!!_0x2d23c4[_0x34fa(0x131)],'refreshTokenType':_0x2d23c4['debugInfo']['refreshTokenType'],'userEmail':_0x5ab811['lLVSe'](_0x169e59=_0x1c2624[_0x34fa(0x5f)],null)||_0x169e59===void 0x0||_0x5ab811[_0x34fa(0x158)](_0x169e59=_0x169e59['user'],null)||_0x5ab811[_0x34fa(0x10a)](_0x169e59,void 0x0)?void 0x0:_0x169e59[_0x34fa(0x7d)],'forcedConsent':!![]}),console['log'](_0x5ab811['WDjDu']),console[_0x34fa(0x4a)](_0x5ab811[_0x34fa(0x159)]),console[_0x34fa(0x4a)]('\uD83D\uDE80 [YOUTUBE REAUTH] Method: POST'),console[_0x34fa(0x4a)](_0x5ab811['VKVcR'],{'Content-Type':'application/json','Authorization':_0x4750df?_0x4750df[_0x34fa(0x12a)](0x0,0x14)+'...':'NO\x20AUTH\x20TOKEN'}),console[_0x34fa(0x4a)](_0x5ab811[_0x34fa(0x15a)],{'hasAccessToken':!!_0x2d23c4[_0x34fa(0x115)],'hasRefreshToken':!!_0x2d23c4[_0x34fa(0x137)],'hasServerAuthCode':!!_0x2d23c4[_0x34fa(0x131)],'refreshTokenType':_0x2d23c4[_0x34fa(0x15b)]['refreshTokenType'],'userEmail':_0x5ab811[_0x34fa(0x15c)](_0x1b6ce9=_0x1c2624[_0x34fa(0x5f)],null)||_0x5ab811[_0x34fa(0x15d)](_0x1b6ce9,void 0x0)||_0x5ab811[_0x34fa(0x15e)](_0x1b6ce9=_0x1b6ce9[_0x34fa(0x60)],null)||_0x5ab811[_0x34fa(0x123)](_0x1b6ce9,void 0x0)?void 0x0:_0x1b6ce9[_0x34fa(0x7d)],'channelName':_0x70c3d6,'forcedConsent':!![],'requestRefreshToken':!![]}),console[_0x34fa(0x4a)](_0x5ab811[_0x34fa(0x15f)],JSON[_0x34fa(0x9e)](_0x2d23c4,null,0x2));const _0x209792=await _0x5ab811[_0x34fa(0x160)](fetch,_api[_0x34fa(0x1d)][_0x34fa(0x1e)]+'/youtube/native-auth',{'method':'POST','headers':{'Content-Type':'application/json',..._0x5ab811['zGjpJ'](_0x4750df,{'Authorization':_0x4750df})},'body':JSON[_0x34fa(0x9e)](_0x2d23c4)});console[_0x34fa(0x4a)](_0x5ab811[_0x34fa(0x161)],_0x209792[_0x34fa(0x5d)]),console['log'](_0x5ab811[_0x34fa(0x162)],_0x209792[_0x34fa(0xa0)]),console['log'](_0x5ab811['jhUkF'],_0x209792['headers']);if(_0x209792['ok']){if(_0x5ab811[_0x34fa(0x15e)](_0x5ab811[_0x34fa(0x163)],_0x5ab811[_0x34fa(0x164)]))_0x5d9a25[_0x34fa(0x4a)](_0x5ab811[_0x34fa(0x165)]),_0x5ab811['PGeKF'](_0x2a94be,!![]);else{var _0x15415b,_0x54b524;const _0x777279=await _0x209792[_0x34fa(0xa8)]();console[_0x34fa(0x4a)](_0x5ab811['auHcm'],JSON[_0x34fa(0x9e)](_0x777279,null,0x2));const _0xe163e7=(_0x5ab811[_0x34fa(0x158)](_0x15415b=_0x777279[_0x34fa(0x166)],null)||_0x5ab811[_0x34fa(0x167)](_0x15415b,void 0x0)?void 0x0:_0x15415b[_0x34fa(0x168)])===!![]||_0x5ab811[_0x34fa(0x145)](_0x5ab811['zqZrR'](_0x54b524=_0x777279[_0x34fa(0x169)],null)||_0x5ab811[_0x34fa(0x16a)](_0x54b524,void 0x0)?void 0x0:_0x54b524[_0x34fa(0x16b)],!![])||_0x5ab811[_0x34fa(0x14a)](_0x777279[_0x34fa(0x168)],!![])||_0x777279[_0x34fa(0x56)]&&_0x777279[_0x34fa(0x56)][_0x34fa(0x16c)](_0x5ab811['VFwMF']);if(_0xe163e7)console['log']('๐Ÿ”„\x20[YOUTUBE\x20REAUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode'),console['log'](_0x5ab811['QjDtD']),console[_0x34fa(0x4a)](_0x34fa(0x16d)),console[_0x34fa(0x4a)](_0x5ab811['bznoY']),console[_0x34fa(0x4a)](_0x5ab811[_0x34fa(0x16e)]),console[_0x34fa(0x4a)]('๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Training\x20Ready:\x20Yes'),console[_0x34fa(0x4a)](_0x5ab811[_0x34fa(0x16f)],_0x5ea630?_0x5ab811[_0x34fa(0x170)]:'No');else{if(_0x777279['hasRefreshToken']||_0x777279[_0x34fa(0x171)])console[_0x34fa(0x4a)](_0x5ab811['edFar']),console['log']('โœ…\x20[YOUTUBE\x20REAUTH]\x20Response\x20hasRefreshToken:',_0x777279[_0x34fa(0x172)]),console[_0x34fa(0x4a)]('๐ŸŽ‰\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Full\x20YouTube\x20connection\x20with\x20refresh\x20tokens!'),console[_0x34fa(0x4a)]('๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20REFRESH\x20TOKEN\x20SENT\x20TO\x20BACKEND:'),console[_0x34fa(0x4a)](_0x5ab811['Nyxry'],_0x5ea630),console[_0x34fa(0x4a)](_0x5ab811[_0x34fa(0x173)],_0x5ea630[_0x34fa(0x71)]('4/')?_0x5ab811['LuSHl']:_0x5ab811['eIads']),console[_0x34fa(0x4a)](_0x5ab811[_0x34fa(0x174)],_0x5ea630[_0x34fa(0x13c)]);else{if(_0x5ab811[_0x34fa(0x175)](_0x5ab811['SwDYn'],'yTtPf'))_0x269efc[_0x34fa(0x54)](_0x5ab811['wBAhU'],_0x34b347);else return console[_0x34fa(0x176)](_0x5ab811['uZffy']),console[_0x34fa(0x176)](_0x5ab811[_0x34fa(0x177)],_0x777279),console['warn'](_0x5ab811[_0x34fa(0x178)]),![];}}console[_0x34fa(0x4a)](_0x5ab811[_0x34fa(0x179)]);try{if(_0x5ab811[_0x34fa(0x17a)]===_0x5ab811[_0x34fa(0x17b)])return _0x34bd2e[_0x34fa(0x54)](_0x34fa(0x17c),_0x1bbd64),_0x5ba623[_0x34fa(0x4a)](_0x34fa(0x17d)),{'access_token':_0x438566+_0x34fa(0x17e)+_0x125151['random']()[_0x34fa(0x17f)](0x24)[_0x34fa(0x12a)](0x7),'refresh_token':_0x5cf2d6+_0x34fa(0x180)+_0x42eb2c[_0x34fa(0x181)]()[_0x34fa(0x17f)](0x24)[_0x34fa(0x12a)](0x7),'expires_in':0xe10};else await _0x5ab811[_0x34fa(0x160)](triggerTrainingRestart,_0x36cfaa,_0x4750df),console[_0x34fa(0x4a)](_0x5ab811[_0x34fa(0x182)]);}catch(_0x4f57ab){_0x34fa(0xfe)===_0x5ab811['WpEPa']?(console['warn'](_0x5ab811[_0x34fa(0x183)],_0x4f57ab),console[_0x34fa(0x176)](_0x5ab811[_0x34fa(0x184)])):_0x25a613['log']('Google\x20Play\x20Services\x20not\x20available');}return!![];}}else{const _0x43bb02=await _0x209792[_0x34fa(0x185)]();return console[_0x34fa(0x54)](_0x34fa(0x186),_0x209792[_0x34fa(0x5d)],_0x43bb02),console[_0x34fa(0x54)](_0x5ab811[_0x34fa(0x187)]),![];}}else{const _0x5f21d2='3|0|5|4|1|6|2'[_0x34fa(0xbf)]('|');let _0x819da3=0x0;while(!![]){switch(_0x5f21d2[_0x819da3++]){case'0':console[_0x34fa(0x54)](_0x34fa(0x188));continue;case'1':console['error'](_0x5ab811[_0x34fa(0x189)]);continue;case'2':return![];case'3':console[_0x34fa(0x54)](_0x5ab811[_0x34fa(0x18a)]);continue;case'4':console[_0x34fa(0x54)](_0x5ab811[_0x34fa(0x18b)]);continue;case'5':console[_0x34fa(0x54)](_0x5ab811[_0x34fa(0x18c)]);continue;case'6':console['error'](_0x5ab811[_0x34fa(0x18d)]);continue;}break;}}}}catch(_0x37b028){console[_0x34fa(0x54)](_0x5ab811[_0x34fa(0x18e)],_0x37b028);if(_0x37b028['code']===_googleSignin[_0x34fa(0x18f)][_0x34fa(0x190)])console[_0x34fa(0x54)](_0x5ab811[_0x34fa(0x191)]),console[_0x34fa(0x54)](_0x34fa(0x3a));else{if(_0x5ab811[_0x34fa(0x192)](_0x37b028['code'],_googleSignin[_0x34fa(0x18f)]['IN_PROGRESS']))console[_0x34fa(0x54)](_0x5ab811[_0x34fa(0x193)]);else _0x5ab811[_0x34fa(0x144)](_0x37b028[_0x34fa(0x22)],_googleSignin[_0x34fa(0x18f)]['PLAY_SERVICES_NOT_AVAILABLE'])&&(_0x5ab811[_0x34fa(0x194)]!==_0x5ab811[_0x34fa(0x195)]?console[_0x34fa(0x54)]('โŒ\x20Google\x20Play\x20Services\x20not\x20available'):_0x151324['log'](_0x5ab811['evcYn'],_0x39a18a));}return![];}};exports[_0x34fa(0xe)]=forceYouTubeReconnectionWithConsent;const forceYouTubeReconnectionWithRevoke=async _0x33a587=>{const _0x2a7e53={'HXbPq':_0x34fa(0x75),'KBKVA':_0x34fa(0x196),'gWVUU':function(_0x729149,_0x6f1688){return _0x729149!==_0x6f1688;},'gLHOT':_0x34fa(0x197),'VkOyB':_0x34fa(0x198),'pqLjG':_0x34fa(0xd4),'thTeb':function(_0x3db257){return _0x3db257();},'OZlRw':_0x34fa(0x199),'ohAFb':_0x34fa(0xd1),'XJWQK':_0x34fa(0x19a),'BLifI':function(_0x1f13b9,_0x16d1c5){return _0x1f13b9===_0x16d1c5;},'MfRlh':function(_0x37532e,_0xdc0dc5){return _0x37532e===_0xdc0dc5;},'WlUit':function(_0x407826,_0x54ea8c){return _0x407826===_0x54ea8c;},'UrCJL':function(_0x2b7502,_0xa50169){return _0x2b7502===_0xa50169;},'MaJFz':_0x34fa(0x19b),'iwXlT':_0x34fa(0x19c),'bWjdG':_0x34fa(0x19d)};try{if(_0x2a7e53[_0x34fa(0x19e)](_0x2a7e53['gLHOT'],_0x2a7e53[_0x34fa(0x19f)]))return{'success':![],'message':_0x2a7e53[_0x34fa(0x1a0)],'details':_0x252070};else{var _0x5e48d2;console['log'](_0x2a7e53[_0x34fa(0x1a1)]),console['log'](_0x2a7e53[_0x34fa(0x1a2)],_0x33a587),_0x2a7e53[_0x34fa(0x1a3)](initializeGoogleSignIn),await _googleSignin['GoogleSignin'][_0x34fa(0x11d)]();try{await _googleSignin['GoogleSignin'][_0x34fa(0x1a4)](),console[_0x34fa(0x4a)](_0x2a7e53['OZlRw']);}catch(_0x3062ee){console[_0x34fa(0x4a)](_0x2a7e53[_0x34fa(0x1a5)],_0x3062ee);}await _googleSignin['GoogleSignin'][_0x34fa(0x1a6)](),console[_0x34fa(0x4a)](_0x2a7e53[_0x34fa(0x1a7)]),console['log'](_0x34fa(0x1a8));const _0x2e1938=await _googleSignin['GoogleSignin']['signIn'](),_0x3f901d=await _googleSignin['GoogleSignin'][_0x34fa(0x114)](),_0x5f5ae8=await _googleSignin[_0x34fa(0xc9)][_0x34fa(0x125)](),_0x522281=(_0x2a7e53[_0x34fa(0x1a9)](_0x5e48d2=_0x2e1938[_0x34fa(0x5f)],null)||_0x2a7e53['MfRlh'](_0x5e48d2,void 0x0)?void 0x0:_0x5e48d2[_0x34fa(0x131)])||(_0x2a7e53[_0x34fa(0x1aa)](_0x5f5ae8,null)||_0x2a7e53[_0x34fa(0x1ab)](_0x5f5ae8,void 0x0)?void 0x0:_0x5f5ae8[_0x34fa(0x131)]);if(_0x522281)return console['log'](_0x2a7e53[_0x34fa(0x1ac)]),console[_0x34fa(0x4a)](_0x34fa(0x1ad),_0x522281[_0x34fa(0x12a)](0x0,0x14)+_0x34fa(0xaf)),!![];else{if(_0x2a7e53[_0x34fa(0x19e)](_0x2a7e53[_0x34fa(0x1ae)],_0x2a7e53[_0x34fa(0x1ae)]))_0x4e309f[_0x34fa(0x176)](_0x34fa(0x1af)),_0x125764['warn'](_0x34fa(0x1b0),_0xd65f6c[_0x34fa(0x1b1)](_0x124b2c)),_0x32c88a['warn'](_0x2a7e53[_0x34fa(0x1b2)]);else return console[_0x34fa(0x54)](_0x2a7e53['bWjdG']),![];}}}catch(_0x1c2c78){return console['error'](_0x34fa(0x1b3),_0x1c2c78),![];}};exports[_0x34fa(0xd)]=forceYouTubeReconnectionWithRevoke;const fixUserYouTubeConnection=async _0x539ad8=>{const _0x10b4eb={'XIMXs':_0x34fa(0x1ad),'PmyZZ':'๐Ÿ”„\x20Method\x201:\x20Trying\x20forced\x20consent\x20via\x20configuration...','awNYA':function(_0xce4db8,_0x5dab02){return _0xce4db8(_0x5dab02);},'CctIX':function(_0x58e4fe,_0x31c202){return _0x58e4fe!==_0x31c202;},'KOxdL':_0x34fa(0x1b4),'oTUVF':'CNXNa','cExzf':_0x34fa(0x1b5),'fqHvz':function(_0x1080ca,_0x5b8237){return _0x1080ca(_0x5b8237);},'jxIji':function(_0x58734d,_0x1cea0e){return _0x58734d!==_0x1cea0e;},'SZPkp':_0x34fa(0x1b6)};console[_0x34fa(0x4a)](_0x34fa(0x1b7)+_0x539ad8),console[_0x34fa(0x4a)](_0x10b4eb[_0x34fa(0x1b8)]);let _0x1ba158=await _0x10b4eb[_0x34fa(0x1b9)](forceYouTubeReconnectionWithConsent,_0x539ad8);if(_0x1ba158){if(_0x10b4eb[_0x34fa(0x1ba)](_0x10b4eb['KOxdL'],_0x10b4eb[_0x34fa(0x1bb)]))return console['log']('โœ…\x20'+_0x539ad8+_0x34fa(0x1bc)),!![];else _0x52edb2=_0x23bf49['serverAuthCode'],_0x2957b6[_0x34fa(0x4a)]('โœ…\x20Got\x20serverAuthCode\x20(refresh\x20token\x20mechanism)'),_0x231f68[_0x34fa(0x4a)](_0x10b4eb[_0x34fa(0x1bd)],_0x2b6119['substring'](0x0,0x14)+_0x34fa(0xaf));}console[_0x34fa(0x4a)](_0x10b4eb[_0x34fa(0x1be)]),_0x1ba158=await _0x10b4eb[_0x34fa(0x1bf)](forceYouTubeReconnectionWithRevoke,_0x539ad8);if(_0x1ba158)return _0x10b4eb[_0x34fa(0x1c0)](_0x10b4eb[_0x34fa(0x1c1)],_0x10b4eb[_0x34fa(0x1c1)])?(_0x3d938c[_0x34fa(0x54)](_0x34fa(0x19d)),![]):(console['log']('โœ…\x20'+_0x539ad8+_0x34fa(0x1c2)),!![]);return console['error'](_0x34fa(0x1c3)+_0x539ad8+'\x20YouTube\x20connection\x20with\x20both\x20methods'),![];};exports[_0x34fa(0xf)]=fixUserYouTubeConnection;const refreshGoogleTokens=async()=>{const _0x193c1b={'eAYqP':_0x34fa(0x1c4),'AfvDP':'โ„น๏ธ\x20Token\x20clearing\x20failed\x20or\x20not\x20needed:','kUGEx':_0x34fa(0x7e),'ifJEC':'GhVbR','oYwsO':'Zhnju','oEPLW':_0x34fa(0x1c5),'hzCqb':function(_0x33ee41,_0x5afc0f){return _0x33ee41!==_0x5afc0f;},'XDtfr':_0x34fa(0x1c6),'kvvRz':'โŒ\x20User\x20not\x20signed\x20in\x20to\x20Google,\x20cannot\x20refresh\x20tokens','PjETF':'โœ…\x20Successfully\x20refreshed\x20Google\x20tokens','oidJz':'qSjNH','NFOhp':_0x34fa(0x1c7),'eGjXA':_0x34fa(0x1c8),'vOVvk':_0x34fa(0x1c9),'wCjeW':_0x34fa(0x1ca)};try{if(_0x193c1b[_0x34fa(0x1cb)]!==_0x193c1b['oYwsO']){console['log'](_0x193c1b[_0x34fa(0x1cc)]);const _0x307342=await _googleSignin[_0x34fa(0xc9)][_0x34fa(0x125)]();if(!_0x307342)return _0x193c1b[_0x34fa(0x1cd)](_0x193c1b['XDtfr'],_0x34fa(0x1c6))?(_0x2956ed[_0x34fa(0x54)](_0x193c1b[_0x34fa(0x1ce)],_0x2c37aa),{'success':![],'isPending':![],'error':_0x34fa(0x1cf)}):(console[_0x34fa(0x4a)](_0x193c1b['kvvRz']),null);const _0x4e5b27=await _googleSignin['GoogleSignin'][_0x34fa(0x114)]();return console[_0x34fa(0x4a)](_0x193c1b[_0x34fa(0x1d0)]),{'accessToken':_0x4e5b27[_0x34fa(0x115)],'idToken':_0x4e5b27[_0x34fa(0x12d)]};}else _0x9ecdd8[_0x34fa(0x4a)](_0x193c1b[_0x34fa(0x1d1)],_0xb14474);}catch(_0x18a10c){if(_0x193c1b['hzCqb'](_0x193c1b['oidJz'],_0x193c1b['NFOhp'])){console[_0x34fa(0x54)](_0x34fa(0x1d2),_0x18a10c);try{console['log'](_0x193c1b['eGjXA']);const _0x32577c=await _googleSignin['GoogleSignin'][_0x34fa(0x120)](),_0x239131=await _googleSignin[_0x34fa(0xc9)][_0x34fa(0x114)]();return console[_0x34fa(0x4a)](_0x193c1b[_0x34fa(0x1d3)]),{'accessToken':_0x239131[_0x34fa(0x115)],'idToken':_0x239131[_0x34fa(0x12d)]};}catch(_0x2a44de){return console['error'](_0x193c1b[_0x34fa(0x1d4)],_0x2a44de),null;}}else return _0x5e1064[_0x34fa(0x4a)](_0x193c1b[_0x34fa(0x1d5)]),_0x1c2f3f[_0x34fa(0x1d)]['BASE_URL']+_0x34fa(0x8f);}},debugYouTubeTokens=async()=>{const _0x3c82dc={'imLeE':_0x34fa(0x1d6),'vpBne':_0x34fa(0x1d7),'oLMMS':_0x34fa(0xde),'gWJHc':function(_0x2159e7,_0x1b8193){return _0x2159e7!==_0x1b8193;},'UHCIv':function(_0x4988a0,_0x856708){return _0x4988a0===_0x856708;},'MsAmh':function(_0x5537ff,_0x62f7df){return _0x5537ff===_0x62f7df;},'nNauN':function(_0x1f6852,_0x4bc172){return _0x1f6852!==_0x4bc172;},'HiXlp':function(_0x12e981,_0x5ea645){return _0x12e981!==_0x5ea645;},'PTlWn':function(_0x134dd0,_0x3b2ece){return _0x134dd0!==_0x3b2ece;},'ycSDi':_0x34fa(0x1d8),'zfyaY':function(_0x5d6dfb,_0x377f7d){return _0x5d6dfb===_0x377f7d;},'KSoDZ':_0x34fa(0x1d9),'gjYKT':_0x34fa(0x1da),'eMnSJ':_0x34fa(0x1db),'sLbqk':_0x34fa(0x54)};try{var _0xedefcf;const _0x4b5a9d=await _googleSignin[_0x34fa(0xc9)][_0x34fa(0x114)](),_0x5f1d55=await _googleSignin[_0x34fa(0xc9)][_0x34fa(0x125)]();return console[_0x34fa(0x4a)](_0x3c82dc[_0x34fa(0x1dc)],{'accessToken':_0x4b5a9d[_0x34fa(0x115)]?_0x4b5a9d[_0x34fa(0x115)]['substring'](0x0,0x14)+'...':_0x3c82dc[_0x34fa(0x1dd)],'idToken':_0x4b5a9d[_0x34fa(0x12d)]?_0x34fa(0xdf):_0x3c82dc['oLMMS'],'serverAuthCode':_0x5f1d55!==null&&_0x3c82dc[_0x34fa(0x1de)](_0x5f1d55,void 0x0)&&_0x5f1d55['serverAuthCode']?_0x5f1d55[_0x34fa(0x131)]['substring'](0x0,0x14)+'...':_0x3c82dc[_0x34fa(0x1dd)],'userEmail':(_0x3c82dc[_0x34fa(0x1df)](_0x5f1d55,null)||_0x3c82dc[_0x34fa(0x1df)](_0x5f1d55,void 0x0)||(_0xedefcf=_0x5f1d55[_0x34fa(0x60)])===null||_0x3c82dc[_0x34fa(0x1e0)](_0xedefcf,void 0x0)?void 0x0:_0xedefcf[_0x34fa(0x7d)])||_0x3c82dc[_0x34fa(0x1dd)]}),{'hasRefreshToken':!!(_0x3c82dc[_0x34fa(0x1e1)](_0x5f1d55,null)&&_0x3c82dc[_0x34fa(0x1de)](_0x5f1d55,void 0x0)&&_0x5f1d55['serverAuthCode']),'refreshTokenType':_0x3c82dc[_0x34fa(0x1e2)](_0x5f1d55,null)&&_0x3c82dc[_0x34fa(0x1e3)](_0x5f1d55,void 0x0)&&_0x5f1d55[_0x34fa(0x131)]?_0x34fa(0x131):_0x3c82dc[_0x34fa(0x1e4)]};}catch(_0x5a11e3){return _0x3c82dc['zfyaY'](_0x3c82dc[_0x34fa(0x1e5)],_0x3c82dc[_0x34fa(0x1e6)])?(_0x14bf24[_0x34fa(0x54)](_0x3c82dc[_0x34fa(0x1e7)]),![]):(console[_0x34fa(0x54)](_0x3c82dc['eMnSJ'],_0x5a11e3),{'hasRefreshToken':![],'refreshTokenType':_0x3c82dc[_0x34fa(0x1e8)]});}},reconnectYouTube=async _0x5f2329=>{const _0x45c2d9={'xGvEo':_0x34fa(0x1e9),'BvwxH':_0x34fa(0x1ea),'RUpjo':'๐Ÿ’ก\x20Check\x20Google\x20Sign-In\x20configuration:\x20offlineAccess,\x20forceCodeForRefreshToken','hFKCA':_0x34fa(0x1eb),'suSpT':'\x20\x20\x204.\x20SSL/TLS\x20certificate\x20issue','bqaJf':'\x20\x20\x205.\x20iOS\x20simulator\x20network\x20sandbox\x20issue\x20-\x20try\x20on\x20physical\x20device','hZuru':_0x34fa(0x87),'TXUHq':_0x34fa(0x89),'GKdRz':'\x20\x20\x201.\x20No\x20internet\x20connection\x20on\x20device/simulator','DUEtv':'โ„น๏ธ\x20Sign\x20out\x20not\x20needed\x20or\x20failed:','iMgUO':_0x34fa(0x1ec),'BPFQc':function(_0x3e1448,_0x4068f1){return _0x3e1448!==_0x4068f1;},'dteAZ':_0x34fa(0x1ed),'aGHgt':_0x34fa(0x1ee),'GPtDh':_0x34fa(0x1ef),'xZINo':function(_0x531b8f,_0x4e284f){return _0x531b8f===_0x4e284f;},'MYXfb':'MsHUL','fTBpO':_0x34fa(0x1f0),'uIoUH':_0x34fa(0x1f1),'TmokG':_0x34fa(0x1f2),'ajxwV':_0x34fa(0x1f3),'QkXEh':function(_0x44fb3f,_0x5d7467,_0x3f88ac){return _0x44fb3f(_0x5d7467,_0x3f88ac);},'npoTp':_0x34fa(0x14f),'imHkE':'โœ…\x20YouTube\x20reconnected\x20successfully\x20with\x20refresh\x20token','AlWQJ':'โš ๏ธ\x20Still\x20no\x20refresh\x20token\x20after\x20reconnection','ERIDX':'ggblV','ZhkiJ':function(_0x4bbba8,_0x33a633){return _0x4bbba8===_0x33a633;},'FzYSR':_0x34fa(0x1f4),'qierK':_0x34fa(0x1f5),'usjjF':_0x34fa(0x1f6)};try{if(_0x45c2d9[_0x34fa(0x1f7)](_0x45c2d9[_0x34fa(0x1f8)],_0x45c2d9[_0x34fa(0x1f9)])){console['log'](_0x45c2d9[_0x34fa(0x1fa)]);try{_0x45c2d9[_0x34fa(0x1fb)](_0x45c2d9[_0x34fa(0x1fc)],_0x45c2d9['MYXfb'])?(await _googleSignin[_0x34fa(0xc9)][_0x34fa(0x1a6)](),console['log'](_0x45c2d9['fTBpO'])):(_0x2066f5[_0x34fa(0x54)](_0x45c2d9[_0x34fa(0x1fd)]),_0x2727ef[_0x34fa(0x54)](_0x45c2d9[_0x34fa(0x1fe)]),_0x3967c1[_0x34fa(0x54)](_0x45c2d9['RUpjo']),_0x1d3f6a[_0x34fa(0x176)]('โš ๏ธ\x20Continuing\x20without\x20refresh\x20token\x20-\x20connection\x20may\x20fail\x20later'));}catch(_0x1b9d6c){console[_0x34fa(0x4a)](_0x45c2d9['uIoUH'],_0x1b9d6c);}try{const _0x3c5ef4=await _googleSignin[_0x34fa(0xc9)][_0x34fa(0x114)]();_0x3c5ef4[_0x34fa(0x115)]&&(await _googleSignin[_0x34fa(0xc9)][_0x34fa(0x116)](_0x3c5ef4[_0x34fa(0x115)]),console['log'](_0x45c2d9[_0x34fa(0x1ff)]));}catch(_0xef525b){console[_0x34fa(0x4a)](_0x45c2d9[_0x34fa(0x200)],_0xef525b);}const _0x27f932=await _0x45c2d9[_0x34fa(0x201)](initiateNativeAuth,_0x45c2d9[_0x34fa(0x202)],_0x5f2329);if(_0x27f932){console[_0x34fa(0x4a)](_0x45c2d9[_0x34fa(0x203)]);const _0x216721=await debugYouTubeTokens();return _0x216721[_0x34fa(0x172)]?console[_0x34fa(0x4a)](_0x34fa(0x7c),_0x216721['refreshTokenType']):console[_0x34fa(0x176)](_0x45c2d9[_0x34fa(0x204)]),!![];}else{if('iLnvY'!==_0x45c2d9[_0x34fa(0x205)])return console[_0x34fa(0x54)](_0x34fa(0x206)),![];else{const _0x5a184e=_0x45c2d9[_0x34fa(0x207)][_0x34fa(0xbf)]('|');let _0x1e1c2c=0x0;while(!![]){switch(_0x5a184e[_0x1e1c2c++]){case'0':_0x144fa5[_0x34fa(0x54)](_0x45c2d9[_0x34fa(0x208)]);continue;case'1':_0x329f5e[_0x34fa(0x54)](_0x45c2d9[_0x34fa(0x209)]);continue;case'2':_0x1e3594[_0x34fa(0x54)](_0x45c2d9[_0x34fa(0x20a)]);continue;case'3':_0x1315c1[_0x34fa(0x54)](_0x34fa(0xc0)+_0x239c3a+_0x34fa(0xc1));continue;case'4':_0x5d19fd[_0x34fa(0x54)](_0x45c2d9[_0x34fa(0x20b)]);continue;case'5':_0xc571ae[_0x34fa(0x54)](_0x45c2d9[_0x34fa(0x20c)]);continue;}break;}}}}else _0x269a93[_0x34fa(0x4a)](_0x45c2d9[_0x34fa(0x20d)],_0x4f9af2);}catch(_0x3c8730){if(_0x45c2d9[_0x34fa(0x20e)](_0x45c2d9[_0x34fa(0x20f)],_0x45c2d9[_0x34fa(0x210)]))_0x14da66=_0x1f2be9[_0x34fa(0x13b)][0x0]['snippet'][_0x34fa(0x13d)],_0x21a34d=_0x10e498[_0x34fa(0x13b)][0x0]['id'],_0x14a3c4[_0x34fa(0x4a)](_0x34fa(0xe2),_0xb22c8e,_0x45c2d9[_0x34fa(0x211)],_0x2e1edd);else return console['error'](_0x45c2d9[_0x34fa(0x212)],_0x3c8730),![];}};function _0x34fa(_0x4e32c5,_0x34fa4d){_0x4e32c5=_0x4e32c5-0x0;const _0x4a73fd=_0x4e32();let _0x584eb1=_0x4a73fd[_0x4e32c5];return _0x584eb1;}exports['reconnectYouTube']=reconnectYouTube;const initiateNativeAuth=async(_0x4316ba,_0x3b14e4)=>{const _0x5c5bf1={'zDlNj':_0x34fa(0xf4),'OAxDb':_0x34fa(0x213),'BDftC':_0x34fa(0x214),'KXYnq':_0x34fa(0x215),'IfNQA':'๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20type:','GGumw':'๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20length:','sEPOt':'โŒ\x20[CONNECTIVITY]\x20Cannot\x20reach\x20Google\x20-\x20internet\x20may\x20be\x20down:','TXymD':_0x34fa(0x216),'MWslU':_0x34fa(0xcf),'wwAOM':function(_0x64933e,_0x51e14b){return _0x64933e(_0x51e14b);},'ksTtF':function(_0x15035e,_0x24f224,_0x5e0e37){return _0x15035e(_0x24f224,_0x5e0e37);},'ciNHm':_0x34fa(0x217),'LIHcS':_0x34fa(0x218),'cdsgL':_0x34fa(0x219),'sWtFx':'โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20failed:','zpkxB':_0x34fa(0x100),'touqI':function(_0x13d66c,_0x319947,_0x5a2566){return _0x13d66c(_0x319947,_0x5a2566);},'xIOcc':_0x34fa(0x14f),'DhHDq':_0x34fa(0x21a),'FhTOF':_0x34fa(0x21b),'KYXrw':function(_0x3ae80b,_0x246e55){return _0x3ae80b===_0x246e55;},'UsLKo':'ZBEob','LDBIl':_0x34fa(0x21c),'AmEeX':_0x34fa(0x21d),'SZUyR':function(_0x54d030,_0x5157e7){return _0x54d030!==_0x5157e7;},'OqcoN':'WTNBH','RHmWP':_0x34fa(0x21e),'stGnM':_0x34fa(0x21f),'CwoQD':function(_0x3fd0b3,_0x31367a){return _0x3fd0b3===_0x31367a;},'grEBE':function(_0x5ee5ee,_0x315f34){return _0x5ee5ee===_0x315f34;},'kvpAo':function(_0x152cce,_0x59dea7){return _0x152cce===_0x59dea7;},'KrZkn':'๐Ÿ“‹\x20FULL\x20userInfo\x20object:','NGJRz':_0x34fa(0x220),'POZUq':_0x34fa(0x221),'EBSms':_0x34fa(0x222),'YbMHm':'๐Ÿ”\x20REFRESH\x20TOKEN\x20EXTRACTION:','ArfnZ':_0x34fa(0x223),'fgWsq':'-\x20currentUser?.serverAuthCode:','ABlrU':function(_0x30604a,_0x4a12c5){return _0x30604a!==_0x4a12c5;},'awrFe':_0x34fa(0xde),'HTRau':'-\x20tokens.idToken:','Swjaj':_0x34fa(0x224),'mmmbs':function(_0xceeee5,_0x3d43d5){return _0xceeee5!==_0x3d43d5;},'ZSkno':function(_0x4682a2,_0x5793b1){return _0x4682a2!==_0x5793b1;},'AcPQR':_0x34fa(0x225),'EHZYs':_0x34fa(0x226),'ukKym':function(_0x2d6079,_0x2894a1){return _0x2d6079!==_0x2894a1;},'SIDDN':_0x34fa(0x227),'cLWXM':_0x34fa(0x1ea),'NSdKA':_0x34fa(0x228),'GewyK':_0x34fa(0x131),'cKGwO':_0x34fa(0x137),'sQYfv':_0x34fa(0x7b),'ytCTW':_0x34fa(0xe1),'xDHsf':function(_0x47be83,_0x2db7b2){return _0x47be83===_0x2db7b2;},'ZDcQh':'mvVGV','BxSUJ':function(_0x2622b8,_0x3d4229){return _0x2622b8>_0x3d4229;},'TCPgY':_0x34fa(0xe2),'gXkxZ':_0x34fa(0x229),'nBIXC':function(_0x5b6fa0,_0x3bc9e0){return _0x5b6fa0===_0x3bc9e0;},'AhvCJ':function(_0x7c8b0,_0x3df0b8){return _0x7c8b0===_0x3df0b8;},'xJDGw':'No\x20Channel','MCmoz':function(_0x4d4d7b,_0x52f3b4){return _0x4d4d7b===_0x52f3b4;},'hvvZa':function(_0x4491cf,_0x115428){return _0x4491cf===_0x115428;},'QczJr':function(_0x25b806,_0x284e0b){return _0x25b806===_0x284e0b;},'xuood':function(_0x3bb190,_0x1476a3){return _0x3bb190===_0x1476a3;},'hMJSU':function(_0x4dbe8d,_0x3b75a7){return _0x4dbe8d===_0x3b75a7;},'qTLah':function(_0x3eb63b,_0xbc5d2a){return _0x3eb63b===_0xbc5d2a;},'bGrAB':function(_0x4aa619,_0x285425){return _0x4aa619===_0x285425;},'wMXgI':function(_0x49f664,_0x5f17c0){return _0x49f664===_0x5f17c0;},'jLbeG':function(_0x35e14c,_0x2db076){return _0x35e14c<_0x2db076;},'gNgMO':_0x34fa(0x22a),'JKVOW':'โ„น๏ธ\x20NOTE:\x20SDK\x20does\x20not\x20create\x20users\x20during\x20YouTube\x20connection','Vizdq':_0x34fa(0x79),'jIQrT':_0x34fa(0x22b),'YUaEH':_0x34fa(0x22c),'mnrdz':_0x34fa(0x22d),'HLNoi':function(_0x5408c0,_0x518926){return _0x5408c0===_0x518926;},'Rqyqf':function(_0x273165,_0x948d92){return _0x273165===_0x948d92;},'svzMs':function(_0x2d251b,_0x132a54){return _0x2d251b===_0x132a54;},'yqchD':_0x34fa(0x22e),'xblPE':function(_0x54cf17,_0x287967){return _0x54cf17*_0x287967;},'NAYXa':_0x34fa(0x1d8),'KLQlG':_0x34fa(0x22f),'inCyk':'-\x20hasAccessToken:','DOTbq':_0x34fa(0x230),'iDNob':_0x34fa(0x231),'yzPcE':_0x34fa(0x232),'nFqBi':_0x34fa(0x233),'MjMGG':_0x34fa(0x234),'QiuyG':_0x34fa(0x235),'SufVJ':'๐Ÿ“ค\x20Sending\x20YouTube\x20auth\x20to\x20backend\x20with\x20refresh\x20token:','JcrLx':function(_0x2f7ddd,_0x656eb1,_0x19edb6){return _0x2f7ddd(_0x656eb1,_0x19edb6);},'RJlMn':_0x34fa(0x236),'IseYl':_0x34fa(0x237),'wyvCg':_0x34fa(0x238),'LReLJ':'๐Ÿ“‹\x20COMPLETE\x20BACKEND\x20RESPONSE:','SBAbH':function(_0x4f7a9e,_0x39b922){return _0x4f7a9e===_0x39b922;},'LbvFP':'temporary\x20access\x20token\x20mode','NYaDr':_0x34fa(0x239),'OqqrO':'โœ…\x20[YOUTUBE\x20AUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','rdhiK':'โœ…\x20[YOUTUBE\x20AUTH]\x20Full\x20YouTube\x20connection\x20with\x20persistent\x20access','wBMNP':_0x34fa(0x23a),'KqveC':_0x34fa(0x1af),'LDjDy':'๐Ÿ”\x20[YOUTUBE\x20AUTH]\x20Response\x20data\x20keys:','FpNZG':_0x34fa(0x196),'JXKIN':_0x34fa(0x23b),'tCGJE':_0x34fa(0x23c),'dfAGh':_0x34fa(0x23d),'PCxLK':function(_0x289901,_0x3316fd){return _0x289901===_0x3316fd;},'ihRxp':function(_0x3643df,_0x24ef20){return _0x3643df===_0x24ef20;},'Opepe':'anVAr','WorhO':_0x34fa(0x23e),'QqqsQ':function(_0xb6b7ce,_0x64ac6a){return _0xb6b7ce===_0x64ac6a;},'HZlqo':function(_0x3d7d11,_0x59575a){return _0x3d7d11===_0x59575a;},'VhKGG':_0x34fa(0x23f),'ijOlT':_0x34fa(0x240),'zXXeT':_0x34fa(0x241),'opSqU':function(_0x188105,_0xc825c7){return _0x188105===_0xc825c7;},'qpJAD':_0x34fa(0x242)};if(_0x4316ba===_0x5c5bf1[_0x34fa(0x243)]){if(_0x34fa(0x244)===_0x5c5bf1['DhHDq'])_0x7049f4[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x245)]),_0x11473d['log'](_0x34fa(0x246),_0x7bba4c[_0x34fa(0x172)]),_0x443ac9[_0x34fa(0x4a)](_0x5c5bf1['OAxDb']),_0x4c6c96[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x247)]),_0xd46fce[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x248)],_0x546a7f),_0x23248c['log'](_0x5c5bf1[_0x34fa(0x249)],_0x1ad2c9['startsWith']('4/')?_0x34fa(0x131):_0x34fa(0x137)),_0x3a51b9['log'](_0x5c5bf1[_0x34fa(0x24a)],_0x3a5f63[_0x34fa(0x13c)]);else{console['log'](_0x5c5bf1[_0x34fa(0x24b)]);if(!_0x3b14e4||_0x3b14e4[_0x34fa(0x14d)]()===''){if(_0x5c5bf1[_0x34fa(0x24c)](_0x5c5bf1['UsLKo'],_0x5c5bf1['LDBIl']))_0x43a482['googleTest']={'success':![],'error':_0x3e1119[_0x34fa(0x56)]},_0x5f02aa[_0x34fa(0x54)](_0x5c5bf1[_0x34fa(0x24d)],_0x4f01d8[_0x34fa(0x56)]);else return console[_0x34fa(0x54)](_0x34fa(0x1d6)),![];}try{var _0x4c0cda,_0x3eaf56,_0x451ab1,_0x350d56,_0x31d94d,_0x4458f3,_0x2a9f82,_0x6929ad,_0x1dce61,_0x151bef;initializeGoogleSignIn(),await _googleSignin[_0x34fa(0xc9)]['hasPlayServices']();try{await _googleSignin[_0x34fa(0xc9)][_0x34fa(0x1a6)](),console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x24e)]);}catch(_0x5cd9bd){_0x5c5bf1[_0x34fa(0x24f)](_0x5c5bf1[_0x34fa(0x250)],_0x34fa(0x251))?_0x54e357['log'](_0x5c5bf1[_0x34fa(0x252)]):console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x253)],_0x5cd9bd);}const _0x459f05=await _googleSignin['GoogleSignin'][_0x34fa(0x120)]();console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x254)],_0x5c5bf1[_0x34fa(0x255)](_0x4c0cda=_0x459f05[_0x34fa(0x5f)],null)||_0x5c5bf1['grEBE'](_0x4c0cda,void 0x0)||_0x5c5bf1['kvpAo'](_0x4c0cda=_0x4c0cda[_0x34fa(0x60)],null)||_0x5c5bf1[_0x34fa(0x24c)](_0x4c0cda,void 0x0)?void 0x0:_0x4c0cda['email']),console['log'](_0x5c5bf1[_0x34fa(0x256)]),console[_0x34fa(0x4a)](JSON[_0x34fa(0x9e)](_0x459f05,null,0x2));const _0x4f6e33=await _googleSignin['GoogleSignin'][_0x34fa(0x114)]();console['log'](_0x5c5bf1[_0x34fa(0x257)]),console['log'](_0x5c5bf1[_0x34fa(0x258)]),console['log'](JSON['stringify'](_0x4f6e33,null,0x2));const _0x47af83=await _googleSignin[_0x34fa(0xc9)][_0x34fa(0x125)]();console[_0x34fa(0x4a)](_0x34fa(0x259),_0x5c5bf1[_0x34fa(0x24c)](_0x47af83,null)||_0x5c5bf1[_0x34fa(0x25a)](_0x47af83,void 0x0)||(_0x3eaf56=_0x47af83['user'])===null||_0x3eaf56===void 0x0?void 0x0:_0x3eaf56[_0x34fa(0x7d)]),console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x25b)]),console['log'](JSON[_0x34fa(0x9e)](_0x47af83,null,0x2));let _0x25bffe=null;console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x25c)]),console['log'](_0x5c5bf1[_0x34fa(0x25d)],(_0x451ab1=_0x459f05[_0x34fa(0x5f)])!==null&&_0x451ab1!==void 0x0&&_0x451ab1[_0x34fa(0x131)]?_0x34fa(0x25e)+_0x459f05['data'][_0x34fa(0x131)][_0x34fa(0x12a)](0x0,0x14)+_0x34fa(0xaf):_0x34fa(0xde)),console['log'](_0x5c5bf1[_0x34fa(0x25f)],_0x5c5bf1['ABlrU'](_0x47af83,null)&&_0x5c5bf1[_0x34fa(0x260)](_0x47af83,void 0x0)&&_0x47af83[_0x34fa(0x131)]?_0x34fa(0x25e)+_0x47af83[_0x34fa(0x131)][_0x34fa(0x12a)](0x0,0x14)+_0x34fa(0xaf):_0x5c5bf1[_0x34fa(0x261)]),console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x262)],_0x4f6e33[_0x34fa(0x12d)]?_0x34fa(0x25e)+_0x4f6e33['idToken'][_0x34fa(0x12a)](0x0,0x14)+'...':_0x5c5bf1['awrFe']),console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x263)],_0x4f6e33[_0x34fa(0x115)]?_0x34fa(0x25e)+_0x4f6e33['accessToken'][_0x34fa(0x12a)](0x0,0x14)+_0x34fa(0xaf):_0x5c5bf1[_0x34fa(0x261)]);if(_0x47af83!==null&&_0x5c5bf1[_0x34fa(0x264)](_0x47af83,void 0x0)&&_0x47af83[_0x34fa(0x131)]){if(_0x5c5bf1[_0x34fa(0x265)](_0x5c5bf1[_0x34fa(0x266)],'FoylI'))return{'success':!![],'message':_0x37308f[_0x34fa(0x56)]||_0x34fa(0x267),'existingUser':_0x346b50[_0x34fa(0x268)]||![],'token':_0x5766c7[_0x34fa(0x269)]};else _0x25bffe=_0x47af83[_0x34fa(0x131)],console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x26a)]),console[_0x34fa(0x4a)]('๐Ÿ”‘\x20Refresh\x20token\x20preview:',_0x25bffe[_0x34fa(0x12a)](0x0,0x14)+'...');}else _0x5c5bf1[_0x34fa(0x26b)](_0x350d56=_0x459f05[_0x34fa(0x5f)],null)&&_0x350d56!==void 0x0&&_0x350d56['serverAuthCode']&&(_0x25bffe=_0x459f05[_0x34fa(0x5f)]['serverAuthCode'],console['log'](_0x5c5bf1[_0x34fa(0x26c)]),console[_0x34fa(0x4a)](_0x34fa(0x1ad),_0x25bffe[_0x34fa(0x12a)](0x0,0x14)+_0x34fa(0xaf)));!_0x25bffe?(console[_0x34fa(0x54)](_0x34fa(0x1e9)),console[_0x34fa(0x54)](_0x5c5bf1[_0x34fa(0x26d)]),console['error'](_0x34fa(0x26e)),console[_0x34fa(0x176)](_0x5c5bf1[_0x34fa(0x26f)])):(console['log']('โœ…\x20Refresh\x20token\x20available\x20for\x20YouTube\x20connection'),console[_0x34fa(0x4a)]('๐Ÿ”‘\x20Refresh\x20token\x20type:',_0x25bffe[_0x34fa(0x71)]('4/')?_0x5c5bf1[_0x34fa(0x270)]:_0x5c5bf1[_0x34fa(0x271)]));let _0x50f531=_0x5c5bf1['sQYfv'],_0x4a2bcc=null;try{console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x272)]);const _0x409834=await _0x5c5bf1[_0x34fa(0x273)](fetch,'https://www.googleapis.com/youtube/v3/channels?part=snippet&mine=true',{'headers':{'Authorization':_0x34fa(0x19)+_0x4f6e33[_0x34fa(0x115)],'Accept':'application/json'}});if(_0x409834['ok']){if(_0x5c5bf1['xDHsf'](_0x5c5bf1['ZDcQh'],_0x5c5bf1[_0x34fa(0x274)])){const _0x5beae2=await _0x409834[_0x34fa(0xa8)]();if(_0x5beae2[_0x34fa(0x13b)]&&_0x5c5bf1['BxSUJ'](_0x5beae2[_0x34fa(0x13b)]['length'],0x0))_0x50f531=_0x5beae2[_0x34fa(0x13b)][0x0]['snippet'][_0x34fa(0x13d)],_0x4a2bcc=_0x5beae2[_0x34fa(0x13b)][0x0]['id'],console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x275)],_0x50f531,_0x34fa(0x1ec),_0x4a2bcc);else{if(_0x5c5bf1[_0x34fa(0x25a)]('oMNCt',_0x5c5bf1[_0x34fa(0x276)])){var _0x3fecdf,_0x4e89fe;console['log'](_0x34fa(0xa5)),_0x50f531=(_0x5c5bf1[_0x34fa(0x277)](_0x3fecdf=_0x459f05[_0x34fa(0x5f)],null)||_0x3fecdf===void 0x0||_0x5c5bf1[_0x34fa(0x24c)](_0x3fecdf=_0x3fecdf[_0x34fa(0x60)],null)||_0x5c5bf1[_0x34fa(0x278)](_0x3fecdf,void 0x0)?void 0x0:_0x3fecdf['name'])||(_0x5c5bf1[_0x34fa(0x279)](_0x4e89fe=_0x459f05[_0x34fa(0x5f)],null)||_0x5c5bf1[_0x34fa(0x279)](_0x4e89fe,void 0x0)||_0x5c5bf1[_0x34fa(0x27a)](_0x4e89fe=_0x4e89fe[_0x34fa(0x60)],null)||_0x5c5bf1['nBIXC'](_0x4e89fe,void 0x0)?void 0x0:_0x4e89fe[_0x34fa(0x7d)])||_0x5c5bf1['xJDGw'];}else _0x5c5bf1['ksTtF'](_0x9ec55c,()=>{_0x1ed475[_0x34fa(0x4a)](_0x5c5bf1['MWslU']),_0x5c5bf1[_0x34fa(0x27b)](_0x35439f,!![]);},0x3e8);}}else return _0x3028f5[_0x34fa(0x54)](_0x34fa(0x27c),_0x35520f),{'success':![],'error':_0x34fa(0x27d)};}else{var _0x16e709,_0x15e548;console[_0x34fa(0x4a)]('โš ๏ธ\x20Failed\x20to\x20fetch\x20YouTube\x20channel\x20info:',_0x409834['status']),_0x50f531=((_0x16e709=_0x459f05[_0x34fa(0x5f)])===null||_0x5c5bf1[_0x34fa(0x27e)](_0x16e709,void 0x0)||_0x5c5bf1['hvvZa'](_0x16e709=_0x16e709['user'],null)||_0x16e709===void 0x0?void 0x0:_0x16e709['name'])||(_0x5c5bf1[_0x34fa(0x27f)](_0x15e548=_0x459f05[_0x34fa(0x5f)],null)||_0x5c5bf1[_0x34fa(0x280)](_0x15e548,void 0x0)||_0x5c5bf1[_0x34fa(0x281)](_0x15e548=_0x15e548[_0x34fa(0x60)],null)||_0x15e548===void 0x0?void 0x0:_0x15e548[_0x34fa(0x7d)])||_0x5c5bf1[_0x34fa(0x282)];}}catch(_0xc846f3){var _0x407863,_0x189617;console[_0x34fa(0x4a)](_0x34fa(0xe4),_0xc846f3),_0x50f531=(_0x5c5bf1['xuood'](_0x407863=_0x459f05[_0x34fa(0x5f)],null)||_0x5c5bf1[_0x34fa(0x27e)](_0x407863,void 0x0)||_0x5c5bf1[_0x34fa(0x281)](_0x407863=_0x407863[_0x34fa(0x60)],null)||_0x5c5bf1['QczJr'](_0x407863,void 0x0)?void 0x0:_0x407863[_0x34fa(0xb0)])||(_0x5c5bf1['qTLah'](_0x189617=_0x459f05['data'],null)||_0x5c5bf1['bGrAB'](_0x189617,void 0x0)||_0x5c5bf1[_0x34fa(0x27e)](_0x189617=_0x189617[_0x34fa(0x60)],null)||_0x189617===void 0x0?void 0x0:_0x189617[_0x34fa(0x7d)])||_0x5c5bf1[_0x34fa(0x282)];}let _0x52009d=await(0x0,_jwtStorageService['getJWT'])();const _0x531e01=await _asyncStorage[_0x34fa(0x283)][_0x34fa(0x284)](_0x34fa(0x285)),_0x343c37=_0x531e01||_0x3b14e4||(_0x5c5bf1[_0x34fa(0x286)](_0x31d94d=_0x459f05[_0x34fa(0x5f)],null)||_0x5c5bf1['CwoQD'](_0x31d94d,void 0x0)||_0x5c5bf1[_0x34fa(0x255)](_0x31d94d=_0x31d94d[_0x34fa(0x60)],null)||_0x31d94d===void 0x0?void 0x0:_0x31d94d['email'])||_0x34fa(0x287);!_0x52009d||_0x5c5bf1['jLbeG'](_0x52009d[_0x34fa(0x14d)]()[_0x34fa(0x13c)],0x14)?_0x5c5bf1['gNgMO']===_0x5c5bf1[_0x34fa(0x288)]?(console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x289)]),console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x28a)]),console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x28b)])):_0x5dec0b[_0x34fa(0x4a)](_0x34fa(0x46)):(console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x28c)]),console['log'](_0x5c5bf1['jIQrT'],_0x52009d[_0x34fa(0x12a)](0x0,0x14)+_0x34fa(0xaf)));console['log'](_0x34fa(0x28d),_0x343c37),console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x28e)],_0x52009d?_0x52009d[_0x34fa(0x12a)](0x0,0x14)+_0x34fa(0xaf):_0x34fa(0x28f)),console[_0x34fa(0x4a)](_0x5c5bf1['mnrdz'],_0x50f531);const _0x32438c={'session':{'username':_0x343c37,'platform':_0x5c5bf1[_0x34fa(0x243)],'timestamp':new Date()[_0x34fa(0x9b)](),'channelName':_0x50f531,'channelId':_0x4a2bcc},'googleUser':_0x5c5bf1[_0x34fa(0x27f)](_0x4458f3=_0x459f05['data'],null)||_0x5c5bf1[_0x34fa(0x290)](_0x4458f3,void 0x0)?void 0x0:_0x4458f3[_0x34fa(0x60)],'accessToken':_0x4f6e33[_0x34fa(0x115)],'idToken':_0x4f6e33['idToken'],'refreshToken':_0x25bffe,'serverAuthCode':_0x25bffe,'refresh_token':_0x25bffe,'server_auth_code':_0x25bffe,'authCode':_0x25bffe,'userAccountInfo':{'username':_0x343c37,'email':(_0x2a9f82=_0x459f05[_0x34fa(0x5f)])===null||_0x5c5bf1[_0x34fa(0x291)](_0x2a9f82,void 0x0)||(_0x2a9f82=_0x2a9f82['user'])===null||_0x5c5bf1[_0x34fa(0x291)](_0x2a9f82,void 0x0)?void 0x0:_0x2a9f82[_0x34fa(0x7d)],'authToken':_0x52009d,'channelName':_0x50f531,'channelId':_0x4a2bcc,'userIdentifier':_0x52009d?_0x34fa(0x292)+_0x52009d[_0x34fa(0x12a)](0x0,0xa):'youtube-'+(_0x5c5bf1[_0x34fa(0x281)](_0x6929ad=_0x459f05['data'],null)||_0x5c5bf1[_0x34fa(0x27e)](_0x6929ad,void 0x0)||(_0x6929ad=_0x6929ad[_0x34fa(0x60)])===null||_0x6929ad===void 0x0?void 0x0:_0x6929ad[_0x34fa(0x7d)]),'googleId':_0x5c5bf1[_0x34fa(0x293)](_0x1dce61=_0x459f05['data'],null)||_0x5c5bf1[_0x34fa(0x277)](_0x1dce61,void 0x0)||_0x5c5bf1[_0x34fa(0x294)](_0x1dce61=_0x1dce61[_0x34fa(0x60)],null)||_0x5c5bf1[_0x34fa(0x280)](_0x1dce61,void 0x0)?void 0x0:_0x1dce61['id'],'appleUserId':_0x52009d!==null&&_0x52009d!==void 0x0&&_0x52009d[_0x34fa(0x16c)](_0x5c5bf1['yqchD'])?_0x52009d['split']('.')[0x1]:null,'refreshToken':_0x25bffe,'serverAuthCode':_0x25bffe},'tokenExpiry':new Date(Date[_0x34fa(0x295)]()+_0x5c5bf1[_0x34fa(0x296)](0xe10,0x3e8))[_0x34fa(0x9b)](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!!_0x25bffe,'refreshTokenType':_0x25bffe?_0x25bffe[_0x34fa(0x71)]('4/')?_0x5c5bf1[_0x34fa(0x270)]:_0x5c5bf1[_0x34fa(0x271)]:_0x5c5bf1[_0x34fa(0x297)],'configuredForRefresh':!![],'forcedConsent':!![],'refreshTokenValue':_0x25bffe}};console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x298)]),console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x299)],!!_0x32438c['accessToken']),console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x29a)],!!_0x32438c[_0x34fa(0x137)]),console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x29b)],!!_0x32438c['serverAuthCode']),console[_0x34fa(0x4a)](_0x5c5bf1['yzPcE'],_0x32438c[_0x34fa(0x15b)][_0x34fa(0xc7)]),console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x29c)],(_0x151bef=_0x459f05[_0x34fa(0x5f)])===null||_0x5c5bf1[_0x34fa(0x291)](_0x151bef,void 0x0)||_0x5c5bf1['xDHsf'](_0x151bef=_0x151bef[_0x34fa(0x60)],null)||_0x5c5bf1[_0x34fa(0x280)](_0x151bef,void 0x0)?void 0x0:_0x151bef[_0x34fa(0x7d)]),console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x29d)],_0x50f531),console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x29e)]),console[_0x34fa(0x4a)](JSON['stringify'](_0x32438c,null,0x2)),console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x29f)],!!_0x25bffe);const _0x50a182=await _0x5c5bf1[_0x34fa(0x2a0)](fetch,_api['API_CONFIG']['BASE_URL']+'/youtube/native-auth',{'method':'POST','headers':{'Content-Type':'application/json',..._0x52009d&&{'Authorization':_0x52009d}},'body':JSON['stringify'](_0x32438c)});console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x2a1)],_0x50a182[_0x34fa(0x5d)]),console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x2a2)],_0x50a182[_0x34fa(0x2a3)]);if(_0x50a182['ok']){if(_0x5c5bf1[_0x34fa(0x27f)](_0x5c5bf1['wyvCg'],_0x34fa(0x238))){var _0x41c4b1,_0x5c1ba3;const _0xae37c6=await _0x50a182[_0x34fa(0xa8)]();console[_0x34fa(0x4a)](_0x34fa(0x2a4)),console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x2a5)]),console['log'](JSON['stringify'](_0xae37c6,null,0x2));const _0x32b60b=_0x5c5bf1[_0x34fa(0x280)]((_0x41c4b1=_0xae37c6[_0x34fa(0x166)])===null||_0x41c4b1===void 0x0?void 0x0:_0x41c4b1[_0x34fa(0x168)],!![])||_0x5c5bf1['SBAbH']((_0x5c1ba3=_0xae37c6['temporaryMode'])===null||_0x5c1ba3===void 0x0?void 0x0:_0x5c1ba3[_0x34fa(0x16b)],!![])||_0xae37c6[_0x34fa(0x168)]===!![]||_0xae37c6[_0x34fa(0x56)]&&_0xae37c6[_0x34fa(0x56)]['includes'](_0x5c5bf1[_0x34fa(0x2a6)]);if(_0x32b60b)console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x2a7)]),console['log'](_0x5c5bf1[_0x34fa(0x2a8)]),console[_0x34fa(0x4a)](_0x34fa(0x2a9));else{if(_0xae37c6[_0x34fa(0x172)]||_0xae37c6[_0x34fa(0x171)])console[_0x34fa(0x4a)](_0x34fa(0x2aa)),console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x2ab)]);else{if(_0x5c5bf1[_0x34fa(0x27e)](_0x5c5bf1[_0x34fa(0x2ac)],_0x5c5bf1[_0x34fa(0x2ac)]))console[_0x34fa(0x176)](_0x5c5bf1[_0x34fa(0x2ad)]),console[_0x34fa(0x176)](_0x5c5bf1[_0x34fa(0x2ae)],Object['keys'](_0xae37c6)),console[_0x34fa(0x176)](_0x5c5bf1[_0x34fa(0x2af)]);else return _0x177145[_0x34fa(0x54)](_0x34fa(0x2b0)),![];}}return!![];}else _0x537074[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x289)]),_0x885d9f['log'](_0x34fa(0x2b1)),_0x16986d[_0x34fa(0x4a)](_0x5c5bf1['LIHcS']);}else{const _0x54d62b=await _0x50a182[_0x34fa(0x185)]();return console[_0x34fa(0x54)](_0x5c5bf1[_0x34fa(0x2b2)],_0x50a182[_0x34fa(0x5d)]),console['error'](_0x5c5bf1[_0x34fa(0x2b3)]),console['error'](_0x54d62b),![];}}catch(_0x533341){console[_0x34fa(0x54)](_0x5c5bf1[_0x34fa(0x2b4)],_0x533341);if(_0x5c5bf1[_0x34fa(0x2b5)](_0x533341['code'],_googleSignin[_0x34fa(0x18f)][_0x34fa(0x190)])){if(_0x5c5bf1[_0x34fa(0x2b6)](_0x34fa(0x2b7),_0x5c5bf1[_0x34fa(0x2b8)])){const _0x10d861={'ploUi':_0x5c5bf1['MWslU'],'eaXVE':function(_0x4009b9,_0x129478){return _0x5c5bf1[_0x34fa(0x27b)](_0x4009b9,_0x129478);},'iuWKL':function(_0x33e9a1,_0x6a53c2,_0x3336b5){return _0x33e9a1(_0x6a53c2,_0x3336b5);}};return _0x3fcc12[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x2b9)]),new _0x24411c(_0x50e38a=>{_0x10d861[_0x34fa(0x2ba)](_0x4f240a,()=>{_0x434657[_0x34fa(0x4a)](_0x10d861[_0x34fa(0x2bb)]),_0x10d861[_0x34fa(0x2bc)](_0x50e38a,!![]);},0x3e8);});}else console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x2bd)]);}else{if(_0x5c5bf1[_0x34fa(0x2be)](_0x533341['code'],_googleSignin[_0x34fa(0x18f)][_0x34fa(0x2bf)]))_0x5c5bf1[_0x34fa(0x2c0)]('gaPxq',_0x5c5bf1['VhKGG'])?(_0x1e1a67=_0x1418bd[_0x34fa(0x5f)][_0x34fa(0x131)],_0x410412[_0x34fa(0x4a)](_0x34fa(0x227)),_0x10aa4c['log'](_0x34fa(0x1ad),_0x443082[_0x34fa(0x12a)](0x0,0x14)+_0x34fa(0xaf))):console[_0x34fa(0x4a)]('Google\x20Sign-In\x20already\x20in\x20progress');else _0x5c5bf1[_0x34fa(0x2c1)](_0x533341[_0x34fa(0x22)],_googleSignin[_0x34fa(0x18f)][_0x34fa(0x2c2)])&&(_0x5c5bf1['PCxLK'](_0x34fa(0x240),_0x5c5bf1[_0x34fa(0x2c3)])?console[_0x34fa(0x4a)](_0x5c5bf1[_0x34fa(0x2c4)]):(_0x65072f[_0x34fa(0x176)](_0x5c5bf1[_0x34fa(0x2c5)],_0x557529),_0x9d8040['warn'](_0x5c5bf1[_0x34fa(0x2c6)])));}return![];}}}if(_0x5c5bf1[_0x34fa(0x2c7)](_0x4316ba,_0x5c5bf1[_0x34fa(0x2c8)]))return console['log'](_0x34fa(0x219)),new Promise(_0x53e320=>{const _0x287598={'hLLWd':function(_0x357cf7,_0x4af5b8){return _0x5c5bf1[_0x34fa(0x27b)](_0x357cf7,_0x4af5b8);}};_0x5c5bf1['touqI'](setTimeout,()=>{console[_0x34fa(0x4a)]('Facebook\x20Login\x20completed\x20successfully'),_0x287598['hLLWd'](_0x53e320,!![]);},0x3e8);});return![];};function _0x4e32(){const _0x272824=['defineProperty','__esModule','verifyEmailCode','testYouTubeRefreshToken','testApiConnectivity','requestEmailVerification','refreshYouTubeTokens','reconnectYouTube','isOAuthCallback','initiateOAuth','initiateNativeAuth','initializePlatformAuthService','hasNativeSDK','forceYouTubeReconnectionWithRevoke','forceYouTubeReconnectionWithConsent','fixUserYouTubeConnection','checkEmailVerificationStatus','SDK\x20not\x20initialized.\x20Developers\x20must\x20call\x20initializeApiKey()\x20before\x20using\x20auth\x20features.','No\x20API\x20key\x20configured.\x20Please\x20initialize\x20the\x20SDK\x20with\x20a\x20valid\x20developer\x20API\x20key.','isApiKeyInitialized','getApiConfig','siRKe','apiKey','nadoi','getApiHeaders','Bearer\x20','3.0.72','1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com','user_profile,user_media','API_CONFIG','BASE_URL','/youtube/authorize','onairosevents://auth/callback','https://www.googleapis.com/auth/youtube.readonly','code','/reddit/authorize','demo_reddit_client_id','identity,read','demo_pinterest_client_id','boards:read,pins:read','https://www.facebook.com/v12.0/dialog/oauth','demo_facebook_client_id','public_profile,email','/linkedin/authorize','openid\x20profile\x20email','/gmail/authorize','demo_gmail_client_id','https://www.googleapis.com/auth/gmail.readonly','https://claude.ai/login','https://x.com/i/grok','https://hinge.co','https://www.instagram.com','https://www.sephora.com','https://web.telegram.org/k/','ZekvT','โ„น๏ธ\x20No\x20token\x20cache\x20to\x20clear','๐Ÿ”‘\x20Refresh\x20token\x20type:','โŒ\x20User\x20cancelled\x20sign-in\x20-\x20no\x20refresh\x20token\x20obtained','๐Ÿ’ก\x20User\x20must\x20click\x20\x22Allow\x22\x20to\x20get\x20refresh\x20token','dXqPj','๐Ÿ”Œ\x20[CONNECTIVITY]\x20Running\x20comprehensive\x20network\x20diagnostics...','๐ŸŒ\x20[CONNECTIVITY]\x20Test\x201:\x20Checking\x20general\x20internet\x20(google.com)...','https://www.google.com','HEAD','โœ…\x20[CONNECTIVITY]\x20Google\x20is\x20reachable\x20-\x20internet\x20is\x20working','EZgnW','โŒ\x20[CONNECTIVITY]\x20Cannot\x20reach\x20Google\x20-\x20internet\x20may\x20be\x20down:','๐ŸŒ\x20[CONNECTIVITY]\x20Test\x202:\x20Checking\x20API\x20server...','yQLJc','Kieca','โœ…\x20[CONNECTIVITY]\x20API\x20server\x20is\x20reachable','hckdh','zWeis','Iwjhw','log','oRWog','QUKuq','nIJdU','SlQKS','no-cors','googleTest','reachable','icNgR','yHUlM','error','HXSgi','message','BxEDI','Fmrxq','VmhSV','DWpBC','qZebW','incrg','status','NpfUf','data','user','TUKwq','abort','/health','signal','Unable\x20to\x20read\x20response','KcstJ','โš ๏ธ\x20[CONNECTIVITY]\x20API\x20server\x20responded\x20with\x20status:\x20','sPqcc','api2Test','QIJeW','success','vOvuL','lfIbw','TSzxz','BkWUt','sJdZe','startsWith','mbSmD','kszYv','XAGJk','No\x20internet\x20connectivity\x20detected.\x20Check\x20your\x20network\x20connection.','lnDMt','โŒ\x20[CONNECTIVITY]\x20Connectivity\x20test\x20failed:','temp_token_for_youtube_connection','โœ…\x20Found\x20existing\x20authentication\x20token\x20for\x20YouTube\x20auth','โš ๏ธ\x20Failed\x20to\x20fetch\x20YouTube\x20channel\x20info:','Unknown\x20Channel','โœ…\x20Refresh\x20token\x20confirmed:','email','๐Ÿ“ง\x20[OAUTH]\x20Email\x20platform\x20selected,\x20returning\x20mock\x20auth\x20URL','NomLh','RkILP','PEjQs','AbortError','qIUFF','Network\x20request\x20failed','aqILe','\x20\x20\x204.\x20SSL/TLS\x20certificate\x20issue','\x20\x20\x203.\x20DNS\x20resolution\x20failed','\x20\x20\x201.\x20No\x20internet\x20connection\x20on\x20device/simulator','\x20\x20\x202.\x20API\x20server\x20(API\x20server)\x20is\x20unreachable','fJUYO','๐Ÿš€\x20[OAUTH]\x20Starting\x20OAuth\x20for\x20platform:\x20','Platform','pdkNz','WyitG','/email/authorize?action=verify','ZWIMQ','GJGJa','zHXKM','SPJou','IYsXM','getUserAuthHeaders','๐Ÿ”‘\x20[OAUTH]\x20Using\x20User\x20JWT\x20for\x20authentication','\x20OAuth','โŒ\x20[OAUTH]\x20Please\x20log\x20in\x20first\x20before\x20connecting\x20platforms','/authorize','๐ŸŒ\x20[OAUTH]\x20Proxy\x20URL:\x20','toISOString','๐Ÿ“ค\x20[OAUTH]\x20Request\x20body:','โฐ\x20[OAUTH]\x20Request\x20timeout\x20for\x20','stringify','ySzYR','statusText','cOHDW','dVfDk','โŒ\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20','\x20-\x20','โš ๏ธ\x20No\x20YouTube\x20channel\x20found\x20for\x20user','Ydrif','yzdHH','json','๐Ÿ“‹\x20[OAUTH]\x20Response\x20data\x20for\x20','URL','url','๐Ÿ”—\x20[OAUTH]\x20Auth\x20URL\x20for\x20','\x20(key:\x20','evgio','...','name','NPfAv','EDqDn','GvOCF','MHxdf','Wgjxm','oGCgp','Ayenl','zBFNS','โŒ\x20[OAUTH]\x20Request\x20timeout\x20for\x20','\x20-\x20the\x20server\x20took\x20too\x20long\x20to\x20respond','FjMVI','tCoiz','โŒ\x20[OAUTH]\x20User\x20not\x20authenticated\x20-\x20cannot\x20initiate\x20','quhly','split','โŒ\x20[OAUTH]\x20Network\x20request\x20failed\x20for\x20','.\x20Possible\x20causes:','VjpNx','phbHQ','UrVFs','JEggb','wOuNq','refreshTokenType','openid','GoogleSignin','configure','cSuDz','ZAziD','FaWxD','โŒ\x20[CONNECTIVITY]\x20Cannot\x20reach\x20API\x20server:','Facebook\x20Login\x20completed\x20successfully','โŒ\x20Error\x20testing\x20YouTube\x20refresh\x20token:','โ„น๏ธ\x20No\x20existing\x20permissions\x20to\x20revoke:','sFCsR','VGyQB','๐Ÿ‘ค\x20User:','โœ…\x20Signed\x20out\x20-\x20consent\x20cache\x20cleared','DGoDI','๐Ÿ”ง\x20Configuring\x20Google\x20Sign-In\x20for\x20forced\x20consent...','โœ…\x20Play\x20Services\x20available','โœ…\x20Sign-in\x20completed\x20-\x20checking\x20for\x20refresh\x20token...','๐Ÿ“‹\x20FULL\x20tokens\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','๐Ÿ“‹\x20FULL\x20currentUser\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','๐Ÿ”\x20Token\x20analysis:','-\x20Access\x20token:','Missing','Present','-\x20ServerAuthCode\x20(currentUser):','๐Ÿ“บ\x20Fetching\x20YouTube\x20channel\x20information...','โœ…\x20YouTube\x20channel\x20found:','No\x20Channel','โš ๏ธ\x20Error\x20fetching\x20YouTube\x20channel\x20info:','signOut_and_configure','๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20=====\x20SENDING\x20REAUTH\x20SIGNAL\x20TO\x20BACKEND\x20=====','๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20Endpoint:\x20https://API\x20server/youtube/native-auth','๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20Payload\x20Summary:','๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20FULL\x20PAYLOAD:','๐Ÿ“ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Status:','๐Ÿ“ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Status\x20Text:','๐Ÿ“ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Headers:','Tifzq','EnNXy','โœ…\x20[YOUTUBE\x20REAUTH]\x20Backend\x20Response\x20SUCCESS:','temporary\x20access\x20token\x20mode','โœ…\x20[YOUTUBE\x20REAUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20sent:','Yes','โœ…\x20[YOUTUBE\x20REAUTH]\x20Backend\x20CONFIRMED\x20refresh\x20token\x20received','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20type:','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20length:','yTtPf','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Backend\x20did\x20NOT\x20confirm\x20refresh\x20token\x20reception','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Response\x20data:','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Expected\x20hasRefreshToken\x20or\x20refreshTokenReceived\x20in\x20response','EtLAa','YAdpf','โœ…\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20sent\x20successfully','sDFZH','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20failed:','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20User\x20may\x20need\x20to\x20manually\x20restart\x20training','โŒ\x20[YOUTUBE\x20REAUTH]\x20This\x20means\x20the\x20reauth\x20signal\x20was\x20not\x20processed','\x20\x20\x202.\x20Check\x20Google\x20Console\x20OAuth\x20configuration','โŒ\x20CRITICAL:\x20No\x20refresh\x20token\x20even\x20after\x20consent\x20screen','\x20\x20\x201.\x20Try\x20the\x20revoke\x20method:\x20forceYouTubeReconnectionWithRevoke()','๐Ÿ’ก\x20Solutions:','\x20\x20\x203.\x20Ensure\x20user\x20clicks\x20\x22Allow\x22\x20on\x20consent\x20screen','โŒ\x20Error\x20forcing\x20YouTube\x20consent:','PLdYu','HvLWM','lLVSe','JSaGk','โŒ\x20Error\x20refreshing\x20YouTube\x20tokens:','oLibr','WtkeV','RtVDN','wDXxs','dgFNz','iASLZ','HVDhc','getTokens','accessToken','clearCachedAccessToken','CIMbG','PRwDD','DIHTl','oFWpE','hPzpt','ocaAK','hasPlayServices','SYIaV','๐Ÿ”\x20Initiating\x20sign-in\x20-\x20consent\x20screen\x20should\x20appear...','signIn','MTIbB','XJJEk','dZGhl','OwAdC','getCurrentUser','BwzqY','FEIuL','EODPG','ZANPL','substring','NWLye','chBed','idToken','IDIhi','DqCXi','VUYQZ','serverAuthCode','rJpNr','sBMIl','ZlbKd','โœ…\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20consent!','FwRyr','refreshToken','uJZsG','LBMRz','https://www.googleapis.com/youtube/v3/channels?part=snippet&mine=true','items','length','title','GFvBy','AAYZQ','igOkm','HrBVO','zfmlU','KoOhk','Resjk','gZIgo','XpKqH','dYXVL','QAYBD','izJrX','jrfHP','fAqMZ','getJWT','trim','๐Ÿ”\x20Creating\x20authentication\x20token\x20for\x20YouTube\x20connection...','youtube','sjAtY','youtube-','HLsVS','uCqLN','wYTRb','LuSHl','oIPTu','๐Ÿ“ค\x20Sending\x20comprehensive\x20payload\x20with\x20REFRESH\x20TOKEN\x20to\x20backend:','gfagO','UAtnm','wZUmc','debugInfo','LvirI','Cgbll','EHdOx','RKaeB','SjRGe','tIHxR','KcKDt','uZUKL','BbVWD','pFVIb','validation','hTTLT','isTemporaryMode','temporaryMode','zqZrR','enabled','includes','๐ŸŽ‰\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Temporary\x20YouTube\x20connection\x20established!','HWjKA','Ewmrj','diSVD','refreshTokenReceived','hasRefreshToken','ykjdl','fzMYT','WrnGi','warn','HjBeY','GFkHK','zwbkz','kGYJV','jqfrP','Error\x20exchanging\x20code\x20for\x20token:','Falling\x20back\x20to\x20simulated\x20token\x20response','_access_token_','toString','_refresh_token_','random','LRDYL','aMFzn','bjLnN','text','โŒ\x20[YOUTUBE\x20REAUTH]\x20Backend\x20processing\x20FAILED:','nukqw','โŒ\x20This\x20means\x20consent\x20screen\x20did\x20not\x20appear\x20or\x20user\x20denied\x20permissions','tjGDU','JjfFT','FmmTQ','LKttO','gljFx','oNDdk','statusCodes','SIGN_IN_CANCELLED','OTNRd','QSfma','qpKKR','RhjQu','tCyaN','โš ๏ธ\x20[YOUTUBE\x20AUTH]\x20Connection\x20may\x20fail\x20when\x20tokens\x20expire','Bmczk','๐Ÿ”„\x20FORCING\x20YouTube\x20consent\x20via\x20REVOKE\x20method...','โœ…\x20Revoked\x20existing\x20permissions\x20-\x20fresh\x20consent\x20REQUIRED','โœ…\x20Signed\x20out\x20completely','โœ…\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20REVOKE\x20+\x20consent!','ZTmhR','โŒ\x20Still\x20no\x20refresh\x20token\x20after\x20revoke\x20method','gWVUU','gLHOT','HXbPq','VkOyB','pqLjG','thTeb','revokeAccess','ohAFb','signOut','XJWQK','๐Ÿ”\x20Signing\x20in\x20after\x20revoke\x20-\x20consent\x20screen\x20MUST\x20appear...','BLifI','WlUit','UrCJL','MaJFz','๐Ÿ”‘\x20Refresh\x20token\x20preview:','iwXlT','โš ๏ธ\x20[YOUTUBE\x20AUTH]\x20Backend\x20did\x20not\x20confirm\x20refresh\x20token','๐Ÿ”\x20[YOUTUBE\x20AUTH]\x20Response\x20data\x20keys:','keys','KBKVA','โŒ\x20Error\x20with\x20revoke\x20method:','JhFfO','๐Ÿ”„\x20Method\x202:\x20Trying\x20forced\x20consent\x20via\x20revoke...','sZOQJ','๐Ÿ”ง\x20Fixing\x20YouTube\x20connection\x20for\x20user:\x20','PmyZZ','awNYA','CctIX','oTUVF','\x20YouTube\x20connection\x20fixed\x20via\x20Method\x201!','XIMXs','cExzf','fqHvz','jxIji','SZPkp','\x20YouTube\x20connection\x20fixed\x20via\x20Method\x202!','โŒ\x20Failed\x20to\x20fix\x20','โŒ\x20Error\x20checking\x20email\x20verification\x20status:','๐Ÿ”„\x20Attempting\x20to\x20refresh\x20Google\x20tokens...','bCaKh','GczvE','๐Ÿ”„\x20Refresh\x20failed,\x20attempting\x20re-authentication...','โœ…\x20Re-authentication\x20successful','โŒ\x20Re-authentication\x20also\x20failed:','ifJEC','oEPLW','hzCqb','eAYqP','Network\x20error','PjETF','AfvDP','โŒ\x20Failed\x20to\x20refresh\x20Google\x20tokens:','vOVvk','wCjeW','kUGEx','โŒ\x20[YOUTUBE\x20AUTH]\x20Username\x20is\x20required\x20for\x20YouTube\x20authentication','๐Ÿ”\x20YouTube\x20Token\x20Debug:','none','Hjyid','sNfik','โŒ\x20Debug\x20tokens\x20failed:','vpBne','oLMMS','gWJHc','UHCIv','MsAmh','nNauN','HiXlp','PTlWn','ycSDi','KSoDZ','gjYKT','imLeE','sLbqk','โŒ\x20CRITICAL:\x20No\x20refresh\x20token\x20available\x20-\x20YouTube\x20connection\x20will\x20fail\x20when\x20token\x20expires','๐Ÿ’ก\x20User\x20needs\x20to\x20reconnect\x20with\x20proper\x20consent\x20screen','3|5|4|2|0|1','ID:','DmAsH','UIqIh','๐Ÿ”„\x20Forcing\x20fresh\x20YouTube\x20reconnection\x20for\x20refresh\x20token...','โœ…\x20Signed\x20out\x20from\x20Google','โ„น๏ธ\x20Already\x20signed\x20out\x20or\x20sign\x20out\x20failed:','โœ…\x20Cleared\x20cached\x20access\x20token','โ„น๏ธ\x20Token\x20clearing\x20failed\x20or\x20not\x20needed:','xZRAF','LnAep','โŒ\x20YouTube\x20reconnection\x20error:','BPFQc','dteAZ','aGHgt','GPtDh','xZINo','MYXfb','xGvEo','BvwxH','TmokG','ajxwV','QkXEh','npoTp','imHkE','AlWQJ','ERIDX','โŒ\x20YouTube\x20reconnection\x20failed','hFKCA','suSpT','bqaJf','hZuru','TXUHq','GKdRz','DUEtv','ZhkiJ','FzYSR','qierK','iMgUO','usjjF','๐ŸŽ‰\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Full\x20YouTube\x20connection\x20with\x20refresh\x20tokens!','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20REFRESH\x20TOKEN\x20SENT\x20TO\x20BACKEND:','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Full\x20refresh\x20token:','โœ…\x20Refresh\x20token\x20already\x20available','โ„น๏ธ\x20No\x20valid\x20authentication\x20token\x20found\x20for\x20YouTube\x20connection','โ„น๏ธ\x20User\x20should\x20authenticate\x20first\x20via\x20Google/Apple/Email\x20before\x20connecting\x20YouTube','Initiating\x20Facebook\x20Login\x20for\x20Instagram','TfZKe','๐Ÿ”—\x20Initiating\x20native\x20Google\x20Sign-In\x20for\x20YouTube','EKhaO','๐Ÿ”„\x20Signed\x20out\x20to\x20force\x20fresh\x20consent','โ„น๏ธ\x20Sign\x20out\x20not\x20needed\x20or\x20failed:','โœ…\x20Google\x20Sign-In\x20successful:','๐Ÿ”‘\x20Got\x20Google\x20tokens','๐Ÿ“‹\x20FULL\x20tokens\x20object:','๐Ÿ“‹\x20FULL\x20currentUser\x20object:','-\x20userInfo.data?.serverAuthCode:','-\x20tokens.accessToken:','FoylI','โœ…\x20Got\x20serverAuthCode\x20(refresh\x20token\x20mechanism)','โœ…\x20Got\x20serverAuthCode\x20from\x20sign-in\x20response','โš ๏ธ\x20Continuing\x20without\x20refresh\x20token\x20-\x20connection\x20may\x20fail\x20later','oMNCt','SwMOi','๐Ÿ”‘\x20Token\x20preview:','๐Ÿ”‘\x20Using\x20auth\x20token\x20for\x20linking:','๐Ÿ“บ\x20YouTube\x20channel\x20name:','apple','๐Ÿ“ค\x20BACKEND\x20PAYLOAD\x20SUMMARY:','-\x20hasRefreshToken:','-\x20hasServerAuthCode:','-\x20refreshTokenType:','-\x20userEmail:','-\x20channelName:','๐Ÿ“‹\x20COMPLETE\x20BACKEND\x20PAYLOAD:','๐Ÿ“ก\x20Backend\x20response\x20status:','๐Ÿ“ก\x20Backend\x20response\x20headers:','vCTCp','๐Ÿ”„\x20[YOUTUBE\x20AUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','Mwwbx','โŒ\x20YouTube\x20auth\x20failed:','๐Ÿ“‹\x20BACKEND\x20ERROR\x20RESPONSE:','โŒ\x20Google\x20Sign-In\x20error:','User\x20cancelled\x20Google\x20Sign-In','dKFLS','GuiCM','Google\x20Play\x20Services\x20not\x20available','instagram','xIOcc','mcZzj','zDlNj','โœ…\x20[YOUTUBE\x20REAUTH]\x20Response\x20hasRefreshToken:','BDftC','KXYnq','IfNQA','GGumw','FhTOF','KYXrw','sEPOt','AmEeX','SZUyR','OqcoN','WTNBH','TXymD','RHmWP','stGnM','CwoQD','KrZkn','NGJRz','POZUq','๐Ÿ‘ค\x20Current\x20user\x20info:','grEBE','EBSms','YbMHm','ArfnZ','Present:\x20','fgWsq','ABlrU','awrFe','HTRau','Swjaj','mmmbs','ZSkno','AcPQR','Email\x20verified\x20successfully','existingUser','token','EHZYs','ukKym','SIDDN','cLWXM','๐Ÿ’ก\x20Check\x20Google\x20Sign-In\x20configuration:\x20offlineAccess,\x20forceCodeForRefreshToken','NSdKA','GewyK','cKGwO','ytCTW','ksTtF','ZDcQh','TCPgY','gXkxZ','kvpAo','xDHsf','nBIXC','AhvCJ','wwAOM','โŒ\x20Error\x20verifying\x20email\x20code:','Network\x20error.\x20Please\x20check\x20your\x20connection\x20and\x20try\x20again.','MCmoz','QczJr','xuood','hMJSU','sQYfv','default','getItem','onairos_username','wMXgI','youtube_user','gNgMO','ciNHm','JKVOW','LIHcS','Vizdq','๐Ÿ”—\x20Linking\x20YouTube\x20data\x20to\x20user:','YUaEH','No\x20token','qTLah','HLNoi','user-','Rqyqf','svzMs','now','xblPE','NAYXa','KLQlG','inCyk','DOTbq','iDNob','nFqBi','MjMGG','QiuyG','SufVJ','JcrLx','RJlMn','IseYl','headers','โœ…\x20YouTube\x20connection\x20successful','LReLJ','LbvFP','NYaDr','OqqrO','โ„น๏ธ\x20[YOUTUBE\x20AUTH]\x20User\x20can\x20reconnect\x20later\x20for\x20refresh\x20tokens\x20if\x20needed','โœ…\x20[YOUTUBE\x20AUTH]\x20Backend\x20confirmed\x20refresh\x20token\x20received','rdhiK','wBMNP','KqveC','LDjDy','FpNZG','โŒ\x20No\x20current\x20Google\x20user\x20found','โ„น๏ธ\x20NOTE:\x20SDK\x20does\x20not\x20create\x20users\x20during\x20YouTube\x20connection','JXKIN','tCGJE','dfAGh','PCxLK','ihRxp','uvURN','Opepe','cdsgL','iuWKL','ploUi','eaXVE','WorhO','QqqsQ','IN_PROGRESS','HZlqo','hvvZa','PLAY_SERVICES_NOT_AVAILABLE','ijOlT','zXXeT','sWtFx','zpkxB','opSqU','qpJAD','code=','qWSaD','YQFyI','YQlWc','gsydr','unEaf','Exchanging\x20code\x20for\x20token\x20for\x20platform:\x20','NJxbj','Nubdw','/token','jFOxm','Error\x20exchanging\x20code\x20for\x20token:\x20','Token\x20exchange\x20failed\x20with\x20status\x20','Token\x20exchange\x20successful\x20for\x20','IKbSr','QlOru','EBJgj','exchangeCodeForToken','๐Ÿ”„\x20Refreshing\x20YouTube\x20tokens...','fjMHq','โŒ\x20No\x20auth\x20token\x20found\x20for\x20YouTube\x20refresh','โŒ\x20YouTube\x20token\x20refresh\x20failed:','heraX','TIAZa','lzleS','lyWbk','Atfvn','cqnhh','cyKiT','JvAEs','lxDcq','Dxxut','veYLO','RjSVp','IYcON','youtube_reauth','โŒ\x20[TRAINING\x20RESTART]\x20Error\x20triggering\x20training\x20restart:','ykhBb','BmwEb','/mobile-training/restart','wGLiD','โœ…\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20successful:','ZVlQh','voyzL','๐Ÿ”ง\x20Platform\x20auth\x20service\x20initialized','๐Ÿงช\x20Testing\x20YouTube\x20refresh\x20token\x20functionality...','jZQNk','โš ๏ธ\x20No\x20refresh\x20token\x20found\x20-\x20attempting\x20to\x20fix...','โœ…\x20YouTube\x20connection\x20fixed!\x20Testing\x20again...','REXLn','DxSFa','EItmU','SJCAq','CYZPF','rhvwF','wjsSD','ovDzK','nPIof','gZRWO','hrEFU','nqtZz','cqmfr','VFPhI','HeJDf','ayGtc','snippet','mXXUg','SNOjl','hjCcI','request','wLYwI','Verification\x20code\x20sent\x20to\x20your\x20email','Failed\x20to\x20send\x20verification\x20code','AnWfM','โŒ\x20Error\x20requesting\x20email\x20verification:','๐Ÿ“ง\x20Requesting\x20email\x20verification\x20for:','/email/verification','NyfrL','CdDSB','Lwzsx','QrToM','KJfHn','ONMob','ggNlp','MvxiH','IzcnT','LVqFs','sqCma','bVEBZ','MMxEL','fwzuQ','XtbHp','qcCuV','๐Ÿ”\x20Verifying\x20email\x20code\x20for:','psZeF','oeFoj','Invalid\x20verification\x20code','zOaih','sWLAz','UfubN','otZQM','WomSm','rnJxu','tWBwN','riltH','YMEoD','iSQde','IFAPM','NUHQc','ueknM','SMbCY','VNaww','FVcCD','htYKa','UKQSz','DUDYP','hfRnQ','isPending','gOfge','ZeANs','rLwWl','VgIUo','KwZnd','mDJGM'];_0x4e32=function(){return _0x272824;};return _0x4e32();}exports[_0x34fa(0xa)]=initiateNativeAuth;const isOAuthCallback=_0x45acc8=>{const _0x1bdd62={'qWSaD':'auth/callback','YQFyI':_0x34fa(0x2c9)};return _0x45acc8['includes'](_0x1bdd62[_0x34fa(0x2ca)])||_0x45acc8['includes'](_0x1bdd62[_0x34fa(0x2cb)]);};exports[_0x34fa(0x8)]=isOAuthCallback;const exchangeCodeForToken=async(_0x25d9dd,_0x154be6)=>{const _0x66457a={'FVOEx':'โŒ\x20Error\x20requesting\x20email\x20verification:','EBJgj':'Network\x20error.\x20Please\x20check\x20your\x20connection\x20and\x20try\x20again.','NJxbj':function(_0x35d44d,_0x308c9d){return _0x35d44d!==_0x308c9d;},'Nubdw':_0x34fa(0x2cc),'jFOxm':function(_0x2e4aca,_0x1fcc8d,_0x2e9087){return _0x2e4aca(_0x1fcc8d,_0x2e9087);},'IKbSr':_0x34fa(0x2cd),'QlOru':_0x34fa(0x2ce),'SUkNE':_0x34fa(0x17d)};console[_0x34fa(0x4a)](_0x34fa(0x2cf)+_0x154be6);try{if(_0x66457a[_0x34fa(0x2d0)](_0x66457a['Nubdw'],_0x66457a[_0x34fa(0x2d1)]))_0x52c797['error']('โŒ\x20Sign-in\x20already\x20in\x20progress');else{const _0x13c680=_api[_0x34fa(0x1d)][_0x34fa(0x1e)]+'/'+_0x154be6+_0x34fa(0x2d2),_0xd9c5be=await _0x66457a[_0x34fa(0x2d3)](fetch,_0x13c680,{'method':'POST','headers':{'Content-Type':'application/json'},'body':JSON[_0x34fa(0x9e)]({'code':_0x25d9dd,'platform':_0x154be6})});if(!_0xd9c5be['ok']){console[_0x34fa(0x54)](_0x34fa(0x2d4)+_0xd9c5be[_0x34fa(0x5d)]);throw new Error(_0x34fa(0x2d5)+_0xd9c5be['status']);}const _0x2e8587=await _0xd9c5be['json']();return console[_0x34fa(0x4a)](_0x34fa(0x2d6)+_0x154be6),_0x2e8587;}}catch(_0x1ad1ee){return _0x66457a['NJxbj'](_0x66457a[_0x34fa(0x2d7)],_0x66457a[_0x34fa(0x2d8)])?(console[_0x34fa(0x54)](_0x34fa(0x17c),_0x1ad1ee),console[_0x34fa(0x4a)](_0x66457a['SUkNE']),{'access_token':_0x154be6+_0x34fa(0x17e)+Math[_0x34fa(0x181)]()[_0x34fa(0x17f)](0x24)['substring'](0x7),'refresh_token':_0x154be6+'_refresh_token_'+Math['random']()['toString'](0x24)[_0x34fa(0x12a)](0x7),'expires_in':0xe10}):(_0x107aff[_0x34fa(0x54)](_0x66457a['FVOEx'],_0x176c1a),{'success':![],'error':_0x66457a[_0x34fa(0x2d9)]});}};exports[_0x34fa(0x2da)]=exchangeCodeForToken;const refreshYouTubeTokens=async()=>{const _0x52a1bb={'TIAZa':_0x34fa(0x2db),'lzleS':function(_0x3016ac,_0x3d0f67){return _0x3016ac!==_0x3d0f67;},'Cthcm':'gYicM','lyWbk':_0x34fa(0x2dc),'JzIqB':'โŒ\x20Failed\x20to\x20get\x20fresh\x20tokens\x20from\x20Google\x20SDK','Atfvn':_0x34fa(0x2b0),'cqnhh':_0x34fa(0x2dd),'WEeqG':function(_0xaf7594,_0x1221af,_0x339e13){return _0xaf7594(_0x1221af,_0x339e13);},'cyKiT':function(_0x4fcad4,_0x53de7a){return _0x4fcad4===_0x53de7a;},'JvAEs':function(_0x505971,_0x12d2aa){return _0x505971+_0x12d2aa;},'lxDcq':'โœ…\x20YouTube\x20tokens\x20refreshed\x20successfully:','Dxxut':_0x34fa(0x2de),'veYLO':function(_0x173e78,_0x352cc6){return _0x173e78!==_0x352cc6;},'RjSVp':_0x34fa(0x2df),'IYcON':_0x34fa(0x10c)};try{var _0x3828d4;console[_0x34fa(0x4a)](_0x52a1bb[_0x34fa(0x2e0)]);const _0x41b99e=await _googleSignin['GoogleSignin'][_0x34fa(0x114)]();if(!_0x41b99e){if(_0x52a1bb[_0x34fa(0x2e1)](_0x52a1bb['Cthcm'],_0x52a1bb[_0x34fa(0x2e2)]))return console['error'](_0x52a1bb['JzIqB']),![];else throw new _0x4ec25c(_0x34fa(0x12));}const _0x2d34e2=await _googleSignin[_0x34fa(0xc9)][_0x34fa(0x125)]();if(!_0x2d34e2)return console[_0x34fa(0x54)](_0x52a1bb[_0x34fa(0x2e3)]),![];const _0x579e95=await(0x0,_jwtStorageService['getJWT'])();if(!_0x579e95)return console[_0x34fa(0x54)](_0x52a1bb[_0x34fa(0x2e4)]),![];const _0x538beb=await _0x52a1bb['WEeqG'](fetch,_api[_0x34fa(0x1d)][_0x34fa(0x1e)]+'/youtube/refresh-token',{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x579e95},'body':JSON[_0x34fa(0x9e)]({'accessToken':_0x41b99e[_0x34fa(0x115)],'idToken':_0x41b99e[_0x34fa(0x12d)],'refreshToken':_0x2d34e2[_0x34fa(0x131)],'userEmail':_0x52a1bb[_0x34fa(0x2e5)](_0x3828d4=_0x2d34e2[_0x34fa(0x60)],null)||_0x3828d4===void 0x0?void 0x0:_0x3828d4[_0x34fa(0x7d)],'tokenExpiry':new Date(_0x52a1bb[_0x34fa(0x2e6)](Date['now'](),0xe10*0x3e8))[_0x34fa(0x9b)](),'timestamp':new Date()[_0x34fa(0x9b)]()})});if(_0x538beb['ok']){const _0x2c2f6b=await _0x538beb['json']();return console[_0x34fa(0x4a)](_0x52a1bb[_0x34fa(0x2e7)],_0x2c2f6b),!![];}else{const _0x1d03b8=await _0x538beb[_0x34fa(0x185)]();return console[_0x34fa(0x54)](_0x52a1bb[_0x34fa(0x2e8)],_0x538beb['status'],_0x1d03b8),![];}}catch(_0x25daf2){if(_0x52a1bb[_0x34fa(0x2e9)](_0x52a1bb[_0x34fa(0x2ea)],_0x52a1bb['RjSVp']))throw new _0x4500a5('SDK\x20not\x20initialized.\x20Developers\x20must\x20call\x20initializeApiKey()\x20before\x20using\x20auth\x20features.');else return console[_0x34fa(0x54)](_0x52a1bb[_0x34fa(0x2eb)],_0x25daf2),![];}};exports['refreshYouTubeTokens']=refreshYouTubeTokens;const triggerTrainingRestart=async(_0x58253b,_0x4954d0)=>{const _0x423c17={'ykhBb':'๐Ÿ”„\x20[TRAINING\x20RESTART]\x20Triggering\x20training\x20restart\x20for\x20user:','BmwEb':function(_0x3deac0,_0x58969e,_0x2f098f){return _0x3deac0(_0x58969e,_0x2f098f);},'PuoCu':_0x34fa(0x2ec),'wGLiD':'youtube','ZVlQh':'โŒ\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20failed:','voyzL':_0x34fa(0x2ed)};try{console[_0x34fa(0x4a)](_0x423c17[_0x34fa(0x2ee)],_0x58253b);const _0x1a56a8=await _0x423c17[_0x34fa(0x2ef)](fetch,_api[_0x34fa(0x1d)][_0x34fa(0x1e)]+_0x34fa(0x2f0),{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x4954d0},'body':JSON[_0x34fa(0x9e)]({'username':_0x58253b,'reason':_0x423c17['PuoCu'],'platform':_0x423c17[_0x34fa(0x2f1)],'timestamp':new Date()[_0x34fa(0x9b)](),'requestNewTraining':!![]})});if(_0x1a56a8['ok']){const _0x2516aa=await _0x1a56a8['json']();console['log'](_0x34fa(0x2f2),_0x2516aa);}else{const _0x37f32e=await _0x1a56a8[_0x34fa(0x185)]();console[_0x34fa(0x54)](_0x423c17[_0x34fa(0x2f3)],_0x1a56a8[_0x34fa(0x5d)],_0x37f32e);throw new Error('Training\x20restart\x20failed:\x20'+_0x1a56a8['status']);}}catch(_0x1435db){console[_0x34fa(0x54)](_0x423c17[_0x34fa(0x2f4)],_0x1435db);throw _0x1435db;}},testYouTubeRefreshToken=async _0x4fcb28=>{const _0x232da2={'VFPhI':_0x34fa(0x2f5),'mXXUg':_0x34fa(0xe2),'SNOjl':_0x34fa(0x1ec),'DPALC':_0x34fa(0x2f6),'SJCAq':_0x34fa(0xd4),'CYZPF':_0x34fa(0x2f7),'rhvwF':'๐Ÿ”\x20Current\x20token\x20status:','wjsSD':_0x34fa(0x2f8),'ovDzK':_0x34fa(0x2f9),'nPIof':function(_0x31b494){return _0x31b494();},'gZRWO':'๐Ÿ”\x20New\x20token\x20status:','hrEFU':function(_0x4fb35d,_0x49ef11){return _0x4fb35d!==_0x49ef11;},'rbcfw':_0x34fa(0x2fa),'nqtZz':_0x34fa(0x2fb),'cqmfr':'โŒ\x20Failed\x20to\x20fix\x20YouTube\x20connection','HeJDf':_0x34fa(0x2fc),'ayGtc':'โœ…\x20Refresh\x20token\x20already\x20available','hjCcI':_0x34fa(0xd0)};console[_0x34fa(0x4a)](_0x232da2['DPALC']),console[_0x34fa(0x4a)](_0x232da2[_0x34fa(0x2fd)],_0x4fcb28);try{if(_0x232da2['CYZPF']===_0x232da2[_0x34fa(0x2fe)]){const _0x403054=await debugYouTubeTokens();console[_0x34fa(0x4a)](_0x232da2[_0x34fa(0x2ff)],_0x403054);if(!_0x403054[_0x34fa(0x172)]){console[_0x34fa(0x4a)](_0x232da2[_0x34fa(0x300)]);const _0x43f021=await fixUserYouTubeConnection(_0x4fcb28);if(_0x43f021){console[_0x34fa(0x4a)](_0x232da2[_0x34fa(0x301)]);const _0x126d55=await _0x232da2[_0x34fa(0x302)](debugYouTubeTokens);console[_0x34fa(0x4a)](_0x232da2[_0x34fa(0x303)],_0x126d55);}else _0x232da2[_0x34fa(0x304)](_0x232da2['rbcfw'],_0x232da2[_0x34fa(0x305)])?console[_0x34fa(0x54)](_0x232da2[_0x34fa(0x306)]):(_0x42193a[_0x34fa(0x4a)](_0x232da2[_0x34fa(0x307)]),_0x43561a());}else{if(_0x232da2['HeJDf']===_0x232da2[_0x34fa(0x308)])console['log'](_0x232da2[_0x34fa(0x309)]);else{_0x17be70[_0x34fa(0x54)]('Error\x20exchanging\x20code\x20for\x20token:\x20'+_0x5bb45c[_0x34fa(0x5d)]);throw new _0x1caa6c(_0x34fa(0x2d5)+_0x3632a3[_0x34fa(0x5d)]);}}}else _0x3c5fa7=_0x2f2830[_0x34fa(0x13b)][0x0][_0x34fa(0x30a)][_0x34fa(0x13d)],_0x5d28a2=_0x3e4b67['items'][0x0]['id'],_0x491536['log'](_0x232da2[_0x34fa(0x30b)],_0x586944,_0x232da2[_0x34fa(0x30c)],_0xc08ce6);}catch(_0x4d30f5){console[_0x34fa(0x54)](_0x232da2[_0x34fa(0x30d)],_0x4d30f5);}};exports[_0x34fa(0x3)]=testYouTubeRefreshToken;const requestEmailVerification=async(_0x389903,_0x3d66e7=![])=>{const _0x4f02e9={'LVqFs':'โŒ\x20CRITICAL:\x20No\x20refresh\x20token\x20even\x20after\x20consent\x20screen','GqYZc':_0x34fa(0x188),'sqCma':_0x34fa(0x105),'bVEBZ':_0x34fa(0x104),'MMxEL':_0x34fa(0x102),'fwzuQ':_0x34fa(0x106),'wdqjM':function(_0x55e9f7,_0x377567,_0x207d29){return _0x55e9f7(_0x377567,_0x207d29);},'NyfrL':function(_0x4e2539){return _0x4e2539();},'CdDSB':_0x34fa(0x30e),'Lwzsx':function(_0x43ecd3,_0x3a3972){return _0x43ecd3!==_0x3a3972;},'QrToM':_0x34fa(0x30f),'KJfHn':_0x34fa(0x310),'ONMob':function(_0x45f003,_0x4e0484){return _0x45f003!==_0x4e0484;},'ggNlp':'ntbAp','IzcnT':_0x34fa(0x311),'EcGHN':_0x34fa(0x312),'SQBTL':_0x34fa(0x313)};try{console[_0x34fa(0x4a)](_0x34fa(0x314),_0x389903);const _0x3c86c9=await _0x4f02e9['wdqjM'](fetch,_api[_0x34fa(0x1d)][_0x34fa(0x1e)]+_0x34fa(0x315),{'method':'POST','headers':_0x4f02e9[_0x34fa(0x316)](getDeveloperAuthHeaders),'body':JSON[_0x34fa(0x9e)]({'email':_0x389903,'action':_0x4f02e9[_0x34fa(0x317)],'testMode':_0x3d66e7})}),_0x5d9964=await _0x3c86c9['json']();return _0x3c86c9['ok']?_0x4f02e9[_0x34fa(0x318)](_0x4f02e9[_0x34fa(0x319)],_0x4f02e9[_0x34fa(0x319)])?(_0x8d4d56[_0x34fa(0x54)](_0x34fa(0x206)),![]):{'success':!![],'message':_0x5d9964[_0x34fa(0x56)]||_0x4f02e9[_0x34fa(0x31a)]}:_0x4f02e9[_0x34fa(0x31b)](_0x4f02e9[_0x34fa(0x31c)],_0x34fa(0x31d))?{'success':![],'error':_0x5d9964[_0x34fa(0x56)]||_0x4f02e9[_0x34fa(0x31e)]}:(_0x543114[_0x34fa(0x54)](_0x4f02e9[_0x34fa(0x31f)]),_0x34cc0c['error'](_0x4f02e9['GqYZc']),_0x3eb9c0[_0x34fa(0x54)](_0x4f02e9[_0x34fa(0x320)]),_0x41ce8b[_0x34fa(0x54)](_0x4f02e9[_0x34fa(0x321)]),_0x3f1792['error'](_0x4f02e9[_0x34fa(0x322)]),_0x198d80[_0x34fa(0x54)](_0x4f02e9[_0x34fa(0x323)]),![]);}catch(_0x4fc605){return _0x4f02e9[_0x34fa(0x318)](_0x34fa(0x324),_0x4f02e9['EcGHN'])?(console['error'](_0x4f02e9['SQBTL'],_0x4fc605),{'success':![],'error':_0x34fa(0x27d)}):(_0x2b9aa3[_0x34fa(0x4a)]('โœ…\x20'+_0x4786ab+_0x34fa(0x1c2)),!![]);}};exports[_0x34fa(0x5)]=requestEmailVerification;const verifyEmailCode=async(_0x1ebaae,_0x4336e3,_0x32e5a4=![])=>{const _0xfc1f7a={'rnJxu':_0x34fa(0x1b3),'iSQde':'โš ๏ธ\x20No\x20YouTube\x20channel\x20found\x20for\x20user','IFAPM':function(_0x287315,_0x1d6c4e){return _0x287315===_0x1d6c4e;},'NUHQc':function(_0x40164f,_0x453bde){return _0x40164f===_0x453bde;},'otZQM':function(_0x3f4705,_0x1f28ba){return _0x3f4705===_0x1f28ba;},'Glftn':_0x34fa(0xe3),'DyrJS':'โŒ\x20Failed\x20to\x20fix\x20YouTube\x20connection','SMbCY':function(_0x3113d7,_0x3afa46){return _0x3113d7!==_0x3afa46;},'TcIYa':'OyPCM','sWLAz':_0x34fa(0x325),'UfubN':_0x34fa(0x326),'cYKTO':function(_0x84d2fa){return _0x84d2fa();},'TKtYX':'verify','WomSm':'pVFpS','tWBwN':_0x34fa(0x267),'riltH':_0x34fa(0x327),'YMEoD':_0x34fa(0x328),'ueknM':_0x34fa(0x329),'VNaww':_0x34fa(0x32a),'FVcCD':_0x34fa(0x27c),'htYKa':_0x34fa(0x27d)};try{if(_0xfc1f7a['SMbCY'](_0xfc1f7a['TcIYa'],_0xfc1f7a[_0x34fa(0x32b)])){console[_0x34fa(0x4a)](_0xfc1f7a[_0x34fa(0x32c)],_0x1ebaae);const _0x295c42=await fetch(_api[_0x34fa(0x1d)]['BASE_URL']+_0x34fa(0x315),{'method':'POST','headers':_0xfc1f7a['cYKTO'](getDeveloperAuthHeaders),'body':JSON[_0x34fa(0x9e)]({'email':_0x1ebaae,'code':_0x4336e3,'action':_0xfc1f7a['TKtYX'],'testMode':_0x32e5a4})}),_0x51be83=await _0x295c42['json']();if(_0x295c42['ok'])return _0xfc1f7a[_0x34fa(0x32d)](_0xfc1f7a[_0x34fa(0x32e)],'mmNUR')?(_0x5e4706[_0x34fa(0x54)](_0xfc1f7a[_0x34fa(0x32f)],_0x3e8b42),![]):{'success':!![],'message':_0x51be83[_0x34fa(0x56)]||_0xfc1f7a[_0x34fa(0x330)],'existingUser':_0x51be83[_0x34fa(0x268)]||![],'token':_0x51be83[_0x34fa(0x269)]};else{if(_0xfc1f7a['IFAPM'](_0xfc1f7a[_0x34fa(0x331)],_0xfc1f7a[_0x34fa(0x332)])){var _0xa13e31,_0x40fc0e;_0x5243f[_0x34fa(0x4a)](_0xfc1f7a[_0x34fa(0x333)]),_0x143bae=((_0xa13e31=_0x3ffe8d[_0x34fa(0x5f)])===null||_0xfc1f7a[_0x34fa(0x334)](_0xa13e31,void 0x0)||(_0xa13e31=_0xa13e31[_0x34fa(0x60)])===null||_0xfc1f7a['IFAPM'](_0xa13e31,void 0x0)?void 0x0:_0xa13e31[_0x34fa(0xb0)])||(_0xfc1f7a[_0x34fa(0x335)](_0x40fc0e=_0x412284[_0x34fa(0x5f)],null)||_0xfc1f7a[_0x34fa(0x32d)](_0x40fc0e,void 0x0)||_0xfc1f7a[_0x34fa(0x334)](_0x40fc0e=_0x40fc0e['user'],null)||_0xfc1f7a[_0x34fa(0x334)](_0x40fc0e,void 0x0)?void 0x0:_0x40fc0e[_0x34fa(0x7d)])||_0xfc1f7a['Glftn'];}else return{'success':![],'error':_0x51be83['message']||_0xfc1f7a[_0x34fa(0x336)]};}}else _0x4a157c[_0x34fa(0x54)](_0xfc1f7a['DyrJS']);}catch(_0xcba47f){return _0xfc1f7a[_0x34fa(0x337)](_0x34fa(0x32a),_0xfc1f7a[_0x34fa(0x338)])?(_0x440b42[_0x34fa(0x54)](_0x34fa(0x2dd)),![]):(console[_0x34fa(0x54)](_0xfc1f7a[_0x34fa(0x339)],_0xcba47f),{'success':![],'error':_0xfc1f7a[_0x34fa(0x33a)]});}};exports[_0x34fa(0x2)]=verifyEmailCode;const checkEmailVerificationStatus=async(_0x4ce573,_0xe2903f=![])=>{const _0x51aaae={'gOfge':_0x34fa(0xf8),'ZeANs':_0x34fa(0xf9),'rLwWl':'โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Expected\x20hasRefreshToken\x20or\x20refreshTokenReceived\x20in\x20response','KwZnd':'Internet\x20works\x20but\x20API\x20server\x20is\x20unreachable.\x20The\x20server\x20may\x20be\x20blocking\x20requests\x20from\x20this\x20device/simulator.','UKQSz':function(_0x30cf44,_0x8c828c){return _0x30cf44===_0x8c828c;},'DUDYP':'JQKFS','hfRnQ':function(_0x226809){return _0x226809();}};try{if(_0x51aaae[_0x34fa(0x33b)](_0x51aaae[_0x34fa(0x33c)],_0x51aaae[_0x34fa(0x33c)])){const _0x3249b5=await fetch(_api[_0x34fa(0x1d)][_0x34fa(0x1e)]+'/email/verification/status',{'method':'POST','headers':_0x51aaae[_0x34fa(0x33d)](getDeveloperAuthHeaders),'body':JSON[_0x34fa(0x9e)]({'email':_0x4ce573,'testMode':_0xe2903f})}),_0x574508=await _0x3249b5[_0x34fa(0xa8)]();return{'success':_0x3249b5['ok'],'isPending':_0x574508[_0x34fa(0x33e)]||![],'message':_0x574508['message']};}else return _0x185846[_0x34fa(0x176)](_0x51aaae[_0x34fa(0x33f)]),_0x4f3af4[_0x34fa(0x176)](_0x51aaae[_0x34fa(0x340)],_0x30c9c5),_0x5764b1[_0x34fa(0x176)](_0x51aaae[_0x34fa(0x341)]),![];}catch(_0x9570e6){return'tschq'!==_0x34fa(0x342)?(console[_0x34fa(0x54)]('โŒ\x20Error\x20checking\x20email\x20verification\x20status:',_0x9570e6),{'success':![],'isPending':![],'error':_0x34fa(0x1cf)}):{'success':![],'message':_0x51aaae[_0x34fa(0x343)],'details':_0x329137};}};exports[_0x34fa(0x10)]=checkEmailVerificationStatus;const initializePlatformAuthService=()=>{const _0x4170d9={'kgyxf':'๐Ÿ”ง\x20Platform\x20auth\x20service\x20initialized','mDJGM':function(_0x1cbb98){return _0x1cbb98();}};console[_0x34fa(0x4a)](_0x4170d9['kgyxf']),_0x4170d9[_0x34fa(0x344)](initializeGoogleSignIn);};exports['initializePlatformAuthService']=initializePlatformAuthService;