@onairos/react-native 3.6.7 โ†’ 3.6.8

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
@@ -1 +1 @@
1
- function _0x472d(_0x54f9b0,_0x472d86){_0x54f9b0=_0x54f9b0-0x0;const _0x273a9c=_0x54f9();let _0x1c6b31=_0x273a9c[_0x54f9b0];return _0x1c6b31;}import{Platform}from'react-native';import{GoogleSignin,statusCodes}from'@react-native-google-signin/google-signin';import AsyncStorage from'@react-native-async-storage/async-storage';import{API_CONFIG,getApiHeaders,getUserAuthHeaders}from'../config/api';import{getApiConfig,isApiKeyInitialized}from'./apiKeyService';import{getJWT}from'./jwtStorageService';const getDeveloperAuthHeaders=()=>{const _0x19105f={'tfguf':'SDK\x20not\x20initialized.\x20Developers\x20must\x20call\x20initializeApiKey()\x20before\x20using\x20auth\x20features.','DPxIS':function(_0x318931){return _0x318931();},'YhdBi':_0x472d(0x0)};if(!isApiKeyInitialized())throw new Error(_0x19105f[_0x472d(0x1)]);const _0x55941b=_0x19105f[_0x472d(0x2)](getApiConfig);if(!(_0x55941b!==null&&_0x55941b!==void 0x0&&_0x55941b[_0x472d(0x3)]))throw new Error(_0x19105f[_0x472d(0x4)]);return{..._0x19105f[_0x472d(0x2)](getApiHeaders),'Authorization':_0x472d(0x5)+_0x55941b[_0x472d(0x3)],'X-SDK-Version':_0x472d(0x6),'X-SDK-Platform':'react-native'};},WEB_CLIENT_ID='1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com',IOS_CLIENT_ID=_0x472d(0x7),OAUTH_CONFIG={'instagram':{'authUrl':_0x472d(0x8),'clientId':_0x472d(0x9),'redirectUri':_0x472d(0xa),'scope':'user_profile,user_media','responseType':'code','hasNativeSDK':![]},'youtube':{'authUrl':API_CONFIG[_0x472d(0xb)]+'/youtube/authorize','clientId':_0x472d(0x7),'redirectUri':_0x472d(0xa),'scope':_0x472d(0xc),'responseType':_0x472d(0xd),'hasNativeSDK':!![]},'reddit':{'authUrl':API_CONFIG[_0x472d(0xb)]+_0x472d(0xe),'clientId':_0x472d(0xf),'redirectUri':'onairosevents://auth/callback','scope':_0x472d(0x10),'responseType':_0x472d(0xd),'hasNativeSDK':![]},'pinterest':{'authUrl':API_CONFIG['BASE_URL']+_0x472d(0x11),'clientId':_0x472d(0x12),'redirectUri':_0x472d(0xa),'scope':'boards:read,pins:read','responseType':_0x472d(0xd),'hasNativeSDK':![]},'facebook':{'authUrl':_0x472d(0x13),'clientId':'demo_facebook_client_id','redirectUri':_0x472d(0xa),'scope':_0x472d(0x14),'responseType':_0x472d(0xd),'hasNativeSDK':![]},'linkedin':{'authUrl':API_CONFIG[_0x472d(0xb)]+_0x472d(0x15),'clientId':'','redirectUri':'onairosevents://auth/callback','scope':_0x472d(0x16),'responseType':_0x472d(0xd),'hasNativeSDK':![]},'gmail':{'authUrl':API_CONFIG['BASE_URL']+_0x472d(0x17),'clientId':_0x472d(0x18),'redirectUri':_0x472d(0xa),'scope':'https://www.googleapis.com/auth/gmail.readonly','responseType':_0x472d(0xd),'hasNativeSDK':![]},'email':{'hasNativeSDK':![],'authUrl':API_CONFIG[_0x472d(0xb)]+_0x472d(0x19)},'chatgpt':{'authUrl':_0x472d(0x1a),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'claude':{'authUrl':_0x472d(0x1b),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'gemini':{'authUrl':_0x472d(0x1c),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'grok':{'authUrl':_0x472d(0x1d),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'hinge':{'authUrl':'https://hinge.co','clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'instagram_webview':{'authUrl':_0x472d(0x1e),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'sephora':{'authUrl':'https://www.sephora.com','clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'telegram':{'authUrl':_0x472d(0x1f),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]}};export const hasNativeSDK=_0x51da3a=>{const _0x3effda={'MZyqP':function(_0xf94d8,_0x5b1203){return _0xf94d8===_0x5b1203;}};var _0x3c9840;return(_0x3effda[_0x472d(0x20)](_0x3c9840=OAUTH_CONFIG[_0x51da3a],null)||_0x3c9840===void 0x0?void 0x0:_0x3c9840[_0x472d(0x21)])||![];};export const testApiConnectivity=async()=>{const _0x372dda={'RrzxX':_0x472d(0x22),'PZuJf':'Verification\x20code\x20sent\x20to\x20your\x20email','esjiU':function(_0x1a79ed){return _0x1a79ed();},'NBJfF':_0x472d(0x23),'fMMAn':'3|4|5|2|0|1','NJeKe':_0x472d(0x24),'izYgD':_0x472d(0x25),'VvqCR':_0x472d(0x26),'jDwDy':function(_0x25db18,_0x4de6b4){return _0x25db18!==_0x4de6b4;},'lujEi':'zbOLK','IndtC':'๐Ÿ”Œ\x20[CONNECTIVITY]\x20Running\x20comprehensive\x20network\x20diagnostics...','NGWbu':function(_0x36d698,_0x47c11f,_0x3d5773){return _0x36d698(_0x47c11f,_0x3d5773);},'kOggi':'https://www.google.com','TwfLq':_0x472d(0x27),'cdDbp':'reachable','BhAXN':_0x472d(0x28),'ckHue':_0x472d(0x29),'lzkkR':'๐ŸŒ\x20[CONNECTIVITY]\x20Test\x202:\x20Checking\x20API\x20server...','gIebx':function(_0x14fd35,_0x536417){return _0x14fd35===_0x536417;},'BIMtD':_0x472d(0x2a),'BDSPR':function(_0x1029b1,_0x2246a9,_0x34d036){return _0x1029b1(_0x2246a9,_0x34d036);},'kPTAj':function(_0x4c45f5,_0x108219){return _0x4c45f5(_0x108219);},'yAskf':_0x472d(0x2b),'Fudps':'vhZbH','GLfad':'โŒ\x20[CONNECTIVITY]\x20Cannot\x20reach\x20API\x20server:','xeCkT':function(_0x3be65c,_0x3a61c9){return _0x3be65c!==_0x3a61c9;},'hwzyK':_0x472d(0x2c),'fZopK':function(_0x1bf16a,_0xb2fbea){return _0x1bf16a!==_0xb2fbea;},'PfjZm':_0x472d(0x2d)},_0x54f0f1={'googleTest':null,'api2Test':null};try{if(_0x372dda[_0x472d(0x2e)](_0x472d(0x2f),_0x372dda[_0x472d(0x30)])){var _0x2d6dc9,_0x2d6fdf;console[_0x472d(0x31)](_0x372dda[_0x472d(0x32)]),console[_0x472d(0x31)](_0x472d(0x33));try{const _0x20c5a5=await _0x372dda[_0x472d(0x34)](fetch,_0x372dda['kOggi'],{'method':_0x372dda[_0x472d(0x35)],'mode':'no-cors'});_0x54f0f1['googleTest']={'success':!![],'status':_0x372dda[_0x472d(0x36)]},console[_0x472d(0x31)](_0x372dda[_0x472d(0x37)]);}catch(_0x4c48a1){_0x54f0f1[_0x472d(0x38)]={'success':![],'error':_0x4c48a1[_0x472d(0x39)]},console['error'](_0x372dda['ckHue'],_0x4c48a1[_0x472d(0x39)]);}console['log'](_0x372dda[_0x472d(0x3a)]);try{if(_0x372dda[_0x472d(0x3b)](_0x472d(0x3c),_0x372dda[_0x472d(0x3d)]))_0x251e6d['log'](_0x372dda[_0x472d(0x3e)],_0x187d58);else{const _0x2bfa11=new AbortController(),_0x1a2cd1=setTimeout(()=>_0x2bfa11[_0x472d(0x3f)](),0x7530),_0x3359ea=await _0x372dda[_0x472d(0x40)](fetch,API_CONFIG['BASE_URL']+_0x472d(0x41),{'method':'GET','signal':_0x2bfa11[_0x472d(0x42)]});_0x372dda[_0x472d(0x43)](clearTimeout,_0x1a2cd1);const _0x1cd675=await _0x3359ea['text']()[_0x472d(0x44)](()=>_0x472d(0x45));_0x54f0f1[_0x472d(0x46)]={'success':_0x3359ea['ok'],'status':_0x3359ea[_0x472d(0x47)],'statusText':_0x3359ea[_0x472d(0x48)],'response':_0x1cd675['substring'](0x0,0xc8)};if(_0x3359ea['ok'])console[_0x472d(0x31)](_0x372dda[_0x472d(0x49)]);else{if(_0x372dda[_0x472d(0x3b)](_0x372dda['Fudps'],_0x372dda[_0x472d(0x4a)]))console['log'](_0x472d(0x4b)+_0x3359ea[_0x472d(0x47)]);else return{'success':!![],'message':_0x3cafd5[_0x472d(0x39)]||_0x372dda[_0x472d(0x4c)]};}}}catch(_0x3ed565){_0x54f0f1[_0x472d(0x46)]={'success':![],'error':_0x3ed565[_0x472d(0x39)],'name':_0x3ed565[_0x472d(0x4d)]},console[_0x472d(0x4e)](_0x372dda['GLfad'],_0x3ed565[_0x472d(0x39)]);}if(_0x372dda[_0x472d(0x4f)](_0x2d6dc9=_0x54f0f1[_0x472d(0x46)],null)&&_0x2d6dc9!==void 0x0&&_0x2d6dc9['success']){if(_0x472d(0x50)!==_0x472d(0x50))_0x3d9d7e[_0x472d(0x31)]('๐Ÿ”ง\x20Platform\x20auth\x20service\x20initialized'),_0x372dda[_0x472d(0x51)](_0x5845dc);else return{'success':!![],'message':_0x372dda[_0x472d(0x52)],'details':_0x54f0f1};}else return _0x372dda[_0x472d(0x2e)](_0x2d6fdf=_0x54f0f1[_0x472d(0x38)],null)&&_0x372dda[_0x472d(0x53)](_0x2d6fdf,void 0x0)&&_0x2d6fdf[_0x472d(0x54)]?{'success':![],'message':_0x372dda['PfjZm'],'details':_0x54f0f1}:{'success':![],'message':_0x472d(0x55),'details':_0x54f0f1};}else return _0x443b45[_0x472d(0x4e)](_0x372dda[_0x472d(0x56)]),![];}catch(_0xe189a6){if(_0x372dda['gIebx'](_0x472d(0x57),_0x472d(0x58))){const _0x22c0f0=_0x372dda['fMMAn']['split']('|');let _0x153d5e=0x0;while(!![]){switch(_0x22c0f0[_0x153d5e++]){case'0':_0x18c3b7[_0x472d(0x4e)](_0x472d(0x59));continue;case'1':_0x1800e3[_0x472d(0x4e)](_0x372dda[_0x472d(0x5a)]);continue;case'2':_0x53363a['error'](_0x472d(0x5b));continue;case'3':_0x168336[_0x472d(0x4e)](_0x472d(0x5c)+_0x1f303a+_0x472d(0x5d));continue;case'4':_0x4b194b[_0x472d(0x4e)](_0x372dda[_0x472d(0x5e)]);continue;case'5':_0x29c155['error'](_0x372dda[_0x472d(0x5f)]);continue;}break;}}else return console['error'](_0x472d(0x60),_0xe189a6[_0x472d(0x39)]),{'success':![],'message':'Network\x20error:\x20'+_0xe189a6[_0x472d(0x39)],'details':{'error':_0xe189a6[_0x472d(0x39)],'results':_0x54f0f1}};}};export const initiateOAuth=async(_0x272bc6,_0x34a0ca)=>{const _0x37dc52={'rbQVS':_0x472d(0x61),'hXhRc':function(_0x1881d7,_0x527233,_0x5758a3){return _0x1881d7(_0x527233,_0x5758a3);},'ehbcc':_0x472d(0x62),'NvMqj':function(_0x29eb2b,_0xb636b2){return _0x29eb2b===_0xb636b2;},'ZXohp':_0x472d(0x63),'ppNyY':function(_0x2ea72b,_0x53298f){return _0x2ea72b!==_0x53298f;},'nLZfH':'jXGUm','SCosm':_0x472d(0x25),'MoCDg':'\x20\x20\x202.\x20API\x20server\x20(API\x20server)\x20is\x20unreachable','iDHDh':'\x20\x20\x203.\x20DNS\x20resolution\x20failed'};try{console['log']('๐Ÿš€\x20[OAUTH]\x20Starting\x20OAuth\x20for\x20platform:\x20'+_0x272bc6),console[_0x472d(0x31)](_0x472d(0x64)+Platform['OS']+_0x472d(0x65)+Platform[_0x472d(0x66)]);if(_0x37dc52[_0x472d(0x67)](_0x272bc6,_0x37dc52['ZXohp']))return console['log'](_0x472d(0x68)),API_CONFIG['BASE_URL']+_0x472d(0x69);let _0x3d8a28;try{_0x3d8a28=await getUserAuthHeaders(),console[_0x472d(0x31)](_0x472d(0x6a));}catch(_0x2545ea){return console['error'](_0x472d(0x6b)+_0x272bc6+_0x472d(0x6c)),console[_0x472d(0x4e)](_0x472d(0x6d)),null;}const _0x4b6149=API_CONFIG[_0x472d(0xb)]+'/'+_0x272bc6+_0x472d(0x6e);console['log'](_0x472d(0x6f)+_0x4b6149),console[_0x472d(0x31)](_0x472d(0x70));const _0x3c4bf3={'platform':_0x272bc6,'timestamp':new Date()['toISOString']()};console[_0x472d(0x31)]('๐Ÿ“ค\x20[OAUTH]\x20Request\x20body:',_0x3c4bf3);const _0x585480=new AbortController(),_0x282f8f=_0x37dc52['hXhRc'](setTimeout,()=>{console[_0x472d(0x31)](_0x472d(0x71)+_0x272bc6+'\x20-\x20aborting'),_0x585480['abort']();},0x7530),_0x5c858c=await _0x37dc52[_0x472d(0x72)](fetch,_0x4b6149,{'method':'POST','headers':_0x3d8a28,'body':JSON['stringify'](_0x3c4bf3),'signal':_0x585480[_0x472d(0x42)]});clearTimeout(_0x282f8f),console[_0x472d(0x31)](_0x472d(0x73)+_0x5c858c[_0x472d(0x47)]+'\x20'+_0x5c858c[_0x472d(0x48)]);if(!_0x5c858c['ok']){if(_0x37dc52[_0x472d(0x74)](_0x37dc52[_0x472d(0x75)],_0x37dc52[_0x472d(0x75)]))return _0x5065e4[_0x472d(0x4e)](_0x472d(0x76),_0x532312),{'success':![],'isPending':![],'error':'Network\x20error'};else{const _0x47aef6=await _0x5c858c[_0x472d(0x77)]();return console['error']('โŒ\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20'+_0x272bc6+':\x20'+_0x5c858c[_0x472d(0x47)]+_0x472d(0x78)+_0x47aef6),null;}}const _0x5432ed=await _0x5c858c['json']();console[_0x472d(0x31)]('๐Ÿ“‹\x20[OAUTH]\x20Response\x20data\x20for\x20'+_0x272bc6+':',_0x5432ed);const _0x4aac15=_0x272bc6+'URL',_0x546b58=_0x5432ed[_0x4aac15]||_0x5432ed[_0x472d(0x79)]||null;return console[_0x472d(0x31)](_0x472d(0x7a)+_0x272bc6+_0x472d(0x7b)+_0x4aac15+'):',_0x546b58),_0x546b58;}catch(_0x25a884){var _0x10e1d8;if(_0x25a884['name']===_0x472d(0x7c))console[_0x472d(0x4e)](_0x472d(0x7d)+_0x272bc6+_0x472d(0x7e));else{if((_0x10e1d8=_0x25a884['message'])!==null&&_0x10e1d8!==void 0x0&&_0x10e1d8[_0x472d(0x7f)](_0x472d(0x80))){if(_0x37dc52[_0x472d(0x67)](_0x472d(0x81),_0x472d(0x81)))console[_0x472d(0x4e)](_0x472d(0x5c)+_0x272bc6+'.\x20Possible\x20causes:'),console[_0x472d(0x4e)](_0x37dc52['SCosm']),console['error'](_0x37dc52['MoCDg']),console['error'](_0x37dc52[_0x472d(0x82)]),console[_0x472d(0x4e)](_0x472d(0x59)),console[_0x472d(0x4e)](_0x472d(0x24));else return _0x200fb2[_0x472d(0x31)](_0x37dc52[_0x472d(0x83)]),new _0x279bfc(_0x3a8b10=>{const _0x5501c1={'rlWfE':_0x37dc52[_0x472d(0x84)]};_0x37dc52['hXhRc'](_0x1e9d17,()=>{_0x5ba031['log'](_0x5501c1[_0x472d(0x85)]),_0x3a8b10(!![]);},0x3e8);});}else console[_0x472d(0x4e)]('โŒ\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20'+_0x272bc6+':',_0x25a884);}return null;}};const initializeGoogleSignIn=()=>{const _0x16534b={'fCrQY':_0x472d(0xc),'ajgmm':'openid','exdWO':_0x472d(0x86),'faTEk':_0x472d(0x63)};GoogleSignin['configure']({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x16534b[_0x472d(0x87)],_0x16534b[_0x472d(0x88)],_0x16534b[_0x472d(0x89)],_0x16534b[_0x472d(0x8a)]],'hostedDomain':'','accountName':''});};export const forceYouTubeReconnectionWithConsent=async _0x1a52f9=>{const _0x206836={'TZCjv':_0x472d(0x8b),'IHlNk':_0x472d(0x8c),'LhoIc':_0x472d(0x8d),'WsHRr':_0x472d(0x8e),'VndKY':_0x472d(0x2b),'hpJKF':function(_0x14b9b9,_0x37cc4d){return _0x14b9b9===_0x37cc4d;},'bHwUr':function(_0x137bcf,_0x3d47ac){return _0x137bcf===_0x3d47ac;},'sLLDe':function(_0x15d1e6,_0x4adfae){return _0x15d1e6===_0x4adfae;},'TMcda':function(_0x47b82d,_0x1867f9){return _0x47b82d===_0x1867f9;},'ApnGi':function(_0x1d1d77,_0x58b71a){return _0x1d1d77===_0x58b71a;},'Ibphv':'โŒ\x20CRITICAL:\x20No\x20refresh\x20token\x20available\x20-\x20YouTube\x20connection\x20will\x20fail\x20when\x20token\x20expires','ZHxmk':_0x472d(0x8f),'WhuEM':_0x472d(0x90),'BXNqP':_0x472d(0x91),'TCujQ':_0x472d(0x55),'WayVO':_0x472d(0x61),'HXcuh':function(_0x32f615,_0x2c1db2){return _0x32f615(_0x2c1db2);},'mVJuF':function(_0xa07b1d,_0x5af672,_0x5a9250){return _0xa07b1d(_0x5af672,_0x5a9250);},'vAABf':_0x472d(0x92),'hKNRZ':_0x472d(0x93),'rPahc':_0x472d(0x94),'WGcMl':'๐Ÿ”„\x20FORCING\x20fresh\x20YouTube\x20consent\x20for\x20refresh\x20token...','NIvYq':_0x472d(0x95),'PwROD':'โœ…\x20Signed\x20out\x20-\x20consent\x20cache\x20cleared','sKQgg':'โ„น๏ธ\x20Sign\x20out\x20not\x20needed:','ScvRu':_0x472d(0x96),'GOInl':_0x472d(0x97),'QtWDR':function(_0x55f37f,_0x35f15b){return _0x55f37f!==_0x35f15b;},'kKBud':_0x472d(0x98),'XLVde':_0x472d(0x99),'TqMjo':_0x472d(0x9a),'BNDFx':_0x472d(0xc),'GvnNU':_0x472d(0x9b),'RbDQw':_0x472d(0x9c),'Rglgn':_0x472d(0x9d),'rWIVa':_0x472d(0x9e),'sTauG':_0x472d(0x9f),'VJlok':function(_0x4064a4,_0x16f696){return _0x4064a4===_0x16f696;},'rGMYC':_0x472d(0xa0),'lwqMJ':_0x472d(0xa1),'lxVpV':'๐Ÿ“‹\x20FULL\x20currentUser\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','MPlRW':_0x472d(0xa2),'jOolO':'-\x20ID\x20token:','yZuAC':_0x472d(0xa3),'aLcIF':_0x472d(0xa4),'xtaox':function(_0x5ecd00,_0x37ea5d){return _0x5ecd00!==_0x37ea5d;},'AHmOw':function(_0x45ea37,_0x367b50){return _0x45ea37!==_0x367b50;},'fJOpo':function(_0x336353,_0xabe872){return _0x336353!==_0xabe872;},'VogGv':function(_0x2dcded,_0x11aae6){return _0x2dcded===_0x11aae6;},'zCAjH':function(_0x457e5b,_0x3cb457){return _0x457e5b===_0x3cb457;},'EaKTq':_0x472d(0xa5),'eGjei':_0x472d(0xa6),'XMbYA':'serverAuthCode','OtfRy':_0x472d(0xa7),'bOMdU':_0x472d(0xa8),'OQzoV':_0x472d(0xa9),'IoCTf':'https://www.googleapis.com/youtube/v3/channels?part=snippet&mine=true','AKTtE':function(_0x9790f4,_0x4e0390){return _0x9790f4>_0x4e0390;},'dxlpI':_0x472d(0xaa),'JZiAb':function(_0x4a1be6,_0x2cc4cd){return _0x4a1be6===_0x2cc4cd;},'LPykW':'DVZsK','XcHHU':_0x472d(0xab),'VuIQM':function(_0x542c91,_0x4af125){return _0x542c91===_0x4af125;},'yptMo':function(_0x546312,_0x5242f2){return _0x546312===_0x5242f2;},'xsdjL':function(_0x56183d,_0x456bc4){return _0x56183d===_0x456bc4;},'NEngB':function(_0x146c6c,_0x5c5a4f){return _0x146c6c===_0x5c5a4f;},'CsexC':function(_0x25f555,_0x51e381){return _0x25f555===_0x51e381;},'FbzvC':function(_0x29bd0a,_0x3b562f){return _0x29bd0a===_0x3b562f;},'ZLDsw':_0x472d(0xac),'iCYcT':function(_0x8e2de2,_0x3b48df){return _0x8e2de2===_0x3b48df;},'LOUcX':function(_0x4eb19b,_0x2a846c){return _0x4eb19b===_0x2a846c;},'lGmUP':function(_0xf536b9,_0x424d64){return _0xf536b9===_0x424d64;},'PbMub':function(_0x33a036){return _0x33a036();},'BNQgk':function(_0x19e204,_0x5398c3){return _0x19e204<_0x5398c3;},'VzKPZ':_0x472d(0xad),'xPSVJ':'Qfgcd','JReuP':_0x472d(0xae),'pSSwh':function(_0x362503,_0x218c15){return _0x362503===_0x218c15;},'LHNTn':function(_0x3e351d,_0xd0c652){return _0x3e351d===_0xd0c652;},'JilNB':function(_0x573397,_0x3d07b6){return _0x573397+_0x3d07b6;},'jPVgh':function(_0x5741d3,_0x5b679c){return _0x5741d3*_0x5b679c;},'GgWjy':_0x472d(0xaf),'qWufo':_0x472d(0xb0),'tTEsg':_0x472d(0xb1),'FFmPT':_0x472d(0xb2),'vvYUg':_0x472d(0xb3),'FIjte':_0x472d(0xb4),'Hfjvu':function(_0x9ad47a,_0x42556f){return _0x9ad47a===_0x42556f;},'ssjcu':function(_0x2deb36,_0x55c92e,_0x3a76cf){return _0x2deb36(_0x55c92e,_0x3a76cf);},'STiEW':function(_0x1e158e,_0x31cda4){return _0x1e158e&&_0x31cda4;},'QpUMb':_0x472d(0xb5),'uTVhS':_0x472d(0xb6),'ATioT':_0x472d(0xb7),'unVPx':'SKxTc','kBkyT':_0x472d(0xb8),'hPIwO':function(_0x57c7b9,_0x2a27bc){return _0x57c7b9===_0x2a27bc;},'EaJXW':function(_0x4b4a12,_0x1e88a6){return _0x4b4a12===_0x1e88a6;},'kLftt':function(_0x58fadf,_0x7333e2){return _0x58fadf===_0x7333e2;},'FgEFe':function(_0x3854db,_0x416cff){return _0x3854db===_0x416cff;},'Avozj':_0x472d(0xb9),'QtNES':_0x472d(0xba),'zZwPk':'๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Connection\x20Details:','mCGXa':_0x472d(0xbb),'yyqVd':_0x472d(0xbc),'MFWuu':'โœ…\x20[YOUTUBE\x20REAUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','CuszH':'๐ŸŽ‰\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Temporary\x20YouTube\x20connection\x20established!','JWLOT':_0x472d(0xbd),'QOzzU':_0x472d(0xbe),'zGbvK':_0x472d(0xbf),'LIPxU':_0x472d(0xc0),'QDZaE':_0x472d(0xc1),'rChau':_0x472d(0xc2),'suRdZ':_0x472d(0xc3),'xuGTQ':_0x472d(0xc4),'ZOLSS':'โœ…\x20[YOUTUBE\x20REAUTH]\x20Response\x20hasRefreshToken:','XPkqC':_0x472d(0xc5),'efcia':_0x472d(0xc6),'ZmmXC':'โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Response\x20data:','vSfZC':_0x472d(0xc7),'zsOqD':_0x472d(0xc8),'FIqsK':_0x472d(0xc9),'XSRre':function(_0x42a7ec,_0x164259,_0x524fba){return _0x42a7ec(_0x164259,_0x524fba);},'qmEXz':'โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20failed:','waGde':_0x472d(0xca),'mqmfw':_0x472d(0xcb),'OnaqA':'jbkFI','JejfL':_0x472d(0xcc),'EgOaV':_0x472d(0xcd),'EWBmv':_0x472d(0xce),'JbzyJ':'\x20\x20\x201.\x20Try\x20the\x20revoke\x20method:\x20forceYouTubeReconnectionWithRevoke()','gLBbf':_0x472d(0xcf),'aJpvG':_0x472d(0xd0),'zcRvg':_0x472d(0xd1),'vQQze':_0x472d(0xd2),'aaLFw':_0x472d(0xd3),'rNTMQ':'โŒ\x20User\x20cancelled\x20sign-in\x20-\x20no\x20refresh\x20token\x20obtained','hfsrY':_0x472d(0xd4),'XhZOg':_0x472d(0xd5),'MUueH':function(_0x3530d0,_0x26657e){return _0x3530d0===_0x26657e;},'woGhG':_0x472d(0xd6)};try{if(_0x206836[_0x472d(0xd7)]===_0x206836[_0x472d(0xd7)]){var _0x501e90,_0x303b2f,_0x454847;console[_0x472d(0x31)](_0x206836[_0x472d(0xd8)]),console[_0x472d(0x31)](_0x206836['NIvYq'],_0x1a52f9);try{await GoogleSignin[_0x472d(0xd9)](),console[_0x472d(0x31)](_0x206836[_0x472d(0xda)]);}catch(_0x4a6376){console[_0x472d(0x31)](_0x206836[_0x472d(0xdb)],_0x4a6376);}try{if(_0x206836[_0x472d(0xdc)]!==_0x472d(0xdd)){const _0x217776=await GoogleSignin['getTokens']();_0x217776['accessToken']&&(await GoogleSignin[_0x472d(0xde)](_0x217776['accessToken']),console[_0x472d(0x31)](_0x206836['GOInl']));}else _0x56964b[_0x472d(0x31)](_0x206836[_0x472d(0xdf)]),_0x494778[_0x472d(0x31)](_0x472d(0xe0)),_0x46cd33['log'](_0x206836[_0x472d(0xe1)]);}catch(_0x3a7793){_0x206836['QtWDR'](_0x206836[_0x472d(0xe2)],_0x206836[_0x472d(0xe3)])?console['log'](_0x472d(0xe4)):(_0x22ae33[_0x472d(0x31)]('๐Ÿ”„\x20[YOUTUBE\x20AUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode'),_0x4ba682[_0x472d(0x31)](_0x206836[_0x472d(0xe5)]),_0x27386f[_0x472d(0x31)](_0x206836[_0x472d(0xe6)]));}console['log'](_0x206836[_0x472d(0xe7)]),GoogleSignin[_0x472d(0xe8)]({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x206836[_0x472d(0xe9)],_0x206836[_0x472d(0xea)],_0x472d(0x86),'email'],'hostedDomain':'','accountName':''}),await GoogleSignin[_0x472d(0xeb)](),console['log'](_0x206836[_0x472d(0xec)]),console['log'](_0x472d(0xed)),console[_0x472d(0x31)](_0x206836[_0x472d(0xee)]);const _0x1a907e=await GoogleSignin[_0x472d(0xef)]();console['log'](_0x206836[_0x472d(0xf0)]),console[_0x472d(0x31)](_0x206836[_0x472d(0xf1)],_0x206836[_0x472d(0xf2)](_0x501e90=_0x1a907e[_0x472d(0xf3)],null)||_0x501e90===void 0x0||(_0x501e90=_0x501e90[_0x472d(0xf4)])===null||_0x206836[_0x472d(0xf5)](_0x501e90,void 0x0)?void 0x0:_0x501e90['email']);const _0x366fb9=await GoogleSignin[_0x472d(0xf6)](),_0x3069e1=await GoogleSignin[_0x472d(0xf7)]();console['log'](_0x206836[_0x472d(0xf8)]),console[_0x472d(0x31)](JSON[_0x472d(0xf9)](_0x1a907e,null,0x2)),console[_0x472d(0x31)](_0x206836[_0x472d(0xfa)]),console[_0x472d(0x31)](JSON[_0x472d(0xf9)](_0x366fb9,null,0x2)),console[_0x472d(0x31)](_0x206836[_0x472d(0xfb)]),console[_0x472d(0x31)](JSON[_0x472d(0xf9)](_0x3069e1,null,0x2)),console[_0x472d(0x31)](_0x472d(0xfc)),console[_0x472d(0x31)](_0x472d(0xfd),_0x366fb9[_0x472d(0xfe)]?_0x366fb9[_0x472d(0xfe)][_0x472d(0xff)](0x0,0x14)+'...':_0x206836[_0x472d(0x100)]),console[_0x472d(0x31)](_0x206836[_0x472d(0x101)],_0x366fb9[_0x472d(0x102)]?_0x206836[_0x472d(0x103)]:_0x206836[_0x472d(0x100)]),console[_0x472d(0x31)](_0x206836['aLcIF'],_0x206836['xtaox'](_0x303b2f=_0x1a907e[_0x472d(0xf3)],null)&&_0x206836['AHmOw'](_0x303b2f,void 0x0)&&_0x303b2f[_0x472d(0x104)]?_0x1a907e['data'][_0x472d(0x104)]['substring'](0x0,0x14)+'...':_0x206836[_0x472d(0x100)]),console[_0x472d(0x31)](_0x472d(0x105),_0x206836['xtaox'](_0x3069e1,null)&&_0x206836[_0x472d(0x106)](_0x3069e1,void 0x0)&&_0x3069e1[_0x472d(0x104)]?_0x3069e1['serverAuthCode'][_0x472d(0xff)](0x0,0x14)+_0x472d(0x107):_0x206836[_0x472d(0x100)]);const _0x2ba455=((_0x454847=_0x1a907e[_0x472d(0xf3)])===null||_0x206836[_0x472d(0x108)](_0x454847,void 0x0)?void 0x0:_0x454847[_0x472d(0x104)])||(_0x3069e1===null||_0x206836[_0x472d(0x109)](_0x3069e1,void 0x0)?void 0x0:_0x3069e1['serverAuthCode']);if(_0x2ba455){var _0x346231,_0x207aac,_0xa7260f,_0x2ba99b,_0x12d57b,_0x54da29;console[_0x472d(0x31)](_0x206836[_0x472d(0x10a)]),console['log'](_0x206836[_0x472d(0x10b)],_0x2ba455[_0x472d(0x10c)]('4/')?_0x206836['XMbYA']:_0x206836[_0x472d(0x10d)]),console[_0x472d(0x31)](_0x206836[_0x472d(0x10e)],_0x2ba455[_0x472d(0xff)](0x0,0x14)+_0x472d(0x107));let _0x276e7b=_0x206836[_0x472d(0x10f)],_0x2a7841=null;try{console[_0x472d(0x31)](_0x472d(0x110));const _0x1a7d37=await _0x206836[_0x472d(0x111)](fetch,_0x206836['IoCTf'],{'headers':{'Authorization':'Bearer\x20'+_0x366fb9['accessToken'],'Accept':'application/json'}});if(_0x1a7d37['ok']){const _0x1ddd84=await _0x1a7d37[_0x472d(0x112)]();if(_0x1ddd84[_0x472d(0x113)]&&_0x206836[_0x472d(0x114)](_0x1ddd84[_0x472d(0x113)]['length'],0x0))_0x276e7b=_0x1ddd84[_0x472d(0x113)][0x0][_0x472d(0x115)][_0x472d(0x116)],_0x2a7841=_0x1ddd84[_0x472d(0x113)][0x0]['id'],console[_0x472d(0x31)](_0x472d(0x117),_0x276e7b,_0x206836['dxlpI'],_0x2a7841);else{if(_0x206836[_0x472d(0x118)](_0x206836[_0x472d(0x119)],_0x472d(0x11a))){var _0x16c7ef,_0x2f31f6;console['log'](_0x206836[_0x472d(0x11b)]),_0x276e7b=(_0x206836['VuIQM'](_0x16c7ef=_0x1a907e[_0x472d(0xf3)],null)||_0x206836['VuIQM'](_0x16c7ef,void 0x0)||(_0x16c7ef=_0x16c7ef[_0x472d(0xf4)])===null||_0x206836['yptMo'](_0x16c7ef,void 0x0)?void 0x0:_0x16c7ef[_0x472d(0x4d)])||(_0x206836[_0x472d(0x11c)](_0x2f31f6=_0x1a907e[_0x472d(0xf3)],null)||_0x206836['NEngB'](_0x2f31f6,void 0x0)||_0x206836[_0x472d(0x11d)](_0x2f31f6=_0x2f31f6[_0x472d(0xf4)],null)||_0x206836['FbzvC'](_0x2f31f6,void 0x0)?void 0x0:_0x2f31f6[_0x472d(0x63)])||_0x206836[_0x472d(0x11e)];}else _0x2456a5['log'](_0x206836[_0x472d(0x11f)]);}}else{var _0x178213,_0x1475e3;console[_0x472d(0x31)](_0x472d(0x120),_0x1a7d37[_0x472d(0x47)]),_0x276e7b=(_0x206836[_0x472d(0x11c)](_0x178213=_0x1a907e[_0x472d(0xf3)],null)||_0x178213===void 0x0||_0x206836[_0x472d(0x121)](_0x178213=_0x178213['user'],null)||_0x206836['hpJKF'](_0x178213,void 0x0)?void 0x0:_0x178213['name'])||(_0x206836['iCYcT'](_0x1475e3=_0x1a907e['data'],null)||_0x206836[_0x472d(0x11c)](_0x1475e3,void 0x0)||_0x206836[_0x472d(0x121)](_0x1475e3=_0x1475e3[_0x472d(0xf4)],null)||_0x206836[_0x472d(0x122)](_0x1475e3,void 0x0)?void 0x0:_0x1475e3[_0x472d(0x63)])||_0x206836[_0x472d(0x10f)];}}catch(_0x73368){var _0x1f9a79,_0x3a0586;console[_0x472d(0x31)](_0x472d(0x123),_0x73368),_0x276e7b=(_0x206836[_0x472d(0x124)](_0x1f9a79=_0x1a907e['data'],null)||_0x1f9a79===void 0x0||_0x206836[_0x472d(0x125)](_0x1f9a79=_0x1f9a79['user'],null)||_0x206836['LOUcX'](_0x1f9a79,void 0x0)?void 0x0:_0x1f9a79['name'])||(_0x206836[_0x472d(0x126)](_0x3a0586=_0x1a907e[_0x472d(0xf3)],null)||_0x206836[_0x472d(0x109)](_0x3a0586,void 0x0)||_0x206836[_0x472d(0x127)](_0x3a0586=_0x3a0586[_0x472d(0xf4)],null)||_0x206836[_0x472d(0x108)](_0x3a0586,void 0x0)?void 0x0:_0x3a0586[_0x472d(0x63)])||_0x206836[_0x472d(0x10f)];}let _0x33130c=await _0x206836[_0x472d(0x128)](getJWT);if(!_0x33130c||_0x206836['BNQgk'](_0x33130c[_0x472d(0x129)]()[_0x472d(0x12a)],0x14)){if(_0x206836[_0x472d(0x12b)](_0x206836['VzKPZ'],_0x206836[_0x472d(0x12c)]))console['log'](_0x206836[_0x472d(0x12d)]),_0x33130c='temp_token_for_youtube_connection';else{var _0x9640e8,_0x1188bc;_0x4a6271[_0x472d(0x31)](_0x472d(0xab)),_0x1e8e37=(_0x206836['hpJKF'](_0x9640e8=_0x46c5f2['data'],null)||_0x206836[_0x472d(0xf2)](_0x9640e8,void 0x0)||_0x206836[_0x472d(0x127)](_0x9640e8=_0x9640e8[_0x472d(0xf4)],null)||_0x206836['TMcda'](_0x9640e8,void 0x0)?void 0x0:_0x9640e8['name'])||(_0x206836[_0x472d(0xf2)](_0x1188bc=_0x3eb70e['data'],null)||_0x206836[_0x472d(0x12e)](_0x1188bc,void 0x0)||(_0x1188bc=_0x1188bc[_0x472d(0xf4)])===null||_0x206836[_0x472d(0x12e)](_0x1188bc,void 0x0)?void 0x0:_0x1188bc[_0x472d(0x63)])||'No\x20Channel';}}const _0x55071a={'session':{'username':_0x1a52f9,'platform':_0x472d(0x12f),'timestamp':new Date()[_0x472d(0x130)](),'channelName':_0x276e7b,'channelId':_0x2a7841,'forceConsent':!![]},'googleUser':(_0x346231=_0x1a907e[_0x472d(0xf3)])===null||_0x206836['bHwUr'](_0x346231,void 0x0)?void 0x0:_0x346231['user'],'accessToken':_0x366fb9[_0x472d(0xfe)],'idToken':_0x366fb9[_0x472d(0x102)],'refreshToken':_0x2ba455,'serverAuthCode':_0x2ba455,'refresh_token':_0x2ba455,'server_auth_code':_0x2ba455,'authCode':_0x2ba455,'userAccountInfo':{'username':_0x1a52f9,'email':_0x206836[_0x472d(0x125)](_0x207aac=_0x1a907e[_0x472d(0xf3)],null)||_0x207aac===void 0x0||(_0x207aac=_0x207aac['user'])===null||_0x206836[_0x472d(0x131)](_0x207aac,void 0x0)?void 0x0:_0x207aac[_0x472d(0x63)],'authToken':_0x33130c,'channelName':_0x276e7b,'channelId':_0x2a7841,'userIdentifier':_0x33130c?'user-'+_0x33130c[_0x472d(0xff)](0x0,0xa):'youtube-'+(_0x206836['iCYcT'](_0xa7260f=_0x1a907e[_0x472d(0xf3)],null)||_0x206836['ApnGi'](_0xa7260f,void 0x0)||_0x206836[_0x472d(0xf5)](_0xa7260f=_0xa7260f['user'],null)||_0x206836['JZiAb'](_0xa7260f,void 0x0)?void 0x0:_0xa7260f['email']),'googleId':_0x206836[_0x472d(0x126)](_0x2ba99b=_0x1a907e[_0x472d(0xf3)],null)||_0x206836[_0x472d(0x118)](_0x2ba99b,void 0x0)||_0x206836[_0x472d(0x132)](_0x2ba99b=_0x2ba99b[_0x472d(0xf4)],null)||_0x206836[_0x472d(0xf5)](_0x2ba99b,void 0x0)?void 0x0:_0x2ba99b['id'],'refreshToken':_0x2ba455,'serverAuthCode':_0x2ba455},'tokenExpiry':new Date(_0x206836[_0x472d(0x133)](Date[_0x472d(0x134)](),_0x206836[_0x472d(0x135)](0xe10,0x3e8)))['toISOString'](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!![],'refreshTokenType':_0x2ba455[_0x472d(0x10c)]('4/')?_0x206836[_0x472d(0x136)]:_0x472d(0xa7),'configuredForRefresh':!![],'forcedConsent':!![],'consentMethod':_0x206836['GgWjy'],'refreshTokenValue':_0x2ba455}};console['log'](_0x206836[_0x472d(0x137)],{'hasAccessToken':!!_0x55071a[_0x472d(0xfe)],'hasRefreshToken':!!_0x55071a[_0x472d(0xa7)],'hasServerAuthCode':!!_0x55071a[_0x472d(0x104)],'refreshTokenType':_0x55071a[_0x472d(0x138)]['refreshTokenType'],'userEmail':(_0x12d57b=_0x1a907e['data'])===null||_0x206836['yptMo'](_0x12d57b,void 0x0)||(_0x12d57b=_0x12d57b[_0x472d(0xf4)])===null||_0x206836['iCYcT'](_0x12d57b,void 0x0)?void 0x0:_0x12d57b[_0x472d(0x63)],'forcedConsent':!![]}),console[_0x472d(0x31)](_0x206836['tTEsg']),console[_0x472d(0x31)]('๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20Endpoint:\x20https://API\x20server/youtube/native-auth'),console[_0x472d(0x31)]('\uD83D\uDE80 [YOUTUBE REAUTH] Method: POST'),console['log'](_0x206836[_0x472d(0x139)],{'Content-Type':'application/json','Authorization':_0x33130c?_0x33130c[_0x472d(0xff)](0x0,0x14)+_0x472d(0x107):_0x206836[_0x472d(0x13a)]}),console[_0x472d(0x31)](_0x206836[_0x472d(0x13b)],{'hasAccessToken':!!_0x55071a['accessToken'],'hasRefreshToken':!!_0x55071a[_0x472d(0xa7)],'hasServerAuthCode':!!_0x55071a[_0x472d(0x104)],'refreshTokenType':_0x55071a[_0x472d(0x138)][_0x472d(0x13c)],'userEmail':(_0x54da29=_0x1a907e[_0x472d(0xf3)])===null||_0x206836[_0x472d(0x122)](_0x54da29,void 0x0)||_0x206836[_0x472d(0x13d)](_0x54da29=_0x54da29[_0x472d(0xf4)],null)||_0x206836[_0x472d(0x13e)](_0x54da29,void 0x0)?void 0x0:_0x54da29[_0x472d(0x63)],'channelName':_0x276e7b,'forcedConsent':!![],'requestRefreshToken':!![]}),console['log'](_0x472d(0x13f),JSON[_0x472d(0xf9)](_0x55071a,null,0x2));const _0x560bd0=await _0x206836[_0x472d(0x140)](fetch,API_CONFIG['BASE_URL']+'/youtube/native-auth',{'method':'POST','headers':{'Content-Type':'application/json',..._0x206836[_0x472d(0x141)](_0x33130c,{'Authorization':_0x33130c})},'body':JSON['stringify'](_0x55071a)});console[_0x472d(0x31)](_0x206836[_0x472d(0x142)],_0x560bd0[_0x472d(0x47)]),console[_0x472d(0x31)](_0x206836['uTVhS'],_0x560bd0[_0x472d(0x48)]),console['log'](_0x206836[_0x472d(0x143)],_0x560bd0['headers']);if(_0x560bd0['ok']){if(_0x206836[_0x472d(0x144)]===_0x206836[_0x472d(0x145)])_0x48ac02[_0x472d(0x4e)]('โŒ\x20Google\x20Play\x20Services\x20not\x20available');else{var _0x29fdb4,_0x38a2ec;const _0x4f5fbb=await _0x560bd0[_0x472d(0x112)]();console['log'](_0x472d(0x146),JSON[_0x472d(0xf9)](_0x4f5fbb,null,0x2));const _0x2cc40a=(_0x206836[_0x472d(0x147)](_0x29fdb4=_0x4f5fbb[_0x472d(0x148)],null)||_0x206836[_0x472d(0x118)](_0x29fdb4,void 0x0)?void 0x0:_0x29fdb4[_0x472d(0x149)])===!![]||_0x206836['EaJXW'](_0x206836[_0x472d(0x14a)](_0x38a2ec=_0x4f5fbb[_0x472d(0x14b)],null)||_0x206836[_0x472d(0x14c)](_0x38a2ec,void 0x0)?void 0x0:_0x38a2ec[_0x472d(0x14d)],!![])||_0x206836[_0x472d(0x118)](_0x4f5fbb[_0x472d(0x149)],!![])||_0x4f5fbb[_0x472d(0x39)]&&_0x4f5fbb[_0x472d(0x39)]['includes'](_0x206836[_0x472d(0x14e)]);if(_0x2cc40a){const _0x161925=_0x206836[_0x472d(0x14f)]['split']('|');let _0x5c8eb9=0x0;while(!![]){switch(_0x161925[_0x5c8eb9++]){case'0':console[_0x472d(0x31)](_0x206836[_0x472d(0x150)]);continue;case'1':console[_0x472d(0x31)](_0x206836[_0x472d(0x151)],_0x2ba455?_0x206836[_0x472d(0x152)]:'No');continue;case'2':console[_0x472d(0x31)](_0x472d(0x153));continue;case'3':console[_0x472d(0x31)](_0x206836[_0x472d(0x154)]);continue;case'4':console[_0x472d(0x31)](_0x206836[_0x472d(0x155)]);continue;case'5':console[_0x472d(0x31)](_0x206836[_0x472d(0x156)]);continue;case'6':console[_0x472d(0x31)](_0x206836[_0x472d(0x157)]);continue;}break;}}else{if(_0x4f5fbb[_0x472d(0x158)]||_0x4f5fbb[_0x472d(0x159)]){const _0x4edac8=_0x206836[_0x472d(0x15a)][_0x472d(0x15b)]('|');let _0x377746=0x0;while(!![]){switch(_0x4edac8[_0x377746++]){case'0':console['log'](_0x206836['LIPxU'],_0x2ba455['length']);continue;case'1':console[_0x472d(0x31)](_0x206836[_0x472d(0x15c)]);continue;case'2':console['log'](_0x206836[_0x472d(0x15d)]);continue;case'3':console[_0x472d(0x31)](_0x206836['suRdZ']);continue;case'4':console[_0x472d(0x31)](_0x206836[_0x472d(0x15e)],_0x2ba455[_0x472d(0x10c)]('4/')?_0x206836[_0x472d(0x136)]:_0x206836[_0x472d(0x10d)]);continue;case'5':console[_0x472d(0x31)](_0x206836[_0x472d(0x15f)],_0x4f5fbb['hasRefreshToken']);continue;case'6':console[_0x472d(0x31)](_0x206836[_0x472d(0x160)],_0x2ba455);continue;}break;}}else return console['warn'](_0x206836[_0x472d(0x161)]),console[_0x472d(0x162)](_0x206836[_0x472d(0x163)],_0x4f5fbb),console[_0x472d(0x162)](_0x206836[_0x472d(0x164)]),![];}console['log'](_0x206836[_0x472d(0x165)]);try{_0x206836['FIqsK']===_0x472d(0xc9)?(await _0x206836[_0x472d(0x166)](triggerTrainingRestart,_0x1a52f9,_0x33130c),console[_0x472d(0x31)](_0x472d(0x167))):(_0x62602d['error'](_0x206836[_0x472d(0x168)]),_0x3b9c6c[_0x472d(0x4e)](_0x206836[_0x472d(0x169)]),_0x4be487[_0x472d(0x4e)](_0x206836[_0x472d(0x16a)]),_0x3cc5bc[_0x472d(0x162)](_0x206836[_0x472d(0x16b)]));}catch(_0x5bf182){if(_0x206836[_0x472d(0x147)](_0x472d(0x16c),_0x472d(0x16d)))return{'success':![],'message':_0x206836[_0x472d(0x16e)],'details':_0x1ccc3b};else console[_0x472d(0x162)](_0x206836[_0x472d(0x16f)],_0x5bf182),console[_0x472d(0x162)](_0x472d(0x170));}return!![];}}else{if(_0x206836[_0x472d(0x14c)](_0x206836['waGde'],_0x206836[_0x472d(0x171)])){const _0x3b2ef0=await _0x560bd0[_0x472d(0x77)]();return console[_0x472d(0x4e)](_0x206836[_0x472d(0x172)],_0x560bd0[_0x472d(0x47)],_0x3b2ef0),console[_0x472d(0x4e)](_0x472d(0x173)),![];}else _0x206836[_0x472d(0x111)](_0x32aa16,()=>{_0x32f60d['log'](_0x206836[_0x472d(0x174)]),_0x206836[_0x472d(0x175)](_0x4c1d57,!![]);},0x3e8);}}else{if(_0x206836[_0x472d(0x176)](_0x206836[_0x472d(0x177)],_0x206836[_0x472d(0x178)])){const _0x32b0e1=_0x206836['EgOaV']['split']('|');let _0x41be9e=0x0;while(!![]){switch(_0x32b0e1[_0x41be9e++]){case'0':console[_0x472d(0x4e)](_0x206836['EWBmv']);continue;case'1':return![];case'2':console[_0x472d(0x4e)](_0x206836['JbzyJ']);continue;case'3':console['error']('\x20\x20\x203.\x20Ensure\x20user\x20clicks\x20\x22Allow\x22\x20on\x20consent\x20screen');continue;case'4':console[_0x472d(0x4e)](_0x206836[_0x472d(0x179)]);continue;case'5':console['error'](_0x206836[_0x472d(0x17a)]);continue;case'6':console[_0x472d(0x4e)](_0x206836[_0x472d(0x17b)]);continue;}break;}}else _0x464502=_0x5d753b[_0x472d(0x104)],_0x4dc375[_0x472d(0x31)](_0x206836[_0x472d(0x17c)]),_0x72f509[_0x472d(0x31)](_0x472d(0xa8),_0x225338[_0x472d(0xff)](0x0,0x14)+'...');}}else _0x4e14ea[_0x472d(0x31)](_0x472d(0x71)+_0x43b8d5+_0x472d(0x17d)),_0xc1abb3['abort']();}catch(_0x42cdf7){console[_0x472d(0x4e)]('โŒ\x20Error\x20forcing\x20YouTube\x20consent:',_0x42cdf7);if(_0x42cdf7['code']===statusCodes[_0x472d(0x17e)]){if(_0x206836[_0x472d(0x17f)]!==_0x206836['aaLFw'])console[_0x472d(0x4e)](_0x206836['rNTMQ']),console['error'](_0x206836[_0x472d(0x180)]);else return _0x4859da['error'](_0x206836[_0x472d(0x181)],_0x5a37b9),null;}else{if(_0x42cdf7[_0x472d(0xd)]===statusCodes['IN_PROGRESS'])console[_0x472d(0x4e)](_0x206836[_0x472d(0x182)]);else _0x206836['MUueH'](_0x42cdf7[_0x472d(0xd)],statusCodes[_0x472d(0x183)])&&console['error'](_0x206836[_0x472d(0x184)]);}return![];}};export const forceYouTubeReconnectionWithRevoke=async _0x33460c=>{const _0x2cf7c2={'TAwYV':_0x472d(0x185),'gSHNb':_0x472d(0x186),'vcnyi':function(_0x59e63e,_0xd86e60){return _0x59e63e===_0xd86e60;},'HaSGg':_0x472d(0xd5),'fYDJA':_0x472d(0x187),'ydZmL':function(_0x916ef6,_0x5791c1){return _0x916ef6===_0x5791c1;},'BUXYn':'User\x20cancelled\x20Google\x20Sign-In','aOOKh':function(_0x5f068b,_0x4972b8){return _0x5f068b===_0x4972b8;},'EDcMB':'Google\x20Sign-In\x20already\x20in\x20progress','LNDyU':_0x472d(0x95),'ZOIOy':function(_0x272cde){return _0x272cde();},'ThQxM':'โœ…\x20Revoked\x20existing\x20permissions\x20-\x20fresh\x20consent\x20REQUIRED','WslRT':function(_0x472c47,_0x500f32){return _0x472c47===_0x500f32;},'PSWVt':_0x472d(0x188),'BIhrV':_0x472d(0x189),'SGFwW':_0x472d(0x18a),'RRDqI':_0x472d(0xa8),'xzvOh':_0x472d(0x18b),'ujSwI':_0x472d(0x18c),'jUSYa':'โŒ\x20Still\x20no\x20refresh\x20token\x20after\x20revoke\x20method','NEtiT':function(_0x961923,_0x2e2406){return _0x961923!==_0x2e2406;},'mqTop':_0x472d(0x18d),'rPkxL':'yLVVX','slnor':_0x472d(0x18e)};try{var _0x3008d1;console[_0x472d(0x31)](_0x472d(0x18f)),console['log'](_0x2cf7c2['LNDyU'],_0x33460c),_0x2cf7c2[_0x472d(0x190)](initializeGoogleSignIn),await GoogleSignin[_0x472d(0xeb)]();try{await GoogleSignin['revokeAccess'](),console[_0x472d(0x31)](_0x2cf7c2[_0x472d(0x191)]);}catch(_0x4e2960){if(_0x2cf7c2[_0x472d(0x192)](_0x2cf7c2[_0x472d(0x193)],_0x472d(0x188)))console['log'](_0x2cf7c2[_0x472d(0x194)],_0x4e2960);else{_0x51e5d8[_0x472d(0x4e)](_0x2cf7c2['TAwYV'],_0xca9315);if(_0x47dedc['code']===_0x3fd126[_0x472d(0x17e)])_0x2d0820['error'](_0x2cf7c2['gSHNb']),_0x42f82b[_0x472d(0x4e)](_0x472d(0xd4));else{if(_0x2cf7c2[_0x472d(0x195)](_0x26426f['code'],_0x5ca841['IN_PROGRESS']))_0x4e2113[_0x472d(0x4e)](_0x2cf7c2[_0x472d(0x196)]);else _0x2cf7c2['vcnyi'](_0xc35fbb[_0x472d(0xd)],_0xd69463['PLAY_SERVICES_NOT_AVAILABLE'])&&_0xf8988a[_0x472d(0x4e)](_0x472d(0xd6));}return![];}}await GoogleSignin[_0x472d(0xd9)](),console[_0x472d(0x31)](_0x2cf7c2['SGFwW']),console[_0x472d(0x31)](_0x472d(0x197));const _0x9575a0=await GoogleSignin[_0x472d(0xef)](),_0x14f97a=await GoogleSignin[_0x472d(0xf6)](),_0x551c73=await GoogleSignin[_0x472d(0xf7)](),_0x3e274f=(_0x2cf7c2[_0x472d(0x195)](_0x3008d1=_0x9575a0['data'],null)||_0x2cf7c2[_0x472d(0x198)](_0x3008d1,void 0x0)?void 0x0:_0x3008d1[_0x472d(0x104)])||(_0x2cf7c2['WslRT'](_0x551c73,null)||_0x2cf7c2[_0x472d(0x198)](_0x551c73,void 0x0)?void 0x0:_0x551c73[_0x472d(0x104)]);if(_0x3e274f)return console[_0x472d(0x31)](_0x472d(0x199)),console['log'](_0x2cf7c2[_0x472d(0x19a)],_0x3e274f['substring'](0x0,0x14)+_0x472d(0x107)),!![];else{if(_0x2cf7c2[_0x472d(0x198)](_0x2cf7c2[_0x472d(0x19b)],_0x2cf7c2[_0x472d(0x19c)])){_0x1b7d4e[_0x472d(0x4e)](_0x2cf7c2[_0x472d(0x19d)],_0x4f6228);if(_0x2cf7c2[_0x472d(0x198)](_0x55694b['code'],_0x528845[_0x472d(0x17e)]))_0x56cc11['log'](_0x2cf7c2[_0x472d(0x19e)]);else{if(_0x2cf7c2['aOOKh'](_0x5545b7[_0x472d(0xd)],_0x2be02e['IN_PROGRESS']))_0x28b252[_0x472d(0x31)](_0x2cf7c2['EDcMB']);else _0x414c35['code']===_0x14ffe3[_0x472d(0x183)]&&_0x4d3d7e[_0x472d(0x31)](_0x472d(0x19f));}return![];}else return console['error'](_0x2cf7c2['jUSYa']),![];}}catch(_0x20f320){if(_0x2cf7c2[_0x472d(0x1a0)](_0x2cf7c2['mqTop'],_0x2cf7c2[_0x472d(0x1a1)]))return console[_0x472d(0x4e)](_0x2cf7c2[_0x472d(0x1a2)],_0x20f320),![];else _0x10ee32=_0x42e18f[_0x472d(0x113)][0x0][_0x472d(0x115)][_0x472d(0x116)],_0x1a7975=_0x48df91[_0x472d(0x113)][0x0]['id'],_0x52e8c1[_0x472d(0x31)]('โœ…\x20YouTube\x20channel\x20found:',_0x569c17,_0x472d(0xaa),_0x1dd83e);}};export const fixUserYouTubeConnection=async _0x3f7873=>{const _0x4e6d45={'YzlRG':'๐Ÿ”„\x20Method\x201:\x20Trying\x20forced\x20consent\x20via\x20configuration...','YiwYW':function(_0x2659fa,_0x135057){return _0x2659fa(_0x135057);}};console[_0x472d(0x31)](_0x472d(0x1a3)+_0x3f7873),console[_0x472d(0x31)](_0x4e6d45[_0x472d(0x1a4)]);let _0xbb263d=await _0x4e6d45[_0x472d(0x1a5)](forceYouTubeReconnectionWithConsent,_0x3f7873);if(_0xbb263d)return console['log']('โœ…\x20'+_0x3f7873+'\x20YouTube\x20connection\x20fixed\x20via\x20Method\x201!'),!![];console[_0x472d(0x31)](_0x472d(0x1a6)),_0xbb263d=await forceYouTubeReconnectionWithRevoke(_0x3f7873);if(_0xbb263d)return console[_0x472d(0x31)]('โœ…\x20'+_0x3f7873+_0x472d(0x1a7)),!![];return console[_0x472d(0x4e)](_0x472d(0x1a8)+_0x3f7873+_0x472d(0x1a9)),![];};const refreshGoogleTokens=async()=>{const _0x28b47f={'BRXhS':_0x472d(0x19f),'KEesk':_0x472d(0x1aa),'eoQip':_0x472d(0x1ab),'WLTZx':'โŒ\x20User\x20not\x20signed\x20in\x20to\x20Google,\x20cannot\x20refresh\x20tokens','xFMTM':_0x472d(0x1ac),'kKsWn':_0x472d(0x1ad),'MIfZU':_0x472d(0x1ae),'ubMBh':function(_0x907b62,_0x4146f3){return _0x907b62===_0x4146f3;},'xhKyh':_0x472d(0x1af),'eWHSJ':'kYTdB','xGysE':'โœ…\x20Re-authentication\x20successful','DvcoB':'โŒ\x20Re-authentication\x20also\x20failed:'};try{console['log'](_0x28b47f['eoQip']);const _0x519cb3=await GoogleSignin[_0x472d(0xf7)]();if(!_0x519cb3)return console[_0x472d(0x31)](_0x28b47f['WLTZx']),null;const _0x1e7d52=await GoogleSignin[_0x472d(0xf6)]();return console[_0x472d(0x31)](_0x28b47f['xFMTM']),{'accessToken':_0x1e7d52[_0x472d(0xfe)],'idToken':_0x1e7d52[_0x472d(0x102)]};}catch(_0x46080a){if(_0x28b47f[_0x472d(0x1b0)]===_0x28b47f['MIfZU'])_0x3c5ded[_0x472d(0x31)](_0x28b47f[_0x472d(0x1b1)]);else{console['error'](_0x472d(0x1b2),_0x46080a);try{if(_0x28b47f[_0x472d(0x1b3)](_0x28b47f[_0x472d(0x1b4)],_0x28b47f[_0x472d(0x1b5)]))return _0x4ad5be[_0x472d(0x4e)](_0x28b47f[_0x472d(0x1b6)]),![];else{console[_0x472d(0x31)](_0x472d(0x1b7));const _0x2dc8de=await GoogleSignin[_0x472d(0xef)](),_0xcf3ad=await GoogleSignin[_0x472d(0xf6)]();return console[_0x472d(0x31)](_0x28b47f[_0x472d(0x1b8)]),{'accessToken':_0xcf3ad[_0x472d(0xfe)],'idToken':_0xcf3ad['idToken']};}}catch(_0x269739){return console[_0x472d(0x4e)](_0x28b47f[_0x472d(0x1b9)],_0x269739),null;}}}},debugYouTubeTokens=async()=>{const _0x18e6d7={'OYqLu':'๐Ÿ”\x20YouTube\x20Token\x20Debug:','FdZqU':_0x472d(0xa3),'aqzXf':_0x472d(0xa2),'NBeIa':function(_0x34929d,_0x49a5ae){return _0x34929d!==_0x49a5ae;},'hwUUV':function(_0x5dbe4b,_0x402708){return _0x5dbe4b===_0x402708;},'QGpSb':function(_0x239163,_0x18eeea){return _0x239163===_0x18eeea;},'hyKxo':function(_0x48d1a9,_0x1f99c8){return _0x48d1a9!==_0x1f99c8;},'isnzA':function(_0x592ff3,_0x1e2038){return _0x592ff3!==_0x1e2038;},'DYkgJ':'serverAuthCode','umwuM':_0x472d(0x1ba),'hBdIn':_0x472d(0x1bb),'jxBwg':'error'};try{var _0x3c22a9;const _0x3e79cc=await GoogleSignin[_0x472d(0xf6)](),_0x91f39c=await GoogleSignin['getCurrentUser']();return console[_0x472d(0x31)](_0x18e6d7['OYqLu'],{'accessToken':_0x3e79cc['accessToken']?_0x3e79cc[_0x472d(0xfe)]['substring'](0x0,0x14)+'...':_0x472d(0xa2),'idToken':_0x3e79cc[_0x472d(0x102)]?_0x18e6d7['FdZqU']:_0x18e6d7[_0x472d(0x1bc)],'serverAuthCode':_0x18e6d7[_0x472d(0x1bd)](_0x91f39c,null)&&_0x91f39c!==void 0x0&&_0x91f39c[_0x472d(0x104)]?_0x91f39c[_0x472d(0x104)]['substring'](0x0,0x14)+_0x472d(0x107):_0x18e6d7[_0x472d(0x1bc)],'userEmail':(_0x91f39c===null||_0x91f39c===void 0x0||_0x18e6d7[_0x472d(0x1be)](_0x3c22a9=_0x91f39c[_0x472d(0xf4)],null)||_0x18e6d7['QGpSb'](_0x3c22a9,void 0x0)?void 0x0:_0x3c22a9[_0x472d(0x63)])||'Missing'}),{'hasRefreshToken':!!(_0x18e6d7['hyKxo'](_0x91f39c,null)&&_0x18e6d7[_0x472d(0x1bf)](_0x91f39c,void 0x0)&&_0x91f39c[_0x472d(0x104)]),'refreshTokenType':_0x18e6d7[_0x472d(0x1bf)](_0x91f39c,null)&&_0x91f39c!==void 0x0&&_0x91f39c[_0x472d(0x104)]?_0x18e6d7[_0x472d(0x1c0)]:_0x18e6d7[_0x472d(0x1c1)]};}catch(_0x5d4ab0){return console[_0x472d(0x4e)](_0x18e6d7[_0x472d(0x1c2)],_0x5d4ab0),{'hasRefreshToken':![],'refreshTokenType':_0x18e6d7[_0x472d(0x1c3)]};}};export const reconnectYouTube=async _0x96eb0a=>{const _0x5c5ee1={'jGKCY':_0x472d(0x1c4),'YPXRj':_0x472d(0x120),'SvBcF':function(_0x5b6863,_0xb41bc0){return _0x5b6863===_0xb41bc0;},'fXIkF':function(_0x3a3fc9,_0x1ec374){return _0x3a3fc9===_0x1ec374;},'tgnMR':function(_0xfeff15,_0x20b432){return _0xfeff15===_0x20b432;},'DLdtC':'Unknown\x20Channel','vGMVi':_0x472d(0x1c5),'arEDf':_0x472d(0x1c6),'AgfKL':function(_0x27f5cf,_0x3f2732){return _0x27f5cf!==_0x3f2732;},'Abksv':_0x472d(0x1c7),'ZvGFr':_0x472d(0x1c8),'sZHom':function(_0x1bd037,_0xca278f){return _0x1bd037!==_0xca278f;},'Igtko':_0x472d(0x1c9),'OLYyr':_0x472d(0x1ca),'nWNbY':_0x472d(0x1cb),'khOof':function(_0xd374b8,_0x16e228,_0x5660bc){return _0xd374b8(_0x16e228,_0x5660bc);},'TqlhX':function(_0x374c39){return _0x374c39();},'jFwuz':'AjBvr','HCPVZ':_0x472d(0x1cc),'JoSwx':_0x472d(0x1cd),'IxWLY':_0x472d(0x1ce),'IkOlB':_0x472d(0x1cf)};try{console['log'](_0x5c5ee1[_0x472d(0x1d0)]);try{await GoogleSignin[_0x472d(0xd9)](),console['log'](_0x472d(0x1d1));}catch(_0x17347f){_0x5c5ee1['AgfKL'](_0x5c5ee1['Abksv'],_0x5c5ee1[_0x472d(0x1d2)])?_0x46925b[_0x472d(0x31)](_0x5c5ee1[_0x472d(0x1d3)],_0x28a69d):console[_0x472d(0x31)](_0x5c5ee1[_0x472d(0x1d3)],_0x17347f);}try{if(_0x5c5ee1['AgfKL'](_0x5c5ee1[_0x472d(0x1d4)],_0x472d(0x1d5))){const _0x32a522=await GoogleSignin[_0x472d(0xf6)]();_0x32a522[_0x472d(0xfe)]&&(await GoogleSignin[_0x472d(0xde)](_0x32a522[_0x472d(0xfe)]),console[_0x472d(0x31)]('โœ…\x20Cleared\x20cached\x20access\x20token'));}else{var _0x4b6f31,_0x50d3ba;_0x56dfb1[_0x472d(0x31)](_0x5c5ee1[_0x472d(0x1d6)],_0x5264c5[_0x472d(0x47)]),_0x24b8c4=(_0x5c5ee1[_0x472d(0x1d7)](_0x4b6f31=_0x3d0f07['data'],null)||_0x5c5ee1[_0x472d(0x1d7)](_0x4b6f31,void 0x0)||_0x5c5ee1[_0x472d(0x1d8)](_0x4b6f31=_0x4b6f31['user'],null)||_0x5c5ee1[_0x472d(0x1d7)](_0x4b6f31,void 0x0)?void 0x0:_0x4b6f31['name'])||((_0x50d3ba=_0xa9a6ed['data'])===null||_0x50d3ba===void 0x0||_0x5c5ee1['tgnMR'](_0x50d3ba=_0x50d3ba[_0x472d(0xf4)],null)||_0x5c5ee1[_0x472d(0x1d8)](_0x50d3ba,void 0x0)?void 0x0:_0x50d3ba[_0x472d(0x63)])||_0x5c5ee1[_0x472d(0x1d9)];}}catch(_0x2f0973){if(_0x5c5ee1[_0x472d(0x1da)](_0x5c5ee1[_0x472d(0x1db)],_0x5c5ee1[_0x472d(0x1dc)]))console[_0x472d(0x31)](_0x5c5ee1['nWNbY'],_0x2f0973);else return _0x5ab1d0[_0x472d(0x31)]('โœ…\x20'+_0x3a7a55+_0x472d(0x1a7)),!![];}const _0x42d91c=await _0x5c5ee1[_0x472d(0x1dd)](initiateNativeAuth,'youtube',_0x96eb0a);if(_0x42d91c){console[_0x472d(0x31)](_0x472d(0x1de));const _0x503ec0=await _0x5c5ee1['TqlhX'](debugYouTubeTokens);if(_0x503ec0['hasRefreshToken']){if(_0x5c5ee1[_0x472d(0x1df)]===_0x5c5ee1[_0x472d(0x1e0)])throw new _0x1b14cb(_0x5c5ee1[_0x472d(0x1e1)]);else console[_0x472d(0x31)](_0x5c5ee1[_0x472d(0x1e2)],_0x503ec0['refreshTokenType']);}else console[_0x472d(0x162)](_0x472d(0x1e3));return!![];}else return console[_0x472d(0x4e)](_0x5c5ee1[_0x472d(0x1e4)]),![];}catch(_0x5063af){return console[_0x472d(0x4e)](_0x5c5ee1['IkOlB'],_0x5063af),![];}};export const initiateNativeAuth=async(_0x3434c9,_0x49583d)=>{const _0x1a4e94={'GvziG':_0x472d(0x0),'tHltf':'โŒ\x20No\x20auth\x20token\x20found\x20for\x20YouTube\x20refresh','XIdQK':_0x472d(0xc),'ROtoa':_0x472d(0x86),'lYNfY':'email','zhLrr':_0x472d(0x189),'EaPNj':'โ„น๏ธ\x20Token\x20clearing\x20failed\x20or\x20not\x20needed:','aMuiT':_0x472d(0x1e5),'YeUuQ':_0x472d(0x68),'yqPqy':function(_0x5416ed,_0x594f02){return _0x5416ed===_0x594f02;},'QlkkC':function(_0x318314,_0xfd15b0){return _0x318314===_0xfd15b0;},'iMTAz':function(_0xb03fde,_0x224029){return _0xb03fde===_0x224029;},'aFeYr':_0x472d(0xac),'QrIWR':'โœ…\x20YouTube\x20channel\x20found:','MicJr':_0x472d(0xaa),'HucGL':'Facebook\x20Login\x20completed\x20successfully','XCpGV':function(_0x5b0636,_0x30fc1d){return _0x5b0636(_0x30fc1d);},'PUtoc':_0x472d(0x1e6),'xUCVb':_0x472d(0x1e7),'KODIf':_0x472d(0x1e8),'NGila':_0x472d(0x1e9),'uPJfm':function(_0x5c7a5c){return _0x5c7a5c();},'RnFxQ':function(_0x3418d9,_0x52a441){return _0x3418d9===_0x52a441;},'iZkWA':'NHuTu','cSfGe':_0x472d(0x1ea),'ECVIu':_0x472d(0x1eb),'UYDdH':function(_0x4f37ce,_0x134547){return _0x4f37ce!==_0x134547;},'OhVsb':_0x472d(0x1ec),'dvgSu':'โ„น๏ธ\x20Sign\x20out\x20not\x20needed\x20or\x20failed:','KkKVx':_0x472d(0x1ed),'MzHdK':function(_0x465621,_0x5db270){return _0x465621===_0x5db270;},'JJwyW':function(_0x146206,_0x14f41e){return _0x146206===_0x14f41e;},'CIxCr':function(_0x1c4298,_0x431f46){return _0x1c4298===_0x431f46;},'ORblB':function(_0x1be092,_0x2a453c){return _0x1be092===_0x2a453c;},'HGPhQ':_0x472d(0x1ee),'iGkUW':_0x472d(0x1ef),'carwN':'๐Ÿ“‹\x20FULL\x20tokens\x20object:','UtkcL':_0x472d(0x1f0),'NKLQw':function(_0xd7d29d,_0x4e1893){return _0xd7d29d===_0x4e1893;},'WutuD':function(_0x24e9c8,_0xeff9ad){return _0x24e9c8===_0xeff9ad;},'Tapnt':_0x472d(0x1f1),'MQTeT':_0x472d(0x1f2),'wVQXI':'-\x20userInfo.data?.serverAuthCode:','jBcep':function(_0x6f31e9,_0xf26b0e){return _0x6f31e9!==_0xf26b0e;},'OogRv':function(_0x5079f0,_0x2039cd){return _0x5079f0!==_0x2039cd;},'rifXL':_0x472d(0xa2),'fyQJA':function(_0x3a2c0d,_0x437dc9){return _0x3a2c0d!==_0x437dc9;},'MwXoG':_0x472d(0x1f3),'Bulfd':'-\x20tokens.accessToken:','TbhPG':_0x472d(0x92),'sjfjb':_0x472d(0xa8),'ElwxN':'โœ…\x20Got\x20serverAuthCode\x20from\x20sign-in\x20response','ZUXFK':function(_0x1bfa50,_0x2c40f2){return _0x1bfa50!==_0x2c40f2;},'wVqEF':_0x472d(0x1f4),'rezai':_0x472d(0x1f5),'fHfpt':'๐Ÿ’ก\x20User\x20needs\x20to\x20reconnect\x20with\x20proper\x20consent\x20screen','qmycH':_0x472d(0x91),'FRjrd':_0x472d(0x1f6),'AOxwf':_0x472d(0x1f7),'taSXy':_0x472d(0x1f8),'dwLAl':_0x472d(0xa6),'pfBDO':'refreshToken','TiRDJ':_0x472d(0xa9),'TOvMm':function(_0x4b6243,_0x5deee1,_0x22d59e){return _0x4b6243(_0x5deee1,_0x22d59e);},'QwgIb':'https://www.googleapis.com/youtube/v3/channels?part=snippet&mine=true','pBFDo':function(_0x349473,_0x37cb52){return _0x349473===_0x37cb52;},'UpZFW':_0x472d(0x1f9),'MZoVl':_0x472d(0x1fa),'XNPHU':function(_0x2db118,_0x1e9837){return _0x2db118>_0x1e9837;},'rfhTv':_0x472d(0x1fb),'yaheb':_0x472d(0x1fc),'IIbQu':'โš ๏ธ\x20No\x20YouTube\x20channel\x20found\x20for\x20user','gOOii':function(_0x434132,_0x4db602){return _0x434132===_0x4db602;},'MHpHk':function(_0x2101fe,_0x5806cd){return _0x2101fe===_0x5806cd;},'cbEDN':function(_0x4972e5,_0x9b8705){return _0x4972e5===_0x9b8705;},'RrsOa':function(_0x4b7e38,_0xe02fef){return _0x4b7e38===_0xe02fef;},'DfrZy':function(_0x3d0232,_0x309307){return _0x3d0232===_0x309307;},'awRZI':_0x472d(0x120),'SXKfZ':function(_0x405e55,_0x37db95){return _0x405e55===_0x37db95;},'FtfKt':function(_0x44275f,_0x4228cb){return _0x44275f===_0x4228cb;},'uPhis':function(_0x1c6459,_0x492fa7){return _0x1c6459===_0x492fa7;},'IESkd':function(_0x5af991,_0x2b4e19){return _0x5af991===_0x2b4e19;},'SyCvI':function(_0x5909f8,_0x303b43){return _0x5909f8===_0x303b43;},'fEOlv':_0x472d(0x1fd),'DiCdN':_0x472d(0x123),'dNopx':function(_0x239647,_0x2597c0){return _0x239647===_0x2597c0;},'liKWW':function(_0x156708,_0x1e1727){return _0x156708===_0x1e1727;},'HPmGf':function(_0x57665f,_0x51d5d5){return _0x57665f===_0x51d5d5;},'DaRdh':function(_0x250588,_0x571082){return _0x250588===_0x571082;},'bfDBk':function(_0x2c7d79){return _0x2c7d79();},'nClME':'onairos_username','xukym':function(_0xa1afa6,_0x113214){return _0xa1afa6||_0x113214;},'UwnZL':function(_0x27c7fc,_0x464c18){return _0x27c7fc===_0x464c18;},'mMnLj':function(_0x256582,_0x13e2bf){return _0x256582===_0x13e2bf;},'tWXJz':function(_0x4bc65a,_0x49ade6){return _0x4bc65a===_0x49ade6;},'FTLZD':'youtube_user','FbRuc':function(_0x420082,_0xe3fd20){return _0x420082<_0xe3fd20;},'FqycC':_0x472d(0x8b),'jMPJx':_0x472d(0xe0),'JIfEf':_0x472d(0x8c),'izzzC':_0x472d(0x1fe),'lPban':_0x472d(0x1ff),'nUiBF':_0x472d(0x200),'tNSDb':_0x472d(0x201),'gEQHc':_0x472d(0x202),'RKveX':_0x472d(0x12f),'fFIoi':function(_0x50a289,_0x4715a6){return _0x50a289===_0x4715a6;},'eJZVm':function(_0x5b7209,_0x29085c){return _0x5b7209===_0x29085c;},'Sfzkb':function(_0x57048e,_0x97fcad){return _0x57048e===_0x97fcad;},'jRxpe':function(_0x72d218,_0x4d5939){return _0x72d218===_0x4d5939;},'LapOr':function(_0x2d209e,_0x43ba4b){return _0x2d209e===_0x43ba4b;},'lNddI':function(_0x233759,_0x3a81fc){return _0x233759===_0x3a81fc;},'mlOJw':function(_0x19f50c,_0x5b36c9){return _0x19f50c!==_0x5b36c9;},'rjspx':function(_0x353e4b,_0x54b1d9){return _0x353e4b+_0x54b1d9;},'NmubA':function(_0x2f0904,_0x153e07){return _0x2f0904*_0x153e07;},'mtlQb':_0x472d(0x104),'GLFGF':_0x472d(0x1ba),'nZmDE':_0x472d(0x203),'tuvIW':_0x472d(0x204),'rOIAY':_0x472d(0x205),'ohqKf':_0x472d(0x206),'knoMl':function(_0x26ff04,_0x4e752c){return _0x26ff04===_0x4e752c;},'Wtajt':function(_0x168715,_0x3e30aa){return _0x168715===_0x3e30aa;},'ezdZE':_0x472d(0x207),'TRVaY':_0x472d(0x208),'SiQuw':function(_0x3cf676,_0xa6171){return _0x3cf676&&_0xa6171;},'SpDWi':_0x472d(0x209),'zyfJX':_0x472d(0x20a),'XKUGV':'โœ…\x20YouTube\x20connection\x20successful','zVNrm':_0x472d(0x20b),'ScuiX':function(_0x522c71,_0x3fc1c5){return _0x522c71===_0x3fc1c5;},'eXxaY':function(_0x4a405a,_0x33653f){return _0x4a405a===_0x33653f;},'wGjKe':_0x472d(0x20c),'sgqiY':_0x472d(0x20d),'GTCfj':'โœ…\x20[YOUTUBE\x20AUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','XSfFH':_0x472d(0x8e),'sGDGg':_0x472d(0x20e),'ERgNN':'โœ…\x20[YOUTUBE\x20AUTH]\x20Full\x20YouTube\x20connection\x20with\x20persistent\x20access','tpveU':_0x472d(0x20f),'hPjEP':_0x472d(0x210),'XXlLS':_0x472d(0x211),'jTamn':function(_0x387417,_0x52fa5d){return _0x387417!==_0x52fa5d;},'nDtrY':'EjrGq','JAYxv':_0x472d(0x212),'FclFe':_0x472d(0x213),'YuiKF':_0x472d(0x214),'qQOko':'ddgPu','bXwUh':_0x472d(0x187),'ICvaT':function(_0x3089fa,_0x456fef){return _0x3089fa===_0x456fef;},'CqFpL':_0x472d(0x215),'rtxCb':_0x472d(0x216),'SYyLC':'User\x20cancelled\x20Google\x20Sign-In','mnAHZ':function(_0x49080b,_0x52f57e){return _0x49080b===_0x52f57e;},'agAYe':_0x472d(0x217),'sVDxF':_0x472d(0x218),'GJDrk':_0x472d(0x219),'ubTEO':_0x472d(0x19f),'DYIzn':_0x472d(0x21a),'EkbIw':function(_0x422de8,_0x293e6f){return _0x422de8!==_0x293e6f;},'TpfQx':_0x472d(0x21b),'HmjlE':_0x472d(0x21c),'qYvxG':_0x472d(0x62)};if(_0x1a4e94['yqPqy'](_0x3434c9,_0x472d(0x12f))){console[_0x472d(0x31)](_0x1a4e94['xUCVb']);if(!_0x49583d||_0x49583d[_0x472d(0x129)]()==='')return _0x472d(0x21d)===_0x1a4e94['KODIf']?_0x5228ca[_0x472d(0x7f)](_0x472d(0x21e))||_0x2df73d[_0x472d(0x7f)]('code='):(console[_0x472d(0x4e)](_0x1a4e94[_0x472d(0x21f)]),![]);try{var _0x418829,_0x241c3b,_0x53f4d4,_0x18c9d4,_0x439ff7,_0x4d5197,_0x2b7b45,_0x204544,_0x2965be,_0x4b9165;_0x1a4e94[_0x472d(0x220)](initializeGoogleSignIn),await GoogleSignin[_0x472d(0xeb)]();try{_0x1a4e94['RnFxQ'](_0x1a4e94[_0x472d(0x221)],_0x1a4e94[_0x472d(0x222)])?(_0x57c1df['error'](_0x472d(0x186)),_0x2d3f9d[_0x472d(0x4e)](_0x472d(0xd4))):(await GoogleSignin['signOut'](),console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x223)]));}catch(_0x19db21){if(_0x1a4e94[_0x472d(0x224)](_0x1a4e94[_0x472d(0x225)],_0x472d(0x226)))console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x227)],_0x19db21);else throw new _0x42c4be(_0x1a4e94[_0x472d(0x228)]);}const _0x3ef9f2=await GoogleSignin[_0x472d(0xef)]();console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x229)],_0x1a4e94['MzHdK'](_0x418829=_0x3ef9f2[_0x472d(0xf3)],null)||_0x1a4e94['JJwyW'](_0x418829,void 0x0)||_0x1a4e94[_0x472d(0x22a)](_0x418829=_0x418829[_0x472d(0xf4)],null)||_0x1a4e94['ORblB'](_0x418829,void 0x0)?void 0x0:_0x418829['email']),console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x22b)]),console['log'](JSON[_0x472d(0xf9)](_0x3ef9f2,null,0x2));const _0x4034da=await GoogleSignin[_0x472d(0xf6)]();console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x22c)]),console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x22d)]),console['log'](JSON[_0x472d(0xf9)](_0x4034da,null,0x2));const _0x279109=await GoogleSignin[_0x472d(0xf7)]();console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x22e)],_0x1a4e94[_0x472d(0x22f)](_0x279109,null)||_0x279109===void 0x0||(_0x241c3b=_0x279109[_0x472d(0xf4)])===null||_0x1a4e94[_0x472d(0x230)](_0x241c3b,void 0x0)?void 0x0:_0x241c3b[_0x472d(0x63)]),console[_0x472d(0x31)](_0x1a4e94['Tapnt']),console[_0x472d(0x31)](JSON[_0x472d(0xf9)](_0x279109,null,0x2));let _0x1308fa=null;console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x231)]),console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x232)],_0x1a4e94['jBcep'](_0x53f4d4=_0x3ef9f2[_0x472d(0xf3)],null)&&_0x1a4e94[_0x472d(0x233)](_0x53f4d4,void 0x0)&&_0x53f4d4[_0x472d(0x104)]?_0x472d(0x234)+_0x3ef9f2['data']['serverAuthCode'][_0x472d(0xff)](0x0,0x14)+'...':_0x1a4e94['rifXL']),console[_0x472d(0x31)](_0x472d(0x235),_0x1a4e94[_0x472d(0x236)](_0x279109,null)&&_0x279109!==void 0x0&&_0x279109[_0x472d(0x104)]?'Present:\x20'+_0x279109[_0x472d(0x104)][_0x472d(0xff)](0x0,0x14)+_0x472d(0x107):_0x472d(0xa2)),console[_0x472d(0x31)](_0x1a4e94['MwXoG'],_0x4034da['idToken']?_0x472d(0x234)+_0x4034da[_0x472d(0x102)][_0x472d(0xff)](0x0,0x14)+_0x472d(0x107):_0x1a4e94[_0x472d(0x237)]),console[_0x472d(0x31)](_0x1a4e94['Bulfd'],_0x4034da['accessToken']?_0x472d(0x234)+_0x4034da[_0x472d(0xfe)][_0x472d(0xff)](0x0,0x14)+_0x472d(0x107):_0x1a4e94[_0x472d(0x237)]);if(_0x279109!==null&&_0x1a4e94['fyQJA'](_0x279109,void 0x0)&&_0x279109[_0x472d(0x104)])_0x1308fa=_0x279109['serverAuthCode'],console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x238)]),console['log'](_0x1a4e94['sjfjb'],_0x1308fa[_0x472d(0xff)](0x0,0x14)+_0x472d(0x107));else(_0x18c9d4=_0x3ef9f2[_0x472d(0xf3)])!==null&&_0x18c9d4!==void 0x0&&_0x18c9d4['serverAuthCode']&&(_0x1308fa=_0x3ef9f2['data'][_0x472d(0x104)],console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x239)]),console[_0x472d(0x31)](_0x472d(0xa8),_0x1308fa[_0x472d(0xff)](0x0,0x14)+_0x472d(0x107)));if(!_0x1308fa){if(_0x1a4e94[_0x472d(0x23a)](_0x1a4e94[_0x472d(0x23b)],_0x1a4e94['rezai']))console[_0x472d(0x4e)]('โŒ\x20CRITICAL:\x20No\x20refresh\x20token\x20available\x20-\x20YouTube\x20connection\x20will\x20fail\x20when\x20token\x20expires'),console[_0x472d(0x4e)](_0x1a4e94[_0x472d(0x23c)]),console['error'](_0x472d(0x90)),console[_0x472d(0x162)](_0x1a4e94[_0x472d(0x23d)]);else return _0x67bf40[_0x472d(0x4e)](_0x1a4e94[_0x472d(0x23e)]),![];}else _0x1a4e94['FRjrd']===_0x1a4e94[_0x472d(0x23f)]?GoogleSignin['configure']({'webClientId':_0x591239,'iosClientId':_0xa48263,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x1a4e94[_0x472d(0x240)],_0x472d(0x9b),_0x1a4e94[_0x472d(0x241)],_0x1a4e94['lYNfY']],'hostedDomain':'','accountName':''}):(console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x242)]),console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x243)],_0x1308fa[_0x472d(0x10c)]('4/')?'serverAuthCode':_0x1a4e94[_0x472d(0x244)]));let _0x341ce7=_0x1a4e94[_0x472d(0x245)],_0x4f96e3=null;try{console[_0x472d(0x31)](_0x472d(0x110));const _0x41057d=await _0x1a4e94['TOvMm'](fetch,_0x1a4e94[_0x472d(0x246)],{'headers':{'Authorization':'Bearer\x20'+_0x4034da[_0x472d(0xfe)],'Accept':'application/json'}});if(_0x41057d['ok']){if(_0x1a4e94[_0x472d(0x247)](_0x1a4e94[_0x472d(0x248)],_0x1a4e94[_0x472d(0x249)]))_0x206acf['log'](_0x1a4e94[_0x472d(0x24a)],_0x3b40f9);else{const _0x16ce36=await _0x41057d[_0x472d(0x112)]();if(_0x16ce36[_0x472d(0x113)]&&_0x1a4e94[_0x472d(0x24b)](_0x16ce36[_0x472d(0x113)][_0x472d(0x12a)],0x0))_0x341ce7=_0x16ce36[_0x472d(0x113)][0x0][_0x472d(0x115)][_0x472d(0x116)],_0x4f96e3=_0x16ce36['items'][0x0]['id'],console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x24c)],_0x341ce7,_0x1a4e94[_0x472d(0x24d)],_0x4f96e3);else{if(_0x1a4e94[_0x472d(0x23a)](_0x1a4e94['rfhTv'],_0x1a4e94[_0x472d(0x24e)])){var _0x113e26,_0x28a3cc;console[_0x472d(0x31)](_0x1a4e94['IIbQu']),_0x341ce7=(_0x1a4e94[_0x472d(0x24f)](_0x113e26=_0x3ef9f2[_0x472d(0xf3)],null)||_0x1a4e94[_0x472d(0x250)](_0x113e26,void 0x0)||_0x1a4e94[_0x472d(0x251)](_0x113e26=_0x113e26['user'],null)||_0x113e26===void 0x0?void 0x0:_0x113e26[_0x472d(0x4d)])||(_0x1a4e94[_0x472d(0x252)](_0x28a3cc=_0x3ef9f2[_0x472d(0xf3)],null)||_0x1a4e94['pBFDo'](_0x28a3cc,void 0x0)||(_0x28a3cc=_0x28a3cc[_0x472d(0xf4)])===null||_0x1a4e94['DfrZy'](_0x28a3cc,void 0x0)?void 0x0:_0x28a3cc[_0x472d(0x63)])||_0x1a4e94[_0x472d(0x253)];}else return _0x316636[_0x472d(0x4e)](_0x472d(0x6b)+_0x5403cc+_0x472d(0x6c)),_0x2c7d5f[_0x472d(0x4e)]('โŒ\x20[OAUTH]\x20Please\x20log\x20in\x20first\x20before\x20connecting\x20platforms'),null;}}}else{var _0x25bbf9,_0x880677;console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x254)],_0x41057d[_0x472d(0x47)]),_0x341ce7=(_0x1a4e94[_0x472d(0x255)](_0x25bbf9=_0x3ef9f2['data'],null)||_0x1a4e94[_0x472d(0x256)](_0x25bbf9,void 0x0)||(_0x25bbf9=_0x25bbf9[_0x472d(0xf4)])===null||_0x1a4e94[_0x472d(0x257)](_0x25bbf9,void 0x0)?void 0x0:_0x25bbf9['name'])||(_0x1a4e94['FtfKt'](_0x880677=_0x3ef9f2[_0x472d(0xf3)],null)||_0x1a4e94[_0x472d(0x258)](_0x880677,void 0x0)||(_0x880677=_0x880677[_0x472d(0xf4)])===null||_0x880677===void 0x0?void 0x0:_0x880677[_0x472d(0x63)])||_0x1a4e94[_0x472d(0x245)];}}catch(_0x202217){if(_0x1a4e94['SyCvI'](_0x1a4e94[_0x472d(0x259)],_0x1a4e94[_0x472d(0x259)])){var _0x1b537c,_0x308523;console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x25a)],_0x202217),_0x341ce7=(_0x1a4e94['dNopx'](_0x1b537c=_0x3ef9f2[_0x472d(0xf3)],null)||_0x1a4e94[_0x472d(0x25b)](_0x1b537c,void 0x0)||_0x1a4e94[_0x472d(0x25c)](_0x1b537c=_0x1b537c[_0x472d(0xf4)],null)||_0x1a4e94['HPmGf'](_0x1b537c,void 0x0)?void 0x0:_0x1b537c[_0x472d(0x4d)])||(_0x1a4e94['DaRdh'](_0x308523=_0x3ef9f2[_0x472d(0xf3)],null)||_0x308523===void 0x0||(_0x308523=_0x308523[_0x472d(0xf4)])===null||_0x308523===void 0x0?void 0x0:_0x308523[_0x472d(0x63)])||_0x472d(0xa9);}else _0x48f333[_0x472d(0x31)](_0x1a4e94[_0x472d(0x25d)],_0x35ca77);}let _0x460f57=await _0x1a4e94[_0x472d(0x25e)](getJWT);const _0x5ed550=await AsyncStorage[_0x472d(0x25f)](_0x1a4e94[_0x472d(0x260)]),_0x56fb7c=_0x1a4e94[_0x472d(0x261)](_0x5ed550,_0x49583d)||(_0x1a4e94[_0x472d(0x262)](_0x439ff7=_0x3ef9f2['data'],null)||_0x1a4e94['NKLQw'](_0x439ff7,void 0x0)||_0x1a4e94[_0x472d(0x263)](_0x439ff7=_0x439ff7[_0x472d(0xf4)],null)||_0x1a4e94[_0x472d(0x264)](_0x439ff7,void 0x0)?void 0x0:_0x439ff7[_0x472d(0x63)])||_0x1a4e94[_0x472d(0x265)];!_0x460f57||_0x1a4e94[_0x472d(0x266)](_0x460f57[_0x472d(0x129)]()[_0x472d(0x12a)],0x14)?(console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x267)]),console[_0x472d(0x31)](_0x1a4e94['jMPJx']),console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x268)])):(console['log'](_0x1a4e94['izzzC']),console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x269)],_0x460f57[_0x472d(0xff)](0x0,0x14)+'...'));console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x26a)],_0x56fb7c),console[_0x472d(0x31)](_0x1a4e94['tNSDb'],_0x460f57?_0x460f57[_0x472d(0xff)](0x0,0x14)+_0x472d(0x107):_0x1a4e94[_0x472d(0x26b)]),console[_0x472d(0x31)](_0x472d(0x26c),_0x341ce7);const _0x33d439={'session':{'username':_0x56fb7c,'platform':_0x1a4e94[_0x472d(0x26d)],'timestamp':new Date()[_0x472d(0x130)](),'channelName':_0x341ce7,'channelId':_0x4f96e3},'googleUser':_0x1a4e94[_0x472d(0x26e)](_0x4d5197=_0x3ef9f2[_0x472d(0xf3)],null)||_0x4d5197===void 0x0?void 0x0:_0x4d5197[_0x472d(0xf4)],'accessToken':_0x4034da['accessToken'],'idToken':_0x4034da['idToken'],'refreshToken':_0x1308fa,'serverAuthCode':_0x1308fa,'refresh_token':_0x1308fa,'server_auth_code':_0x1308fa,'authCode':_0x1308fa,'userAccountInfo':{'username':_0x56fb7c,'email':(_0x2b7b45=_0x3ef9f2[_0x472d(0xf3)])===null||_0x1a4e94[_0x472d(0x26f)](_0x2b7b45,void 0x0)||_0x1a4e94['Sfzkb'](_0x2b7b45=_0x2b7b45['user'],null)||_0x1a4e94[_0x472d(0x270)](_0x2b7b45,void 0x0)?void 0x0:_0x2b7b45[_0x472d(0x63)],'authToken':_0x460f57,'channelName':_0x341ce7,'channelId':_0x4f96e3,'userIdentifier':_0x460f57?_0x472d(0x271)+_0x460f57[_0x472d(0xff)](0x0,0xa):_0x472d(0x272)+(_0x1a4e94[_0x472d(0x247)](_0x204544=_0x3ef9f2['data'],null)||_0x1a4e94[_0x472d(0x273)](_0x204544,void 0x0)||_0x1a4e94[_0x472d(0x274)](_0x204544=_0x204544[_0x472d(0xf4)],null)||_0x204544===void 0x0?void 0x0:_0x204544['email']),'googleId':_0x1a4e94[_0x472d(0x275)](_0x2965be=_0x3ef9f2[_0x472d(0xf3)],null)||_0x1a4e94['lNddI'](_0x2965be,void 0x0)||(_0x2965be=_0x2965be[_0x472d(0xf4)])===null||_0x1a4e94[_0x472d(0x275)](_0x2965be,void 0x0)?void 0x0:_0x2965be['id'],'appleUserId':_0x1a4e94[_0x472d(0x276)](_0x460f57,null)&&_0x460f57!==void 0x0&&_0x460f57[_0x472d(0x7f)]('apple')?_0x460f57[_0x472d(0x15b)]('.')[0x1]:null,'refreshToken':_0x1308fa,'serverAuthCode':_0x1308fa},'tokenExpiry':new Date(_0x1a4e94['rjspx'](Date[_0x472d(0x134)](),_0x1a4e94[_0x472d(0x277)](0xe10,0x3e8)))[_0x472d(0x130)](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!!_0x1308fa,'refreshTokenType':_0x1308fa?_0x1308fa[_0x472d(0x10c)]('4/')?_0x1a4e94['mtlQb']:_0x1a4e94[_0x472d(0x244)]:_0x1a4e94[_0x472d(0x278)],'configuredForRefresh':!![],'forcedConsent':!![],'refreshTokenValue':_0x1308fa}};console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x279)]),console[_0x472d(0x31)]('-\x20hasAccessToken:',!!_0x33d439[_0x472d(0xfe)]),console[_0x472d(0x31)](_0x472d(0x27a),!!_0x33d439[_0x472d(0xa7)]),console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x27b)],!!_0x33d439['serverAuthCode']),console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x27c)],_0x33d439[_0x472d(0x138)][_0x472d(0x13c)]),console[_0x472d(0x31)](_0x1a4e94['ohqKf'],_0x1a4e94[_0x472d(0x27d)](_0x4b9165=_0x3ef9f2[_0x472d(0xf3)],null)||_0x1a4e94[_0x472d(0x27e)](_0x4b9165,void 0x0)||(_0x4b9165=_0x4b9165[_0x472d(0xf4)])===null||_0x1a4e94['MHpHk'](_0x4b9165,void 0x0)?void 0x0:_0x4b9165['email']),console[_0x472d(0x31)](_0x472d(0x27f),_0x341ce7),console[_0x472d(0x31)](_0x1a4e94['ezdZE']),console[_0x472d(0x31)](JSON[_0x472d(0xf9)](_0x33d439,null,0x2)),console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x280)],!!_0x1308fa);const _0x324439=await fetch(API_CONFIG['BASE_URL']+_0x472d(0x281),{'method':'POST','headers':{'Content-Type':'application/json',..._0x1a4e94[_0x472d(0x282)](_0x460f57,{'Authorization':_0x460f57})},'body':JSON[_0x472d(0xf9)](_0x33d439)});console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x283)],_0x324439['status']),console['log'](_0x1a4e94[_0x472d(0x284)],_0x324439[_0x472d(0x285)]);if(_0x324439['ok']){var _0x3bfad1,_0x56e461;const _0x1c276c=await _0x324439[_0x472d(0x112)]();console[_0x472d(0x31)](_0x1a4e94['XKUGV']),console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x286)]),console[_0x472d(0x31)](JSON[_0x472d(0xf9)](_0x1c276c,null,0x2));const _0x55b880=(_0x1a4e94[_0x472d(0x287)](_0x3bfad1=_0x1c276c[_0x472d(0x148)],null)||_0x1a4e94[_0x472d(0x27e)](_0x3bfad1,void 0x0)?void 0x0:_0x3bfad1['isTemporaryMode'])===!![]||_0x1a4e94[_0x472d(0x288)](_0x1a4e94[_0x472d(0x22f)](_0x56e461=_0x1c276c[_0x472d(0x14b)],null)||_0x1a4e94[_0x472d(0x289)](_0x56e461,void 0x0)?void 0x0:_0x56e461[_0x472d(0x14d)],!![])||_0x1c276c[_0x472d(0x149)]===!![]||_0x1c276c[_0x472d(0x39)]&&_0x1c276c[_0x472d(0x39)][_0x472d(0x7f)](_0x472d(0xb9));if(_0x55b880){if(_0x1a4e94['dNopx'](_0x1a4e94[_0x472d(0x28a)],_0x1a4e94[_0x472d(0x28a)]))console[_0x472d(0x31)](_0x1a4e94['sgqiY']),console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x28b)]),console[_0x472d(0x31)](_0x1a4e94['XSfFH']);else return{'success':![],'error':_0x2f51f5[_0x472d(0x39)]||_0x1a4e94['aMuiT']};}else{if(_0x1c276c['hasRefreshToken']||_0x1c276c[_0x472d(0x159)])console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x28c)]),console['log'](_0x1a4e94[_0x472d(0x28d)]);else{if(_0x1a4e94[_0x472d(0x28e)](_0x472d(0x20f),_0x1a4e94[_0x472d(0x28f)]))console[_0x472d(0x162)](_0x1a4e94[_0x472d(0x290)]),console[_0x472d(0x162)](_0x1a4e94[_0x472d(0x291)],Object[_0x472d(0x292)](_0x1c276c)),console[_0x472d(0x162)](_0x472d(0x293));else return _0x453cdd['log'](_0x472d(0x294)),null;}}return!![];}else{if(_0x1a4e94['jTamn'](_0x1a4e94['nDtrY'],_0x1a4e94[_0x472d(0x295)]))return _0x4a9d45[_0x472d(0x31)](_0x1a4e94[_0x472d(0x296)]),_0x172130[_0x472d(0xb)]+_0x472d(0x69);else{const _0x899147=await _0x324439[_0x472d(0x77)]();return console[_0x472d(0x4e)](_0x1a4e94[_0x472d(0x297)],_0x324439['status']),console[_0x472d(0x4e)](_0x1a4e94['FclFe']),console['error'](_0x899147),![];}}}catch(_0x14a629){if(_0x1a4e94['ORblB'](_0x1a4e94[_0x472d(0x298)],_0x1a4e94[_0x472d(0x299)]))_0x3ed377[_0x472d(0x4e)](_0x472d(0x7d)+_0x4b0bfb+'\x20-\x20the\x20server\x20took\x20too\x20long\x20to\x20respond');else{console[_0x472d(0x4e)](_0x1a4e94[_0x472d(0x29a)],_0x14a629);if(_0x1a4e94[_0x472d(0x29b)](_0x14a629[_0x472d(0xd)],statusCodes[_0x472d(0x17e)])){if(_0x1a4e94[_0x472d(0x29c)]===_0x1a4e94[_0x472d(0x29d)]){var _0x10703f,_0x3c84ab;_0x4ff687[_0x472d(0x31)](_0x472d(0xab)),_0x368cf6=((_0x10703f=_0x2b4e4b[_0x472d(0xf3)])===null||_0x10703f===void 0x0||_0x1a4e94[_0x472d(0x274)](_0x10703f=_0x10703f[_0x472d(0xf4)],null)||_0x10703f===void 0x0?void 0x0:_0x10703f[_0x472d(0x4d)])||(_0x1a4e94[_0x472d(0x274)](_0x3c84ab=_0x3a51c0[_0x472d(0xf3)],null)||_0x3c84ab===void 0x0||_0x1a4e94[_0x472d(0x289)](_0x3c84ab=_0x3c84ab[_0x472d(0xf4)],null)||_0x1a4e94['iMTAz'](_0x3c84ab,void 0x0)?void 0x0:_0x3c84ab[_0x472d(0x63)])||_0x1a4e94[_0x472d(0x253)];}else console[_0x472d(0x31)](_0x1a4e94[_0x472d(0x29e)]);}else{if(_0x1a4e94[_0x472d(0x29f)](_0x14a629[_0x472d(0xd)],statusCodes[_0x472d(0x2a0)]))_0x1a4e94[_0x472d(0x2a1)](_0x1a4e94['agAYe'],_0x1a4e94[_0x472d(0x2a2)])?console['log'](_0x1a4e94['GJDrk']):(_0x50b099=_0x123b86[_0x472d(0x113)][0x0][_0x472d(0x115)][_0x472d(0x116)],_0x2a16a1=_0x399d4a[_0x472d(0x113)][0x0]['id'],_0x5692e0[_0x472d(0x31)](_0x1a4e94[_0x472d(0x24c)],_0x175109,_0x1a4e94[_0x472d(0x24d)],_0x38093e));else _0x1a4e94[_0x472d(0x2a3)](_0x14a629[_0x472d(0xd)],statusCodes[_0x472d(0x183)])&&console[_0x472d(0x31)](_0x1a4e94['ubTEO']);}return![];}}}if(_0x1a4e94[_0x472d(0x27e)](_0x3434c9,_0x1a4e94['DYIzn'])){if(_0x1a4e94[_0x472d(0x2a4)](_0x1a4e94[_0x472d(0x2a5)],_0x1a4e94['HmjlE']))return console[_0x472d(0x31)](_0x1a4e94['qYvxG']),new Promise(_0x195c71=>{setTimeout(()=>{console['log'](_0x1a4e94[_0x472d(0x2a6)]),_0x1a4e94['XCpGV'](_0x195c71,!![]);},0x3e8);});else _0x5dac93[_0x472d(0x31)](_0x1a4e94['PUtoc']);}return![];};export const isOAuthCallback=_0x38f075=>{const _0x3a1281={'ybWlo':_0x472d(0x21e),'XBovF':'code='};return _0x38f075[_0x472d(0x7f)](_0x3a1281['ybWlo'])||_0x38f075[_0x472d(0x7f)](_0x3a1281['XBovF']);};export const exchangeCodeForToken=async(_0x12df66,_0x21040e)=>{const _0x457bef={'tkfdv':_0x472d(0x199),'riyQu':_0x472d(0xa8),'GRvhl':function(_0x1bdd6c,_0x4ffdee,_0x29a925){return _0x1bdd6c(_0x4ffdee,_0x29a925);},'MjaBT':function(_0xb4bdaf,_0x4c0f8f){return _0xb4bdaf!==_0x4c0f8f;},'oobxX':'AqncK','rgPRb':'Falling\x20back\x20to\x20simulated\x20token\x20response'};console['log'](_0x472d(0x2a7)+_0x21040e);try{const _0x3f7708=API_CONFIG[_0x472d(0xb)]+'/'+_0x21040e+_0x472d(0x2a8),_0x417899=await _0x457bef[_0x472d(0x2a9)](fetch,_0x3f7708,{'method':'POST','headers':{'Content-Type':'application/json'},'body':JSON[_0x472d(0xf9)]({'code':_0x12df66,'platform':_0x21040e})});if(!_0x417899['ok']){console[_0x472d(0x4e)](_0x472d(0x2aa)+_0x417899[_0x472d(0x47)]);throw new Error(_0x472d(0x2ab)+_0x417899[_0x472d(0x47)]);}const _0x270e6f=await _0x417899['json']();return console['log'](_0x472d(0x2ac)+_0x21040e),_0x270e6f;}catch(_0x2d4ca5){return _0x457bef['MjaBT'](_0x457bef['oobxX'],_0x457bef['oobxX'])?(_0x5b767b[_0x472d(0x31)](_0x457bef[_0x472d(0x2ad)]),_0x24691c['log'](_0x457bef[_0x472d(0x2ae)],_0x1806dd[_0x472d(0xff)](0x0,0x14)+_0x472d(0x107)),!![]):(console[_0x472d(0x4e)]('Error\x20exchanging\x20code\x20for\x20token:',_0x2d4ca5),console[_0x472d(0x31)](_0x457bef[_0x472d(0x2af)]),{'access_token':_0x21040e+_0x472d(0x2b0)+Math[_0x472d(0x2b1)]()[_0x472d(0x2b2)](0x24)[_0x472d(0xff)](0x7),'refresh_token':_0x21040e+_0x472d(0x2b3)+Math[_0x472d(0x2b1)]()[_0x472d(0x2b2)](0x24)[_0x472d(0xff)](0x7),'expires_in':0xe10});}};export const refreshYouTubeTokens=async()=>{const _0x29f35c={'QwEeU':_0x472d(0x18e),'AxHhY':_0x472d(0x2b4),'jiobM':_0x472d(0x23),'SpqAh':_0x472d(0x2b5),'XrXER':_0x472d(0x2b6),'zjqOR':'โŒ\x20No\x20current\x20Google\x20user\x20found','JshEd':function(_0x1d7e68){return _0x1d7e68();},'inrPw':function(_0x20eab8,_0x537234){return _0x20eab8!==_0x537234;},'qWEXi':'gILmM','LouAs':function(_0x514cd5,_0x79aaee,_0x53a90c){return _0x514cd5(_0x79aaee,_0x53a90c);},'rsBMQ':function(_0x22658a,_0x81cc07){return _0x22658a===_0x81cc07;},'kMFiA':function(_0x263a39,_0x26f7b2){return _0x263a39===_0x26f7b2;},'obOrn':function(_0x33056f,_0x349edb){return _0x33056f+_0x349edb;},'iYAju':function(_0x531656,_0x41106f){return _0x531656*_0x41106f;},'lEPMQ':'BeFMP','RvOHq':_0x472d(0x2b7),'tjYAI':_0x472d(0x2b8),'AEsft':function(_0x476379,_0x495aca){return _0x476379!==_0x495aca;},'yNRFi':_0x472d(0x2b9),'geheu':_0x472d(0x2ba)};try{if(_0x472d(0x2bb)!==_0x472d(0x2bc)){var _0x30bc7b;console[_0x472d(0x31)](_0x472d(0x2bd));const _0x1c55bb=await GoogleSignin[_0x472d(0xf6)]();if(!_0x1c55bb)return console[_0x472d(0x4e)](_0x29f35c[_0x472d(0x2be)]),![];const _0xd93a85=await GoogleSignin['getCurrentUser']();if(!_0xd93a85)return _0x29f35c[_0x472d(0x2bf)]===_0x29f35c[_0x472d(0x2c0)]?(_0x491da7['log']('โœ…\x20'+_0x5bb393+_0x472d(0x2c1)),!![]):(console[_0x472d(0x4e)](_0x29f35c['zjqOR']),![]);const _0x2d63f4=await _0x29f35c[_0x472d(0x2c2)](getJWT);if(!_0x2d63f4){if(_0x29f35c['inrPw'](_0x29f35c['qWEXi'],_0x472d(0x2c3)))_0x2b7639[_0x472d(0x4e)]('โŒ\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20'+_0x3b7ff7+':',_0x3cded2);else return console['error'](_0x472d(0x2c4)),![];}const _0x2d2be0=await _0x29f35c[_0x472d(0x2c5)](fetch,API_CONFIG[_0x472d(0xb)]+_0x472d(0x2c6),{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x2d63f4},'body':JSON[_0x472d(0xf9)]({'accessToken':_0x1c55bb[_0x472d(0xfe)],'idToken':_0x1c55bb[_0x472d(0x102)],'refreshToken':_0xd93a85[_0x472d(0x104)],'userEmail':_0x29f35c[_0x472d(0x2c7)](_0x30bc7b=_0xd93a85['user'],null)||_0x29f35c['kMFiA'](_0x30bc7b,void 0x0)?void 0x0:_0x30bc7b[_0x472d(0x63)],'tokenExpiry':new Date(_0x29f35c['obOrn'](Date[_0x472d(0x134)](),_0x29f35c['iYAju'](0xe10,0x3e8)))['toISOString'](),'timestamp':new Date()[_0x472d(0x130)]()})});if(_0x2d2be0['ok']){if(_0x29f35c[_0x472d(0x2c8)](_0x472d(0x2c9),_0x29f35c['lEPMQ'])){const _0xa16ed1=await _0x2d2be0['json']();return console[_0x472d(0x31)](_0x29f35c['RvOHq'],_0xa16ed1),!![];}else return _0x19314c[_0x472d(0x4e)](_0x29f35c[_0x472d(0x2ca)],_0x9084aa),![];}else{const _0x5bf070=await _0x2d2be0['text']();return console[_0x472d(0x4e)](_0x29f35c[_0x472d(0x2cb)],_0x2d2be0[_0x472d(0x47)],_0x5bf070),![];}}else return _0x517bf9[_0x472d(0x4e)](_0x472d(0x2cc),_0x235c82),_0x25b398[_0x472d(0x31)](_0x29f35c['AxHhY']),{'access_token':_0x10b2be+'_access_token_'+_0xe8b6d5[_0x472d(0x2b1)]()[_0x472d(0x2b2)](0x24)[_0x472d(0xff)](0x7),'refresh_token':_0xf7e4b+_0x472d(0x2b3)+_0x245686[_0x472d(0x2b1)]()[_0x472d(0x2b2)](0x24)[_0x472d(0xff)](0x7),'expires_in':0xe10};}catch(_0x57fbbf){return _0x29f35c['AEsft'](_0x29f35c[_0x472d(0x2cd)],'fZrUz')?(_0x5be8f0[_0x472d(0x4e)](_0x472d(0x1bb),_0x7fb338),{'hasRefreshToken':![],'refreshTokenType':_0x472d(0x4e)}):(console[_0x472d(0x4e)](_0x29f35c['geheu'],_0x57fbbf),![]);}};const triggerTrainingRestart=async(_0xa6b207,_0x34b266)=>{const _0x4c7758={'eobEQ':'๐Ÿ”„\x20[TRAINING\x20RESTART]\x20Triggering\x20training\x20restart\x20for\x20user:','vZXJH':function(_0x9a3bcf,_0x36c24d,_0x238e3e){return _0x9a3bcf(_0x36c24d,_0x238e3e);},'MPoUf':_0x472d(0x2ce),'ieLNt':'โœ…\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20successful:','cvaIB':_0x472d(0x2cf),'vLOKt':_0x472d(0x2d0)};try{console['log'](_0x4c7758[_0x472d(0x2d1)],_0xa6b207);const _0x59c77a=await _0x4c7758['vZXJH'](fetch,API_CONFIG[_0x472d(0xb)]+_0x472d(0x2d2),{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x34b266},'body':JSON['stringify']({'username':_0xa6b207,'reason':_0x4c7758[_0x472d(0x2d3)],'platform':_0x472d(0x12f),'timestamp':new Date()[_0x472d(0x130)](),'requestNewTraining':!![]})});if(_0x59c77a['ok']){const _0x186b8e=await _0x59c77a[_0x472d(0x112)]();console[_0x472d(0x31)](_0x4c7758['ieLNt'],_0x186b8e);}else{const _0x307885=await _0x59c77a[_0x472d(0x77)]();console[_0x472d(0x4e)](_0x4c7758['cvaIB'],_0x59c77a[_0x472d(0x47)],_0x307885);throw new Error(_0x472d(0x2d4)+_0x59c77a['status']);}}catch(_0x188669){console[_0x472d(0x4e)](_0x4c7758['vLOKt'],_0x188669);throw _0x188669;}};export const testYouTubeRefreshToken=async _0x156b23=>{const _0x58ea56={'RVwqX':_0x472d(0xae),'dDOLn':_0x472d(0x2d5),'MtNOt':_0x472d(0x170),'CfvGZ':function(_0x5ef605,_0x5ef8f4){return _0x5ef605===_0x5ef8f4;},'bIXfU':function(_0x2cd750,_0x20ac14){return _0x2cd750===_0x20ac14;},'RCpsk':function(_0x3e5234,_0x16068a){return _0x3e5234===_0x16068a;},'Vfdou':function(_0x56ed89,_0x5105f9){return _0x56ed89===_0x5105f9;},'ybzYq':_0x472d(0xa9),'IUgAO':_0x472d(0x2d6),'hIEgM':_0x472d(0x2d7),'vdYRk':_0x472d(0x95),'nByda':function(_0x32387d){return _0x32387d();},'MIdVA':_0x472d(0x2d8),'iNYkF':_0x472d(0x2d9),'TPrEh':function(_0x315d3c,_0x203820){return _0x315d3c(_0x203820);},'OOFiY':_0x472d(0x2da),'kAuQN':_0x472d(0x2db),'GgKYq':_0x472d(0x2dc),'HnQBv':function(_0x3ef43e){return _0x3ef43e();},'UAwDB':_0x472d(0x2dd),'sKRwe':_0x472d(0x2de),'qYfKa':_0x472d(0x2df),'pqmFm':'โœ…\x20Refresh\x20token\x20already\x20available','fKXaB':function(_0x135288,_0x2b02fd){return _0x135288!==_0x2b02fd;},'UhEjA':_0x472d(0x2e0),'aUMBz':'โŒ\x20Error\x20testing\x20YouTube\x20refresh\x20token:'};console[_0x472d(0x31)](_0x58ea56[_0x472d(0x2e1)]),console[_0x472d(0x31)](_0x58ea56['vdYRk'],_0x156b23);try{if(_0x58ea56['RCpsk'](_0x472d(0x2e2),'qPAEY')){const _0x36a54f=await _0x58ea56[_0x472d(0x2e3)](debugYouTubeTokens);console[_0x472d(0x31)](_0x58ea56[_0x472d(0x2e4)],_0x36a54f);if(!_0x36a54f['hasRefreshToken']){console[_0x472d(0x31)](_0x58ea56[_0x472d(0x2e5)]);const _0x19d13d=await _0x58ea56['TPrEh'](fixUserYouTubeConnection,_0x156b23);if(_0x19d13d){if(_0x58ea56[_0x472d(0x2e6)](_0x58ea56['OOFiY'],_0x58ea56[_0x472d(0x2e7)]))_0xf7b381['log'](_0x58ea56[_0x472d(0x2e8)]),_0x1bb83b=_0x58ea56['dDOLn'];else{console[_0x472d(0x31)](_0x58ea56['GgKYq']);const _0x58b814=await _0x58ea56[_0x472d(0x2e9)](debugYouTubeTokens);console['log'](_0x58ea56[_0x472d(0x2ea)],_0x58b814);}}else console[_0x472d(0x4e)](_0x58ea56['sKRwe']);}else _0x58ea56[_0x472d(0x2eb)](_0x58ea56['qYfKa'],_0x58ea56[_0x472d(0x2ec)])?console[_0x472d(0x31)](_0x58ea56[_0x472d(0x2ed)]):(_0x5ebf9a[_0x472d(0x162)](_0x472d(0x2ee),_0x47c728),_0x3daf1c[_0x472d(0x162)](_0x58ea56[_0x472d(0x2ef)]));}else{var _0xb987f8,_0x46a687;_0x51520e[_0x472d(0x31)](_0x472d(0x120),_0x70e8ef['status']),_0x48e5bb=(_0x58ea56[_0x472d(0x2eb)](_0xb987f8=_0x20b008[_0x472d(0xf3)],null)||_0x58ea56[_0x472d(0x2f0)](_0xb987f8,void 0x0)||_0x58ea56[_0x472d(0x2eb)](_0xb987f8=_0xb987f8[_0x472d(0xf4)],null)||_0x58ea56[_0x472d(0x2eb)](_0xb987f8,void 0x0)?void 0x0:_0xb987f8['name'])||((_0x46a687=_0x3f93c8[_0x472d(0xf3)])===null||_0x58ea56[_0x472d(0x2f1)](_0x46a687,void 0x0)||_0x58ea56[_0x472d(0x2e6)](_0x46a687=_0x46a687['user'],null)||_0x46a687===void 0x0?void 0x0:_0x46a687[_0x472d(0x63)])||_0x58ea56[_0x472d(0x2f2)];}}catch(_0x4ca2a0){_0x58ea56[_0x472d(0x2f3)](_0x58ea56[_0x472d(0x2f4)],_0x472d(0x2e0))?(_0x362480['api2Test']={'success':![],'error':_0xbf698[_0x472d(0x39)],'name':_0x12c006[_0x472d(0x4d)]},_0x31c7c2[_0x472d(0x4e)](_0x58ea56[_0x472d(0x2f5)],_0xcbf68[_0x472d(0x39)])):console[_0x472d(0x4e)](_0x58ea56[_0x472d(0x2f6)],_0x4ca2a0);}};export const requestEmailVerification=async(_0x16f81b,_0x55b00c=![])=>{const _0xfe467={'KvabD':_0x472d(0x211),'hCbtE':'โš ๏ธ\x20[YOUTUBE\x20AUTH]\x20Connection\x20may\x20fail\x20when\x20tokens\x20expire','sgrNA':_0x472d(0x1ff),'fNlIL':function(_0x3b6158,_0x32c6d9){return _0x3b6158===_0x32c6d9;},'MdjkW':_0x472d(0x2f7),'rZVhp':_0x472d(0x2f8),'CPseo':function(_0x4f9852,_0x3d21ba,_0x19d5b4){return _0x4f9852(_0x3d21ba,_0x19d5b4);},'HWuuf':function(_0x1687b3){return _0x1687b3();},'WcCaq':'request','WEanx':_0x472d(0x2f9),'TbdEA':_0x472d(0x2fa),'FtQfK':_0x472d(0x1e5),'gVhEu':function(_0x57bbfb,_0x5ec00a){return _0x57bbfb!==_0x5ec00a;},'kgGCu':_0x472d(0x2fb),'HbMLe':_0x472d(0x2fc),'yUfop':_0x472d(0x2fd)};try{if(_0xfe467[_0x472d(0x2fe)](_0xfe467[_0x472d(0x2ff)],_0x472d(0x2f7))){console[_0x472d(0x31)](_0xfe467[_0x472d(0x300)],_0x16f81b);const _0x397ad2=await _0xfe467[_0x472d(0x301)](fetch,API_CONFIG[_0x472d(0xb)]+_0x472d(0x302),{'method':'POST','headers':_0xfe467[_0x472d(0x303)](getDeveloperAuthHeaders),'body':JSON[_0x472d(0xf9)]({'email':_0x16f81b,'action':_0xfe467[_0x472d(0x304)],'testMode':_0x55b00c})}),_0x5303b8=await _0x397ad2[_0x472d(0x112)]();if(_0x397ad2['ok'])return{'success':!![],'message':_0x5303b8[_0x472d(0x39)]||_0xfe467[_0x472d(0x305)]};else{if(_0xfe467[_0x472d(0x2fe)](_0xfe467['TbdEA'],_0xfe467['TbdEA']))return{'success':![],'error':_0x5303b8['message']||_0xfe467[_0x472d(0x306)]};else{_0x2a3ab8[_0x472d(0x4e)](_0x472d(0x2d0),_0x1c98bf);throw _0x2a2716;}}}else _0x56c161[_0x472d(0x162)](_0x472d(0x210)),_0xe21341[_0x472d(0x162)](_0xfe467['KvabD'],_0x5b6958[_0x472d(0x292)](_0x298f99)),_0x3fee48['warn'](_0xfe467[_0x472d(0x307)]);}catch(_0x267b73){if(_0xfe467[_0x472d(0x308)](_0xfe467[_0x472d(0x309)],_0xfe467[_0x472d(0x309)]))_0x5a9e2d[_0x472d(0x31)]('โœ…\x20Found\x20existing\x20authentication\x20token\x20for\x20YouTube\x20auth'),_0x258f3e[_0x472d(0x31)](_0xfe467['sgrNA'],_0x1b849a[_0x472d(0xff)](0x0,0x14)+'...');else return console[_0x472d(0x4e)](_0xfe467[_0x472d(0x30a)],_0x267b73),{'success':![],'error':_0xfe467[_0x472d(0x30b)]};}};function _0x54f9(){const _0x3cc8a4=['No\x20API\x20key\x20configured.\x20Please\x20initialize\x20the\x20SDK\x20with\x20a\x20valid\x20developer\x20API\x20key.','tfguf','DPxIS','apiKey','YhdBi','Bearer\x20','3.0.72','1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com','https://api.instagram.com/oauth/authorize','demo_instagram_client_id','onairosevents://auth/callback','BASE_URL','https://www.googleapis.com/auth/youtube.readonly','code','/reddit/authorize','demo_reddit_client_id','identity,read','/pinterest/authorize','demo_pinterest_client_id','https://www.facebook.com/v12.0/dialog/oauth','public_profile,email','/linkedin/authorize','openid\x20profile\x20email','/gmail/authorize','demo_gmail_client_id','/email/authorize','https://chat.openai.com','https://claude.ai/login','https://gemini.google.com','https://x.com/i/grok','https://www.instagram.com','https://web.telegram.org/k/','MZyqP','hasNativeSDK','โ„น๏ธ\x20Sign\x20out\x20not\x20needed\x20or\x20failed:','โŒ\x20Failed\x20to\x20get\x20fresh\x20tokens\x20from\x20Google\x20SDK','\x20\x20\x205.\x20iOS\x20simulator\x20network\x20sandbox\x20issue\x20-\x20try\x20on\x20physical\x20device','\x20\x20\x201.\x20No\x20internet\x20connection\x20on\x20device/simulator','\x20\x20\x202.\x20API\x20server\x20(API\x20server)\x20is\x20unreachable','HEAD','โœ…\x20[CONNECTIVITY]\x20Google\x20is\x20reachable\x20-\x20internet\x20is\x20working','โŒ\x20[CONNECTIVITY]\x20Cannot\x20reach\x20Google\x20-\x20internet\x20may\x20be\x20down:','fCkgN','โœ…\x20[CONNECTIVITY]\x20API\x20server\x20is\x20reachable','API\x20is\x20reachable','Internet\x20works\x20but\x20API\x20server\x20is\x20unreachable.\x20The\x20server\x20may\x20be\x20blocking\x20requests\x20from\x20this\x20device/simulator.','jDwDy','wcSca','lujEi','log','IndtC','๐ŸŒ\x20[CONNECTIVITY]\x20Test\x201:\x20Checking\x20general\x20internet\x20(google.com)...','NGWbu','TwfLq','cdDbp','BhAXN','googleTest','message','lzkkR','gIebx','syhnq','BIMtD','RrzxX','abort','BDSPR','/health','signal','kPTAj','catch','Unable\x20to\x20read\x20response','api2Test','status','statusText','yAskf','Fudps','โš ๏ธ\x20[CONNECTIVITY]\x20API\x20server\x20responded\x20with\x20status:\x20','PZuJf','name','error','xeCkT','rYOkk','esjiU','hwzyK','fZopK','success','No\x20internet\x20connectivity\x20detected.\x20Check\x20your\x20network\x20connection.','NBJfF','GSCOC','rTgWz','\x20\x20\x204.\x20SSL/TLS\x20certificate\x20issue','NJeKe','\x20\x20\x203.\x20DNS\x20resolution\x20failed','โŒ\x20[OAUTH]\x20Network\x20request\x20failed\x20for\x20','.\x20Possible\x20causes:','izYgD','VvqCR','โŒ\x20[CONNECTIVITY]\x20Connectivity\x20test\x20failed:','Facebook\x20Login\x20completed\x20successfully','Initiating\x20Facebook\x20Login\x20for\x20Instagram','email','๐Ÿ“ฑ\x20[OAUTH]\x20Platform:\x20',',\x20Version:\x20','Version','NvMqj','๐Ÿ“ง\x20[OAUTH]\x20Email\x20platform\x20selected,\x20returning\x20mock\x20auth\x20URL','/email/authorize?action=verify','๐Ÿ”‘\x20[OAUTH]\x20Using\x20User\x20JWT\x20for\x20authentication','โŒ\x20[OAUTH]\x20User\x20not\x20authenticated\x20-\x20cannot\x20initiate\x20','\x20OAuth','โŒ\x20[OAUTH]\x20Please\x20log\x20in\x20first\x20before\x20connecting\x20platforms','/authorize','๐ŸŒ\x20[OAUTH]\x20Proxy\x20URL:\x20','๐Ÿ”—\x20[OAUTH]\x20About\x20to\x20make\x20fetch\x20request...','โฐ\x20[OAUTH]\x20Request\x20timeout\x20for\x20','hXhRc','๐Ÿ“ก\x20[OAUTH]\x20Response\x20status:\x20','ppNyY','nLZfH','โŒ\x20Error\x20checking\x20email\x20verification\x20status:','text','\x20-\x20','url','๐Ÿ”—\x20[OAUTH]\x20Auth\x20URL\x20for\x20','\x20(key:\x20','AbortError','โŒ\x20[OAUTH]\x20Request\x20timeout\x20for\x20','\x20-\x20the\x20server\x20took\x20too\x20long\x20to\x20respond','includes','Network\x20request\x20failed','JbtjN','iDHDh','ehbcc','rbQVS','rlWfE','profile','fCrQY','ajgmm','exdWO','faTEk','โ„น๏ธ\x20No\x20valid\x20authentication\x20token\x20found\x20for\x20YouTube\x20connection','โ„น๏ธ\x20User\x20should\x20authenticate\x20first\x20via\x20Google/Apple/Email\x20before\x20connecting\x20YouTube','โœ…\x20[YOUTUBE\x20AUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','โ„น๏ธ\x20[YOUTUBE\x20AUTH]\x20User\x20can\x20reconnect\x20later\x20for\x20refresh\x20tokens\x20if\x20needed','๐Ÿ’ก\x20User\x20needs\x20to\x20reconnect\x20with\x20proper\x20consent\x20screen','๐Ÿ’ก\x20Check\x20Google\x20Sign-In\x20configuration:\x20offlineAccess,\x20forceCodeForRefreshToken','โš ๏ธ\x20Continuing\x20without\x20refresh\x20token\x20-\x20connection\x20may\x20fail\x20later','โœ…\x20Got\x20serverAuthCode\x20(refresh\x20token\x20mechanism)','โŒ\x20Re-authentication\x20also\x20failed:','AjKln','๐Ÿ‘ค\x20User:','OyJfW','โœ…\x20Token\x20cache\x20cleared','HpRld','mHYeR','๐Ÿ”ง\x20Configuring\x20Google\x20Sign-In\x20for\x20forced\x20consent...','openid','โœ…\x20Play\x20Services\x20available','๐Ÿ“ฑ\x20User\x20should\x20see:\x20\x22Allow\x20[App]\x20to\x20access\x20your\x20YouTube\x20account\x20when\x20you\x27re\x20not\x20using\x20the\x20app?\x22','โœ…\x20Sign-in\x20completed\x20-\x20checking\x20for\x20refresh\x20token...','๐Ÿ‘ค\x20User\x20email:','๐Ÿ“‹\x20FULL\x20userInfo\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','๐Ÿ“‹\x20FULL\x20tokens\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','Missing','Present','-\x20ServerAuthCode\x20(userInfo):','โœ…\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20consent!','๐Ÿ”‘\x20Refresh\x20token\x20type:','refreshToken','๐Ÿ”‘\x20Refresh\x20token\x20preview:','Unknown\x20Channel','ID:','โš ๏ธ\x20No\x20YouTube\x20channel\x20found\x20for\x20user','No\x20Channel','SbCvP','๐Ÿ”\x20Creating\x20authentication\x20token\x20for\x20YouTube\x20connection...','signOut_and_configure','๐Ÿ“ค\x20Sending\x20comprehensive\x20payload\x20with\x20REFRESH\x20TOKEN\x20to\x20backend:','๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20=====\x20SENDING\x20REAUTH\x20SIGNAL\x20TO\x20BACKEND\x20=====','๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20Headers:','NO\x20AUTH\x20TOKEN','๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20Payload\x20Summary:','๐Ÿ“ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Status:','๐Ÿ“ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Status\x20Text:','๐Ÿ“ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Headers:','qgiEK','temporary\x20access\x20token\x20mode','5|3|4|0|2|6|1','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20sent:','Yes','๐Ÿ”„\x20[YOUTUBE\x20REAUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Training\x20Ready:\x20Yes','2|5|3|1|6|4|0','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20length:','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20REFRESH\x20TOKEN\x20SENT\x20TO\x20BACKEND:','โœ…\x20[YOUTUBE\x20REAUTH]\x20Backend\x20CONFIRMED\x20refresh\x20token\x20received','๐ŸŽ‰\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Full\x20YouTube\x20connection\x20with\x20refresh\x20tokens!','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20type:','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Full\x20refresh\x20token:','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Backend\x20did\x20NOT\x20confirm\x20refresh\x20token\x20reception','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Expected\x20hasRefreshToken\x20or\x20refreshTokenReceived\x20in\x20response','๐Ÿ”„\x20[YOUTUBE\x20REAUTH]\x20Signaling\x20training\x20system\x20to\x20restart...','jkgis','ItOTe','โŒ\x20[YOUTUBE\x20REAUTH]\x20Backend\x20processing\x20FAILED:','Prcsz','0|4|6|2|5|3|1','โŒ\x20CRITICAL:\x20No\x20refresh\x20token\x20even\x20after\x20consent\x20screen','โŒ\x20This\x20means\x20consent\x20screen\x20did\x20not\x20appear\x20or\x20user\x20denied\x20permissions','\x20\x20\x202.\x20Check\x20Google\x20Console\x20OAuth\x20configuration','๐Ÿ’ก\x20Solutions:','JXRSR','TfGCO','๐Ÿ’ก\x20User\x20must\x20click\x20\x22Allow\x22\x20to\x20get\x20refresh\x20token','โŒ\x20Sign-in\x20already\x20in\x20progress','โŒ\x20Google\x20Play\x20Services\x20not\x20available','rPahc','WGcMl','signOut','PwROD','sKQgg','ScvRu','hHmcD','clearCachedAccessToken','TZCjv','โ„น๏ธ\x20NOTE:\x20SDK\x20does\x20not\x20create\x20users\x20during\x20YouTube\x20connection','IHlNk','kKBud','XLVde','โ„น๏ธ\x20No\x20token\x20cache\x20to\x20clear','LhoIc','WsHRr','TqMjo','configure','BNDFx','GvnNU','hasPlayServices','RbDQw','๐Ÿ”\x20Initiating\x20sign-in\x20-\x20consent\x20screen\x20should\x20appear...','Rglgn','signIn','rWIVa','sTauG','bHwUr','data','user','VJlok','getTokens','getCurrentUser','rGMYC','stringify','lwqMJ','lxVpV','๐Ÿ”\x20Token\x20analysis:','-\x20Access\x20token:','accessToken','substring','MPlRW','jOolO','idToken','yZuAC','serverAuthCode','-\x20ServerAuthCode\x20(currentUser):','fJOpo','...','VogGv','zCAjH','EaKTq','eGjei','startsWith','OtfRy','bOMdU','OQzoV','๐Ÿ“บ\x20Fetching\x20YouTube\x20channel\x20information...','mVJuF','json','items','AKTtE','snippet','title','โœ…\x20YouTube\x20channel\x20found:','JZiAb','LPykW','DVZsK','XcHHU','xsdjL','CsexC','ZLDsw','VndKY','โš ๏ธ\x20Failed\x20to\x20fetch\x20YouTube\x20channel\x20info:','VuIQM','hpJKF','โš ๏ธ\x20Error\x20fetching\x20YouTube\x20channel\x20info:','LOUcX','iCYcT','lGmUP','sLLDe','PbMub','trim','length','xtaox','xPSVJ','JReuP','ApnGi','youtube','toISOString','pSSwh','LHNTn','JilNB','now','jPVgh','XMbYA','qWufo','debugInfo','FFmPT','vvYUg','FIjte','refreshTokenType','NEngB','Hfjvu','๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20FULL\x20PAYLOAD:','ssjcu','STiEW','QpUMb','ATioT','unVPx','kBkyT','โœ…\x20[YOUTUBE\x20REAUTH]\x20Backend\x20Response\x20SUCCESS:','hPIwO','validation','isTemporaryMode','kLftt','temporaryMode','FgEFe','enabled','Avozj','QtNES','zZwPk','mCGXa','yyqVd','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Mode:\x20Temporary\x20(expires\x20~1\x20hour)','MFWuu','CuszH','JWLOT','QOzzU','hasRefreshToken','refreshTokenReceived','zGbvK','split','QDZaE','rChau','xuGTQ','ZOLSS','XPkqC','efcia','warn','ZmmXC','vSfZC','zsOqD','XSRre','โœ…\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20sent\x20successfully','Ibphv','ZHxmk','WhuEM','BXNqP','wODON','HfRTW','TCujQ','qmEXz','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20User\x20may\x20need\x20to\x20manually\x20restart\x20training','waGde','mqmfw','โŒ\x20[YOUTUBE\x20REAUTH]\x20This\x20means\x20the\x20reauth\x20signal\x20was\x20not\x20processed','WayVO','HXcuh','AHmOw','OnaqA','JejfL','gLBbf','aJpvG','zcRvg','vAABf','\x20-\x20aborting','SIGN_IN_CANCELLED','vQQze','hfsrY','hKNRZ','XhZOg','PLAY_SERVICES_NOT_AVAILABLE','woGhG','โŒ\x20Error\x20forcing\x20YouTube\x20consent:','โŒ\x20User\x20cancelled\x20sign-in\x20-\x20no\x20refresh\x20token\x20obtained','โŒ\x20Google\x20Sign-In\x20error:','AzJSm','โ„น๏ธ\x20No\x20existing\x20permissions\x20to\x20revoke:','โœ…\x20Signed\x20out\x20completely','ynLVE','ARFHh','VeSyu','โŒ\x20Error\x20with\x20revoke\x20method:','๐Ÿ”„\x20FORCING\x20YouTube\x20consent\x20via\x20REVOKE\x20method...','ZOIOy','ThQxM','WslRT','PSWVt','BIhrV','vcnyi','HaSGg','๐Ÿ”\x20Signing\x20in\x20after\x20revoke\x20-\x20consent\x20screen\x20MUST\x20appear...','ydZmL','โœ…\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20REVOKE\x20+\x20consent!','RRDqI','xzvOh','ujSwI','fYDJA','BUXYn','Google\x20Play\x20Services\x20not\x20available','NEtiT','rPkxL','slnor','๐Ÿ”ง\x20Fixing\x20YouTube\x20connection\x20for\x20user:\x20','YzlRG','YiwYW','๐Ÿ”„\x20Method\x202:\x20Trying\x20forced\x20consent\x20via\x20revoke...','\x20YouTube\x20connection\x20fixed\x20via\x20Method\x202!','โŒ\x20Failed\x20to\x20fix\x20','\x20YouTube\x20connection\x20with\x20both\x20methods','โŒ\x20Still\x20no\x20refresh\x20token\x20after\x20revoke\x20method','๐Ÿ”„\x20Attempting\x20to\x20refresh\x20Google\x20tokens...','โœ…\x20Successfully\x20refreshed\x20Google\x20tokens','HTIby','PuEGI','aHhlD','kKsWn','BRXhS','โŒ\x20Failed\x20to\x20refresh\x20Google\x20tokens:','ubMBh','xhKyh','eWHSJ','KEesk','๐Ÿ”„\x20Refresh\x20failed,\x20attempting\x20re-authentication...','xGysE','DvcoB','none','โŒ\x20Debug\x20tokens\x20failed:','aqzXf','NBeIa','hwUUV','isnzA','DYkgJ','umwuM','hBdIn','jxBwg','โ„น๏ธ\x20Already\x20signed\x20out\x20or\x20sign\x20out\x20failed:','SDK\x20not\x20initialized.\x20Developers\x20must\x20call\x20initializeApiKey()\x20before\x20using\x20auth\x20features.','๐Ÿ”„\x20Forcing\x20fresh\x20YouTube\x20reconnection\x20for\x20refresh\x20token...','XprsL','DWeSF','tFoXJ','UarBr','โ„น๏ธ\x20Token\x20clearing\x20failed\x20or\x20not\x20needed:','DZERy','โœ…\x20Refresh\x20token\x20confirmed:','โŒ\x20YouTube\x20reconnection\x20failed','โŒ\x20YouTube\x20reconnection\x20error:','arEDf','โœ…\x20Signed\x20out\x20from\x20Google','Abksv','jGKCY','ZvGFr','peqMH','YPXRj','SvBcF','fXIkF','DLdtC','sZHom','Igtko','OLYyr','khOof','โœ…\x20YouTube\x20reconnected\x20successfully\x20with\x20refresh\x20token','jFwuz','HCPVZ','vGMVi','JoSwx','โš ๏ธ\x20Still\x20no\x20refresh\x20token\x20after\x20reconnection','IxWLY','Failed\x20to\x20send\x20verification\x20code','โœ…\x20Refresh\x20token\x20already\x20available','๐Ÿ”—\x20Initiating\x20native\x20Google\x20Sign-In\x20for\x20YouTube','KgJxm','โŒ\x20[YOUTUBE\x20AUTH]\x20Username\x20is\x20required\x20for\x20YouTube\x20authentication','FMdhR','๐Ÿ”„\x20Signed\x20out\x20to\x20force\x20fresh\x20consent','wUDRK','โœ…\x20Google\x20Sign-In\x20successful:','๐Ÿ“‹\x20FULL\x20userInfo\x20object:','๐Ÿ”‘\x20Got\x20Google\x20tokens','๐Ÿ‘ค\x20Current\x20user\x20info:','๐Ÿ“‹\x20FULL\x20currentUser\x20object:','๐Ÿ”\x20REFRESH\x20TOKEN\x20EXTRACTION:','-\x20tokens.idToken:','HCGGs','riQrK','peZxz','tqhGC','โœ…\x20Refresh\x20token\x20available\x20for\x20YouTube\x20connection','ZVQOa','VsHcH','TEIDl','YEahi','iwZQM','โœ…\x20Found\x20existing\x20authentication\x20token\x20for\x20YouTube\x20auth','๐Ÿ”‘\x20Token\x20preview:','๐Ÿ”—\x20Linking\x20YouTube\x20data\x20to\x20user:','๐Ÿ”‘\x20Using\x20auth\x20token\x20for\x20linking:','No\x20token','๐Ÿ“ค\x20BACKEND\x20PAYLOAD\x20SUMMARY:','-\x20hasServerAuthCode:','-\x20refreshTokenType:','-\x20userEmail:','๐Ÿ“‹\x20COMPLETE\x20BACKEND\x20PAYLOAD:','๐Ÿ“ค\x20Sending\x20YouTube\x20auth\x20to\x20backend\x20with\x20refresh\x20token:','๐Ÿ“ก\x20Backend\x20response\x20status:','๐Ÿ“ก\x20Backend\x20response\x20headers:','๐Ÿ“‹\x20COMPLETE\x20BACKEND\x20RESPONSE:','sOsIk','๐Ÿ”„\x20[YOUTUBE\x20AUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','โœ…\x20[YOUTUBE\x20AUTH]\x20Backend\x20confirmed\x20refresh\x20token\x20received','kNEgt','โš ๏ธ\x20[YOUTUBE\x20AUTH]\x20Backend\x20did\x20not\x20confirm\x20refresh\x20token','๐Ÿ”\x20[YOUTUBE\x20AUTH]\x20Response\x20data\x20keys:','โŒ\x20YouTube\x20auth\x20failed:','๐Ÿ“‹\x20BACKEND\x20ERROR\x20RESPONSE:','nxxEX','HGCLK','Fbshn','OVdkp','mmsVt','Google\x20Sign-In\x20already\x20in\x20progress','instagram','aPUBE','tinsQ','yEnDP','auth/callback','NGila','uPJfm','iZkWA','cSfGe','ECVIu','UYDdH','OhVsb','fyXrt','dvgSu','GvziG','KkKVx','CIxCr','HGPhQ','iGkUW','carwN','UtkcL','NKLQw','WutuD','MQTeT','wVQXI','OogRv','Present:\x20','-\x20currentUser?.serverAuthCode:','fyQJA','rifXL','TbhPG','ElwxN','ZUXFK','wVqEF','fHfpt','qmycH','tHltf','AOxwf','XIdQK','ROtoa','taSXy','dwLAl','pfBDO','TiRDJ','QwgIb','pBFDo','UpZFW','MZoVl','zhLrr','XNPHU','QrIWR','MicJr','yaheb','gOOii','MHpHk','cbEDN','RrsOa','aFeYr','awRZI','SXKfZ','FtfKt','uPhis','IESkd','fEOlv','DiCdN','RnFxQ','liKWW','EaPNj','bfDBk','getItem','nClME','xukym','UwnZL','mMnLj','tWXJz','FTLZD','FbRuc','FqycC','JIfEf','lPban','nUiBF','gEQHc','๐Ÿ“บ\x20YouTube\x20channel\x20name:','RKveX','fFIoi','eJZVm','JJwyW','user-','youtube-','jRxpe','yqPqy','LapOr','mlOJw','NmubA','GLFGF','nZmDE','-\x20hasRefreshToken:','tuvIW','rOIAY','knoMl','Wtajt','-\x20channelName:','TRVaY','/youtube/native-auth','SiQuw','SpDWi','zyfJX','headers','zVNrm','ScuiX','eXxaY','QlkkC','wGjKe','GTCfj','sGDGg','ERgNN','SyCvI','tpveU','hPjEP','XXlLS','keys','โš ๏ธ\x20[YOUTUBE\x20AUTH]\x20Connection\x20may\x20fail\x20when\x20tokens\x20expire','โŒ\x20User\x20not\x20signed\x20in\x20to\x20Google,\x20cannot\x20refresh\x20tokens','nDtrY','YeUuQ','JAYxv','YuiKF','qQOko','bXwUh','ICvaT','CqFpL','rtxCb','SYyLC','mnAHZ','IN_PROGRESS','jTamn','sVDxF','HPmGf','EkbIw','TpfQx','HucGL','Exchanging\x20code\x20for\x20token\x20for\x20platform:\x20','/token','GRvhl','Error\x20exchanging\x20code\x20for\x20token:\x20','Token\x20exchange\x20failed\x20with\x20status\x20','Token\x20exchange\x20successful\x20for\x20','tkfdv','riyQu','rgPRb','_access_token_','random','toString','_refresh_token_','Falling\x20back\x20to\x20simulated\x20token\x20response','SQJnC','ptNKM','โœ…\x20YouTube\x20tokens\x20refreshed\x20successfully:','โŒ\x20YouTube\x20token\x20refresh\x20failed:','fZrUz','โŒ\x20Error\x20refreshing\x20YouTube\x20tokens:','AVyer','pvuep','๐Ÿ”„\x20Refreshing\x20YouTube\x20tokens...','jiobM','SpqAh','XrXER','\x20YouTube\x20connection\x20fixed\x20via\x20Method\x201!','JshEd','gILmM','โŒ\x20No\x20auth\x20token\x20found\x20for\x20YouTube\x20refresh','LouAs','/youtube/refresh-token','rsBMQ','inrPw','UKPkY','QwEeU','tjYAI','Error\x20exchanging\x20code\x20for\x20token:','yNRFi','youtube_reauth','โŒ\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20failed:','โŒ\x20[TRAINING\x20RESTART]\x20Error\x20triggering\x20training\x20restart:','eobEQ','/mobile-training/restart','MPoUf','Training\x20restart\x20failed:\x20','temp_token_for_youtube_connection','โŒ\x20[CONNECTIVITY]\x20Cannot\x20reach\x20API\x20server:','๐Ÿงช\x20Testing\x20YouTube\x20refresh\x20token\x20functionality...','๐Ÿ”\x20Current\x20token\x20status:','โš ๏ธ\x20No\x20refresh\x20token\x20found\x20-\x20attempting\x20to\x20fix...','Fkcjj','LdalQ','โœ…\x20YouTube\x20connection\x20fixed!\x20Testing\x20again...','๐Ÿ”\x20New\x20token\x20status:','โŒ\x20Failed\x20to\x20fix\x20YouTube\x20connection','cARsE','BoKcz','hIEgM','qPAEY','nByda','MIdVA','iNYkF','Vfdou','kAuQN','RVwqX','HnQBv','UAwDB','CfvGZ','qYfKa','pqmFm','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20failed:','MtNOt','bIXfU','RCpsk','ybzYq','fKXaB','UhEjA','IUgAO','aUMBz','OWYIB','๐Ÿ“ง\x20Requesting\x20email\x20verification\x20for:','Verification\x20code\x20sent\x20to\x20your\x20email','ifWGd','BVBLW','โŒ\x20Error\x20requesting\x20email\x20verification:','Network\x20error.\x20Please\x20check\x20your\x20connection\x20and\x20try\x20again.','fNlIL','MdjkW','rZVhp','CPseo','/email/verification','HWuuf','WcCaq','WEanx','FtQfK','hCbtE','gVhEu','kgGCu','HbMLe','yUfop','SsAEb','Email\x20verified\x20successfully','โŒ\x20Error\x20verifying\x20email\x20code:','rympa','hQASH','YWoxA','verify','vMZNi','pVDxl','AahkE','existingUser','token','oGYqB','GTXgZ','PVCla','OaNDg','bZiog','/email/verification/status','OllrF','LRZHr','๐Ÿ”ง\x20Platform\x20auth\x20service\x20initialized','RLxRa','BMQAc'];_0x54f9=function(){return _0x3cc8a4;};return _0x54f9();}export const verifyEmailCode=async(_0x495be8,_0x32e04c,_0x220382=![])=>{const _0x3dd751={'bNDbV':_0x472d(0x1cd),'PVCla':_0x472d(0x61),'rympa':'๐Ÿ”\x20Verifying\x20email\x20code\x20for:','hQASH':function(_0x4b48af,_0x3417ef,_0x1d7bf9){return _0x4b48af(_0x3417ef,_0x1d7bf9);},'YWoxA':function(_0x92fe8b){return _0x92fe8b();},'vMZNi':function(_0x4a3bd6,_0x3f17f6){return _0x4a3bd6!==_0x3f17f6;},'pVDxl':_0x472d(0x30c),'AahkE':_0x472d(0x30d),'oGYqB':'Invalid\x20verification\x20code','GTXgZ':'eLxYe','OaNDg':_0x472d(0x30e),'qjELv':_0x472d(0x2fd)};try{console[_0x472d(0x31)](_0x3dd751[_0x472d(0x30f)],_0x495be8);const _0xd2108d=await _0x3dd751[_0x472d(0x310)](fetch,API_CONFIG[_0x472d(0xb)]+_0x472d(0x302),{'method':'POST','headers':_0x3dd751[_0x472d(0x311)](getDeveloperAuthHeaders),'body':JSON['stringify']({'email':_0x495be8,'code':_0x32e04c,'action':_0x472d(0x312),'testMode':_0x220382})}),_0xa4f0d7=await _0xd2108d['json']();if(_0xd2108d['ok']){if(_0x3dd751[_0x472d(0x313)](_0x3dd751[_0x472d(0x314)],_0x3dd751[_0x472d(0x314)]))_0x29bc0a[_0x472d(0x31)](_0x3dd751['bNDbV'],_0x41fe8f[_0x472d(0x13c)]);else return{'success':!![],'message':_0xa4f0d7[_0x472d(0x39)]||_0x3dd751[_0x472d(0x315)],'existingUser':_0xa4f0d7[_0x472d(0x316)]||![],'token':_0xa4f0d7[_0x472d(0x317)]};}else return{'success':![],'error':_0xa4f0d7[_0x472d(0x39)]||_0x3dd751[_0x472d(0x318)]};}catch(_0x286916){if(_0x3dd751['vMZNi'](_0x3dd751[_0x472d(0x319)],_0x3dd751[_0x472d(0x319)]))_0x337fdd['log'](_0x3dd751[_0x472d(0x31a)]),_0xfcf1e2(!![]);else return console['error'](_0x3dd751[_0x472d(0x31b)],_0x286916),{'success':![],'error':_0x3dd751['qjELv']};}};export const checkEmailVerificationStatus=async(_0x1b2f23,_0x342ece=![])=>{const _0x382a3e={'bZiog':function(_0x55b192,_0x4ce094,_0x2b9dc6){return _0x55b192(_0x4ce094,_0x2b9dc6);},'OllrF':function(_0x47dc84){return _0x47dc84();},'LRZHr':_0x472d(0x76),'ThyzZ':'Network\x20error'};try{const _0x54f0cf=await _0x382a3e[_0x472d(0x31c)](fetch,API_CONFIG[_0x472d(0xb)]+_0x472d(0x31d),{'method':'POST','headers':_0x382a3e[_0x472d(0x31e)](getDeveloperAuthHeaders),'body':JSON['stringify']({'email':_0x1b2f23,'testMode':_0x342ece})}),_0xc260ec=await _0x54f0cf[_0x472d(0x112)]();return{'success':_0x54f0cf['ok'],'isPending':_0xc260ec['isPending']||![],'message':_0xc260ec['message']};}catch(_0x34e567){return console[_0x472d(0x4e)](_0x382a3e[_0x472d(0x31f)],_0x34e567),{'success':![],'isPending':![],'error':_0x382a3e['ThyzZ']};}};export const initializePlatformAuthService=()=>{const _0x11ec01={'RLxRa':_0x472d(0x320),'BMQAc':function(_0x4a6b30){return _0x4a6b30();}};console[_0x472d(0x31)](_0x11ec01[_0x472d(0x321)]),_0x11ec01[_0x472d(0x322)](initializeGoogleSignIn);};
1
+ import{Platform}from'react-native';import{GoogleSignin,statusCodes}from'@react-native-google-signin/google-signin';import AsyncStorage from'@react-native-async-storage/async-storage';import{API_CONFIG,getApiHeaders,getUserAuthHeaders}from'../config/api';import{getApiConfig,isApiKeyInitialized}from'./apiKeyService';import{getJWT}from'./jwtStorageService';const getDeveloperAuthHeaders=()=>{const _0x5ca8f1={'rfkSu':_0x5b23(0x0),'VNwJt':_0x5b23(0x1),'OLrtC':_0x5b23(0x2),'DtDrq':function(_0x112a5e){return _0x112a5e();},'jQFjk':function(_0x1ec25c,_0x13808d){return _0x1ec25c!==_0x13808d;},'dOUHp':_0x5b23(0x3),'ZKUai':'No\x20API\x20key\x20configured.\x20Please\x20initialize\x20the\x20SDK\x20with\x20a\x20valid\x20developer\x20API\x20key.','YVWiU':'3.0.72'};if(!_0x5ca8f1['DtDrq'](isApiKeyInitialized))throw new Error('SDK\x20not\x20initialized.\x20Developers\x20must\x20call\x20initializeApiKey()\x20before\x20using\x20auth\x20features.');const _0x22a092=getApiConfig();if(!(_0x22a092!==null&&_0x22a092!==void 0x0&&_0x22a092[_0x5b23(0x4)])){if(_0x5ca8f1['jQFjk'](_0x5b23(0x5),_0x5ca8f1['dOUHp']))throw new Error(_0x5ca8f1[_0x5b23(0x6)]);else return _0x250014[_0x5b23(0x7)](_0x5ca8f1[_0x5b23(0x8)]),_0x5d7a23[_0x5b23(0x7)](_0x5ca8f1[_0x5b23(0x9)],_0xada8cb),_0x206ad5['warn'](_0x5ca8f1[_0x5b23(0xa)]),![];}return{..._0x5ca8f1[_0x5b23(0xb)](getApiHeaders),'Authorization':_0x5b23(0xc)+_0x22a092[_0x5b23(0x4)],'X-SDK-Version':_0x5ca8f1[_0x5b23(0xd)],'X-SDK-Platform':'react-native'};},WEB_CLIENT_ID=_0x5b23(0xe),IOS_CLIENT_ID=_0x5b23(0xe),OAUTH_CONFIG={'instagram':{'authUrl':_0x5b23(0xf),'clientId':'demo_instagram_client_id','redirectUri':'onairosevents://auth/callback','scope':_0x5b23(0x10),'responseType':_0x5b23(0x11),'hasNativeSDK':![]},'youtube':{'authUrl':API_CONFIG['BASE_URL']+_0x5b23(0x12),'clientId':_0x5b23(0xe),'redirectUri':'onairosevents://auth/callback','scope':'https://www.googleapis.com/auth/youtube.readonly','responseType':'code','hasNativeSDK':!![]},'reddit':{'authUrl':API_CONFIG['BASE_URL']+_0x5b23(0x13),'clientId':'demo_reddit_client_id','redirectUri':_0x5b23(0x14),'scope':_0x5b23(0x15),'responseType':'code','hasNativeSDK':![]},'pinterest':{'authUrl':API_CONFIG[_0x5b23(0x16)]+_0x5b23(0x17),'clientId':_0x5b23(0x18),'redirectUri':'onairosevents://auth/callback','scope':_0x5b23(0x19),'responseType':_0x5b23(0x11),'hasNativeSDK':![]},'facebook':{'authUrl':'https://www.facebook.com/v12.0/dialog/oauth','clientId':_0x5b23(0x1a),'redirectUri':_0x5b23(0x14),'scope':'public_profile,email','responseType':_0x5b23(0x11),'hasNativeSDK':![]},'linkedin':{'authUrl':API_CONFIG[_0x5b23(0x16)]+'/linkedin/authorize','clientId':'','redirectUri':'onairosevents://auth/callback','scope':_0x5b23(0x1b),'responseType':_0x5b23(0x11),'hasNativeSDK':![]},'gmail':{'authUrl':API_CONFIG[_0x5b23(0x16)]+'/gmail/authorize','clientId':_0x5b23(0x1c),'redirectUri':_0x5b23(0x14),'scope':_0x5b23(0x1d),'responseType':_0x5b23(0x11),'hasNativeSDK':![]},'email':{'hasNativeSDK':![],'authUrl':API_CONFIG[_0x5b23(0x16)]+'/email/authorize'},'chatgpt':{'authUrl':_0x5b23(0x1e),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'claude':{'authUrl':_0x5b23(0x1f),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'gemini':{'authUrl':_0x5b23(0x20),'clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'grok':{'authUrl':'https://x.com/i/grok','clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'hinge':{'authUrl':'https://hinge.co','clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'instagram_webview':{'authUrl':'https://www.instagram.com','clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'sephora':{'authUrl':'https://www.sephora.com','clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]},'telegram':{'authUrl':'https://web.telegram.org/k/','clientId':'','redirectUri':'','scope':'','responseType':'','hasNativeSDK':![]}};export const hasNativeSDK=_0x2724f0=>{const _0x420071={'rQrFF':function(_0x1d5339,_0x516df5){return _0x1d5339===_0x516df5;}};var _0x5b119e;return((_0x5b119e=OAUTH_CONFIG[_0x2724f0])===null||_0x420071[_0x5b23(0x21)](_0x5b119e,void 0x0)?void 0x0:_0x5b119e[_0x5b23(0x22)])||![];};export const testApiConnectivity=async()=>{const _0x33cd47={'lghuL':_0x5b23(0x23),'JOudT':function(_0xfb4ca8,_0x18ae77){return _0xfb4ca8===_0x18ae77;},'uvgnf':function(_0x14d632,_0x12096e){return _0x14d632===_0x12096e;},'bcDrj':function(_0x40d911,_0x4dc41f){return _0x40d911===_0x4dc41f;},'ubNki':function(_0x1a88ff,_0x2cb27f){return _0x1a88ff===_0x2cb27f;},'eweNG':_0x5b23(0x24),'Uyeyq':'โŒ\x20Still\x20no\x20refresh\x20token\x20after\x20revoke\x20method','ZNRJo':'ydrbH','IMxyN':_0x5b23(0x25),'ssDOQ':_0x5b23(0x26),'jLrpG':'no-cors','cwlHl':_0x5b23(0x27),'nVhIi':'โœ…\x20[CONNECTIVITY]\x20Google\x20is\x20reachable\x20-\x20internet\x20is\x20working','bCxwX':_0x5b23(0x28),'Tlzvw':_0x5b23(0x29),'ljrna':'โŒ\x20[CONNECTIVITY]\x20Cannot\x20reach\x20Google\x20-\x20internet\x20may\x20be\x20down:','UvXPy':_0x5b23(0x2a),'cAHGs':function(_0x421ff9,_0x3df49a,_0x49d4a5){return _0x421ff9(_0x3df49a,_0x49d4a5);},'Rinbo':_0x5b23(0x2b),'MwCzV':_0x5b23(0x2c),'MKcxz':function(_0x17b7ee,_0x2a5b6c){return _0x17b7ee!==_0x2a5b6c;},'GpZUE':function(_0x309b7d,_0xed26d4){return _0x309b7d!==_0xed26d4;},'KtDpn':'API\x20is\x20reachable','gECWK':function(_0x24c44d,_0xb65318){return _0x24c44d!==_0xb65318;},'pAVif':_0x5b23(0x2d),'YsSBW':_0x5b23(0x2e),'pBcHs':_0x5b23(0x2f)},_0x4fd56d={'googleTest':null,'api2Test':null};try{if(_0x33cd47['ZNRJo']!==_0x33cd47[_0x5b23(0x30)]){var _0xacc30c,_0x424f2b;console[_0x5b23(0x31)](_0x33cd47[_0x5b23(0x32)]),console[_0x5b23(0x31)](_0x5b23(0x33));try{const _0x427e7d=await fetch(_0x5b23(0x34),{'method':_0x5b23(0x35),'mode':_0x33cd47[_0x5b23(0x36)]});_0x4fd56d['googleTest']={'success':!![],'status':_0x33cd47[_0x5b23(0x37)]},console[_0x5b23(0x31)](_0x33cd47[_0x5b23(0x38)]);}catch(_0x56039f){if(_0x33cd47['bCxwX']!==_0x33cd47['Tlzvw'])_0x4fd56d['googleTest']={'success':![],'error':_0x56039f[_0x5b23(0x39)]},console['error'](_0x33cd47[_0x5b23(0x3a)],_0x56039f[_0x5b23(0x39)]);else return _0x437c28['log'](_0x33cd47['lghuL']),_0x4da99b[_0x5b23(0x16)]+_0x5b23(0x3b);}console[_0x5b23(0x31)](_0x33cd47[_0x5b23(0x3c)]);try{const _0x1933d4=new AbortController(),_0x39a0f9=_0x33cd47[_0x5b23(0x3d)](setTimeout,()=>_0x1933d4[_0x5b23(0x3e)](),0x7530),_0x7320b5=await _0x33cd47[_0x5b23(0x3d)](fetch,API_CONFIG[_0x5b23(0x16)]+_0x5b23(0x3f),{'method':'GET','signal':_0x1933d4[_0x5b23(0x40)]});clearTimeout(_0x39a0f9);const _0x5ba883=await _0x7320b5['text']()[_0x5b23(0x41)](()=>'Unable\x20to\x20read\x20response');_0x4fd56d['api2Test']={'success':_0x7320b5['ok'],'status':_0x7320b5[_0x5b23(0x42)],'statusText':_0x7320b5[_0x5b23(0x43)],'response':_0x5ba883['substring'](0x0,0xc8)},_0x7320b5['ok']?console[_0x5b23(0x31)](_0x33cd47[_0x5b23(0x44)]):console['log'](_0x5b23(0x45)+_0x7320b5[_0x5b23(0x42)]);}catch(_0x33ebca){_0x4fd56d[_0x5b23(0x46)]={'success':![],'error':_0x33ebca['message'],'name':_0x33ebca[_0x5b23(0x47)]},console['error'](_0x33cd47[_0x5b23(0x48)],_0x33ebca[_0x5b23(0x39)]);}if(_0x33cd47[_0x5b23(0x49)](_0xacc30c=_0x4fd56d[_0x5b23(0x46)],null)&&_0x33cd47[_0x5b23(0x4a)](_0xacc30c,void 0x0)&&_0xacc30c[_0x5b23(0x4b)])return{'success':!![],'message':_0x33cd47[_0x5b23(0x4c)],'details':_0x4fd56d};else{if(_0x33cd47['MKcxz'](_0x424f2b=_0x4fd56d[_0x5b23(0x4d)],null)&&_0x424f2b!==void 0x0&&_0x424f2b['success']){if(_0x33cd47['gECWK'](_0x5b23(0x2d),_0x33cd47[_0x5b23(0x4e)])){var _0x5848fa,_0xf1f78d;_0x116081[_0x5b23(0x31)]('โš ๏ธ\x20Error\x20fetching\x20YouTube\x20channel\x20info:',_0x5ac13a),_0x141c99=((_0x5848fa=_0x268267[_0x5b23(0x4f)])===null||_0x33cd47['JOudT'](_0x5848fa,void 0x0)||_0x33cd47['uvgnf'](_0x5848fa=_0x5848fa[_0x5b23(0x50)],null)||_0x33cd47[_0x5b23(0x51)](_0x5848fa,void 0x0)?void 0x0:_0x5848fa[_0x5b23(0x47)])||((_0xf1f78d=_0x30749c[_0x5b23(0x4f)])===null||_0x33cd47[_0x5b23(0x52)](_0xf1f78d,void 0x0)||_0x33cd47['uvgnf'](_0xf1f78d=_0xf1f78d[_0x5b23(0x50)],null)||_0x33cd47[_0x5b23(0x53)](_0xf1f78d,void 0x0)?void 0x0:_0xf1f78d[_0x5b23(0x54)])||_0x33cd47['eweNG'];}else return{'success':![],'message':_0x33cd47[_0x5b23(0x55)],'details':_0x4fd56d};}else return{'success':![],'message':'No\x20internet\x20connectivity\x20detected.\x20Check\x20your\x20network\x20connection.','details':_0x4fd56d};}}else return _0x20820d['error'](_0x33cd47[_0x5b23(0x56)]),![];}catch(_0x5bb6e6){return console[_0x5b23(0x57)](_0x33cd47['pBcHs'],_0x5bb6e6['message']),{'success':![],'message':_0x5b23(0x58)+_0x5bb6e6[_0x5b23(0x39)],'details':{'error':_0x5bb6e6[_0x5b23(0x39)],'results':_0x4fd56d}};}};export const initiateOAuth=async(_0x253ad8,_0x2f2d7d)=>{const _0x8e4736={'huVKa':_0x5b23(0x59),'aXgpw':_0x5b23(0x5a),'BsSTv':_0x5b23(0x5b),'dnsFr':_0x5b23(0x5c),'aVQhb':_0x5b23(0x5d),'DNxFl':'โ„น๏ธ\x20Already\x20signed\x20out\x20or\x20sign\x20out\x20failed:','VMiow':_0x5b23(0x5e),'CrnwM':function(_0x41556e,_0x5e6eca){return _0x41556e!==_0x5e6eca;},'riSvS':_0x5b23(0x5f),'gPrcp':function(_0x441758,_0xcd8abe){return _0x441758===_0xcd8abe;},'DMtZl':_0x5b23(0x54),'uXxvk':function(_0x52eac0,_0x2ee650){return _0x52eac0===_0x2ee650;},'BbLXK':_0x5b23(0x60),'HxVDE':_0x5b23(0x61),'WgzaK':_0x5b23(0x23),'sqTFb':function(_0x4468ca,_0x120510,_0x2c5c75){return _0x4468ca(_0x120510,_0x2c5c75);},'JptAt':function(_0x4d7e94,_0x59640b,_0x54b479){return _0x4d7e94(_0x59640b,_0x54b479);},'JFpJW':function(_0xc078b2,_0x17cd73){return _0xc078b2(_0x17cd73);},'wxPwv':function(_0x2e29e4,_0x703cbc){return _0x2e29e4!==_0x703cbc;},'yCzCH':_0x5b23(0x62),'JxGyz':_0x5b23(0x63),'wzkeg':'iSRNn','qVcOm':_0x5b23(0x64),'nBvUg':'4|2|3|5|1|0','JheDK':_0x5b23(0x65),'ryTEy':_0x5b23(0x66),'TALNw':'\x20\x20\x201.\x20No\x20internet\x20connection\x20on\x20device/simulator','FhoPD':_0x5b23(0x67),'JetMJ':'JJrBy'};try{if(_0x8e4736[_0x5b23(0x68)](_0x8e4736[_0x5b23(0x69)],_0x8e4736[_0x5b23(0x69)]))_0x338dff=_0x1eb288[_0x5b23(0x6a)],_0x284f8c[_0x5b23(0x31)](_0x8e4736[_0x5b23(0x6b)]),_0x4f7f03['log'](_0x8e4736[_0x5b23(0x6c)],_0x4a751d['substring'](0x0,0x14)+_0x5b23(0x6d));else{console['log'](_0x5b23(0x6e)+_0x253ad8),console[_0x5b23(0x31)](_0x5b23(0x6f)+Platform['OS']+',\x20Version:\x20'+Platform[_0x5b23(0x70)]);if(_0x8e4736['gPrcp'](_0x253ad8,_0x8e4736[_0x5b23(0x71)])){if(_0x8e4736[_0x5b23(0x72)](_0x8e4736[_0x5b23(0x73)],_0x8e4736['HxVDE']))_0x43a2c6['error'](_0x8e4736[_0x5b23(0x74)]);else return console['log'](_0x8e4736['WgzaK']),API_CONFIG[_0x5b23(0x16)]+_0x5b23(0x3b);}let _0x2e7a6c;try{_0x2e7a6c=await getUserAuthHeaders(),console[_0x5b23(0x31)](_0x5b23(0x75));}catch(_0x2dd0ca){return console[_0x5b23(0x57)]('โŒ\x20[OAUTH]\x20User\x20not\x20authenticated\x20-\x20cannot\x20initiate\x20'+_0x253ad8+_0x5b23(0x76)),console[_0x5b23(0x57)](_0x5b23(0x77)),null;}const _0xdfbffa=API_CONFIG[_0x5b23(0x16)]+'/'+_0x253ad8+_0x5b23(0x78);console[_0x5b23(0x31)](_0x5b23(0x79)+_0xdfbffa),console[_0x5b23(0x31)](_0x5b23(0x7a));const _0x3390dd={'platform':_0x253ad8,'timestamp':new Date()[_0x5b23(0x7b)]()};console['log'](_0x5b23(0x7c),_0x3390dd);const _0x15ea18=new AbortController(),_0x54fd91=_0x8e4736['sqTFb'](setTimeout,()=>{_0x8e4736[_0x5b23(0x7d)]===_0x5b23(0x5d)?(console[_0x5b23(0x31)]('โฐ\x20[OAUTH]\x20Request\x20timeout\x20for\x20'+_0x253ad8+_0x5b23(0x7e)),_0x15ea18['abort']()):_0x3e620a[_0x5b23(0x57)](_0x8e4736[_0x5b23(0x7f)]);},0x7530),_0x193820=await _0x8e4736[_0x5b23(0x80)](fetch,_0xdfbffa,{'method':'POST','headers':_0x2e7a6c,'body':JSON[_0x5b23(0x81)](_0x3390dd),'signal':_0x15ea18[_0x5b23(0x40)]});_0x8e4736[_0x5b23(0x82)](clearTimeout,_0x54fd91),console[_0x5b23(0x31)]('๐Ÿ“ก\x20[OAUTH]\x20Response\x20status:\x20'+_0x193820['status']+'\x20'+_0x193820[_0x5b23(0x43)]);if(!_0x193820['ok']){const _0x3f2f20=await _0x193820['text']();return console[_0x5b23(0x57)]('โŒ\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20'+_0x253ad8+':\x20'+_0x193820[_0x5b23(0x42)]+_0x5b23(0x83)+_0x3f2f20),null;}const _0x4af7f5=await _0x193820['json']();console['log'](_0x5b23(0x84)+_0x253ad8+':',_0x4af7f5);const _0x2cdb1f=_0x253ad8+'URL',_0x4be470=_0x4af7f5[_0x2cdb1f]||_0x4af7f5[_0x5b23(0x85)]||null;return console['log'](_0x5b23(0x86)+_0x253ad8+_0x5b23(0x87)+_0x2cdb1f+'):',_0x4be470),_0x4be470;}}catch(_0x3ab62e){if(_0x8e4736[_0x5b23(0x88)](_0x8e4736[_0x5b23(0x89)],_0x8e4736[_0x5b23(0x89)]))_0x56733b[_0x5b23(0x31)](_0x8e4736['DNxFl'],_0x251687);else{var _0x36070d;if(_0x8e4736[_0x5b23(0x72)](_0x3ab62e[_0x5b23(0x47)],_0x8e4736[_0x5b23(0x8a)])){if(_0x8e4736[_0x5b23(0x8b)]('axUdO',_0x8e4736[_0x5b23(0x8c)]))return{'success':![],'error':_0x1c428a['message']||_0x5b23(0x8d)};else console['error'](_0x5b23(0x8e)+_0x253ad8+_0x5b23(0x8f));}else{if((_0x36070d=_0x3ab62e['message'])!==null&&_0x8e4736[_0x5b23(0x68)](_0x36070d,void 0x0)&&_0x36070d[_0x5b23(0x90)](_0x8e4736[_0x5b23(0x91)])){const _0x3ec690=_0x8e4736[_0x5b23(0x92)][_0x5b23(0x93)]('|');let _0x1d46e0=0x0;while(!![]){switch(_0x3ec690[_0x1d46e0++]){case'0':console[_0x5b23(0x57)](_0x8e4736[_0x5b23(0x94)]);continue;case'1':console[_0x5b23(0x57)](_0x8e4736[_0x5b23(0x95)]);continue;case'2':console['error'](_0x8e4736['TALNw']);continue;case'3':console[_0x5b23(0x57)](_0x5b23(0x96));continue;case'4':console['error']('โŒ\x20[OAUTH]\x20Network\x20request\x20failed\x20for\x20'+_0x253ad8+_0x5b23(0x97));continue;case'5':console[_0x5b23(0x57)](_0x8e4736[_0x5b23(0x98)]);continue;}break;}}else _0x8e4736['JetMJ']===_0x8e4736[_0x5b23(0x99)]?console['error'](_0x5b23(0x9a)+_0x253ad8+':',_0x3ab62e):(_0x4ab255=_0x209665[_0x5b23(0x4f)][_0x5b23(0x6a)],_0x2bc2bd[_0x5b23(0x31)](_0x8e4736[_0x5b23(0x9b)]),_0x4cb746[_0x5b23(0x31)](_0x8e4736['aXgpw'],_0x3a0b55[_0x5b23(0x9c)](0x0,0x14)+_0x5b23(0x6d)));}return null;}}};const initializeGoogleSignIn=()=>{const _0x4da656={'XUYks':'profile'};GoogleSignin[_0x5b23(0x9d)]({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x5b23(0x9e),_0x5b23(0x9f),_0x4da656['XUYks'],_0x5b23(0x54)],'hostedDomain':'','accountName':''});};export const forceYouTubeReconnectionWithConsent=async _0x1f4d36=>{const _0x34d062={'VFECI':'โœ…\x20Refresh\x20token\x20confirmed:','brZfK':_0x5b23(0xa0),'IkSCk':_0x5b23(0xa1),'yNpmO':function(_0x277385,_0x230502){return _0x277385===_0x230502;},'JASRa':_0x5b23(0xa2),'NIWjP':'๐Ÿ’ก\x20User\x20must\x20click\x20\x22Allow\x22\x20to\x20get\x20refresh\x20token','vfjwT':function(_0x4b3079,_0x46d3d2){return _0x4b3079===_0x46d3d2;},'kOEBi':_0x5b23(0x5c),'WbgjR':'openid','PRxoZ':'email','iDhfl':'ID:','FIGGy':_0x5b23(0xa3),'CTyFm':function(_0x58af4e,_0x3fb614,_0x435266){return _0x58af4e(_0x3fb614,_0x435266);},'bMawG':_0x5b23(0xa4),'qpFbZ':_0x5b23(0xa5),'RXoqW':_0x5b23(0x2b),'QjcCr':function(_0x5890d7,_0x5893e8){return _0x5890d7!==_0x5893e8;},'ADxWk':_0x5b23(0xa6),'Mrpah':'๐Ÿ‘ค\x20User:','qvOwu':_0x5b23(0xa7),'nGabQ':_0x5b23(0xa8),'MTlPh':'โœ…\x20Signed\x20out\x20-\x20consent\x20cache\x20cleared','GwYLS':function(_0x5190f9,_0x45087a){return _0x5190f9===_0x45087a;},'sTdEa':_0x5b23(0xa9),'orWvQ':'โ„น๏ธ\x20Sign\x20out\x20not\x20needed:','GqcSW':_0x5b23(0xaa),'McntR':function(_0x19beb3,_0x3bae9a){return _0x19beb3===_0x3bae9a;},'sPnvb':'EUKEr','pKplF':_0x5b23(0xab),'xvrcK':_0x5b23(0xac),'BbBpN':'DamKW','TymVk':'โ„น๏ธ\x20No\x20token\x20cache\x20to\x20clear','vxUWf':'๐Ÿ”ง\x20Configuring\x20Google\x20Sign-In\x20for\x20forced\x20consent...','CyYyh':_0x5b23(0x9e),'AVwwF':_0x5b23(0xad),'kWVeT':_0x5b23(0xae),'RllgS':_0x5b23(0xaf),'yZmbC':_0x5b23(0xb0),'Aeeik':_0x5b23(0xb1),'RufpA':_0x5b23(0xb2),'WfKuU':function(_0x505caf,_0x336539){return _0x505caf===_0x336539;},'SpUyy':function(_0x946df2,_0x18ad80){return _0x946df2===_0x18ad80;},'zGiVM':'๐Ÿ“‹\x20FULL\x20userInfo\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','kBVfw':_0x5b23(0xb3),'eMTsL':'๐Ÿ”\x20Token\x20analysis:','fDPYl':'-\x20Access\x20token:','FahNh':_0x5b23(0xb4),'xtDRw':_0x5b23(0xb5),'WdiPb':function(_0x5762e4,_0x5453ab){return _0x5762e4!==_0x5453ab;},'zxWec':_0x5b23(0xb6),'soaNK':function(_0x2df5b0,_0xce2634){return _0x2df5b0===_0xce2634;},'vvRXs':_0x5b23(0xb7),'AITLx':_0x5b23(0xb8),'WCHZc':_0x5b23(0x6a),'gZYYv':_0x5b23(0xb9),'YbqgG':_0x5b23(0x24),'JeZPG':function(_0x1fe111,_0xb4be58){return _0x1fe111>_0xb4be58;},'kaKDY':_0x5b23(0xba),'SiWkX':_0x5b23(0xbb),'McumE':function(_0x4b43ae,_0x20c6fe){return _0x4b43ae===_0x20c6fe;},'ZDthm':_0x5b23(0xbc),'hSzGY':function(_0x2ea3c1,_0xf8d37){return _0x2ea3c1===_0xf8d37;},'fiCQX':_0x5b23(0xbd),'JthSf':function(_0x444bc5,_0x461942){return _0x444bc5===_0x461942;},'YSyUq':function(_0x5a5894,_0x5e6d35){return _0x5a5894===_0x5e6d35;},'IhxTu':function(_0x25989c,_0x3bb564){return _0x25989c===_0x3bb564;},'EQwSF':function(_0x15a735){return _0x15a735();},'vrigv':_0x5b23(0xbe),'SZsoT':_0x5b23(0xbf),'QkwYg':'temp_token_for_youtube_connection','cYPLW':_0x5b23(0xc0),'XVVIv':function(_0x22b613,_0x569125){return _0x22b613===_0x569125;},'evHIc':function(_0x7216ef,_0x2f2fa2){return _0x7216ef===_0x2f2fa2;},'ZJbVa':function(_0x1b0412,_0x2bc287){return _0x1b0412===_0x2bc287;},'PJqez':function(_0x24a275,_0x379ecf){return _0x24a275===_0x379ecf;},'Wbzym':function(_0x4269b7,_0x384efc){return _0x4269b7===_0x384efc;},'qQeIV':function(_0x580149,_0x3cecff){return _0x580149*_0x3cecff;},'gTlic':_0x5b23(0xc1),'qChBQ':function(_0x442662,_0x40af97){return _0x442662===_0x40af97;},'nRHZB':function(_0x489171,_0x31eff0){return _0x489171===_0x31eff0;},'MqUtz':_0x5b23(0xc2),'uJiho':'๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20Endpoint:\x20https://API\x20server/youtube/native-auth','lVdqj':_0x5b23(0xc3),'cdPSO':'NO\x20AUTH\x20TOKEN','SdbOb':function(_0x154f0b,_0x274f63){return _0x154f0b===_0x274f63;},'JVLCB':function(_0x3a278d,_0x1f7607){return _0x3a278d===_0x1f7607;},'zqKSK':_0x5b23(0xc4),'cONeO':function(_0x3d58bb,_0x2c0b8f){return _0x3d58bb&&_0x2c0b8f;},'ecujZ':'๐Ÿ“ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Status:','SbUUZ':_0x5b23(0xc5),'iTZIe':'๐Ÿ“ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Headers:','oWJsm':_0x5b23(0xc6),'rgwFM':_0x5b23(0xc7),'sgJlm':function(_0x143b4d,_0x4a13a2){return _0x143b4d===_0x4a13a2;},'hyezw':function(_0x653a8b,_0x5bb02d){return _0x653a8b===_0x5bb02d;},'iPyZS':function(_0xcc0aec,_0x2ec2e9){return _0xcc0aec===_0x2ec2e9;},'fxZOB':function(_0x8cefa4,_0x295702){return _0x8cefa4===_0x295702;},'NkfAY':function(_0x3062e8,_0x1498fb){return _0x3062e8===_0x1498fb;},'vUpXY':_0x5b23(0xc8),'YMGNG':_0x5b23(0xc9),'HYFXC':_0x5b23(0xca),'kSqKW':_0x5b23(0xcb),'uqQny':_0x5b23(0xcc),'elIIF':_0x5b23(0xcd),'zETPB':_0x5b23(0xce),'vmqNG':'6|1|0|3|4|2|5','SKVss':_0x5b23(0xcf),'HOrrJ':_0x5b23(0xd0),'OxKxb':_0x5b23(0xd1),'NgTFN':'๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Full\x20refresh\x20token:','VbluW':'๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20length:','dcfWM':_0x5b23(0xd2),'ahQLY':_0x5b23(0x0),'JOQja':'โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Expected\x20hasRefreshToken\x20or\x20refreshTokenReceived\x20in\x20response','tVCsG':_0x5b23(0xd3),'UDeXx':function(_0x4c6ca0,_0x1f9aaa,_0x47db42){return _0x4c6ca0(_0x1f9aaa,_0x47db42);},'PDmWw':_0x5b23(0xd4),'QkiWz':_0x5b23(0xd5),'VKCMD':_0x5b23(0xd6),'pAfVa':_0x5b23(0xd7),'UYvNQ':_0x5b23(0xd8),'SxvIv':_0x5b23(0xd9),'pbIbw':_0x5b23(0xda),'qZIjr':_0x5b23(0xdb),'THQDi':_0x5b23(0xdc),'anKyv':'\x20\x20\x201.\x20Try\x20the\x20revoke\x20method:\x20forceYouTubeReconnectionWithRevoke()','kNVBm':function(_0x4c1956,_0x27eea4){return _0x4c1956===_0x27eea4;},'SZzab':'โŒ\x20Sign-in\x20already\x20in\x20progress','JMORA':function(_0x4f3256,_0x2ed93e){return _0x4f3256===_0x2ed93e;},'DdBch':function(_0x5e2e89,_0x18acea){return _0x5e2e89===_0x18acea;},'tePXT':'QUxza'};try{if(_0x34d062['QjcCr'](_0x5b23(0xdd),_0x5b23(0xde))){var _0x54098a,_0x480dce,_0x2b17af;console[_0x5b23(0x31)](_0x34d062[_0x5b23(0xdf)]),console[_0x5b23(0x31)](_0x34d062[_0x5b23(0xe0)],_0x1f4d36);try{_0x34d062[_0x5b23(0xe1)](_0x34d062['qvOwu'],_0x34d062['nGabQ'])?_0x3fda93['log'](_0x34d062[_0x5b23(0xe2)],_0x5b8c83['refreshTokenType']):(await GoogleSignin[_0x5b23(0xe3)](),console['log'](_0x34d062['MTlPh']));}catch(_0x1b0413){_0x34d062[_0x5b23(0xe4)]('RmkHM',_0x34d062[_0x5b23(0xe5)])?console[_0x5b23(0x31)](_0x34d062['orWvQ'],_0x1b0413):_0x59582e[_0x5b23(0x57)](_0x34d062['brZfK'],_0x5e282d);}try{if(_0x34d062[_0x5b23(0xe1)](_0x34d062[_0x5b23(0xe6)],_0x34d062['GqcSW'])){const _0x14b223=await GoogleSignin['getTokens']();if(_0x14b223[_0x5b23(0xe7)]){if(_0x34d062[_0x5b23(0xe8)](_0x34d062[_0x5b23(0xe9)],_0x34d062[_0x5b23(0xea)])){_0x130601[_0x5b23(0x57)](_0x34d062['IkSCk'],_0x150255);if(_0x34d062['yNpmO'](_0x115f2[_0x5b23(0x11)],_0x2615d4[_0x5b23(0xeb)]))_0xd46aa6[_0x5b23(0x57)](_0x34d062[_0x5b23(0xec)]),_0x490f60[_0x5b23(0x57)](_0x34d062[_0x5b23(0xed)]);else{if(_0x34d062[_0x5b23(0xe1)](_0x8b7b0b[_0x5b23(0x11)],_0x56fbcd[_0x5b23(0xee)]))_0x13613f[_0x5b23(0x57)]('โŒ\x20Sign-in\x20already\x20in\x20progress');else _0x34d062[_0x5b23(0xef)](_0x5b9fd1[_0x5b23(0x11)],_0x2ce2f6['PLAY_SERVICES_NOT_AVAILABLE'])&&_0x50a665[_0x5b23(0x57)](_0x34d062[_0x5b23(0xf0)]);}return![];}else await GoogleSignin[_0x5b23(0xf1)](_0x14b223[_0x5b23(0xe7)]),console['log'](_0x34d062['xvrcK']);}}else throw new _0x8e4ea0('No\x20API\x20key\x20configured.\x20Please\x20initialize\x20the\x20SDK\x20with\x20a\x20valid\x20developer\x20API\x20key.');}catch(_0x3fb24a){if(_0x34d062[_0x5b23(0xef)](_0x34d062['BbBpN'],_0x34d062[_0x5b23(0xf2)]))console[_0x5b23(0x31)](_0x34d062[_0x5b23(0xf3)]);else return _0x35313a[_0x5b23(0x57)](_0x5b23(0xf4),_0x71a697),{'success':![],'error':'Network\x20error.\x20Please\x20check\x20your\x20connection\x20and\x20try\x20again.'};}console['log'](_0x34d062[_0x5b23(0xf5)]),GoogleSignin['configure']({'webClientId':WEB_CLIENT_ID,'iosClientId':IOS_CLIENT_ID,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':[_0x34d062[_0x5b23(0xf6)],_0x5b23(0x9f),_0x34d062[_0x5b23(0xf7)],_0x34d062['PRxoZ']],'hostedDomain':'','accountName':''}),await GoogleSignin['hasPlayServices'](),console[_0x5b23(0x31)](_0x34d062['kWVeT']),console[_0x5b23(0x31)](_0x34d062[_0x5b23(0xf8)]),console[_0x5b23(0x31)](_0x34d062[_0x5b23(0xf9)]);const _0xe5065=await GoogleSignin['signIn']();console['log'](_0x34d062[_0x5b23(0xfa)]),console[_0x5b23(0x31)](_0x34d062[_0x5b23(0xfb)],_0x34d062['GwYLS'](_0x54098a=_0xe5065[_0x5b23(0x4f)],null)||_0x34d062[_0x5b23(0xfc)](_0x54098a,void 0x0)||_0x34d062[_0x5b23(0xfd)](_0x54098a=_0x54098a[_0x5b23(0x50)],null)||_0x34d062[_0x5b23(0xe4)](_0x54098a,void 0x0)?void 0x0:_0x54098a[_0x5b23(0x54)]);const _0x49f5ab=await GoogleSignin[_0x5b23(0xfe)](),_0x3a426a=await GoogleSignin[_0x5b23(0xff)]();console[_0x5b23(0x31)](_0x34d062['zGiVM']),console[_0x5b23(0x31)](JSON[_0x5b23(0x81)](_0xe5065,null,0x2)),console[_0x5b23(0x31)](_0x34d062[_0x5b23(0x100)]),console[_0x5b23(0x31)](JSON[_0x5b23(0x81)](_0x49f5ab,null,0x2)),console['log']('๐Ÿ“‹\x20FULL\x20currentUser\x20object\x20from\x20forceYouTubeReconnectionWithConsent:'),console[_0x5b23(0x31)](JSON['stringify'](_0x3a426a,null,0x2)),console[_0x5b23(0x31)](_0x34d062[_0x5b23(0x101)]),console[_0x5b23(0x31)](_0x34d062[_0x5b23(0x102)],_0x49f5ab['accessToken']?_0x49f5ab[_0x5b23(0xe7)]['substring'](0x0,0x14)+_0x5b23(0x6d):_0x34d062[_0x5b23(0x103)]),console[_0x5b23(0x31)](_0x34d062[_0x5b23(0x104)],_0x49f5ab[_0x5b23(0x105)]?_0x5b23(0x106):_0x5b23(0xb4)),console[_0x5b23(0x31)](_0x5b23(0x107),_0x34d062['WdiPb'](_0x480dce=_0xe5065[_0x5b23(0x4f)],null)&&_0x480dce!==void 0x0&&_0x480dce[_0x5b23(0x6a)]?_0xe5065[_0x5b23(0x4f)][_0x5b23(0x6a)][_0x5b23(0x9c)](0x0,0x14)+_0x5b23(0x6d):_0x34d062[_0x5b23(0x103)]),console[_0x5b23(0x31)](_0x34d062[_0x5b23(0x108)],_0x34d062['QjcCr'](_0x3a426a,null)&&_0x3a426a!==void 0x0&&_0x3a426a[_0x5b23(0x6a)]?_0x3a426a['serverAuthCode']['substring'](0x0,0x14)+_0x5b23(0x6d):_0x34d062[_0x5b23(0x103)]);const _0x58560f=(_0x34d062[_0x5b23(0xfc)](_0x2b17af=_0xe5065['data'],null)||_0x2b17af===void 0x0?void 0x0:_0x2b17af[_0x5b23(0x6a)])||(_0x34d062['WfKuU'](_0x3a426a,null)||_0x34d062[_0x5b23(0x109)](_0x3a426a,void 0x0)?void 0x0:_0x3a426a[_0x5b23(0x6a)]);if(_0x58560f){var _0x5cc1af,_0x538e6a,_0x4c8716,_0x4855c5,_0x4a4200,_0x5e250d;console[_0x5b23(0x31)](_0x34d062[_0x5b23(0x10a)]),console['log'](_0x34d062['AITLx'],_0x58560f[_0x5b23(0x10b)]('4/')?_0x34d062[_0x5b23(0x10c)]:_0x34d062[_0x5b23(0x10d)]),console[_0x5b23(0x31)](_0x5b23(0x5a),_0x58560f[_0x5b23(0x9c)](0x0,0x14)+_0x5b23(0x6d));let _0x287a3b=_0x34d062[_0x5b23(0x10e)],_0x29d4c8=null;try{console[_0x5b23(0x31)](_0x5b23(0x10f));const _0xd6fe0e=await _0x34d062[_0x5b23(0x110)](fetch,'https://www.googleapis.com/youtube/v3/channels?part=snippet&mine=true',{'headers':{'Authorization':_0x5b23(0xc)+_0x49f5ab['accessToken'],'Accept':'application/json'}});if(_0xd6fe0e['ok']){const _0x5e8824=await _0xd6fe0e['json']();if(_0x5e8824['items']&&_0x34d062[_0x5b23(0x111)](_0x5e8824[_0x5b23(0x112)][_0x5b23(0x113)],0x0))_0x287a3b=_0x5e8824['items'][0x0][_0x5b23(0x114)][_0x5b23(0x115)],_0x29d4c8=_0x5e8824[_0x5b23(0x112)][0x0]['id'],console[_0x5b23(0x31)](_0x34d062['kaKDY'],_0x287a3b,_0x34d062[_0x5b23(0x116)],_0x29d4c8);else{var _0x5f0602,_0x47354f;console['log'](_0x34d062[_0x5b23(0x117)]),_0x287a3b=(_0x34d062[_0x5b23(0xfd)](_0x5f0602=_0xe5065['data'],null)||_0x34d062['vfjwT'](_0x5f0602,void 0x0)||(_0x5f0602=_0x5f0602[_0x5b23(0x50)])===null||_0x34d062['WfKuU'](_0x5f0602,void 0x0)?void 0x0:_0x5f0602[_0x5b23(0x47)])||((_0x47354f=_0xe5065[_0x5b23(0x4f)])===null||_0x34d062[_0x5b23(0xfd)](_0x47354f,void 0x0)||_0x34d062[_0x5b23(0xef)](_0x47354f=_0x47354f[_0x5b23(0x50)],null)||_0x34d062[_0x5b23(0x118)](_0x47354f,void 0x0)?void 0x0:_0x47354f['email'])||_0x34d062[_0x5b23(0x119)];}}else{var _0x1297c9,_0x5e16da;console['log']('โš ๏ธ\x20Failed\x20to\x20fetch\x20YouTube\x20channel\x20info:',_0xd6fe0e[_0x5b23(0x42)]),_0x287a3b=(_0x34d062['WfKuU'](_0x1297c9=_0xe5065[_0x5b23(0x4f)],null)||_0x34d062[_0x5b23(0x118)](_0x1297c9,void 0x0)||_0x34d062[_0x5b23(0xe8)](_0x1297c9=_0x1297c9['user'],null)||_0x1297c9===void 0x0?void 0x0:_0x1297c9['name'])||(_0x34d062[_0x5b23(0xfd)](_0x5e16da=_0xe5065[_0x5b23(0x4f)],null)||_0x34d062[_0x5b23(0xfc)](_0x5e16da,void 0x0)||_0x34d062[_0x5b23(0xfc)](_0x5e16da=_0x5e16da['user'],null)||_0x34d062['hSzGY'](_0x5e16da,void 0x0)?void 0x0:_0x5e16da['email'])||_0x34d062[_0x5b23(0x10e)];}}catch(_0x232fb6){var _0x431d27,_0x3ea3ba;console[_0x5b23(0x31)](_0x34d062['fiCQX'],_0x232fb6),_0x287a3b=(_0x34d062[_0x5b23(0xe1)](_0x431d27=_0xe5065[_0x5b23(0x4f)],null)||_0x34d062[_0x5b23(0x11a)](_0x431d27,void 0x0)||_0x34d062[_0x5b23(0x11b)](_0x431d27=_0x431d27[_0x5b23(0x50)],null)||_0x431d27===void 0x0?void 0x0:_0x431d27['name'])||(_0x34d062['WfKuU'](_0x3ea3ba=_0xe5065[_0x5b23(0x4f)],null)||_0x34d062[_0x5b23(0xe1)](_0x3ea3ba,void 0x0)||_0x34d062[_0x5b23(0x11c)](_0x3ea3ba=_0x3ea3ba['user'],null)||_0x34d062[_0x5b23(0x11c)](_0x3ea3ba,void 0x0)?void 0x0:_0x3ea3ba[_0x5b23(0x54)])||_0x34d062[_0x5b23(0x10e)];}let _0x46f6be=await _0x34d062['EQwSF'](getJWT);(!_0x46f6be||_0x46f6be['trim']()[_0x5b23(0x113)]<0x14)&&(_0x34d062['WdiPb'](_0x34d062[_0x5b23(0x11d)],'fOxhT')?GoogleSignin[_0x5b23(0x9d)]({'webClientId':_0x50a59a,'iosClientId':_0xaa818f,'offlineAccess':!![],'forceCodeForRefreshToken':!![],'scopes':['https://www.googleapis.com/auth/youtube.readonly',_0x34d062[_0x5b23(0x11e)],_0x5b23(0xad),_0x34d062[_0x5b23(0x11f)]],'hostedDomain':'','accountName':''}):(console[_0x5b23(0x31)](_0x34d062[_0x5b23(0x120)]),_0x46f6be=_0x34d062[_0x5b23(0x121)]));const _0x497f46={'session':{'username':_0x1f4d36,'platform':_0x34d062[_0x5b23(0x122)],'timestamp':new Date()[_0x5b23(0x7b)](),'channelName':_0x287a3b,'channelId':_0x29d4c8,'forceConsent':!![]},'googleUser':_0x34d062['XVVIv'](_0x5cc1af=_0xe5065[_0x5b23(0x4f)],null)||_0x34d062['WfKuU'](_0x5cc1af,void 0x0)?void 0x0:_0x5cc1af[_0x5b23(0x50)],'accessToken':_0x49f5ab[_0x5b23(0xe7)],'idToken':_0x49f5ab[_0x5b23(0x105)],'refreshToken':_0x58560f,'serverAuthCode':_0x58560f,'refresh_token':_0x58560f,'server_auth_code':_0x58560f,'authCode':_0x58560f,'userAccountInfo':{'username':_0x1f4d36,'email':_0x34d062[_0x5b23(0x109)](_0x538e6a=_0xe5065[_0x5b23(0x4f)],null)||_0x34d062[_0x5b23(0x123)](_0x538e6a,void 0x0)||_0x34d062[_0x5b23(0x11b)](_0x538e6a=_0x538e6a[_0x5b23(0x50)],null)||_0x34d062[_0x5b23(0x124)](_0x538e6a,void 0x0)?void 0x0:_0x538e6a[_0x5b23(0x54)],'authToken':_0x46f6be,'channelName':_0x287a3b,'channelId':_0x29d4c8,'userIdentifier':_0x46f6be?_0x5b23(0x125)+_0x46f6be[_0x5b23(0x9c)](0x0,0xa):'youtube-'+(_0x34d062[_0x5b23(0x126)](_0x4c8716=_0xe5065['data'],null)||_0x34d062['soaNK'](_0x4c8716,void 0x0)||_0x34d062[_0x5b23(0xef)](_0x4c8716=_0x4c8716['user'],null)||_0x4c8716===void 0x0?void 0x0:_0x4c8716[_0x5b23(0x54)]),'googleId':_0x34d062[_0x5b23(0x127)](_0x4855c5=_0xe5065[_0x5b23(0x4f)],null)||_0x34d062[_0x5b23(0x128)](_0x4855c5,void 0x0)||_0x34d062[_0x5b23(0x127)](_0x4855c5=_0x4855c5[_0x5b23(0x50)],null)||_0x4855c5===void 0x0?void 0x0:_0x4855c5['id'],'refreshToken':_0x58560f,'serverAuthCode':_0x58560f},'tokenExpiry':new Date(Date['now']()+_0x34d062[_0x5b23(0x129)](0xe10,0x3e8))[_0x5b23(0x7b)](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!![],'refreshTokenType':_0x58560f[_0x5b23(0x10b)]('4/')?_0x34d062[_0x5b23(0x10c)]:_0x34d062[_0x5b23(0x10d)],'configuredForRefresh':!![],'forcedConsent':!![],'consentMethod':_0x5b23(0x12a),'refreshTokenValue':_0x58560f}};console[_0x5b23(0x31)](_0x34d062['gTlic'],{'hasAccessToken':!!_0x497f46[_0x5b23(0xe7)],'hasRefreshToken':!!_0x497f46[_0x5b23(0xb9)],'hasServerAuthCode':!!_0x497f46[_0x5b23(0x6a)],'refreshTokenType':_0x497f46[_0x5b23(0x12b)][_0x5b23(0x12c)],'userEmail':_0x34d062[_0x5b23(0x11b)](_0x4a4200=_0xe5065['data'],null)||_0x34d062['qChBQ'](_0x4a4200,void 0x0)||_0x34d062[_0x5b23(0x11b)](_0x4a4200=_0x4a4200[_0x5b23(0x50)],null)||_0x34d062[_0x5b23(0x12d)](_0x4a4200,void 0x0)?void 0x0:_0x4a4200['email'],'forcedConsent':!![]}),console[_0x5b23(0x31)](_0x34d062['MqUtz']),console['log'](_0x34d062['uJiho']),console[_0x5b23(0x31)]('\uD83D\uDE80 [YOUTUBE REAUTH] Method: POST'),console['log'](_0x34d062['lVdqj'],{'Content-Type':'application/json','Authorization':_0x46f6be?_0x46f6be[_0x5b23(0x9c)](0x0,0x14)+_0x5b23(0x6d):_0x34d062[_0x5b23(0x12e)]}),console[_0x5b23(0x31)]('๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20Payload\x20Summary:',{'hasAccessToken':!!_0x497f46[_0x5b23(0xe7)],'hasRefreshToken':!!_0x497f46[_0x5b23(0xb9)],'hasServerAuthCode':!!_0x497f46[_0x5b23(0x6a)],'refreshTokenType':_0x497f46['debugInfo'][_0x5b23(0x12c)],'userEmail':_0x34d062[_0x5b23(0x12f)](_0x5e250d=_0xe5065[_0x5b23(0x4f)],null)||_0x34d062['soaNK'](_0x5e250d,void 0x0)||_0x34d062['JVLCB'](_0x5e250d=_0x5e250d[_0x5b23(0x50)],null)||_0x5e250d===void 0x0?void 0x0:_0x5e250d['email'],'channelName':_0x287a3b,'forcedConsent':!![],'requestRefreshToken':!![]}),console[_0x5b23(0x31)](_0x34d062[_0x5b23(0x130)],JSON[_0x5b23(0x81)](_0x497f46,null,0x2));const _0x5c9751=await _0x34d062[_0x5b23(0x110)](fetch,API_CONFIG['BASE_URL']+_0x5b23(0x131),{'method':'POST','headers':{'Content-Type':'application/json',..._0x34d062[_0x5b23(0x132)](_0x46f6be,{'Authorization':_0x46f6be})},'body':JSON[_0x5b23(0x81)](_0x497f46)});console['log'](_0x34d062[_0x5b23(0x133)],_0x5c9751[_0x5b23(0x42)]),console[_0x5b23(0x31)](_0x34d062[_0x5b23(0x134)],_0x5c9751[_0x5b23(0x43)]),console['log'](_0x34d062[_0x5b23(0x135)],_0x5c9751[_0x5b23(0x136)]);if(_0x5c9751['ok']){if(_0x34d062[_0x5b23(0x11c)](_0x34d062['oWJsm'],_0x34d062['oWJsm'])){var _0x47c4e5,_0x339ba5;const _0x597999=await _0x5c9751['json']();console[_0x5b23(0x31)](_0x34d062[_0x5b23(0x137)],JSON[_0x5b23(0x81)](_0x597999,null,0x2));const _0x2b0676=_0x34d062[_0x5b23(0x128)](_0x34d062['sgJlm'](_0x47c4e5=_0x597999['validation'],null)||_0x34d062[_0x5b23(0x138)](_0x47c4e5,void 0x0)?void 0x0:_0x47c4e5[_0x5b23(0x139)],!![])||_0x34d062[_0x5b23(0x13a)]((_0x339ba5=_0x597999[_0x5b23(0x13b)])===null||_0x34d062[_0x5b23(0x13c)](_0x339ba5,void 0x0)?void 0x0:_0x339ba5[_0x5b23(0x13d)],!![])||_0x34d062['NkfAY'](_0x597999[_0x5b23(0x139)],!![])||_0x597999[_0x5b23(0x39)]&&_0x597999[_0x5b23(0x39)]['includes'](_0x34d062['vUpXY']);if(_0x2b0676){const _0x4fea3f=_0x34d062[_0x5b23(0x13e)]['split']('|');let _0x478c65=0x0;while(!![]){switch(_0x4fea3f[_0x478c65++]){case'0':console['log'](_0x34d062['HYFXC'],_0x58560f?_0x34d062[_0x5b23(0x13f)]:'No');continue;case'1':console['log'](_0x34d062[_0x5b23(0x140)]);continue;case'2':console[_0x5b23(0x31)](_0x5b23(0x141));continue;case'3':console[_0x5b23(0x31)](_0x5b23(0x142));continue;case'4':console[_0x5b23(0x31)](_0x34d062['elIIF']);continue;case'5':console['log'](_0x34d062['zETPB']);continue;case'6':console[_0x5b23(0x31)](_0x5b23(0x143));continue;}break;}}else{if(_0x597999[_0x5b23(0x144)]||_0x597999[_0x5b23(0x145)]){const _0x40c0d6=_0x34d062['vmqNG'][_0x5b23(0x93)]('|');let _0x505028=0x0;while(!![]){switch(_0x40c0d6[_0x505028++]){case'0':console['log'](_0x34d062[_0x5b23(0x146)]);continue;case'1':console[_0x5b23(0x31)](_0x5b23(0x147),_0x597999['hasRefreshToken']);continue;case'2':console[_0x5b23(0x31)](_0x34d062['HOrrJ'],_0x58560f[_0x5b23(0x10b)]('4/')?_0x34d062[_0x5b23(0x10c)]:_0x34d062[_0x5b23(0x10d)]);continue;case'3':console['log'](_0x34d062['OxKxb']);continue;case'4':console[_0x5b23(0x31)](_0x34d062[_0x5b23(0x148)],_0x58560f);continue;case'5':console[_0x5b23(0x31)](_0x34d062[_0x5b23(0x149)],_0x58560f[_0x5b23(0x113)]);continue;case'6':console[_0x5b23(0x31)](_0x34d062[_0x5b23(0x14a)]);continue;}break;}}else return console[_0x5b23(0x7)](_0x34d062[_0x5b23(0x14b)]),console['warn']('โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Response\x20data:',_0x597999),console['warn'](_0x34d062[_0x5b23(0x14c)]),![];}console[_0x5b23(0x31)](_0x34d062[_0x5b23(0x14d)]);try{await _0x34d062['UDeXx'](triggerTrainingRestart,_0x1f4d36,_0x46f6be),console[_0x5b23(0x31)](_0x34d062['PDmWw']);}catch(_0x2b7495){console['warn'](_0x5b23(0x14e),_0x2b7495),console[_0x5b23(0x7)](_0x34d062[_0x5b23(0x14f)]);}return!![];}else _0x525c9b=_0x12743a[_0x5b23(0x112)][0x0][_0x5b23(0x114)]['title'],_0x31df9f=_0x26c191['items'][0x0]['id'],_0x30921e[_0x5b23(0x31)]('โœ…\x20YouTube\x20channel\x20found:',_0xe5056a,_0x34d062[_0x5b23(0x116)],_0xc95aaf);}else{if(_0x34d062[_0x5b23(0x150)]===_0x34d062[_0x5b23(0x151)]){const _0x3b7129={'Fytix':_0x34d062['FIGGy'],'HSPBw':function(_0x50a516,_0x1ed396,_0x28907c){return _0x34d062[_0x5b23(0x110)](_0x50a516,_0x1ed396,_0x28907c);}};return _0x1dc3e4[_0x5b23(0x31)](_0x5b23(0x152)),new _0x5db9e9(_0x669fd9=>{_0x3b7129['HSPBw'](_0x259e15,()=>{_0xf3b970[_0x5b23(0x31)](_0x3b7129[_0x5b23(0x153)]),_0x669fd9(!![]);},0x3e8);});}else{const _0x565533=await _0x5c9751['text']();return console[_0x5b23(0x57)](_0x34d062[_0x5b23(0x154)],_0x5c9751[_0x5b23(0x42)],_0x565533),console['error'](_0x34d062['SxvIv']),![];}}}else{if(_0x34d062[_0x5b23(0x11c)](_0x34d062[_0x5b23(0x155)],_0x34d062[_0x5b23(0x155)])){const _0x4cb116=_0x5b23(0x156)['split']('|');let _0x282f60=0x0;while(!![]){switch(_0x4cb116[_0x282f60++]){case'0':console[_0x5b23(0x57)](_0x34d062['qZIjr']);continue;case'1':return![];case'2':console[_0x5b23(0x57)](_0x5b23(0x157));continue;case'3':console['error']('๐Ÿ’ก\x20Solutions:');continue;case'4':console[_0x5b23(0x57)](_0x34d062[_0x5b23(0x158)]);continue;case'5':console[_0x5b23(0x57)](_0x5b23(0x159));continue;case'6':console[_0x5b23(0x57)](_0x34d062[_0x5b23(0x15a)]);continue;}break;}}else return _0x42677f[_0x5b23(0x90)](_0x5b23(0x15b))||_0x2f41bf[_0x5b23(0x90)](_0x34d062['bMawG']);}}else return _0x2c4870[_0x5b23(0x57)](_0x34d062[_0x5b23(0x15c)],_0x5a167a),![];}catch(_0x5b0256){console[_0x5b23(0x57)](_0x34d062[_0x5b23(0x15d)],_0x5b0256);if(_0x34d062[_0x5b23(0xe8)](_0x5b0256[_0x5b23(0x11)],statusCodes[_0x5b23(0xeb)]))console[_0x5b23(0x57)]('โŒ\x20User\x20cancelled\x20sign-in\x20-\x20no\x20refresh\x20token\x20obtained'),console[_0x5b23(0x57)](_0x34d062[_0x5b23(0xed)]);else{if(_0x34d062['kNVBm'](_0x5b0256[_0x5b23(0x11)],statusCodes['IN_PROGRESS']))console['error'](_0x34d062[_0x5b23(0x15e)]);else _0x34d062[_0x5b23(0x15f)](_0x5b0256[_0x5b23(0x11)],statusCodes['PLAY_SERVICES_NOT_AVAILABLE'])&&(_0x34d062[_0x5b23(0x160)](_0x34d062['tePXT'],_0x34d062[_0x5b23(0x161)])?console[_0x5b23(0x57)](_0x34d062[_0x5b23(0xf0)]):_0x3298d3[_0x5b23(0x31)](_0x34d062[_0x5b23(0x162)]));}return![];}};export const forceYouTubeReconnectionWithRevoke=async _0x349bfd=>{const _0x4b183c={'IDcYT':_0x5b23(0x163),'sBUgn':_0x5b23(0x164),'KPTyF':_0x5b23(0x165),'KXoZK':function(_0x335c19,_0xe704af){return _0x335c19!==_0xe704af;},'WQIvV':_0x5b23(0x64),'WEKwI':'\x20\x20\x201.\x20No\x20internet\x20connection\x20on\x20device/simulator','zOCqQ':_0x5b23(0x96),'iZThl':_0x5b23(0x66),'bOtMN':_0x5b23(0x65),'TSMVK':_0x5b23(0x166),'rHXqN':_0x5b23(0x167),'TRpfP':_0x5b23(0x168),'JbZLw':_0x5b23(0x169),'EUPae':function(_0x68939e,_0x12e499){return _0x68939e!==_0x12e499;},'ZjjxN':_0x5b23(0x16a),'oThMl':_0x5b23(0x16b),'QPpub':_0x5b23(0x16c),'KLTnI':_0x5b23(0x16d),'MQTPI':function(_0x31203a,_0x4992ca){return _0x31203a===_0x4992ca;},'qvPCV':_0x5b23(0x16e),'BBzFW':'โœ…\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20REVOKE\x20+\x20consent!','qyDso':_0x5b23(0x5a),'GBbTL':function(_0x3c4978,_0x564a2b){return _0x3c4978!==_0x564a2b;},'qzwOG':_0x5b23(0x16f),'VRmGZ':_0x5b23(0x170),'OkykE':_0x5b23(0xa5)};try{if(_0x4b183c['KXoZK'](_0x4b183c[_0x5b23(0x171)],_0x4b183c[_0x5b23(0x172)])){var _0x5c82fa;console['log'](_0x4b183c[_0x5b23(0x173)]),console[_0x5b23(0x31)](_0x4b183c[_0x5b23(0x174)],_0x349bfd),initializeGoogleSignIn(),await GoogleSignin['hasPlayServices']();try{if(_0x4b183c['EUPae'](_0x4b183c[_0x5b23(0x175)],'yWUYO'))await GoogleSignin[_0x5b23(0x176)](),console[_0x5b23(0x31)](_0x4b183c[_0x5b23(0x177)]);else return _0x5a5891[_0x5b23(0x57)](_0x4b183c['IDcYT'],_0x30fa1e),null;}catch(_0x41ca0f){if(_0x4b183c['KXoZK'](_0x5b23(0x178),_0x4b183c[_0x5b23(0x179)]))console['log'](_0x5b23(0x17a),_0x41ca0f);else return{'success':!![],'message':_0x4b183c['sBUgn'],'details':_0x5449d2};}await GoogleSignin[_0x5b23(0xe3)](),console[_0x5b23(0x31)](_0x4b183c[_0x5b23(0x17b)]),console[_0x5b23(0x31)]('๐Ÿ”\x20Signing\x20in\x20after\x20revoke\x20-\x20consent\x20screen\x20MUST\x20appear...');const _0x38d407=await GoogleSignin[_0x5b23(0x17c)](),_0x3026a7=await GoogleSignin['getTokens'](),_0x45749d=await GoogleSignin['getCurrentUser'](),_0x3640da=((_0x5c82fa=_0x38d407[_0x5b23(0x4f)])===null||_0x4b183c[_0x5b23(0x17d)](_0x5c82fa,void 0x0)?void 0x0:_0x5c82fa[_0x5b23(0x6a)])||(_0x4b183c[_0x5b23(0x17d)](_0x45749d,null)||_0x45749d===void 0x0?void 0x0:_0x45749d[_0x5b23(0x6a)]);if(_0x3640da)return _0x4b183c[_0x5b23(0x17d)](_0x4b183c['qvPCV'],_0x4b183c['qvPCV'])?(console[_0x5b23(0x31)](_0x4b183c[_0x5b23(0x17e)]),console['log'](_0x4b183c['qyDso'],_0x3640da[_0x5b23(0x9c)](0x0,0x14)+_0x5b23(0x6d)),!![]):(_0x1af6e4[_0x5b23(0x57)](_0x4b183c['KPTyF']),![]);else{if(_0x4b183c[_0x5b23(0x17f)](_0x5b23(0x16f),_0x4b183c[_0x5b23(0x180)]))_0x2e949a[_0x5b23(0x57)](_0x5b23(0x9a)+_0x4ccbfd+':',_0x440872);else return console[_0x5b23(0x57)](_0x4b183c[_0x5b23(0x181)]),![];}}else{var _0x441791;if(_0x1a7048[_0x5b23(0x47)]===_0x5b23(0x63))_0x5383af[_0x5b23(0x57)](_0x5b23(0x8e)+_0x1f4a08+_0x5b23(0x8f));else _0x4b183c[_0x5b23(0x182)](_0x441791=_0x3f4413['message'],null)&&_0x441791!==void 0x0&&_0x441791[_0x5b23(0x90)](_0x4b183c['WQIvV'])?(_0x37adb3[_0x5b23(0x57)](_0x5b23(0x183)+_0x29d343+_0x5b23(0x97)),_0x4f1bdd[_0x5b23(0x57)](_0x4b183c[_0x5b23(0x184)]),_0x1ac0a4[_0x5b23(0x57)](_0x4b183c[_0x5b23(0x185)]),_0x7ed32e[_0x5b23(0x57)](_0x5b23(0x67)),_0x45112e['error'](_0x4b183c[_0x5b23(0x186)]),_0x597b1d[_0x5b23(0x57)](_0x4b183c[_0x5b23(0x187)])):_0x36f6de[_0x5b23(0x57)](_0x5b23(0x9a)+_0x539005+':',_0x90343c);return null;}}catch(_0x538db6){return console[_0x5b23(0x57)](_0x4b183c[_0x5b23(0x188)],_0x538db6),![];}};export const fixUserYouTubeConnection=async _0x3edc0e=>{const _0x174bc8={'yfnEq':'๐Ÿ”„\x20Method\x201:\x20Trying\x20forced\x20consent\x20via\x20configuration...','rWzgR':function(_0x4081bc,_0x125e3e){return _0x4081bc(_0x125e3e);},'seUbF':_0x5b23(0x189)};console[_0x5b23(0x31)]('๐Ÿ”ง\x20Fixing\x20YouTube\x20connection\x20for\x20user:\x20'+_0x3edc0e),console['log'](_0x174bc8[_0x5b23(0x18a)]);let _0x2067cc=await _0x174bc8[_0x5b23(0x18b)](forceYouTubeReconnectionWithConsent,_0x3edc0e);if(_0x2067cc)return console[_0x5b23(0x31)]('โœ…\x20'+_0x3edc0e+_0x5b23(0x18c)),!![];console[_0x5b23(0x31)](_0x174bc8['seUbF']),_0x2067cc=await forceYouTubeReconnectionWithRevoke(_0x3edc0e);if(_0x2067cc)return console[_0x5b23(0x31)]('โœ…\x20'+_0x3edc0e+_0x5b23(0x18d)),!![];return console[_0x5b23(0x57)](_0x5b23(0x18e)+_0x3edc0e+_0x5b23(0x18f)),![];};const refreshGoogleTokens=async()=>{const _0x66878f={'OmEKq':_0x5b23(0x190),'hKttL':_0x5b23(0x191),'YACwH':_0x5b23(0x192),'JbQIq':_0x5b23(0x193),'NrWWr':'โŒ\x20Re-authentication\x20also\x20failed:'};try{console[_0x5b23(0x31)](_0x66878f[_0x5b23(0x194)]);const _0x37c476=await GoogleSignin['getCurrentUser']();if(!_0x37c476)return console[_0x5b23(0x31)](_0x5b23(0x195)),null;const _0x596ba3=await GoogleSignin[_0x5b23(0xfe)]();return console['log'](_0x66878f['hKttL']),{'accessToken':_0x596ba3[_0x5b23(0xe7)],'idToken':_0x596ba3['idToken']};}catch(_0x5b2201){console[_0x5b23(0x57)](_0x66878f['YACwH'],_0x5b2201);try{console['log'](_0x5b23(0x196));const _0x4f555f=await GoogleSignin['signIn'](),_0x421db4=await GoogleSignin['getTokens']();return console[_0x5b23(0x31)](_0x66878f[_0x5b23(0x197)]),{'accessToken':_0x421db4['accessToken'],'idToken':_0x421db4[_0x5b23(0x105)]};}catch(_0x6cb9fb){return console['error'](_0x66878f[_0x5b23(0x198)],_0x6cb9fb),null;}}},debugYouTubeTokens=async()=>{const _0x63391a={'OhnWV':'Missing','XMrzm':'Present','fLwFH':function(_0x1d6f3f,_0x4917da){return _0x1d6f3f!==_0x4917da;},'XHWqY':function(_0x1f132f,_0x40ccd4){return _0x1f132f!==_0x40ccd4;},'wUCQS':function(_0x5e0c04,_0x4e59ef){return _0x5e0c04===_0x4e59ef;},'SbVnF':'none','pjkxh':'โŒ\x20Debug\x20tokens\x20failed:','GpgSl':'error'};try{var _0x255def;const _0x1e9e5d=await GoogleSignin[_0x5b23(0xfe)](),_0x5eebc6=await GoogleSignin[_0x5b23(0xff)]();return console[_0x5b23(0x31)]('๐Ÿ”\x20YouTube\x20Token\x20Debug:',{'accessToken':_0x1e9e5d[_0x5b23(0xe7)]?_0x1e9e5d[_0x5b23(0xe7)][_0x5b23(0x9c)](0x0,0x14)+_0x5b23(0x6d):_0x63391a['OhnWV'],'idToken':_0x1e9e5d[_0x5b23(0x105)]?_0x63391a[_0x5b23(0x199)]:'Missing','serverAuthCode':_0x63391a[_0x5b23(0x19a)](_0x5eebc6,null)&&_0x63391a['XHWqY'](_0x5eebc6,void 0x0)&&_0x5eebc6[_0x5b23(0x6a)]?_0x5eebc6[_0x5b23(0x6a)]['substring'](0x0,0x14)+_0x5b23(0x6d):_0x63391a[_0x5b23(0x19b)],'userEmail':(_0x63391a[_0x5b23(0x19c)](_0x5eebc6,null)||_0x63391a[_0x5b23(0x19c)](_0x5eebc6,void 0x0)||_0x63391a['wUCQS'](_0x255def=_0x5eebc6[_0x5b23(0x50)],null)||_0x255def===void 0x0?void 0x0:_0x255def[_0x5b23(0x54)])||_0x63391a[_0x5b23(0x19b)]}),{'hasRefreshToken':!!(_0x5eebc6!==null&&_0x63391a[_0x5b23(0x19d)](_0x5eebc6,void 0x0)&&_0x5eebc6[_0x5b23(0x6a)]),'refreshTokenType':_0x63391a[_0x5b23(0x19d)](_0x5eebc6,null)&&_0x5eebc6!==void 0x0&&_0x5eebc6[_0x5b23(0x6a)]?_0x5b23(0x6a):_0x63391a['SbVnF']};}catch(_0x1ee04d){return console['error'](_0x63391a[_0x5b23(0x19e)],_0x1ee04d),{'hasRefreshToken':![],'refreshTokenType':_0x63391a[_0x5b23(0x19f)]};}};function _0x3a98(){const _0x4fca00=['โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Backend\x20did\x20NOT\x20confirm\x20refresh\x20token\x20reception','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Response\x20data:','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Expected\x20hasRefreshToken\x20or\x20refreshTokenReceived\x20in\x20response','Zcmuf','apiKey','iRLev','ZKUai','warn','rfkSu','VNwJt','OLrtC','DtDrq','Bearer\x20','YVWiU','1030678346906-lovkuds2ouqmoc8eu5qpo98spa6edv4o.apps.googleusercontent.com','https://api.instagram.com/oauth/authorize','user_profile,user_media','code','/youtube/authorize','/reddit/authorize','onairosevents://auth/callback','identity,read','BASE_URL','/pinterest/authorize','demo_pinterest_client_id','boards:read,pins:read','demo_facebook_client_id','openid\x20profile\x20email','demo_gmail_client_id','https://www.googleapis.com/auth/gmail.readonly','https://chat.openai.com','https://claude.ai/login','https://gemini.google.com','rQrFF','hasNativeSDK','๐Ÿ“ง\x20[OAUTH]\x20Email\x20platform\x20selected,\x20returning\x20mock\x20auth\x20URL','Unknown\x20Channel','LooPQ','๐Ÿ”Œ\x20[CONNECTIVITY]\x20Running\x20comprehensive\x20network\x20diagnostics...','reachable','GXvfS','xsbML','๐ŸŒ\x20[CONNECTIVITY]\x20Test\x202:\x20Checking\x20API\x20server...','โœ…\x20[CONNECTIVITY]\x20API\x20server\x20is\x20reachable','โŒ\x20[CONNECTIVITY]\x20Cannot\x20reach\x20API\x20server:','qCUjO','Internet\x20works\x20but\x20API\x20server\x20is\x20unreachable.\x20The\x20server\x20may\x20be\x20blocking\x20requests\x20from\x20this\x20device/simulator.','โŒ\x20[CONNECTIVITY]\x20Connectivity\x20test\x20failed:','IMxyN','log','ssDOQ','๐ŸŒ\x20[CONNECTIVITY]\x20Test\x201:\x20Checking\x20general\x20internet\x20(google.com)...','https://www.google.com','HEAD','jLrpG','cwlHl','nVhIi','message','ljrna','/email/authorize?action=verify','UvXPy','cAHGs','abort','/health','signal','catch','status','statusText','Rinbo','โš ๏ธ\x20[CONNECTIVITY]\x20API\x20server\x20responded\x20with\x20status:\x20','api2Test','name','MwCzV','MKcxz','GpZUE','success','KtDpn','googleTest','pAVif','data','user','JOudT','bcDrj','ubNki','email','YsSBW','Uyeyq','error','Network\x20error:\x20','โœ…\x20Got\x20serverAuthCode\x20(refresh\x20token\x20mechanism)','๐Ÿ”‘\x20Refresh\x20token\x20preview:','โŒ\x20Failed\x20to\x20fix\x20YouTube\x20connection','โŒ\x20Google\x20Play\x20Services\x20not\x20available','HkVIe','โœ…\x20Got\x20serverAuthCode\x20from\x20sign-in\x20response','uCNNR','lthwk','nRDTS','wsooO','AbortError','Network\x20request\x20failed','\x20\x20\x205.\x20iOS\x20simulator\x20network\x20sandbox\x20issue\x20-\x20try\x20on\x20physical\x20device','\x20\x20\x204.\x20SSL/TLS\x20certificate\x20issue','\x20\x20\x203.\x20DNS\x20resolution\x20failed','CrnwM','riSvS','serverAuthCode','huVKa','aXgpw','...','๐Ÿš€\x20[OAUTH]\x20Starting\x20OAuth\x20for\x20platform:\x20','๐Ÿ“ฑ\x20[OAUTH]\x20Platform:\x20','Version','DMtZl','uXxvk','BbLXK','BsSTv','๐Ÿ”‘\x20[OAUTH]\x20Using\x20User\x20JWT\x20for\x20authentication','\x20OAuth','โŒ\x20[OAUTH]\x20Please\x20log\x20in\x20first\x20before\x20connecting\x20platforms','/authorize','๐ŸŒ\x20[OAUTH]\x20Proxy\x20URL:\x20','๐Ÿ”—\x20[OAUTH]\x20About\x20to\x20make\x20fetch\x20request...','toISOString','๐Ÿ“ค\x20[OAUTH]\x20Request\x20body:','aVQhb','\x20-\x20aborting','dnsFr','JptAt','stringify','JFpJW','\x20-\x20','๐Ÿ“‹\x20[OAUTH]\x20Response\x20data\x20for\x20','url','๐Ÿ”—\x20[OAUTH]\x20Auth\x20URL\x20for\x20','\x20(key:\x20','wxPwv','yCzCH','JxGyz','gPrcp','wzkeg','Failed\x20to\x20send\x20verification\x20code','โŒ\x20[OAUTH]\x20Request\x20timeout\x20for\x20','\x20-\x20the\x20server\x20took\x20too\x20long\x20to\x20respond','includes','qVcOm','nBvUg','split','JheDK','ryTEy','\x20\x20\x202.\x20API\x20server\x20(API\x20server)\x20is\x20unreachable','.\x20Possible\x20causes:','FhoPD','JetMJ','โŒ\x20[OAUTH]\x20Error\x20initiating\x20OAuth\x20for\x20','VMiow','substring','configure','https://www.googleapis.com/auth/youtube.readonly','openid','โŒ\x20Error\x20testing\x20YouTube\x20refresh\x20token:','โŒ\x20Error\x20forcing\x20YouTube\x20consent:','โŒ\x20User\x20cancelled\x20sign-in\x20-\x20no\x20refresh\x20token\x20obtained','Facebook\x20Login\x20completed\x20successfully','code=','โŒ\x20Error\x20with\x20revoke\x20method:','๐Ÿ”„\x20FORCING\x20fresh\x20YouTube\x20consent\x20for\x20refresh\x20token...','ChbLU','AkkMz','RmkHM','NtJCH','nqiVt','โœ…\x20Token\x20cache\x20cleared','profile','โœ…\x20Play\x20Services\x20available','๐Ÿ”\x20Initiating\x20sign-in\x20-\x20consent\x20screen\x20should\x20appear...','๐Ÿ“ฑ\x20User\x20should\x20see:\x20\x22Allow\x20[App]\x20to\x20access\x20your\x20YouTube\x20account\x20when\x20you\x27re\x20not\x20using\x20the\x20app?\x22','โœ…\x20Sign-in\x20completed\x20-\x20checking\x20for\x20refresh\x20token...','๐Ÿ‘ค\x20User\x20email:','๐Ÿ“‹\x20FULL\x20tokens\x20object\x20from\x20forceYouTubeReconnectionWithConsent:','Missing','-\x20ID\x20token:','-\x20ServerAuthCode\x20(currentUser):','โœ…\x20SUCCESS:\x20Got\x20refresh\x20token\x20after\x20consent!','๐Ÿ”‘\x20Refresh\x20token\x20type:','refreshToken','โœ…\x20YouTube\x20channel\x20found:','โš ๏ธ\x20No\x20YouTube\x20channel\x20found\x20for\x20user','No\x20Channel','โš ๏ธ\x20Error\x20fetching\x20YouTube\x20channel\x20info:','fOxhT','๐Ÿ”\x20Creating\x20authentication\x20token\x20for\x20YouTube\x20connection...','youtube','๐Ÿ“ค\x20Sending\x20comprehensive\x20payload\x20with\x20REFRESH\x20TOKEN\x20to\x20backend:','๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20=====\x20SENDING\x20REAUTH\x20SIGNAL\x20TO\x20BACKEND\x20=====','๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20Headers:','๐Ÿš€\x20[YOUTUBE\x20REAUTH]\x20FULL\x20PAYLOAD:','๐Ÿ“ก\x20[YOUTUBE\x20REAUTH]\x20Response\x20Status\x20Text:','xMkGL','โœ…\x20[YOUTUBE\x20REAUTH]\x20Backend\x20Response\x20SUCCESS:','temporary\x20access\x20token\x20mode','5|4|6|1|3|2|0','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20sent:','Yes','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Connection\x20Details:','โœ…\x20[YOUTUBE\x20REAUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','๐Ÿ”„\x20[YOUTUBE\x20REAUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','๐ŸŽ‰\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Full\x20YouTube\x20connection\x20with\x20refresh\x20tokens!','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Refresh\x20token\x20type:','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20REFRESH\x20TOKEN\x20SENT\x20TO\x20BACKEND:','โœ…\x20[YOUTUBE\x20REAUTH]\x20Backend\x20CONFIRMED\x20refresh\x20token\x20received','๐Ÿ”„\x20[YOUTUBE\x20REAUTH]\x20Signaling\x20training\x20system\x20to\x20restart...','โœ…\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20sent\x20successfully','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20User\x20may\x20need\x20to\x20manually\x20restart\x20training','xnNaQ','GpGsq','โŒ\x20[YOUTUBE\x20REAUTH]\x20Backend\x20processing\x20FAILED:','โŒ\x20[YOUTUBE\x20REAUTH]\x20This\x20means\x20the\x20reauth\x20signal\x20was\x20not\x20processed','yXyxd','\x20\x20\x202.\x20Check\x20Google\x20Console\x20OAuth\x20configuration','โŒ\x20This\x20means\x20consent\x20screen\x20did\x20not\x20appear\x20or\x20user\x20denied\x20permissions','Thboc','JzDhw','ADxWk','Mrpah','vfjwT','VFECI','signOut','GwYLS','sTdEa','GqcSW','accessToken','McntR','sPnvb','pKplF','SIGN_IN_CANCELLED','JASRa','NIWjP','IN_PROGRESS','yNpmO','kOEBi','clearCachedAccessToken','BbBpN','TymVk','โŒ\x20Error\x20verifying\x20email\x20code:','vxUWf','CyYyh','AVwwF','RllgS','yZmbC','Aeeik','RufpA','WfKuU','SpUyy','getTokens','getCurrentUser','kBVfw','eMTsL','fDPYl','FahNh','xtDRw','idToken','Present','-\x20ServerAuthCode\x20(userInfo):','zxWec','soaNK','vvRXs','startsWith','WCHZc','gZYYv','YbqgG','๐Ÿ“บ\x20Fetching\x20YouTube\x20channel\x20information...','CTyFm','JeZPG','items','length','snippet','title','iDhfl','SiWkX','McumE','ZDthm','JthSf','YSyUq','IhxTu','vrigv','WbgjR','PRxoZ','SZsoT','QkwYg','cYPLW','evHIc','hSzGY','user-','ZJbVa','PJqez','Wbzym','qQeIV','signOut_and_configure','debugInfo','refreshTokenType','nRHZB','cdPSO','SdbOb','zqKSK','/youtube/native-auth','cONeO','ecujZ','SbUUZ','iTZIe','headers','rgwFM','hyezw','isTemporaryMode','iPyZS','temporaryMode','fxZOB','enabled','YMGNG','kSqKW','uqQny','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Training\x20Ready:\x20Yes','๐Ÿ”‘\x20[YOUTUBE\x20REAUTH]\x20Mode:\x20Temporary\x20(expires\x20~1\x20hour)','๐ŸŽ‰\x20[YOUTUBE\x20REAUTH]\x20SUCCESS:\x20Temporary\x20YouTube\x20connection\x20established!','hasRefreshToken','refreshTokenReceived','SKVss','โœ…\x20[YOUTUBE\x20REAUTH]\x20Response\x20hasRefreshToken:','NgTFN','VbluW','dcfWM','ahQLY','JOQja','tVCsG','โš ๏ธ\x20[YOUTUBE\x20REAUTH]\x20Training\x20restart\x20signal\x20failed:','QkiWz','VKCMD','pAfVa','Initiating\x20Facebook\x20Login\x20for\x20Instagram','Fytix','UYvNQ','pbIbw','2|4|3|6|0|5|1','โŒ\x20CRITICAL:\x20No\x20refresh\x20token\x20even\x20after\x20consent\x20screen','THQDi','\x20\x20\x203.\x20Ensure\x20user\x20clicks\x20\x22Allow\x22\x20on\x20consent\x20screen','anKyv','auth/callback','qpFbZ','IkSCk','SZzab','JMORA','DdBch','tePXT','RXoqW','โŒ\x20Re-authentication\x20also\x20failed:','API\x20is\x20reachable','โŒ\x20[YOUTUBE\x20AUTH]\x20Username\x20is\x20required\x20for\x20YouTube\x20authentication','sAYdJ','GyPvD','๐Ÿ”„\x20FORCING\x20YouTube\x20consent\x20via\x20REVOKE\x20method...','๐Ÿ‘ค\x20User:','gLHxP','โœ…\x20Revoked\x20existing\x20permissions\x20-\x20fresh\x20consent\x20REQUIRED','BdnEH','โœ…\x20Signed\x20out\x20completely','ZwFLu','ojjOa','โŒ\x20Still\x20no\x20refresh\x20token\x20after\x20revoke\x20method','TSMVK','rHXqN','TRpfP','JbZLw','ZjjxN','revokeAccess','oThMl','oGHcn','QPpub','โ„น๏ธ\x20No\x20existing\x20permissions\x20to\x20revoke:','KLTnI','signIn','MQTPI','BBzFW','GBbTL','qzwOG','VRmGZ','KXoZK','โŒ\x20[OAUTH]\x20Network\x20request\x20failed\x20for\x20','WEKwI','zOCqQ','iZThl','bOtMN','OkykE','๐Ÿ”„\x20Method\x202:\x20Trying\x20forced\x20consent\x20via\x20revoke...','yfnEq','rWzgR','\x20YouTube\x20connection\x20fixed\x20via\x20Method\x201!','\x20YouTube\x20connection\x20fixed\x20via\x20Method\x202!','โŒ\x20Failed\x20to\x20fix\x20','\x20YouTube\x20connection\x20with\x20both\x20methods','๐Ÿ”„\x20Attempting\x20to\x20refresh\x20Google\x20tokens...','โœ…\x20Successfully\x20refreshed\x20Google\x20tokens','โŒ\x20Failed\x20to\x20refresh\x20Google\x20tokens:','โœ…\x20Re-authentication\x20successful','OmEKq','โŒ\x20User\x20not\x20signed\x20in\x20to\x20Google,\x20cannot\x20refresh\x20tokens','๐Ÿ”„\x20Refresh\x20failed,\x20attempting\x20re-authentication...','JbQIq','NrWWr','XMrzm','fLwFH','OhnWV','wUCQS','XHWqY','pjkxh','GpgSl','Network\x20error','โœ…\x20[YOUTUBE\x20AUTH]\x20Backend\x20confirmed\x20refresh\x20token\x20received','KAhmQ','๐Ÿ”„\x20Forcing\x20fresh\x20YouTube\x20reconnection\x20for\x20refresh\x20token...','cBtyV','โœ…\x20Signed\x20out\x20from\x20Google','โ„น๏ธ\x20Already\x20signed\x20out\x20or\x20sign\x20out\x20failed:','lFWeP','idAKc','โ„น๏ธ\x20Token\x20clearing\x20failed\x20or\x20not\x20needed:','heEUr','โœ…\x20YouTube\x20reconnected\x20successfully\x20with\x20refresh\x20token','โœ…\x20Refresh\x20token\x20confirmed:','โš ๏ธ\x20Still\x20no\x20refresh\x20token\x20after\x20reconnection','โŒ\x20YouTube\x20reconnection\x20error:','sSVEF','CiGpf','azcWx','SoZeU','PBKSB','NLYYD','riHeG','โŒ\x20[CONNECTIVITY]\x20Cannot\x20reach\x20Google\x20-\x20internet\x20may\x20be\x20down:','RmPyj','Xdlyr','xBZEN','dRmZS','RlaVo','XYuos','IOuSX','zuCgP','xUFKF','โœ…\x20[YOUTUBE\x20AUTH]\x20Full\x20YouTube\x20connection\x20with\x20persistent\x20access','WGWJc','๐Ÿ’ก\x20Solutions:','Invalid\x20verification\x20code','โŒ\x20CRITICAL:\x20No\x20refresh\x20token\x20available\x20-\x20YouTube\x20connection\x20will\x20fail\x20when\x20token\x20expires','๐Ÿ’ก\x20User\x20needs\x20to\x20reconnect\x20with\x20proper\x20consent\x20screen','๐Ÿ’ก\x20Check\x20Google\x20Sign-In\x20configuration:\x20offlineAccess,\x20forceCodeForRefreshToken','โš ๏ธ\x20Continuing\x20without\x20refresh\x20token\x20-\x20connection\x20may\x20fail\x20later','mIeIN','โ„น๏ธ\x20Sign\x20out\x20not\x20needed\x20or\x20failed:','๐Ÿ“‹\x20FULL\x20userInfo\x20object:','๐Ÿ“‹\x20FULL\x20tokens\x20object:','๐Ÿ‘ค\x20Current\x20user\x20info:','-\x20userInfo.data?.serverAuthCode:','-\x20tokens.idToken:','-\x20tokens.accessToken:','NSyUE','โœ…\x20Refresh\x20token\x20available\x20for\x20YouTube\x20connection','https://www.googleapis.com/youtube/v3/channels?part=snippet&mine=true','ID:','zhDqc','youtube_user','โ„น๏ธ\x20User\x20should\x20authenticate\x20first\x20via\x20Google/Apple/Email\x20before\x20connecting\x20YouTube','wArFv','๐Ÿ”—\x20Linking\x20YouTube\x20data\x20to\x20user:','๐Ÿ“บ\x20YouTube\x20channel\x20name:','-\x20hasRefreshToken:','๐Ÿ“ก\x20Backend\x20response\x20headers:','โœ…\x20YouTube\x20connection\x20successful','๐Ÿ“‹\x20COMPLETE\x20BACKEND\x20RESPONSE:','IiDRe','โœ…\x20[YOUTUBE\x20AUTH]\x20Training\x20will\x20work,\x20but\x20connection\x20expires\x20in\x20~1\x20hour','โ„น๏ธ\x20[YOUTUBE\x20AUTH]\x20User\x20can\x20reconnect\x20later\x20for\x20refresh\x20tokens\x20if\x20needed','dhqsj','๐Ÿ”\x20[YOUTUBE\x20AUTH]\x20Response\x20data\x20keys:','โš ๏ธ\x20[YOUTUBE\x20AUTH]\x20Connection\x20may\x20fail\x20when\x20tokens\x20expire','QRwsa','bFJBa','โŒ\x20Google\x20Sign-In\x20error:','yajka','jyeEb','instagram','CmbwC','MbcQl','UXEyL','trim','oZErW','IMEOC','UcLod','OnXkZ','SDK\x20not\x20initialized.\x20Developers\x20must\x20call\x20initializeApiKey()\x20before\x20using\x20auth\x20features.','vCytt','SvNnm','BBPWD','amJhs','esqiv','๐Ÿ”‘\x20Got\x20Google\x20tokens','mmvph','grIhR','iLuzi','btXxr','vbrBw','ULfIw','Present:\x20','ARVCU','ZkNYi','hxhBN','qkaMM','wyakN','jreUE','heUFk','wOzvw','fmUCv','kRgOd','PhexB','cukvk','EAikQ','obPKb','bCSbF','zYcXf','json','wqTny','KfmfQ','rgCld','UuLIf','qRSnX','pGLGY','VpEes','3|5|0|4|2|6|1','QoraB','\x20\x20\x201.\x20Try\x20the\x20revoke\x20method:\x20forceYouTubeReconnectionWithRevoke()','Wbynf','bukCj','lIwXd','moMtq','utxtN','AJluM','cuEub','YNpPJ','GQSqM','kupHT','mtQgQ','getItem','QPSdt','MjIoh','QCPMu','wONiA','jpKsV','SKaNk','UTHqA','KHTIl','โ„น๏ธ\x20NOTE:\x20SDK\x20does\x20not\x20create\x20users\x20during\x20YouTube\x20connection','tGWfg','Error\x20exchanging\x20code\x20for\x20token:\x20','VriHO','๐Ÿ”‘\x20Token\x20preview:','AJhdS','wIUaW','FWhdC','nVUra','ogwnC','youtube-','hrIbg','apple','ghsxS','none','๐Ÿ“ค\x20BACKEND\x20PAYLOAD\x20SUMMARY:','xrPmQ','vinMn','AuhHU','-\x20refreshTokenType:','dRzlV','pwRFj','๐Ÿ“‹\x20COMPLETE\x20BACKEND\x20PAYLOAD:','GhFiU','ICeNU','HJePl','TnLKR','validation','cyWTd','MrhmJ','Uanhg','qJPoy','kQXXp','qjVrU','hFTuK','๐Ÿ”„\x20[YOUTUBE\x20AUTH]\x20YouTube\x20connected\x20in\x20temporary\x20mode','OptnQ','xDMjG','iDOdk','OrPyH','โš ๏ธ\x20[YOUTUBE\x20AUTH]\x20Backend\x20did\x20not\x20confirm\x20refresh\x20token','yAHSB','keys','ekoIK','GOYPK','VLtKT','BPgbu','fQIwk','pCVCX','blySs','qWuXc','User\x20cancelled\x20Google\x20Sign-In','LcfKc','WNjVu','zOEzH','zSpgV','DBIDZ','โฐ\x20[OAUTH]\x20Request\x20timeout\x20for\x20','LmdOk','yflfB','kPbXS','acTsh','WkFof','inyJN','hpPMN','iZTNT','BctfU','gNtOV','Falling\x20back\x20to\x20simulated\x20token\x20response','Exchanging\x20code\x20for\x20token\x20for\x20platform:\x20','/token','Token\x20exchange\x20failed\x20with\x20status\x20','Token\x20exchange\x20successful\x20for\x20','Error\x20exchanging\x20code\x20for\x20token:','_access_token_','random','toString','Verification\x20code\x20sent\x20to\x20your\x20email','No\x20internet\x20connectivity\x20detected.\x20Check\x20your\x20network\x20connection.','๐Ÿ”„\x20Refreshing\x20YouTube\x20tokens...','BUSgo','ScmBo','EhNzn','VtJXz','VIeJH','zEgYP','dGeHO','ISRAd','GcxtG','/youtube/refresh-token','text','โŒ\x20YouTube\x20token\x20refresh\x20failed:','Jvddb','โŒ\x20Error\x20refreshing\x20YouTube\x20tokens:','โŒ\x20[TRAINING\x20RESTART]\x20Error\x20triggering\x20training\x20restart:','IEZOK','๐Ÿ”„\x20[TRAINING\x20RESTART]\x20Triggering\x20training\x20restart\x20for\x20user:','qKGan','ezGgX','zWZza','VWHVF','wKmTf','youtube_reauth','Ncpbb','fjodC','โœ…\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20successful:','Training\x20restart\x20failed:\x20','TbKCY','sxdSt','swjze','aLphr','wgfty','YySPe','โŒ\x20No\x20current\x20Google\x20user\x20found','๐Ÿงช\x20Testing\x20YouTube\x20refresh\x20token\x20functionality...','TljvM','ibVsA','๐Ÿ”\x20Current\x20token\x20status:','โš ๏ธ\x20No\x20refresh\x20token\x20found\x20-\x20attempting\x20to\x20fix...','uOoot','fqAiK','nOJDZ','SOmiZ','FcFHT','yzYSC','unjOn','qekIZ','zRgUf','zFvXc','geKra','hGUIR','KyCYY','Rhtnz','request','Network\x20error.\x20Please\x20check\x20your\x20connection\x20and\x20try\x20again.','xdPeU','jJPgj','/email/verification','oGvNX','Mmwyt','๐Ÿ”\x20Verifying\x20email\x20code\x20for:','WQetK','sJSde','lGgld','rvPiW','hbXmS','luyAj','AtEMQ','iJyVY','TIhHc','uxpJG','Email\x20verified\x20successfully','token','ixmRx','nnsFJ','cQOiT','TzcJV','ZwnpB','ZVCKK','XzCWq','gVYuK','vKVqK','ksCaV','โŒ\x20Error\x20checking\x20email\x20verification\x20status:','ziOLk','/email/verification/status','NcomZ','isPending','pKipl','EEXsq','Qmsuc','EJjIe','๐Ÿ”ง\x20Platform\x20auth\x20service\x20initialized','SLpzd','Enzcb'];_0x3a98=function(){return _0x4fca00;};return _0x3a98();}export const reconnectYouTube=async _0x5a9cb1=>{const _0x10e97d={'SoZeU':'โŒ\x20Error\x20checking\x20email\x20verification\x20status:','PBKSB':_0x5b23(0x1a0),'iyPnh':_0x5b23(0x2f),'xUFKF':_0x5b23(0x1a1),'AUfMS':function(_0x36f1e1,_0x57b0a0){return _0x36f1e1===_0x57b0a0;},'sSVEF':_0x5b23(0x1a2),'CiGpf':_0x5b23(0x1a3),'azcWx':_0x5b23(0x1a4),'BMgvw':_0x5b23(0x1a5),'RjiEx':_0x5b23(0x1a6),'NLYYD':function(_0x37530b,_0x87dd53){return _0x37530b!==_0x87dd53;},'mCJtz':_0x5b23(0x1a7),'Hybgg':'โœ…\x20Cleared\x20cached\x20access\x20token','riHeG':function(_0x1b5613,_0x2ce562){return _0x1b5613!==_0x2ce562;},'fPZwu':_0x5b23(0x1a8),'RmPyj':_0x5b23(0x1a9),'FSMPR':function(_0x4c32ad,_0x446cce,_0x12ab5c){return _0x4c32ad(_0x446cce,_0x12ab5c);},'Xdlyr':_0x5b23(0xc0),'dRmZS':_0x5b23(0x1aa),'vPPzb':_0x5b23(0x1ab),'RlaVo':function(_0x525335){return _0x525335();},'XYuos':_0x5b23(0x1ac),'IOuSX':_0x5b23(0x1ad),'zuCgP':'โŒ\x20YouTube\x20reconnection\x20failed','WGWJc':_0x5b23(0x1ae)};try{if(_0x10e97d['AUfMS'](_0x10e97d[_0x5b23(0x1af)],_0x10e97d[_0x5b23(0x1af)])){console[_0x5b23(0x31)](_0x10e97d[_0x5b23(0x1b0)]);try{if(_0x10e97d['AUfMS']('cBtyV',_0x10e97d[_0x5b23(0x1b1)]))await GoogleSignin[_0x5b23(0xe3)](),console['log'](_0x10e97d['BMgvw']);else return _0x104ec7['error'](_0x10e97d[_0x5b23(0x1b2)],_0x36b402),{'success':![],'isPending':![],'error':_0x10e97d[_0x5b23(0x1b3)]};}catch(_0xd83d7b){console[_0x5b23(0x31)](_0x10e97d['RjiEx'],_0xd83d7b);}try{if(_0x10e97d[_0x5b23(0x1b4)](_0x10e97d['mCJtz'],_0x5b23(0x1a7)))_0x4f38cd[_0x5b23(0x46)]={'success':![],'error':_0x3c2c2c['message'],'name':_0x21eada['name']},_0x1746b1[_0x5b23(0x57)](_0x5b23(0x2c),_0x21f719[_0x5b23(0x39)]);else{const _0x46a94a=await GoogleSignin[_0x5b23(0xfe)]();_0x46a94a[_0x5b23(0xe7)]&&(await GoogleSignin[_0x5b23(0xf1)](_0x46a94a[_0x5b23(0xe7)]),console[_0x5b23(0x31)](_0x10e97d['Hybgg']));}}catch(_0x398145){_0x10e97d[_0x5b23(0x1b5)](_0x10e97d['fPZwu'],_0x10e97d['fPZwu'])?(_0x57ae6d[_0x5b23(0x4d)]={'success':![],'error':_0x194a22['message']},_0x58fc91[_0x5b23(0x57)](_0x5b23(0x1b6),_0x16d2e7[_0x5b23(0x39)])):console['log'](_0x10e97d[_0x5b23(0x1b7)],_0x398145);}const _0x3340f9=await _0x10e97d['FSMPR'](initiateNativeAuth,_0x10e97d[_0x5b23(0x1b8)],_0x5a9cb1);if(_0x3340f9){if(_0x5b23(0x1b9)===_0x10e97d[_0x5b23(0x1ba)])return _0x42d462[_0x5b23(0x57)](_0x10e97d['iyPnh'],_0x3795d8[_0x5b23(0x39)]),{'success':![],'message':_0x5b23(0x58)+_0x203d02[_0x5b23(0x39)],'details':{'error':_0x5ad4c4['message'],'results':_0x2c1230}};else{console['log'](_0x10e97d['vPPzb']);const _0x257a4b=await _0x10e97d[_0x5b23(0x1bb)](debugYouTubeTokens);return _0x257a4b['hasRefreshToken']?console[_0x5b23(0x31)](_0x10e97d[_0x5b23(0x1bc)],_0x257a4b[_0x5b23(0x12c)]):console[_0x5b23(0x7)](_0x10e97d[_0x5b23(0x1bd)]),!![];}}else return console[_0x5b23(0x57)](_0x10e97d[_0x5b23(0x1be)]),![];}else _0x248da5[_0x5b23(0x31)](_0x10e97d[_0x5b23(0x1bf)]),_0x2eb07d[_0x5b23(0x31)](_0x5b23(0x1c0));}catch(_0x5095c4){return console[_0x5b23(0x57)](_0x10e97d[_0x5b23(0x1c1)],_0x5095c4),![];}};function _0x5b23(_0x3a98cf,_0x5b239d){_0x3a98cf=_0x3a98cf-0x0;const _0x51069a=_0x3a98();let _0x49fe3a=_0x51069a[_0x3a98cf];return _0x49fe3a;}export const initiateNativeAuth=async(_0x126681,_0x3f17a6)=>{const _0x28d88e={'eVlfd':_0x5b23(0x1c2),'soXtO':'\x20\x20\x202.\x20Check\x20Google\x20Console\x20OAuth\x20configuration','QoraB':_0x5b23(0x157),'moMtq':_0x5b23(0x1c3),'qjVrU':_0x5b23(0xa2),'hFTuK':'๐Ÿ’ก\x20User\x20must\x20click\x20\x22Allow\x22\x20to\x20get\x20refresh\x20token','GOYPK':_0x5b23(0x195),'fCSUL':_0x5b23(0x1c4),'pCVCX':_0x5b23(0x1c5),'cukvk':_0x5b23(0x1c6),'blySs':_0x5b23(0x1c7),'WNjVu':'โ„น๏ธ\x20Sign\x20out\x20not\x20needed:','inyJN':'โš ๏ธ\x20Failed\x20to\x20fetch\x20YouTube\x20channel\x20info:','BBPWD':function(_0xa01ab2,_0x398e9a){return _0xa01ab2===_0x398e9a;},'gTaNo':function(_0x43f248,_0x595a41){return _0x43f248===_0x595a41;},'hpPMN':function(_0xdd87aa,_0xc95041){return _0xdd87aa===_0xc95041;},'iZTNT':_0x5b23(0x24),'BctfU':function(_0x337083,_0x191535,_0x4f02fb){return _0x337083(_0x191535,_0x4f02fb);},'MbcQl':function(_0xac96e6,_0x470f39){return _0xac96e6===_0x470f39;},'UXEyL':'youtube','LxAgT':function(_0x2f3cad,_0x2549e0){return _0x2f3cad===_0x2549e0;},'oZErW':function(_0x5b12b8,_0x5ae69b){return _0x5b12b8!==_0x5ae69b;},'VMloQ':_0x5b23(0x1c8),'Laikh':'โŒ\x20[YOUTUBE\x20AUTH]\x20Username\x20is\x20required\x20for\x20YouTube\x20authentication','jadyg':function(_0xda2277){return _0xda2277();},'UcLod':function(_0x110ee8,_0x435ed7){return _0x110ee8!==_0x435ed7;},'YKkBj':'๐Ÿ”„\x20Signed\x20out\x20to\x20force\x20fresh\x20consent','vCytt':_0x5b23(0x1c9),'SvNnm':'โœ…\x20Google\x20Sign-In\x20successful:','amJhs':function(_0x3ecd7e,_0x2a3a97){return _0x3ecd7e===_0x2a3a97;},'esqiv':_0x5b23(0x1ca),'mmvph':_0x5b23(0x1cb),'grIhR':_0x5b23(0x1cc),'iLuzi':function(_0x350b6a,_0x33f810){return _0x350b6a===_0x33f810;},'btXxr':function(_0x544e96,_0x22610a){return _0x544e96===_0x22610a;},'vbrBw':'๐Ÿ”\x20REFRESH\x20TOKEN\x20EXTRACTION:','ULfIw':_0x5b23(0x1cd),'hxhBN':function(_0x304006,_0x478ec5){return _0x304006!==_0x478ec5;},'ARVCU':_0x5b23(0xb4),'ZkNYi':function(_0x1cfaf5,_0x4964e9){return _0x1cfaf5!==_0x4964e9;},'qkaMM':_0x5b23(0x1ce),'wyakN':_0x5b23(0x1cf),'jreUE':function(_0x5b8e08,_0x303321){return _0x5b8e08!==_0x303321;},'heUFk':function(_0x5bf7f1,_0x4daecd){return _0x5bf7f1===_0x4daecd;},'wOzvw':_0x5b23(0x1d0),'kRgOd':'โœ…\x20Got\x20serverAuthCode\x20(refresh\x20token\x20mechanism)','PhexB':_0x5b23(0x5a),'JlkvU':_0x5b23(0x1d1),'EAikQ':'serverAuthCode','obPKb':'refreshToken','bCSbF':_0x5b23(0x10f),'zYcXf':function(_0x219d82,_0x394e3f,_0x127efe){return _0x219d82(_0x394e3f,_0x127efe);},'PaMBd':_0x5b23(0x1d2),'wqTny':function(_0xa24f9b,_0x1d3630){return _0xa24f9b>_0x1d3630;},'vaHFk':_0x5b23(0xba),'InspV':_0x5b23(0x1d3),'KfmfQ':function(_0x2758ad,_0x120101){return _0x2758ad===_0x120101;},'rgCld':_0x5b23(0x1d4),'UuLIf':_0x5b23(0xbb),'qRSnX':function(_0x585bfc,_0x5c2be8){return _0x585bfc===_0x5c2be8;},'pGLGY':function(_0x58b0cb,_0x3180b6){return _0x58b0cb===_0x3180b6;},'sMAnN':function(_0x36a808,_0x42581b){return _0x36a808===_0x42581b;},'VpEes':_0x5b23(0xbc),'Wbynf':function(_0x12a2b0,_0x173ab5){return _0x12a2b0!==_0x173ab5;},'bukCj':'lIwXd','utxtN':function(_0x3b333f,_0x2c5575){return _0x3b333f===_0x2c5575;},'AJluM':function(_0x284104,_0x480ffb){return _0x284104===_0x480ffb;},'cuEub':function(_0x2210e6,_0x4b5e58){return _0x2210e6===_0x4b5e58;},'YNpPJ':function(_0x3abb45,_0x483e10){return _0x3abb45===_0x483e10;},'wONiA':function(_0x55e3f9,_0x3aff3d){return _0x55e3f9===_0x3aff3d;},'HsOcn':_0x5b23(0xbd),'GQSqM':function(_0x3c83df,_0x5597d1){return _0x3c83df===_0x5597d1;},'kupHT':function(_0xca1b9,_0x316534){return _0xca1b9===_0x316534;},'mtQgQ':function(_0x252711){return _0x252711();},'QPSdt':'onairos_username','kCNTS':function(_0xe2190b,_0x50a23f){return _0xe2190b||_0x50a23f;},'MjIoh':function(_0x3229d9,_0x51801a){return _0x3229d9===_0x51801a;},'QCPMu':function(_0x27e6db,_0x5352bd){return _0x27e6db===_0x5352bd;},'jpKsV':function(_0x10805e,_0x4a2a5e){return _0x10805e===_0x4a2a5e;},'SKaNk':_0x5b23(0x1d5),'UTHqA':function(_0x151312,_0x5c842e){return _0x151312<_0x5c842e;},'KHTIl':'โ„น๏ธ\x20No\x20valid\x20authentication\x20token\x20found\x20for\x20YouTube\x20connection','tGWfg':_0x5b23(0x1d6),'lahhh':'iGNIu','KLiAF':_0x5b23(0x1d7),'VriHO':'โœ…\x20Found\x20existing\x20authentication\x20token\x20for\x20YouTube\x20auth','egjsd':_0x5b23(0x1d8),'mDnUe':'๐Ÿ”‘\x20Using\x20auth\x20token\x20for\x20linking:','AJhdS':'No\x20token','wIUaW':_0x5b23(0x1d9),'FWhdC':function(_0x4dc64a,_0x45917e){return _0x4dc64a===_0x45917e;},'nVUra':function(_0x314177,_0x442ef0){return _0x314177===_0x442ef0;},'ogwnC':function(_0x539a25,_0x1f706f){return _0x539a25===_0x1f706f;},'TmPOt':function(_0x2b878b,_0x57dedc){return _0x2b878b===_0x57dedc;},'hrIbg':function(_0x34094c,_0x1e452f){return _0x34094c===_0x1e452f;},'yflfB':function(_0x3a241e,_0x5e528b){return _0x3a241e===_0x5e528b;},'JCDJr':function(_0x5426fb,_0x12f688){return _0x5426fb+_0x12f688;},'ghsxS':function(_0x284818,_0x212dce){return _0x284818*_0x212dce;},'xrPmQ':'-\x20hasAccessToken:','vinMn':_0x5b23(0x1da),'AuhHU':'-\x20hasServerAuthCode:','dRzlV':'-\x20userEmail:','pwRFj':function(_0x30b2ce,_0x194425){return _0x30b2ce===_0x194425;},'MrhmJ':function(_0x29ad7d,_0x192bbd){return _0x29ad7d===_0x192bbd;},'Xvagf':function(_0x474750,_0x2cbc63){return _0x474750===_0x2cbc63;},'GhFiU':'๐Ÿ“ก\x20Backend\x20response\x20status:','ICeNU':_0x5b23(0x1db),'HJePl':_0x5b23(0x1dc),'TnLKR':_0x5b23(0x1dd),'cyWTd':function(_0x551450,_0x34e5ec){return _0x551450===_0x34e5ec;},'Uanhg':function(_0x1d3e74,_0x33f030){return _0x1d3e74===_0x33f030;},'qJPoy':_0x5b23(0xc8),'kQXXp':_0x5b23(0x1de),'RuElU':_0x5b23(0x1df),'OptnQ':_0x5b23(0x1e0),'qcppG':_0x5b23(0x1a1),'xDMjG':_0x5b23(0x1c0),'iDOdk':function(_0x5b4a02,_0x53bb4a){return _0x5b4a02!==_0x53bb4a;},'OrPyH':_0x5b23(0x1e1),'yAHSB':_0x5b23(0x1e2),'ekoIK':_0x5b23(0x1e3),'VLtKT':function(_0x1d7810,_0x527967){return _0x1d7810===_0x527967;},'BPgbu':_0x5b23(0x1e4),'fQIwk':_0x5b23(0x1e5),'NIBkr':'โŒ\x20YouTube\x20auth\x20failed:','qWuXc':'๐Ÿ“‹\x20BACKEND\x20ERROR\x20RESPONSE:','oHtxn':_0x5b23(0x1e6),'GsCUd':function(_0x52c1fb,_0x14d98c){return _0x52c1fb!==_0x14d98c;},'LcfKc':_0x5b23(0x1e7),'TWDGQ':'Google\x20Sign-In\x20already\x20in\x20progress','zOEzH':function(_0x49d12f,_0x53378a){return _0x49d12f===_0x53378a;},'xskph':function(_0x5156a5,_0x12e963){return _0x5156a5===_0x12e963;},'zSpgV':_0x5b23(0x1e8),'DBIDZ':'kBDbi','LmdOk':'Google\x20Play\x20Services\x20not\x20available','kPbXS':_0x5b23(0x1e9),'acTsh':function(_0xcb19f,_0xff1fe4){return _0xcb19f===_0xff1fe4;},'WkFof':_0x5b23(0x1ea)};if(_0x28d88e[_0x5b23(0x1eb)](_0x126681,_0x28d88e[_0x5b23(0x1ec)])){console[_0x5b23(0x31)]('๐Ÿ”—\x20Initiating\x20native\x20Google\x20Sign-In\x20for\x20YouTube');if(!_0x3f17a6||_0x28d88e['LxAgT'](_0x3f17a6[_0x5b23(0x1ed)](),''))return _0x28d88e[_0x5b23(0x1ee)](_0x28d88e['VMloQ'],_0x5b23(0x1ef))?(console['error'](_0x28d88e['Laikh']),![]):(_0xc08789[_0x5b23(0x31)]('โœ…\x20'+_0x59b66d+_0x5b23(0x18d)),!![]);try{var _0x4416e1,_0xd999f5,_0x2efee4,_0x4c35ae,_0xb0166d,_0x3b46d3,_0x23cc50,_0x23e4d1,_0x3af6e4,_0x1abd43;_0x28d88e['jadyg'](initializeGoogleSignIn),await GoogleSignin['hasPlayServices']();try{if(_0x28d88e[_0x5b23(0x1f0)](_0x5b23(0x1f1),'OnXkZ'))throw new _0x17e429(_0x5b23(0x1f2));else await GoogleSignin['signOut'](),console[_0x5b23(0x31)](_0x28d88e['YKkBj']);}catch(_0x388983){console['log'](_0x28d88e[_0x5b23(0x1f3)],_0x388983);}const _0x9b7b0=await GoogleSignin[_0x5b23(0x17c)]();console[_0x5b23(0x31)](_0x28d88e[_0x5b23(0x1f4)],(_0x4416e1=_0x9b7b0[_0x5b23(0x4f)])===null||_0x28d88e[_0x5b23(0x1f5)](_0x4416e1,void 0x0)||(_0x4416e1=_0x4416e1[_0x5b23(0x50)])===null||_0x28d88e[_0x5b23(0x1f6)](_0x4416e1,void 0x0)?void 0x0:_0x4416e1[_0x5b23(0x54)]),console[_0x5b23(0x31)](_0x28d88e[_0x5b23(0x1f7)]),console[_0x5b23(0x31)](JSON['stringify'](_0x9b7b0,null,0x2));const _0x40dc27=await GoogleSignin[_0x5b23(0xfe)]();console['log'](_0x5b23(0x1f8)),console[_0x5b23(0x31)](_0x28d88e[_0x5b23(0x1f9)]),console[_0x5b23(0x31)](JSON[_0x5b23(0x81)](_0x40dc27,null,0x2));const _0xa6a3f0=await GoogleSignin['getCurrentUser']();console[_0x5b23(0x31)](_0x28d88e[_0x5b23(0x1fa)],_0x28d88e[_0x5b23(0x1fb)](_0xa6a3f0,null)||_0x28d88e[_0x5b23(0x1fc)](_0xa6a3f0,void 0x0)||(_0xd999f5=_0xa6a3f0[_0x5b23(0x50)])===null||_0x28d88e[_0x5b23(0x1fc)](_0xd999f5,void 0x0)?void 0x0:_0xd999f5['email']),console[_0x5b23(0x31)]('๐Ÿ“‹\x20FULL\x20currentUser\x20object:'),console[_0x5b23(0x31)](JSON[_0x5b23(0x81)](_0xa6a3f0,null,0x2));let _0x557bfc=null;console[_0x5b23(0x31)](_0x28d88e[_0x5b23(0x1fd)]),console[_0x5b23(0x31)](_0x28d88e[_0x5b23(0x1fe)],(_0x2efee4=_0x9b7b0[_0x5b23(0x4f)])!==null&&_0x28d88e['hxhBN'](_0x2efee4,void 0x0)&&_0x2efee4['serverAuthCode']?_0x5b23(0x1ff)+_0x9b7b0[_0x5b23(0x4f)][_0x5b23(0x6a)][_0x5b23(0x9c)](0x0,0x14)+'...':_0x28d88e[_0x5b23(0x200)]),console[_0x5b23(0x31)]('-\x20currentUser?.serverAuthCode:',_0x28d88e[_0x5b23(0x201)](_0xa6a3f0,null)&&_0x28d88e[_0x5b23(0x202)](_0xa6a3f0,void 0x0)&&_0xa6a3f0[_0x5b23(0x6a)]?'Present:\x20'+_0xa6a3f0[_0x5b23(0x6a)]['substring'](0x0,0x14)+_0x5b23(0x6d):_0x28d88e[_0x5b23(0x200)]),console[_0x5b23(0x31)](_0x28d88e[_0x5b23(0x203)],_0x40dc27[_0x5b23(0x105)]?_0x5b23(0x1ff)+_0x40dc27[_0x5b23(0x105)][_0x5b23(0x9c)](0x0,0x14)+_0x5b23(0x6d):_0x28d88e[_0x5b23(0x200)]),console[_0x5b23(0x31)](_0x28d88e[_0x5b23(0x204)],_0x40dc27['accessToken']?_0x5b23(0x1ff)+_0x40dc27['accessToken'][_0x5b23(0x9c)](0x0,0x14)+_0x5b23(0x6d):_0x28d88e[_0x5b23(0x200)]);if(_0x28d88e[_0x5b23(0x205)](_0xa6a3f0,null)&&_0x28d88e[_0x5b23(0x1f0)](_0xa6a3f0,void 0x0)&&_0xa6a3f0['serverAuthCode'])_0x28d88e[_0x5b23(0x206)](_0x28d88e[_0x5b23(0x207)],_0x5b23(0x208))?_0x29ce7b['log'](_0x5b23(0x1c9),_0x5b72fa):(_0x557bfc=_0xa6a3f0[_0x5b23(0x6a)],console[_0x5b23(0x31)](_0x28d88e[_0x5b23(0x209)]),console[_0x5b23(0x31)](_0x28d88e[_0x5b23(0x20a)],_0x557bfc[_0x5b23(0x9c)](0x0,0x14)+_0x5b23(0x6d)));else(_0x4c35ae=_0x9b7b0[_0x5b23(0x4f)])!==null&&_0x28d88e[_0x5b23(0x201)](_0x4c35ae,void 0x0)&&_0x4c35ae[_0x5b23(0x6a)]&&(_0x557bfc=_0x9b7b0[_0x5b23(0x4f)][_0x5b23(0x6a)],console[_0x5b23(0x31)](_0x5b23(0x5e)),console[_0x5b23(0x31)](_0x28d88e['PhexB'],_0x557bfc[_0x5b23(0x9c)](0x0,0x14)+_0x5b23(0x6d)));!_0x557bfc?(console[_0x5b23(0x57)](_0x5b23(0x1c4)),console[_0x5b23(0x57)](_0x5b23(0x1c5)),console[_0x5b23(0x57)](_0x28d88e[_0x5b23(0x20b)]),console['warn']('โš ๏ธ\x20Continuing\x20without\x20refresh\x20token\x20-\x20connection\x20may\x20fail\x20later')):(console[_0x5b23(0x31)](_0x28d88e['JlkvU']),console[_0x5b23(0x31)](_0x5b23(0xb8),_0x557bfc['startsWith']('4/')?_0x28d88e[_0x5b23(0x20c)]:_0x28d88e[_0x5b23(0x20d)]));let _0x198a9c=_0x5b23(0x24),_0x12c29f=null;try{console[_0x5b23(0x31)](_0x28d88e[_0x5b23(0x20e)]);const _0x352d2b=await _0x28d88e[_0x5b23(0x20f)](fetch,_0x28d88e['PaMBd'],{'headers':{'Authorization':_0x5b23(0xc)+_0x40dc27[_0x5b23(0xe7)],'Accept':'application/json'}});if(_0x352d2b['ok']){const _0x1511cc=await _0x352d2b[_0x5b23(0x210)]();if(_0x1511cc[_0x5b23(0x112)]&&_0x28d88e[_0x5b23(0x211)](_0x1511cc[_0x5b23(0x112)]['length'],0x0))_0x198a9c=_0x1511cc[_0x5b23(0x112)][0x0][_0x5b23(0x114)][_0x5b23(0x115)],_0x12c29f=_0x1511cc['items'][0x0]['id'],console[_0x5b23(0x31)](_0x28d88e['vaHFk'],_0x198a9c,_0x28d88e['InspV'],_0x12c29f);else{if(_0x28d88e[_0x5b23(0x212)](_0x28d88e[_0x5b23(0x213)],_0x28d88e[_0x5b23(0x213)])){var _0x4d71a9,_0x270748;console[_0x5b23(0x31)](_0x28d88e[_0x5b23(0x214)]),_0x198a9c=(_0x28d88e[_0x5b23(0x1f5)](_0x4d71a9=_0x9b7b0[_0x5b23(0x4f)],null)||_0x4d71a9===void 0x0||_0x28d88e[_0x5b23(0x215)](_0x4d71a9=_0x4d71a9[_0x5b23(0x50)],null)||_0x4d71a9===void 0x0?void 0x0:_0x4d71a9['name'])||(_0x28d88e['MbcQl'](_0x270748=_0x9b7b0[_0x5b23(0x4f)],null)||_0x270748===void 0x0||_0x28d88e[_0x5b23(0x216)](_0x270748=_0x270748[_0x5b23(0x50)],null)||_0x28d88e['sMAnN'](_0x270748,void 0x0)?void 0x0:_0x270748['email'])||_0x28d88e[_0x5b23(0x217)];}else{const _0x18632e=_0x5b23(0x218)['split']('|');let _0x26db0e=0x0;while(!![]){switch(_0x18632e[_0x26db0e++]){case'0':_0x3a792c[_0x5b23(0x57)](_0x28d88e['eVlfd']);continue;case'1':return![];case'2':_0x58b720['error'](_0x28d88e['soXtO']);continue;case'3':_0x20cf15['error'](_0x28d88e[_0x5b23(0x219)]);continue;case'4':_0x2a53e6[_0x5b23(0x57)](_0x5b23(0x21a));continue;case'5':_0x4cddf5[_0x5b23(0x57)](_0x5b23(0xdc));continue;case'6':_0x45cfa0[_0x5b23(0x57)](_0x5b23(0x159));continue;}break;}}}}else{if(_0x28d88e[_0x5b23(0x21b)](_0x28d88e[_0x5b23(0x21c)],_0x5b23(0x21d)))return{'success':![],'error':_0x18b348[_0x5b23(0x39)]||_0x28d88e[_0x5b23(0x21e)]};else{var _0x3072d5,_0x69e0e3;console[_0x5b23(0x31)](_0x28d88e['inyJN'],_0x352d2b[_0x5b23(0x42)]),_0x198a9c=(_0x28d88e[_0x5b23(0x1eb)](_0x3072d5=_0x9b7b0[_0x5b23(0x4f)],null)||_0x28d88e['gTaNo'](_0x3072d5,void 0x0)||_0x28d88e[_0x5b23(0x215)](_0x3072d5=_0x3072d5[_0x5b23(0x50)],null)||_0x28d88e[_0x5b23(0x21f)](_0x3072d5,void 0x0)?void 0x0:_0x3072d5[_0x5b23(0x47)])||(_0x28d88e[_0x5b23(0x220)](_0x69e0e3=_0x9b7b0[_0x5b23(0x4f)],null)||_0x28d88e[_0x5b23(0x221)](_0x69e0e3,void 0x0)||_0x28d88e[_0x5b23(0x222)](_0x69e0e3=_0x69e0e3['user'],null)||_0x28d88e['wONiA'](_0x69e0e3,void 0x0)?void 0x0:_0x69e0e3[_0x5b23(0x54)])||_0x5b23(0x24);}}}catch(_0x2a4737){var _0x25b881,_0x284865;console[_0x5b23(0x31)](_0x28d88e['HsOcn'],_0x2a4737),_0x198a9c=(_0x28d88e[_0x5b23(0x206)](_0x25b881=_0x9b7b0[_0x5b23(0x4f)],null)||_0x28d88e[_0x5b23(0x223)](_0x25b881,void 0x0)||(_0x25b881=_0x25b881[_0x5b23(0x50)])===null||_0x28d88e[_0x5b23(0x216)](_0x25b881,void 0x0)?void 0x0:_0x25b881[_0x5b23(0x47)])||((_0x284865=_0x9b7b0[_0x5b23(0x4f)])===null||_0x28d88e[_0x5b23(0x224)](_0x284865,void 0x0)||(_0x284865=_0x284865[_0x5b23(0x50)])===null||_0x28d88e['KfmfQ'](_0x284865,void 0x0)?void 0x0:_0x284865[_0x5b23(0x54)])||_0x28d88e['iZTNT'];}let _0x5808a1=await _0x28d88e[_0x5b23(0x225)](getJWT);const _0xc9daea=await AsyncStorage[_0x5b23(0x226)](_0x28d88e[_0x5b23(0x227)]),_0xd83fbd=_0x28d88e['kCNTS'](_0xc9daea,_0x3f17a6)||(_0x28d88e[_0x5b23(0x228)](_0xb0166d=_0x9b7b0[_0x5b23(0x4f)],null)||_0x28d88e[_0x5b23(0x229)](_0xb0166d,void 0x0)||_0x28d88e[_0x5b23(0x22a)](_0xb0166d=_0xb0166d[_0x5b23(0x50)],null)||_0x28d88e[_0x5b23(0x22b)](_0xb0166d,void 0x0)?void 0x0:_0xb0166d[_0x5b23(0x54)])||_0x28d88e[_0x5b23(0x22c)];if(!_0x5808a1||_0x28d88e[_0x5b23(0x22d)](_0x5808a1['trim']()[_0x5b23(0x113)],0x14))console[_0x5b23(0x31)](_0x28d88e[_0x5b23(0x22e)]),console[_0x5b23(0x31)](_0x5b23(0x22f)),console[_0x5b23(0x31)](_0x28d88e[_0x5b23(0x230)]);else{if(_0x28d88e[_0x5b23(0x216)](_0x28d88e['lahhh'],_0x28d88e['KLiAF'])){_0x22b83b[_0x5b23(0x57)](_0x5b23(0x231)+_0x357198['status']);throw new _0x64649f('Token\x20exchange\x20failed\x20with\x20status\x20'+_0x3fa4c9[_0x5b23(0x42)]);}else console['log'](_0x28d88e[_0x5b23(0x232)]),console[_0x5b23(0x31)](_0x5b23(0x233),_0x5808a1['substring'](0x0,0x14)+_0x5b23(0x6d));}console[_0x5b23(0x31)](_0x28d88e['egjsd'],_0xd83fbd),console[_0x5b23(0x31)](_0x28d88e['mDnUe'],_0x5808a1?_0x5808a1['substring'](0x0,0x14)+_0x5b23(0x6d):_0x28d88e[_0x5b23(0x234)]),console[_0x5b23(0x31)](_0x28d88e[_0x5b23(0x235)],_0x198a9c);const _0x515871={'session':{'username':_0xd83fbd,'platform':_0x28d88e['UXEyL'],'timestamp':new Date()[_0x5b23(0x7b)](),'channelName':_0x198a9c,'channelId':_0x12c29f},'googleUser':_0x28d88e[_0x5b23(0x236)](_0x3b46d3=_0x9b7b0[_0x5b23(0x4f)],null)||_0x28d88e[_0x5b23(0x237)](_0x3b46d3,void 0x0)?void 0x0:_0x3b46d3['user'],'accessToken':_0x40dc27[_0x5b23(0xe7)],'idToken':_0x40dc27['idToken'],'refreshToken':_0x557bfc,'serverAuthCode':_0x557bfc,'refresh_token':_0x557bfc,'server_auth_code':_0x557bfc,'authCode':_0x557bfc,'userAccountInfo':{'username':_0xd83fbd,'email':_0x28d88e[_0x5b23(0x22a)](_0x23cc50=_0x9b7b0[_0x5b23(0x4f)],null)||_0x28d88e[_0x5b23(0x238)](_0x23cc50,void 0x0)||_0x28d88e['nVUra'](_0x23cc50=_0x23cc50[_0x5b23(0x50)],null)||_0x28d88e[_0x5b23(0x220)](_0x23cc50,void 0x0)?void 0x0:_0x23cc50[_0x5b23(0x54)],'authToken':_0x5808a1,'channelName':_0x198a9c,'channelId':_0x12c29f,'userIdentifier':_0x5808a1?_0x5b23(0x125)+_0x5808a1['substring'](0x0,0xa):_0x5b23(0x239)+((_0x23e4d1=_0x9b7b0[_0x5b23(0x4f)])===null||_0x28d88e[_0x5b23(0x1fc)](_0x23e4d1,void 0x0)||_0x28d88e[_0x5b23(0x224)](_0x23e4d1=_0x23e4d1['user'],null)||_0x28d88e['TmPOt'](_0x23e4d1,void 0x0)?void 0x0:_0x23e4d1[_0x5b23(0x54)]),'googleId':_0x28d88e[_0x5b23(0x238)](_0x3af6e4=_0x9b7b0['data'],null)||_0x3af6e4===void 0x0||_0x28d88e[_0x5b23(0x23a)](_0x3af6e4=_0x3af6e4[_0x5b23(0x50)],null)||_0x28d88e['yflfB'](_0x3af6e4,void 0x0)?void 0x0:_0x3af6e4['id'],'appleUserId':_0x28d88e[_0x5b23(0x21b)](_0x5808a1,null)&&_0x28d88e[_0x5b23(0x201)](_0x5808a1,void 0x0)&&_0x5808a1['includes'](_0x5b23(0x23b))?_0x5808a1[_0x5b23(0x93)]('.')[0x1]:null,'refreshToken':_0x557bfc,'serverAuthCode':_0x557bfc},'tokenExpiry':new Date(_0x28d88e['JCDJr'](Date['now'](),_0x28d88e[_0x5b23(0x23c)](0xe10,0x3e8)))['toISOString'](),'requestRefreshToken':!![],'debugInfo':{'hasRefreshToken':!!_0x557bfc,'refreshTokenType':_0x557bfc?_0x557bfc[_0x5b23(0x10b)]('4/')?_0x28d88e[_0x5b23(0x20c)]:_0x28d88e['obPKb']:_0x5b23(0x23d),'configuredForRefresh':!![],'forcedConsent':!![],'refreshTokenValue':_0x557bfc}};console['log'](_0x5b23(0x23e)),console['log'](_0x28d88e[_0x5b23(0x23f)],!!_0x515871['accessToken']),console[_0x5b23(0x31)](_0x28d88e[_0x5b23(0x240)],!!_0x515871['refreshToken']),console[_0x5b23(0x31)](_0x28d88e[_0x5b23(0x241)],!!_0x515871[_0x5b23(0x6a)]),console[_0x5b23(0x31)](_0x5b23(0x242),_0x515871[_0x5b23(0x12b)]['refreshTokenType']),console['log'](_0x28d88e[_0x5b23(0x243)],_0x28d88e[_0x5b23(0x244)](_0x1abd43=_0x9b7b0[_0x5b23(0x4f)],null)||_0x28d88e['MrhmJ'](_0x1abd43,void 0x0)||_0x28d88e[_0x5b23(0x22a)](_0x1abd43=_0x1abd43[_0x5b23(0x50)],null)||_0x28d88e['Xvagf'](_0x1abd43,void 0x0)?void 0x0:_0x1abd43[_0x5b23(0x54)]),console['log']('-\x20channelName:',_0x198a9c),console[_0x5b23(0x31)](_0x5b23(0x245)),console[_0x5b23(0x31)](JSON[_0x5b23(0x81)](_0x515871,null,0x2)),console[_0x5b23(0x31)]('๐Ÿ“ค\x20Sending\x20YouTube\x20auth\x20to\x20backend\x20with\x20refresh\x20token:',!!_0x557bfc);const _0xb12a27=await _0x28d88e['zYcXf'](fetch,API_CONFIG[_0x5b23(0x16)]+_0x5b23(0x131),{'method':'POST','headers':{'Content-Type':'application/json',..._0x5808a1&&{'Authorization':_0x5808a1}},'body':JSON[_0x5b23(0x81)](_0x515871)});console[_0x5b23(0x31)](_0x28d88e[_0x5b23(0x246)],_0xb12a27[_0x5b23(0x42)]),console[_0x5b23(0x31)](_0x28d88e[_0x5b23(0x247)],_0xb12a27[_0x5b23(0x136)]);if(_0xb12a27['ok']){var _0x45ecdf,_0x535254;const _0x54d376=await _0xb12a27[_0x5b23(0x210)]();console['log'](_0x28d88e[_0x5b23(0x248)]),console[_0x5b23(0x31)](_0x28d88e[_0x5b23(0x249)]),console[_0x5b23(0x31)](JSON['stringify'](_0x54d376,null,0x2));const _0x3ffa28=_0x28d88e[_0x5b23(0x228)](_0x28d88e[_0x5b23(0x216)](_0x45ecdf=_0x54d376[_0x5b23(0x24a)],null)||_0x28d88e[_0x5b23(0x206)](_0x45ecdf,void 0x0)?void 0x0:_0x45ecdf[_0x5b23(0x139)],!![])||(_0x28d88e[_0x5b23(0x24b)](_0x535254=_0x54d376['temporaryMode'],null)||_0x28d88e[_0x5b23(0x24c)](_0x535254,void 0x0)?void 0x0:_0x535254[_0x5b23(0x13d)])===!![]||_0x28d88e[_0x5b23(0x24d)](_0x54d376[_0x5b23(0x139)],!![])||_0x54d376[_0x5b23(0x39)]&&_0x54d376[_0x5b23(0x39)][_0x5b23(0x90)](_0x28d88e[_0x5b23(0x24e)]);if(_0x3ffa28)_0x28d88e[_0x5b23(0x201)](_0x28d88e[_0x5b23(0x24f)],_0x28d88e[_0x5b23(0x24f)])?(_0x3c3080['error'](_0x28d88e[_0x5b23(0x250)]),_0x24f63d['error'](_0x28d88e[_0x5b23(0x251)])):(console[_0x5b23(0x31)](_0x5b23(0x252)),console[_0x5b23(0x31)](_0x28d88e['RuElU']),console[_0x5b23(0x31)](_0x28d88e[_0x5b23(0x253)]));else{if(_0x54d376[_0x5b23(0x144)]||_0x54d376[_0x5b23(0x145)])console[_0x5b23(0x31)](_0x28d88e['qcppG']),console['log'](_0x28d88e[_0x5b23(0x254)]);else{if(_0x28d88e[_0x5b23(0x255)](_0x28d88e[_0x5b23(0x256)],'kGEhq'))console['warn'](_0x5b23(0x257)),console[_0x5b23(0x7)](_0x28d88e[_0x5b23(0x258)],Object[_0x5b23(0x259)](_0x54d376)),console[_0x5b23(0x7)](_0x28d88e[_0x5b23(0x25a)]);else return _0x1bffdb[_0x5b23(0x31)](_0x28d88e[_0x5b23(0x25b)]),null;}}return!![];}else{if(_0x28d88e[_0x5b23(0x25c)](_0x28d88e[_0x5b23(0x25d)],_0x28d88e[_0x5b23(0x25e)]))_0x593505['error'](_0x28d88e['fCSUL']),_0x4a7229[_0x5b23(0x57)](_0x28d88e[_0x5b23(0x25f)]),_0x30926c[_0x5b23(0x57)](_0x28d88e['cukvk']),_0x598a25[_0x5b23(0x7)](_0x28d88e[_0x5b23(0x260)]);else{const _0x5a179e=await _0xb12a27['text']();return console[_0x5b23(0x57)](_0x28d88e['NIBkr'],_0xb12a27[_0x5b23(0x42)]),console[_0x5b23(0x57)](_0x28d88e[_0x5b23(0x261)]),console[_0x5b23(0x57)](_0x5a179e),![];}}}catch(_0x393aa0){console[_0x5b23(0x57)](_0x28d88e['oHtxn'],_0x393aa0);if(_0x28d88e[_0x5b23(0x1f6)](_0x393aa0[_0x5b23(0x11)],statusCodes['SIGN_IN_CANCELLED']))console['log'](_0x5b23(0x262));else{if(_0x393aa0[_0x5b23(0x11)]===statusCodes[_0x5b23(0xee)])_0x28d88e['GsCUd'](_0x5b23(0x1e7),_0x28d88e[_0x5b23(0x263)])?_0x66f094[_0x5b23(0x31)](_0x28d88e[_0x5b23(0x264)],_0x1602d8):console[_0x5b23(0x31)](_0x28d88e['TWDGQ']);else _0x28d88e[_0x5b23(0x265)](_0x393aa0[_0x5b23(0x11)],statusCodes['PLAY_SERVICES_NOT_AVAILABLE'])&&(_0x28d88e['xskph'](_0x28d88e[_0x5b23(0x266)],_0x28d88e[_0x5b23(0x267)])?(_0x3d353f['log'](_0x5b23(0x268)+_0x30d2ea+_0x5b23(0x7e)),_0x137536[_0x5b23(0x3e)]()):console[_0x5b23(0x31)](_0x28d88e[_0x5b23(0x269)]));}return![];}}if(_0x28d88e[_0x5b23(0x26a)](_0x126681,_0x28d88e[_0x5b23(0x26b)])){if(_0x28d88e[_0x5b23(0x26c)](_0x28d88e[_0x5b23(0x26d)],'xDsgK')){var _0x449bc1,_0x3aed7b;_0x3091b3[_0x5b23(0x31)](_0x28d88e[_0x5b23(0x26e)],_0x27e4b4[_0x5b23(0x42)]),_0x5a5435=(_0x28d88e[_0x5b23(0x1f5)](_0x449bc1=_0x3c4d87['data'],null)||_0x28d88e[_0x5b23(0x1f5)](_0x449bc1,void 0x0)||_0x28d88e[_0x5b23(0x1f5)](_0x449bc1=_0x449bc1['user'],null)||_0x28d88e['gTaNo'](_0x449bc1,void 0x0)?void 0x0:_0x449bc1[_0x5b23(0x47)])||(_0x28d88e[_0x5b23(0x26f)](_0x3aed7b=_0x54ac8f['data'],null)||_0x28d88e[_0x5b23(0x1f5)](_0x3aed7b,void 0x0)||_0x28d88e[_0x5b23(0x1f5)](_0x3aed7b=_0x3aed7b[_0x5b23(0x50)],null)||_0x28d88e['gTaNo'](_0x3aed7b,void 0x0)?void 0x0:_0x3aed7b[_0x5b23(0x54)])||_0x28d88e[_0x5b23(0x270)];}else return console['log'](_0x5b23(0x152)),new Promise(_0x129a4b=>{const _0x7a4c84={'gNtOV':function(_0x478f3c,_0x1ca914){return _0x478f3c(_0x1ca914);}};_0x28d88e[_0x5b23(0x271)](setTimeout,()=>{console[_0x5b23(0x31)]('Facebook\x20Login\x20completed\x20successfully'),_0x7a4c84[_0x5b23(0x272)](_0x129a4b,!![]);},0x3e8);});}return![];};export const isOAuthCallback=_0x53e06c=>{const _0x5144e5={'uFvIk':'code='};return _0x53e06c[_0x5b23(0x90)](_0x5b23(0x15b))||_0x53e06c[_0x5b23(0x90)](_0x5144e5['uFvIk']);};export const exchangeCodeForToken=async(_0x237d6e,_0x216711)=>{const _0x1a376a={'vWijA':function(_0x451047,_0x562263,_0x36d107){return _0x451047(_0x562263,_0x36d107);},'feStg':_0x5b23(0x273)};console[_0x5b23(0x31)](_0x5b23(0x274)+_0x216711);try{const _0x27a03b=API_CONFIG['BASE_URL']+'/'+_0x216711+_0x5b23(0x275),_0xa577a=await _0x1a376a['vWijA'](fetch,_0x27a03b,{'method':'POST','headers':{'Content-Type':'application/json'},'body':JSON[_0x5b23(0x81)]({'code':_0x237d6e,'platform':_0x216711})});if(!_0xa577a['ok']){console[_0x5b23(0x57)](_0x5b23(0x231)+_0xa577a['status']);throw new Error(_0x5b23(0x276)+_0xa577a[_0x5b23(0x42)]);}const _0xb56db8=await _0xa577a[_0x5b23(0x210)]();return console['log'](_0x5b23(0x277)+_0x216711),_0xb56db8;}catch(_0x3f0aa5){return console[_0x5b23(0x57)](_0x5b23(0x278),_0x3f0aa5),console[_0x5b23(0x31)](_0x1a376a['feStg']),{'access_token':_0x216711+_0x5b23(0x279)+Math[_0x5b23(0x27a)]()[_0x5b23(0x27b)](0x24)['substring'](0x7),'refresh_token':_0x216711+'_refresh_token_'+Math[_0x5b23(0x27a)]()[_0x5b23(0x27b)](0x24)['substring'](0x7),'expires_in':0xe10};}};export const refreshYouTubeTokens=async()=>{const _0x3f3f82={'VIeJH':_0x5b23(0x27c),'ISRAd':_0x5b23(0x27d),'ScmBo':_0x5b23(0x27e),'oukMh':function(_0x212b9c,_0xe0cd44){return _0x212b9c!==_0xe0cd44;},'VtJXz':'โŒ\x20Failed\x20to\x20get\x20fresh\x20tokens\x20from\x20Google\x20SDK','zEgYP':function(_0x36cccd,_0x5590d4){return _0x36cccd!==_0x5590d4;},'dGeHO':_0x5b23(0x27f),'REljZ':'โŒ\x20No\x20current\x20Google\x20user\x20found','GcxtG':'โŒ\x20No\x20auth\x20token\x20found\x20for\x20YouTube\x20refresh','gQfwO':function(_0x568967,_0x11b5b1,_0x22d443){return _0x568967(_0x11b5b1,_0x22d443);},'OZdlv':function(_0x5eb3fa,_0x195a0e){return _0x5eb3fa===_0x195a0e;},'YhRAT':'โœ…\x20YouTube\x20tokens\x20refreshed\x20successfully:','HaxMz':'SlKAJ'};try{var _0x505846;console[_0x5b23(0x31)](_0x3f3f82[_0x5b23(0x280)]);const _0x18a302=await GoogleSignin['getTokens']();if(!_0x18a302)return _0x3f3f82['oukMh']('juGcK',_0x5b23(0x281))?(console[_0x5b23(0x57)](_0x3f3f82[_0x5b23(0x282)]),![]):{'success':!![],'message':_0x568464['message']||_0x3f3f82[_0x5b23(0x283)]};const _0xe5f826=await GoogleSignin['getCurrentUser']();if(!_0xe5f826)return _0x3f3f82[_0x5b23(0x284)](_0x5b23(0x27f),_0x3f3f82[_0x5b23(0x285)])?{'success':![],'message':_0x3f3f82[_0x5b23(0x286)],'details':_0x49b589}:(console[_0x5b23(0x57)](_0x3f3f82['REljZ']),![]);const _0xb8a918=await getJWT();if(!_0xb8a918)return console[_0x5b23(0x57)](_0x3f3f82[_0x5b23(0x287)]),![];const _0x1b7178=await _0x3f3f82['gQfwO'](fetch,API_CONFIG[_0x5b23(0x16)]+_0x5b23(0x288),{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0xb8a918},'body':JSON[_0x5b23(0x81)]({'accessToken':_0x18a302[_0x5b23(0xe7)],'idToken':_0x18a302['idToken'],'refreshToken':_0xe5f826['serverAuthCode'],'userEmail':_0x3f3f82['OZdlv'](_0x505846=_0xe5f826[_0x5b23(0x50)],null)||_0x505846===void 0x0?void 0x0:_0x505846[_0x5b23(0x54)],'tokenExpiry':new Date(Date['now']()+0xe10*0x3e8)[_0x5b23(0x7b)](),'timestamp':new Date()[_0x5b23(0x7b)]()})});if(_0x1b7178['ok']){const _0xa81685=await _0x1b7178[_0x5b23(0x210)]();return console[_0x5b23(0x31)](_0x3f3f82['YhRAT'],_0xa81685),!![];}else{const _0xe61dd8=await _0x1b7178[_0x5b23(0x289)]();return console[_0x5b23(0x57)](_0x5b23(0x28a),_0x1b7178['status'],_0xe61dd8),![];}}catch(_0xa35c92){if(_0x3f3f82[_0x5b23(0x284)](_0x3f3f82['HaxMz'],_0x5b23(0x28b)))return console[_0x5b23(0x57)](_0x5b23(0x28c),_0xa35c92),![];else{_0x4e2276['error'](_0x5b23(0x28d),_0x3ca0ec);throw _0x1b4b96;}}};const triggerTrainingRestart=async(_0x5775e3,_0x17e00b)=>{const _0x4cd626={'swjze':'Facebook\x20Login\x20completed\x20successfully','aLphr':function(_0x3709ce,_0x21ddeb){return _0x3709ce(_0x21ddeb);},'qBbxl':function(_0x463b3b,_0x5222c3,_0x2548fb){return _0x463b3b(_0x5222c3,_0x2548fb);},'zWZza':function(_0x39edc7,_0x46ece6){return _0x39edc7===_0x46ece6;},'VWHVF':_0x5b23(0x28e),'wKmTf':_0x5b23(0x28f),'Ncpbb':'youtube','fjodC':function(_0x42aec9,_0x67204f){return _0x42aec9===_0x67204f;},'NQyjE':_0x5b23(0x290),'TOHAO':'โŒ\x20[TRAINING\x20RESTART]\x20Training\x20restart\x20failed:','TbKCY':_0x5b23(0x291),'sxdSt':_0x5b23(0x28d)};try{if(_0x4cd626[_0x5b23(0x292)](_0x4cd626[_0x5b23(0x293)],_0x4cd626[_0x5b23(0x293)])){console['log'](_0x4cd626[_0x5b23(0x294)],_0x5775e3);const _0x8aa108=await fetch(API_CONFIG['BASE_URL']+'/mobile-training/restart',{'method':'POST','headers':{'Content-Type':'application/json','Authorization':_0x17e00b},'body':JSON['stringify']({'username':_0x5775e3,'reason':_0x5b23(0x295),'platform':_0x4cd626[_0x5b23(0x296)],'timestamp':new Date()['toISOString'](),'requestNewTraining':!![]})});if(_0x8aa108['ok']){if(_0x4cd626[_0x5b23(0x297)]('qKGan',_0x4cd626['NQyjE'])){const _0x8fb24a=await _0x8aa108[_0x5b23(0x210)]();console[_0x5b23(0x31)](_0x5b23(0x298),_0x8fb24a);}else return _0x14ff6b[_0x5b23(0x31)]('โœ…\x20'+_0x44d0a3+_0x5b23(0x18c)),!![];}else{const _0x241973=await _0x8aa108[_0x5b23(0x289)]();console['error'](_0x4cd626['TOHAO'],_0x8aa108[_0x5b23(0x42)],_0x241973);throw new Error(_0x5b23(0x299)+_0x8aa108[_0x5b23(0x42)]);}}else _0x5bd229['error']('โŒ\x20Sign-in\x20already\x20in\x20progress');}catch(_0x149fee){if(_0x4cd626[_0x5b23(0x297)](_0x5b23(0x291),_0x4cd626[_0x5b23(0x29a)])){console[_0x5b23(0x57)](_0x4cd626[_0x5b23(0x29b)],_0x149fee);throw _0x149fee;}else{const _0x296674={'wgfty':_0x4cd626[_0x5b23(0x29c)],'YySPe':function(_0x465b15,_0x16684f){return _0x4cd626[_0x5b23(0x29d)](_0x465b15,_0x16684f);}};_0x4cd626['qBbxl'](_0x11130b,()=>{_0x40ddbd[_0x5b23(0x31)](_0x296674[_0x5b23(0x29e)]),_0x296674[_0x5b23(0x29f)](_0xe22333,!![]);},0x3e8);}}};export const testYouTubeRefreshToken=async _0x463c31=>{const _0x3b94d9={'FcFHT':_0x5b23(0x2a0),'geKra':'โ„น๏ธ\x20No\x20token\x20cache\x20to\x20clear','nOJDZ':_0x5b23(0x2a1),'psehM':'๐Ÿ‘ค\x20User:','SOmiZ':_0x5b23(0x2a2),'TrlNg':_0x5b23(0x2a3),'zFvXc':function(_0x26c20d){return _0x26c20d();},'xQjlK':_0x5b23(0x2a4),'yzYSC':_0x5b23(0x2a5),'unjOn':function(_0x237604,_0x40144a){return _0x237604!==_0x40144a;},'qekIZ':_0x5b23(0x2a6),'zRgUf':_0x5b23(0x2a7),'zYaSE':'๐Ÿ”\x20New\x20token\x20status:','hGUIR':'โŒ\x20Failed\x20to\x20fix\x20YouTube\x20connection','KyCYY':'โœ…\x20Refresh\x20token\x20already\x20available','Rhtnz':'โŒ\x20Error\x20testing\x20YouTube\x20refresh\x20token:'};console[_0x5b23(0x31)](_0x3b94d9[_0x5b23(0x2a8)]),console['log'](_0x3b94d9['psehM'],_0x463c31);try{if(_0x3b94d9[_0x5b23(0x2a9)]===_0x3b94d9['TrlNg'])return _0x5b54ae[_0x5b23(0x57)](_0x3b94d9[_0x5b23(0x2aa)]),![];else{const _0x486283=await _0x3b94d9['zFvXc'](debugYouTubeTokens);console['log'](_0x3b94d9['xQjlK'],_0x486283);if(!_0x486283[_0x5b23(0x144)]){console[_0x5b23(0x31)](_0x3b94d9[_0x5b23(0x2ab)]);const _0x1521a6=await fixUserYouTubeConnection(_0x463c31);if(_0x1521a6){if(_0x3b94d9[_0x5b23(0x2ac)](_0x3b94d9[_0x5b23(0x2ad)],_0x3b94d9[_0x5b23(0x2ae)])){console['log']('โœ…\x20YouTube\x20connection\x20fixed!\x20Testing\x20again...');const _0x1c226e=await _0x3b94d9[_0x5b23(0x2af)](debugYouTubeTokens);console[_0x5b23(0x31)](_0x3b94d9['zYaSE'],_0x1c226e);}else _0x1d10e7['log'](_0x3b94d9[_0x5b23(0x2b0)]);}else console[_0x5b23(0x57)](_0x3b94d9[_0x5b23(0x2b1)]);}else console['log'](_0x3b94d9[_0x5b23(0x2b2)]);}}catch(_0x5042a0){console['error'](_0x3b94d9[_0x5b23(0x2b3)],_0x5042a0);}};export const requestEmailVerification=async(_0x3e6eba,_0x37624a=![])=>{const _0x21e1c3={'xdPeU':'๐Ÿ“ง\x20Requesting\x20email\x20verification\x20for:','jJPgj':function(_0x299f45,_0xd8413b,_0x4713a8){return _0x299f45(_0xd8413b,_0x4713a8);},'oGvNX':function(_0x4bfb83){return _0x4bfb83();},'oHOJk':_0x5b23(0x2b4),'Mmwyt':_0x5b23(0x2b5)};try{console['log'](_0x21e1c3[_0x5b23(0x2b6)],_0x3e6eba);const _0x247a92=await _0x21e1c3[_0x5b23(0x2b7)](fetch,API_CONFIG[_0x5b23(0x16)]+_0x5b23(0x2b8),{'method':'POST','headers':_0x21e1c3[_0x5b23(0x2b9)](getDeveloperAuthHeaders),'body':JSON[_0x5b23(0x81)]({'email':_0x3e6eba,'action':_0x21e1c3['oHOJk'],'testMode':_0x37624a})}),_0x524112=await _0x247a92[_0x5b23(0x210)]();return _0x247a92['ok']?{'success':!![],'message':_0x524112[_0x5b23(0x39)]||_0x5b23(0x27c)}:{'success':![],'error':_0x524112[_0x5b23(0x39)]||_0x5b23(0x8d)};}catch(_0x21e64a){return console[_0x5b23(0x57)]('โŒ\x20Error\x20requesting\x20email\x20verification:',_0x21e64a),{'success':![],'error':_0x21e1c3[_0x5b23(0x2ba)]};}};export const verifyEmailCode=async(_0x258284,_0x50bd3c,_0x35a3ad=![])=>{const _0x41f61e={'HgpRm':'โŒ\x20Failed\x20to\x20get\x20fresh\x20tokens\x20from\x20Google\x20SDK','coavE':'โš ๏ธ\x20Failed\x20to\x20fetch\x20YouTube\x20channel\x20info:','ZVCKK':function(_0x261a2b,_0x4cb776){return _0x261a2b===_0x4cb776;},'XzCWq':function(_0xad6f6c,_0x30a8ff){return _0xad6f6c===_0x30a8ff;},'gVYuK':_0x5b23(0x24),'rvPiW':_0x5b23(0x2bb),'hbXmS':function(_0x2b7485,_0x6fd50e,_0xe7dbde){return _0x2b7485(_0x6fd50e,_0xe7dbde);},'luyAj':function(_0x1db3cb){return _0x1db3cb();},'AtEMQ':'verify','iJyVY':function(_0x3624e3,_0x42e7c3){return _0x3624e3!==_0x42e7c3;},'TIhHc':_0x5b23(0x2bc),'uxpJG':_0x5b23(0x2bd),'ixmRx':_0x5b23(0x2be),'nnsFJ':_0x5b23(0x1c3),'cQOiT':function(_0x1c2627,_0x49eacb){return _0x1c2627===_0x49eacb;},'ZwnpB':'wMqlf','pGfzS':_0x5b23(0xf4),'vKVqK':_0x5b23(0x2b5)};try{console[_0x5b23(0x31)](_0x41f61e[_0x5b23(0x2bf)],_0x258284);const _0xa73d8=await _0x41f61e[_0x5b23(0x2c0)](fetch,API_CONFIG[_0x5b23(0x16)]+_0x5b23(0x2b8),{'method':'POST','headers':_0x41f61e[_0x5b23(0x2c1)](getDeveloperAuthHeaders),'body':JSON[_0x5b23(0x81)]({'email':_0x258284,'code':_0x50bd3c,'action':_0x41f61e[_0x5b23(0x2c2)],'testMode':_0x35a3ad})}),_0x1d14e6=await _0xa73d8[_0x5b23(0x210)]();if(_0xa73d8['ok'])return _0x41f61e[_0x5b23(0x2c3)](_0x41f61e[_0x5b23(0x2c4)],_0x41f61e[_0x5b23(0x2c5)])?{'success':!![],'message':_0x1d14e6[_0x5b23(0x39)]||_0x5b23(0x2c6),'existingUser':_0x1d14e6['existingUser']||![],'token':_0x1d14e6[_0x5b23(0x2c7)]}:(_0x4f6e7a[_0x5b23(0x57)](_0x41f61e['HgpRm']),![]);else{if(_0x5b23(0x2be)!==_0x41f61e[_0x5b23(0x2c8)])_0x2744dc[_0x5b23(0x31)]('โš ๏ธ\x20[CONNECTIVITY]\x20API\x20server\x20responded\x20with\x20status:\x20'+_0x125900[_0x5b23(0x42)]);else return{'success':![],'error':_0x1d14e6[_0x5b23(0x39)]||_0x41f61e[_0x5b23(0x2c9)]};}}catch(_0x353a6e){if(_0x41f61e[_0x5b23(0x2ca)](_0x5b23(0x2cb),_0x41f61e[_0x5b23(0x2cc)])){var _0x2755e4,_0xb34208;_0x30bdab[_0x5b23(0x31)](_0x41f61e['coavE'],_0x43542f[_0x5b23(0x42)]),_0x534a8e=((_0x2755e4=_0x8970fb[_0x5b23(0x4f)])===null||_0x41f61e[_0x5b23(0x2cd)](_0x2755e4,void 0x0)||_0x41f61e[_0x5b23(0x2cd)](_0x2755e4=_0x2755e4[_0x5b23(0x50)],null)||_0x41f61e[_0x5b23(0x2cd)](_0x2755e4,void 0x0)?void 0x0:_0x2755e4[_0x5b23(0x47)])||(_0x41f61e[_0x5b23(0x2cd)](_0xb34208=_0x38e3cc[_0x5b23(0x4f)],null)||_0x41f61e[_0x5b23(0x2cd)](_0xb34208,void 0x0)||(_0xb34208=_0xb34208[_0x5b23(0x50)])===null||_0x41f61e[_0x5b23(0x2ce)](_0xb34208,void 0x0)?void 0x0:_0xb34208[_0x5b23(0x54)])||_0x41f61e[_0x5b23(0x2cf)];}else return console[_0x5b23(0x57)](_0x41f61e['pGfzS'],_0x353a6e),{'success':![],'error':_0x41f61e[_0x5b23(0x2d0)]};}};export const checkEmailVerificationStatus=async(_0x31acb5,_0x24556c=![])=>{const _0x3d56b2={'EJjIe':_0x5b23(0x28c),'ziOLk':function(_0x4993da,_0x521a9e,_0x58c527){return _0x4993da(_0x521a9e,_0x58c527);},'NcomZ':function(_0x1a466f){return _0x1a466f();},'pKipl':function(_0x1ab7fd,_0x59060c){return _0x1ab7fd===_0x59060c;},'EEXsq':_0x5b23(0x2d1),'Qmsuc':_0x5b23(0x2d2)};try{const _0x38dee0=await _0x3d56b2[_0x5b23(0x2d3)](fetch,API_CONFIG[_0x5b23(0x16)]+_0x5b23(0x2d4),{'method':'POST','headers':_0x3d56b2[_0x5b23(0x2d5)](getDeveloperAuthHeaders),'body':JSON[_0x5b23(0x81)]({'email':_0x31acb5,'testMode':_0x24556c})}),_0x33fcc7=await _0x38dee0[_0x5b23(0x210)]();return{'success':_0x38dee0['ok'],'isPending':_0x33fcc7[_0x5b23(0x2d6)]||![],'message':_0x33fcc7['message']};}catch(_0x57848e){return _0x3d56b2[_0x5b23(0x2d7)](_0x3d56b2[_0x5b23(0x2d8)],_0x3d56b2[_0x5b23(0x2d8)])?(console[_0x5b23(0x57)](_0x3d56b2[_0x5b23(0x2d9)],_0x57848e),{'success':![],'isPending':![],'error':_0x5b23(0x1a0)}):(_0x5d62a1[_0x5b23(0x57)](_0x3d56b2[_0x5b23(0x2da)],_0x1c16a7),![]);}};export const initializePlatformAuthService=()=>{const _0x7ce819={'SLpzd':_0x5b23(0x2db),'Enzcb':function(_0x2f166e){return _0x2f166e();}};console[_0x5b23(0x31)](_0x7ce819[_0x5b23(0x2dc)]),_0x7ce819[_0x5b23(0x2dd)](initializeGoogleSignIn);};