@firebase/auth 0.23.1-canary.e0551fa13 → 0.23.1-canary.e45fea9b8
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/dist/auth-public.d.ts +2 -2
- package/dist/auth.d.ts +2 -2
- package/dist/browser-cjs/{index-8efbaf2f.js → index-f776df10.js} +3 -7
- package/dist/browser-cjs/index-f776df10.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/core/user/id_token_result.d.ts +1 -1
- package/dist/browser-cjs/src/model/public_types.d.ts +1 -1
- package/dist/cordova/index.js +2 -2
- package/dist/cordova/internal.js +2 -2
- package/dist/cordova/{popup_redirect-9b73efc7.js → popup_redirect-dd2bfad8.js} +3 -7
- package/dist/cordova/popup_redirect-dd2bfad8.js.map +1 -0
- package/dist/cordova/src/core/user/id_token_result.d.ts +1 -1
- package/dist/cordova/src/model/public_types.d.ts +1 -1
- package/dist/esm2017/{index-99d8bbd6.js → index-f933e9c3.js} +3 -7
- package/dist/esm2017/index-f933e9c3.js.map +1 -0
- package/dist/esm2017/index.js +1 -1
- package/dist/esm2017/internal.js +2 -2
- package/dist/esm2017/src/core/user/id_token_result.d.ts +1 -1
- package/dist/esm2017/src/model/public_types.d.ts +1 -1
- package/dist/esm5/{index-0e70d171.js → index-d3b796d5.js} +3 -7
- package/dist/esm5/index-d3b796d5.js.map +1 -0
- package/dist/esm5/index.js +1 -1
- package/dist/esm5/internal.js +2 -2
- package/dist/esm5/src/core/user/id_token_result.d.ts +1 -1
- package/dist/esm5/src/model/public_types.d.ts +1 -1
- package/dist/index.webworker.esm5.js +2 -6
- 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/core/user/id_token_result.d.ts +1 -1
- package/dist/node/src/model/public_types.d.ts +1 -1
- package/dist/node/{totp-7221d5e1.js → totp-101243a7.js} +3 -7
- package/dist/node/totp-101243a7.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/core/user/id_token_result.d.ts +1 -1
- package/dist/node-esm/src/model/public_types.d.ts +1 -1
- package/dist/node-esm/{totp-3b6e5002.js → totp-77f9a39c.js} +3 -7
- package/dist/node-esm/totp-77f9a39c.js.map +1 -0
- package/dist/rn/index.js +1 -1
- package/dist/rn/internal.js +1 -1
- package/dist/rn/{phone-79a80986.js → phone-9ea08d89.js} +3 -7
- package/dist/rn/phone-9ea08d89.js.map +1 -0
- package/dist/rn/src/core/user/id_token_result.d.ts +1 -1
- package/dist/rn/src/model/public_types.d.ts +1 -1
- package/dist/src/core/user/id_token_result.d.ts +1 -1
- package/dist/src/model/public_types.d.ts +1 -1
- package/package.json +6 -6
- package/dist/browser-cjs/index-8efbaf2f.js.map +0 -1
- package/dist/cordova/popup_redirect-9b73efc7.js.map +0 -1
- package/dist/esm2017/index-99d8bbd6.js.map +0 -1
- package/dist/esm5/index-0e70d171.js.map +0 -1
- package/dist/node/totp-7221d5e1.js.map +0 -1
- package/dist/node-esm/totp-3b6e5002.js.map +0 -1
- package/dist/rn/phone-79a80986.js.map +0 -1
|
@@ -29,7 +29,7 @@ import { IdTokenResult, ParsedToken, User } from '../../model/public_types';
|
|
|
29
29
|
*/
|
|
30
30
|
export declare function getIdToken(user: User, forceRefresh?: boolean): Promise<string>;
|
|
31
31
|
/**
|
|
32
|
-
* Returns a deserialized JSON Web Token (JWT) used to
|
|
32
|
+
* Returns a deserialized JSON Web Token (JWT) used to identify the user to a Firebase service.
|
|
33
33
|
*
|
|
34
34
|
* @remarks
|
|
35
35
|
* Returns the current token if it has not expired or if it will not expire in the next five
|
|
@@ -948,7 +948,7 @@ export interface User extends UserInfo {
|
|
|
948
948
|
*/
|
|
949
949
|
getIdToken(forceRefresh?: boolean): Promise<string>;
|
|
950
950
|
/**
|
|
951
|
-
* Returns a deserialized JSON Web Token (JWT) used to
|
|
951
|
+
* Returns a deserialized JSON Web Token (JWT) used to identify the user to a Firebase service.
|
|
952
952
|
*
|
|
953
953
|
* @remarks
|
|
954
954
|
* Returns the current token if it has not expired or if it will not expire in the next five
|
|
@@ -1064,7 +1064,7 @@ function getIdToken(user, forceRefresh = false) {
|
|
|
1064
1064
|
return getModularInstance(user).getIdToken(forceRefresh);
|
|
1065
1065
|
}
|
|
1066
1066
|
/**
|
|
1067
|
-
* Returns a deserialized JSON Web Token (JWT) used to
|
|
1067
|
+
* Returns a deserialized JSON Web Token (JWT) used to identify the user to a Firebase service.
|
|
1068
1068
|
*
|
|
1069
1069
|
* @remarks
|
|
1070
1070
|
* Returns the current token if it has not expired or if it will not expire in the next five
|
|
@@ -9864,7 +9864,7 @@ function _isEmptyString(input) {
|
|
|
9864
9864
|
}
|
|
9865
9865
|
|
|
9866
9866
|
var name = "@firebase/auth";
|
|
9867
|
-
var version = "0.23.1-canary.
|
|
9867
|
+
var version = "0.23.1-canary.e45fea9b8";
|
|
9868
9868
|
|
|
9869
9869
|
/**
|
|
9870
9870
|
* @license
|
|
@@ -9973,10 +9973,6 @@ function registerAuth(clientPlatform) {
|
|
|
9973
9973
|
const appCheckServiceProvider = container.getProvider('app-check-internal');
|
|
9974
9974
|
const { apiKey, authDomain } = app.options;
|
|
9975
9975
|
_assert(apiKey && !apiKey.includes(':'), "invalid-api-key" /* AuthErrorCode.INVALID_API_KEY */, { appName: app.name });
|
|
9976
|
-
// Auth domain is optional if IdP sign in isn't being used
|
|
9977
|
-
_assert(!(authDomain === null || authDomain === void 0 ? void 0 : authDomain.includes(':')), "argument-error" /* AuthErrorCode.ARGUMENT_ERROR */, {
|
|
9978
|
-
appName: app.name
|
|
9979
|
-
});
|
|
9980
9976
|
const config = {
|
|
9981
9977
|
apiKey,
|
|
9982
9978
|
authDomain,
|
|
@@ -10089,4 +10085,4 @@ function getAuth(app = getApp()) {
|
|
|
10089
10085
|
registerAuth("Browser" /* ClientPlatform.BROWSER */);
|
|
10090
10086
|
|
|
10091
10087
|
export { signInWithCredential as $, ActionCodeOperation as A, signOut as B, deleteUser as C, debugErrorMap as D, prodErrorMap as E, FactorId as F, AUTH_ERROR_CODES_MAP_DO_NOT_USE_INTERNALLY as G, initializeAuth as H, connectAuthEmulator as I, AuthCredential as J, EmailAuthCredential as K, OAuthCredential as L, PhoneAuthCredential as M, inMemoryPersistence as N, OperationType as O, PhoneAuthProvider as P, EmailAuthProvider as Q, RecaptchaVerifier as R, SignInMethod as S, TotpMultiFactorGenerator as T, FacebookAuthProvider as U, GoogleAuthProvider as V, GithubAuthProvider as W, OAuthProvider as X, SAMLAuthProvider as Y, TwitterAuthProvider as Z, signInAnonymously as _, browserSessionPersistence as a, linkWithCredential as a0, reauthenticateWithCredential as a1, signInWithCustomToken as a2, sendPasswordResetEmail as a3, confirmPasswordReset as a4, applyActionCode as a5, checkActionCode as a6, verifyPasswordResetCode as a7, createUserWithEmailAndPassword as a8, signInWithEmailAndPassword as a9, _assert as aA, AuthEventManager as aB, _getInstance as aC, _persistenceKeyName as aD, _getRedirectResult as aE, _overrideRedirectResult as aF, _clearRedirectOutcomes as aG, _castAuth as aH, UserImpl as aI, AuthImpl as aJ, _getClientVersion as aK, _generateEventId as aL, AuthPopup as aM, FetchProvider as aN, SAMLAuthCredential as aO, sendSignInLinkToEmail as aa, isSignInWithEmailLink as ab, signInWithEmailLink as ac, fetchSignInMethodsForEmail as ad, sendEmailVerification as ae, verifyBeforeUpdateEmail as af, ActionCodeURL as ag, parseActionCodeURL as ah, updateProfile as ai, updateEmail as aj, updatePassword as ak, getIdToken as al, getIdTokenResult as am, unlink as an, getAdditionalUserInfo as ao, reload as ap, getMultiFactorResolver as aq, multiFactor as ar, debugAssert as as, _isIOS as at, _isAndroid as au, _fail as av, _getRedirectUrl as aw, _getProjectConfig as ax, _isIOS7Or8 as ay, _createError as az, browserLocalPersistence as b, signInWithPopup as c, linkWithPopup as d, reauthenticateWithPopup as e, signInWithRedirect as f, linkWithRedirect as g, reauthenticateWithRedirect as h, indexedDBLocalPersistence as i, getRedirectResult as j, browserPopupRedirectResolver as k, linkWithPhoneNumber as l, PhoneMultiFactorGenerator as m, TotpSecret as n, getAuth as o, ProviderId as p, setPersistence as q, reauthenticateWithPhoneNumber as r, signInWithPhoneNumber as s, initializeRecaptchaConfig as t, updatePhoneNumber as u, onIdTokenChanged as v, beforeAuthStateChanged as w, onAuthStateChanged as x, useDeviceLanguage as y, updateCurrentUser as z };
|
|
10092
|
-
//# sourceMappingURL=index-
|
|
10088
|
+
//# sourceMappingURL=index-f933e9c3.js.map
|