@firebase/auth 0.23.0 → 0.23.1-canary.9c317277f
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.
- package/CHANGELOG.md +6 -0
- package/dist/auth-public.d.ts +6 -6
- package/dist/auth.d.ts +6 -6
- package/dist/browser-cjs/{index-8174c221.js → index-19ec7a81.js} +15 -17
- package/dist/browser-cjs/index-19ec7a81.js.map +1 -0
- package/dist/browser-cjs/index.js +1 -1
- package/dist/browser-cjs/internal.js +1 -1
- package/dist/browser-cjs/src/model/public_types.d.ts +9 -6
- package/dist/browser-cjs/src/platform_browser/recaptcha/recaptcha_enterprise_verifier.d.ts +1 -0
- package/dist/browser-cjs/src/platform_browser/strategies/popup.d.ts +1 -1
- package/dist/cordova/index.js +2 -2
- package/dist/cordova/internal.js +6 -4
- package/dist/cordova/internal.js.map +1 -1
- package/dist/cordova/{popup_redirect-fedd78b2.js → popup_redirect-3f1d0a04.js} +11 -15
- package/dist/cordova/popup_redirect-3f1d0a04.js.map +1 -0
- package/dist/cordova/src/model/public_types.d.ts +9 -6
- package/dist/cordova/src/platform_browser/recaptcha/recaptcha_enterprise_verifier.d.ts +1 -0
- package/dist/cordova/src/platform_browser/strategies/popup.d.ts +1 -1
- package/dist/esm2017/{index-16e22603.js → index-51c669e6.js} +15 -17
- package/dist/esm2017/index-51c669e6.js.map +1 -0
- package/dist/esm2017/index.js +1 -1
- package/dist/esm2017/internal.js +2 -2
- package/dist/esm2017/src/model/public_types.d.ts +9 -6
- package/dist/esm2017/src/platform_browser/recaptcha/recaptcha_enterprise_verifier.d.ts +1 -0
- package/dist/esm2017/src/platform_browser/strategies/popup.d.ts +1 -1
- package/dist/esm5/{index-932ba0f0.js → index-d6729140.js} +15 -17
- package/dist/esm5/index-d6729140.js.map +1 -0
- package/dist/esm5/index.js +1 -1
- package/dist/esm5/internal.js +2 -2
- package/dist/esm5/src/model/public_types.d.ts +9 -6
- package/dist/esm5/src/platform_browser/recaptcha/recaptcha_enterprise_verifier.d.ts +1 -0
- package/dist/esm5/src/platform_browser/strategies/popup.d.ts +1 -1
- package/dist/index.webworker.esm5.js +10 -14
- package/dist/index.webworker.esm5.js.map +1 -1
- package/dist/node/index.js +1 -1
- package/dist/node/internal.js +1 -1
- package/dist/node/src/model/public_types.d.ts +9 -6
- package/dist/node/src/platform_browser/recaptcha/recaptcha_enterprise_verifier.d.ts +1 -0
- package/dist/node/src/platform_browser/strategies/popup.d.ts +1 -1
- package/dist/node/{totp-919eeeb3.js → totp-7652e592.js} +11 -15
- package/dist/node/totp-7652e592.js.map +1 -0
- package/dist/node-esm/index.js +1 -1
- package/dist/node-esm/internal.js +2 -2
- package/dist/node-esm/src/model/public_types.d.ts +9 -6
- package/dist/node-esm/src/platform_browser/recaptcha/recaptcha_enterprise_verifier.d.ts +1 -0
- package/dist/node-esm/src/platform_browser/strategies/popup.d.ts +1 -1
- package/dist/node-esm/{totp-abcc15a3.js → totp-be775ecc.js} +11 -15
- package/dist/node-esm/totp-be775ecc.js.map +1 -0
- package/dist/rn/index.js +1 -1
- package/dist/rn/internal.js +5 -3
- package/dist/rn/internal.js.map +1 -1
- package/dist/rn/{phone-1dccf30c.js → phone-23c46608.js} +11 -15
- package/dist/rn/phone-23c46608.js.map +1 -0
- package/dist/rn/src/model/public_types.d.ts +9 -6
- package/dist/rn/src/platform_browser/recaptcha/recaptcha_enterprise_verifier.d.ts +1 -0
- package/dist/rn/src/platform_browser/strategies/popup.d.ts +1 -1
- package/dist/src/model/public_types.d.ts +9 -6
- package/dist/src/platform_browser/recaptcha/recaptcha_enterprise_verifier.d.ts +1 -0
- package/dist/src/platform_browser/strategies/popup.d.ts +1 -1
- package/package.json +6 -6
- package/dist/browser-cjs/index-8174c221.js.map +0 -1
- package/dist/cordova/popup_redirect-fedd78b2.js.map +0 -1
- package/dist/esm2017/index-16e22603.js.map +0 -1
- package/dist/esm5/index-932ba0f0.js.map +0 -1
- package/dist/node/totp-919eeeb3.js.map +0 -1
- package/dist/node-esm/totp-abcc15a3.js.map +0 -1
- package/dist/rn/phone-1dccf30c.js.map +0 -1
|
@@ -278,7 +278,7 @@ export interface Auth {
|
|
|
278
278
|
*/
|
|
279
279
|
useDeviceLanguage(): void;
|
|
280
280
|
/**
|
|
281
|
-
* Signs out the current user.
|
|
281
|
+
* Signs out the current user. This does not automatically revoke the user's ID token.
|
|
282
282
|
*/
|
|
283
283
|
signOut(): Promise<void>;
|
|
284
284
|
}
|
|
@@ -378,7 +378,7 @@ export interface ActionCodeInfo {
|
|
|
378
378
|
/**
|
|
379
379
|
* The type of operation that generated the action code.
|
|
380
380
|
*/
|
|
381
|
-
operation: typeof ActionCodeOperationMap[keyof typeof ActionCodeOperationMap];
|
|
381
|
+
operation: (typeof ActionCodeOperationMap)[keyof typeof ActionCodeOperationMap];
|
|
382
382
|
}
|
|
383
383
|
/**
|
|
384
384
|
* An enumeration of the possible email action types.
|
|
@@ -498,6 +498,9 @@ export interface AuthProvider {
|
|
|
498
498
|
/**
|
|
499
499
|
* An enum of factors that may be used for multifactor authentication.
|
|
500
500
|
*
|
|
501
|
+
* Internally we use an enum type for FactorId, ActionCodeOperation, but there is a copy in https://github.com/firebase/firebase-js-sdk/blob/48a2096aec53a7eaa9ffcc2625016ecb9f90d113/packages/auth/src/model/enum_maps.ts#L23 that uses maps.
|
|
502
|
+
* const enums are better for tree-shaking, however can cause runtime errors if exposed in public APIs, example - https://github.com/microsoft/rushstack/issues/3058
|
|
503
|
+
* So, we expose enum maps publicly, but use const enums internally to get some tree-shaking benefit.
|
|
501
504
|
* @internal
|
|
502
505
|
*/
|
|
503
506
|
export declare const enum FactorId {
|
|
@@ -544,7 +547,7 @@ export interface ConfirmationResult {
|
|
|
544
547
|
*/
|
|
545
548
|
export interface MultiFactorAssertion {
|
|
546
549
|
/** The identifier of the second factor. */
|
|
547
|
-
readonly factorId: typeof FactorIdMap[keyof typeof FactorIdMap];
|
|
550
|
+
readonly factorId: (typeof FactorIdMap)[keyof typeof FactorIdMap];
|
|
548
551
|
}
|
|
549
552
|
/**
|
|
550
553
|
* The error thrown when the user needs to provide a second factor to sign in successfully.
|
|
@@ -583,7 +586,7 @@ export interface MultiFactorError extends AuthError {
|
|
|
583
586
|
/**
|
|
584
587
|
* The type of operation (sign-in, linking, or re-authentication) that raised the error.
|
|
585
588
|
*/
|
|
586
|
-
readonly operationType: typeof OperationTypeMap[keyof typeof OperationTypeMap];
|
|
589
|
+
readonly operationType: (typeof OperationTypeMap)[keyof typeof OperationTypeMap];
|
|
587
590
|
};
|
|
588
591
|
}
|
|
589
592
|
/**
|
|
@@ -599,7 +602,7 @@ export interface MultiFactorInfo {
|
|
|
599
602
|
/** The enrollment date of the second factor formatted as a UTC string. */
|
|
600
603
|
readonly enrollmentTime: string;
|
|
601
604
|
/** The identifier of the second factor. */
|
|
602
|
-
readonly factorId: typeof FactorIdMap[keyof typeof FactorIdMap];
|
|
605
|
+
readonly factorId: (typeof FactorIdMap)[keyof typeof FactorIdMap];
|
|
603
606
|
}
|
|
604
607
|
/**
|
|
605
608
|
* The subclass of the {@link MultiFactorInfo} interface for phone number
|
|
@@ -987,7 +990,7 @@ export interface UserCredential {
|
|
|
987
990
|
/**
|
|
988
991
|
* The type of operation which was used to authenticate the user (such as sign-in or link).
|
|
989
992
|
*/
|
|
990
|
-
operationType: typeof OperationTypeMap[keyof typeof OperationTypeMap];
|
|
993
|
+
operationType: (typeof OperationTypeMap)[keyof typeof OperationTypeMap];
|
|
991
994
|
}
|
|
992
995
|
/**
|
|
993
996
|
* User profile information, visible only to the Firebase project's apps.
|
|
@@ -18,6 +18,7 @@ import { RecaptchaActionName } from '../../api';
|
|
|
18
18
|
import { Auth } from '../../model/public_types';
|
|
19
19
|
import { AuthInternal } from '../../model/auth';
|
|
20
20
|
export declare const RECAPTCHA_ENTERPRISE_VERIFIER_TYPE = "recaptcha-enterprise";
|
|
21
|
+
export declare const FAKE_TOKEN = "NO_RECAPTCHA";
|
|
21
22
|
export declare class RecaptchaEnterpriseVerifier {
|
|
22
23
|
/**
|
|
23
24
|
* Identifies the type of application verifier (e.g. "recaptcha-enterprise").
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
import { Auth, AuthProvider, PopupRedirectResolver, User, UserCredential } from '../../model/public_types';
|
|
18
18
|
import { Delay } from '../../core/util/delay';
|
|
19
19
|
export declare const enum _Timeout {
|
|
20
|
-
AUTH_EVENT =
|
|
20
|
+
AUTH_EVENT = 8000
|
|
21
21
|
}
|
|
22
22
|
export declare const _POLL_WINDOW_CLOSE_TIMEOUT: Delay;
|
|
23
23
|
/**
|
package/dist/cordova/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getApp, _getProvider } from '@firebase/app';
|
|
2
|
-
import { _ as _signInWithRedirect, a as _reauthenticateWithRedirect, b as _linkWithRedirect, r as registerAuth, i as initializeAuth, c as indexedDBLocalPersistence, d as cordovaPopupRedirectResolver } from './popup_redirect-
|
|
3
|
-
export { A as ActionCodeOperation, a4 as ActionCodeURL, w as AuthCredential, t as AuthErrorCodes, E as EmailAuthCredential, B as EmailAuthProvider, C as FacebookAuthProvider, F as FactorId, D as GithubAuthProvider, G as GoogleAuthProvider, x as OAuthCredential, H as OAuthProvider, O as OperationType, y as PhoneAuthCredential, P as ProviderId, I as SAMLAuthProvider, S as SignInMethod, T as TwitterAuthProvider, U as applyActionCode, j as beforeAuthStateChanged, e as browserLocalPersistence, f as browserSessionPersistence, V as checkActionCode, R as confirmPasswordReset, v as connectAuthEmulator, d as cordovaPopupRedirectResolver, X as createUserWithEmailAndPassword, p as debugErrorMap, n as deleteUser, a1 as fetchSignInMethodsForEmail, ac as getAdditionalUserInfo, a9 as getIdToken, aa as getIdTokenResult, ae as getMultiFactorResolver, g as getRedirectResult, z as inMemoryPersistence, c as indexedDBLocalPersistence, i as initializeAuth, h as initializeRecaptchaConfig, $ as isSignInWithEmailLink, L as linkWithCredential, af as multiFactor, k as onAuthStateChanged, o as onIdTokenChanged, a5 as parseActionCodeURL, q as prodErrorMap, M as reauthenticateWithCredential, ad as reload, a2 as sendEmailVerification, Q as sendPasswordResetEmail, Z as sendSignInLinkToEmail, s as setPersistence, J as signInAnonymously, K as signInWithCredential, N as signInWithCustomToken, Y as signInWithEmailAndPassword, a0 as signInWithEmailLink, m as signOut, ab as unlink, l as updateCurrentUser, a7 as updateEmail, a8 as updatePassword, a6 as updateProfile, u as useDeviceLanguage, a3 as verifyBeforeUpdateEmail, W as verifyPasswordResetCode } from './popup_redirect-
|
|
2
|
+
import { _ as _signInWithRedirect, a as _reauthenticateWithRedirect, b as _linkWithRedirect, r as registerAuth, i as initializeAuth, c as indexedDBLocalPersistence, d as cordovaPopupRedirectResolver } from './popup_redirect-3f1d0a04.js';
|
|
3
|
+
export { A as ActionCodeOperation, a4 as ActionCodeURL, w as AuthCredential, t as AuthErrorCodes, E as EmailAuthCredential, B as EmailAuthProvider, C as FacebookAuthProvider, F as FactorId, D as GithubAuthProvider, G as GoogleAuthProvider, x as OAuthCredential, H as OAuthProvider, O as OperationType, y as PhoneAuthCredential, P as ProviderId, I as SAMLAuthProvider, S as SignInMethod, T as TwitterAuthProvider, U as applyActionCode, j as beforeAuthStateChanged, e as browserLocalPersistence, f as browserSessionPersistence, V as checkActionCode, R as confirmPasswordReset, v as connectAuthEmulator, d as cordovaPopupRedirectResolver, X as createUserWithEmailAndPassword, p as debugErrorMap, n as deleteUser, a1 as fetchSignInMethodsForEmail, ac as getAdditionalUserInfo, a9 as getIdToken, aa as getIdTokenResult, ae as getMultiFactorResolver, g as getRedirectResult, z as inMemoryPersistence, c as indexedDBLocalPersistence, i as initializeAuth, h as initializeRecaptchaConfig, $ as isSignInWithEmailLink, L as linkWithCredential, af as multiFactor, k as onAuthStateChanged, o as onIdTokenChanged, a5 as parseActionCodeURL, q as prodErrorMap, M as reauthenticateWithCredential, ad as reload, a2 as sendEmailVerification, Q as sendPasswordResetEmail, Z as sendSignInLinkToEmail, s as setPersistence, J as signInAnonymously, K as signInWithCredential, N as signInWithCustomToken, Y as signInWithEmailAndPassword, a0 as signInWithEmailLink, m as signOut, ab as unlink, l as updateCurrentUser, a7 as updateEmail, a8 as updatePassword, a6 as updateProfile, u as useDeviceLanguage, a3 as verifyBeforeUpdateEmail, W as verifyPasswordResetCode } from './popup_redirect-3f1d0a04.js';
|
|
4
4
|
import 'tslib';
|
|
5
5
|
import '@firebase/util';
|
|
6
6
|
import '@firebase/component';
|
package/dist/cordova/internal.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ag as _performApiRequest, ah as _addTidIfNecessary, ai as _assert, aj as Delay, ak as _window, al as isV2, am as _createError, an as _loadJS, ao as _generateCallbackName, ap as getRecaptchaParams, aq as _isHttpOrHttps, ar as _isWorker, as as _castAuth, K as signInWithCredential, L as linkWithCredential, at as _assertLinkedStatus, M as reauthenticateWithCredential, au as sendPhoneVerificationCode, av as startEnrollPhoneMfa, aw as _link, y as PhoneAuthCredential, ax as debugAssert, ay as _generateEventId, az as AbstractPopupRedirectOperation, aA as _assertInstanceOf, aB as _withDefaultResolver, aC as FederatedAuthProvider, aD as _fail, aE as _getProjectConfig, aF as _getCurrentUrl, aG as _emulatorUrl, aH as _isChromeIOS, aI as _isFirefox, aJ as _isIOSStandalone, aK as _getRedirectUrl, aL as _setWindowLocation, aM as _isMobileBrowser, aN as _isSafari, aO as _isIOS, f as browserSessionPersistence, aP as _getRedirectResult, aQ as _overrideRedirectResult, aR as AuthEventManager, aS as debugFail, aT as finalizeEnrollPhoneMfa, aU as finalizeEnrollTotpMfa, aV as startEnrollTotpMfa, r as registerAuth, i as initializeAuth, c as indexedDBLocalPersistence, e as browserLocalPersistence, j as beforeAuthStateChanged, o as onIdTokenChanged, v as connectAuthEmulator } from './popup_redirect-
|
|
2
|
-
export { A as ActionCodeOperation, a4 as ActionCodeURL, w as AuthCredential, t as AuthErrorCodes, aZ as AuthImpl, E as EmailAuthCredential, B as EmailAuthProvider, C as FacebookAuthProvider, F as FactorId, a$ as FetchProvider, D as GithubAuthProvider, G as GoogleAuthProvider, x as OAuthCredential, H as OAuthProvider, O as OperationType, y as PhoneAuthCredential, P as ProviderId, b0 as SAMLAuthCredential, I as SAMLAuthProvider, S as SignInMethod, T as TwitterAuthProvider, aX as UserImpl, ai as _assert, as as _castAuth, aD as _fail, ay as _generateEventId, a_ as _getClientVersion, aY as _getInstance, aP as _getRedirectResult, aQ as _overrideRedirectResult, aW as _persistenceKeyName, U as applyActionCode, j as beforeAuthStateChanged, e as browserLocalPersistence, f as browserSessionPersistence, V as checkActionCode, R as confirmPasswordReset, v as connectAuthEmulator, d as cordovaPopupRedirectResolver, X as createUserWithEmailAndPassword, p as debugErrorMap, n as deleteUser, a1 as fetchSignInMethodsForEmail, ac as getAdditionalUserInfo, a9 as getIdToken, aa as getIdTokenResult, ae as getMultiFactorResolver, g as getRedirectResult, z as inMemoryPersistence, c as indexedDBLocalPersistence, i as initializeAuth, h as initializeRecaptchaConfig, $ as isSignInWithEmailLink, L as linkWithCredential, b2 as linkWithRedirect, af as multiFactor, k as onAuthStateChanged, o as onIdTokenChanged, a5 as parseActionCodeURL, q as prodErrorMap, M as reauthenticateWithCredential, b3 as reauthenticateWithRedirect, ad as reload, a2 as sendEmailVerification, Q as sendPasswordResetEmail, Z as sendSignInLinkToEmail, s as setPersistence, J as signInAnonymously, K as signInWithCredential, N as signInWithCustomToken, Y as signInWithEmailAndPassword, a0 as signInWithEmailLink, b1 as signInWithRedirect, m as signOut, ab as unlink, l as updateCurrentUser, a7 as updateEmail, a8 as updatePassword, a6 as updateProfile, u as useDeviceLanguage, a3 as verifyBeforeUpdateEmail, W as verifyPasswordResetCode } from './popup_redirect-
|
|
1
|
+
import { ag as _performApiRequest, ah as _addTidIfNecessary, ai as _assert, aj as Delay, ak as _window, al as isV2, am as _createError, an as _loadJS, ao as _generateCallbackName, ap as getRecaptchaParams, aq as _isHttpOrHttps, ar as _isWorker, as as _castAuth, K as signInWithCredential, L as linkWithCredential, at as _assertLinkedStatus, M as reauthenticateWithCredential, au as sendPhoneVerificationCode, av as startEnrollPhoneMfa, aw as _link, y as PhoneAuthCredential, ax as debugAssert, ay as _generateEventId, az as AbstractPopupRedirectOperation, aA as _assertInstanceOf, aB as _withDefaultResolver, aC as FederatedAuthProvider, aD as _fail, aE as _getProjectConfig, aF as _getCurrentUrl, aG as _emulatorUrl, aH as _isChromeIOS, aI as _isFirefox, aJ as _isIOSStandalone, aK as _getRedirectUrl, aL as _setWindowLocation, aM as _isMobileBrowser, aN as _isSafari, aO as _isIOS, f as browserSessionPersistence, aP as _getRedirectResult, aQ as _overrideRedirectResult, aR as AuthEventManager, aS as debugFail, aT as finalizeEnrollPhoneMfa, aU as finalizeEnrollTotpMfa, aV as startEnrollTotpMfa, r as registerAuth, i as initializeAuth, c as indexedDBLocalPersistence, e as browserLocalPersistence, j as beforeAuthStateChanged, o as onIdTokenChanged, v as connectAuthEmulator } from './popup_redirect-3f1d0a04.js';
|
|
2
|
+
export { A as ActionCodeOperation, a4 as ActionCodeURL, w as AuthCredential, t as AuthErrorCodes, aZ as AuthImpl, E as EmailAuthCredential, B as EmailAuthProvider, C as FacebookAuthProvider, F as FactorId, a$ as FetchProvider, D as GithubAuthProvider, G as GoogleAuthProvider, x as OAuthCredential, H as OAuthProvider, O as OperationType, y as PhoneAuthCredential, P as ProviderId, b0 as SAMLAuthCredential, I as SAMLAuthProvider, S as SignInMethod, T as TwitterAuthProvider, aX as UserImpl, ai as _assert, as as _castAuth, aD as _fail, ay as _generateEventId, a_ as _getClientVersion, aY as _getInstance, aP as _getRedirectResult, aQ as _overrideRedirectResult, aW as _persistenceKeyName, U as applyActionCode, j as beforeAuthStateChanged, e as browserLocalPersistence, f as browserSessionPersistence, V as checkActionCode, R as confirmPasswordReset, v as connectAuthEmulator, d as cordovaPopupRedirectResolver, X as createUserWithEmailAndPassword, p as debugErrorMap, n as deleteUser, a1 as fetchSignInMethodsForEmail, ac as getAdditionalUserInfo, a9 as getIdToken, aa as getIdTokenResult, ae as getMultiFactorResolver, g as getRedirectResult, z as inMemoryPersistence, c as indexedDBLocalPersistence, i as initializeAuth, h as initializeRecaptchaConfig, $ as isSignInWithEmailLink, L as linkWithCredential, b2 as linkWithRedirect, af as multiFactor, k as onAuthStateChanged, o as onIdTokenChanged, a5 as parseActionCodeURL, q as prodErrorMap, M as reauthenticateWithCredential, b3 as reauthenticateWithRedirect, ad as reload, a2 as sendEmailVerification, Q as sendPasswordResetEmail, Z as sendSignInLinkToEmail, s as setPersistence, J as signInAnonymously, K as signInWithCredential, N as signInWithCustomToken, Y as signInWithEmailAndPassword, a0 as signInWithEmailLink, b1 as signInWithRedirect, m as signOut, ab as unlink, l as updateCurrentUser, a7 as updateEmail, a8 as updatePassword, a6 as updateProfile, u as useDeviceLanguage, a3 as verifyBeforeUpdateEmail, W as verifyPasswordResetCode } from './popup_redirect-3f1d0a04.js';
|
|
3
3
|
import { __awaiter, __generator, __assign, __extends, __spreadArray } from 'tslib';
|
|
4
4
|
import { querystring, getModularInstance, getUA, getExperimentalSetting, getDefaultEmulatorHost } from '@firebase/util';
|
|
5
5
|
import { SDK_VERSION, getApp, _getProvider } from '@firebase/app';
|
|
@@ -1170,11 +1170,13 @@ var PopupOperation = /** @class */ (function (_super) {
|
|
|
1170
1170
|
if ((_b = (_a = _this.authWindow) === null || _a === void 0 ? void 0 : _a.window) === null || _b === void 0 ? void 0 : _b.closed) {
|
|
1171
1171
|
// Make sure that there is sufficient time for whatever action to
|
|
1172
1172
|
// complete. The window could have closed but the sign in network
|
|
1173
|
-
// call could still be in flight.
|
|
1173
|
+
// call could still be in flight. This is specifically true for
|
|
1174
|
+
// Firefox or if the opener is in an iframe, in which case the oauth
|
|
1175
|
+
// helper closes the popup.
|
|
1174
1176
|
_this.pollId = window.setTimeout(function () {
|
|
1175
1177
|
_this.pollId = null;
|
|
1176
1178
|
_this.reject(_createError(_this.auth, "popup-closed-by-user" /* AuthErrorCode.POPUP_CLOSED_BY_USER */));
|
|
1177
|
-
},
|
|
1179
|
+
}, 8000 /* _Timeout.AUTH_EVENT */);
|
|
1178
1180
|
return;
|
|
1179
1181
|
}
|
|
1180
1182
|
_this.pollId = window.setTimeout(poll, _POLL_WINDOW_CLOSE_TIMEOUT.get());
|