index.js 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var totp = require('./totp-9fcfcaa9.js');
  4. require('tslib');
  5. require('@firebase/util');
  6. require('@firebase/app');
  7. require('@firebase/component');
  8. require('node-fetch');
  9. require('@firebase/logger');
  10. exports.ActionCodeOperation = totp.ActionCodeOperation;
  11. exports.ActionCodeURL = totp.ActionCodeURL;
  12. exports.AuthCredential = totp.AuthCredential;
  13. exports.AuthErrorCodes = totp.AUTH_ERROR_CODES_MAP_DO_NOT_USE_INTERNALLY;
  14. exports.EmailAuthCredential = totp.EmailAuthCredential;
  15. exports.EmailAuthProvider = totp.EmailAuthProvider;
  16. exports.FacebookAuthProvider = totp.FacebookAuthProvider;
  17. exports.FactorId = totp.FactorId;
  18. exports.GithubAuthProvider = totp.GithubAuthProvider;
  19. exports.GoogleAuthProvider = totp.GoogleAuthProvider;
  20. exports.OAuthCredential = totp.OAuthCredential;
  21. exports.OAuthProvider = totp.OAuthProvider;
  22. exports.OperationType = totp.OperationType;
  23. exports.PhoneAuthCredential = totp.PhoneAuthCredential;
  24. exports.PhoneAuthProvider = totp.PhoneAuthProvider;
  25. exports.PhoneMultiFactorGenerator = totp.PhoneMultiFactorGenerator;
  26. exports.ProviderId = totp.ProviderId;
  27. exports.RecaptchaVerifier = totp.RecaptchaVerifier;
  28. exports.SAMLAuthProvider = totp.SAMLAuthProvider;
  29. exports.SignInMethod = totp.SignInMethod;
  30. exports.TotpMultiFactorGenerator = totp.TotpMultiFactorGenerator;
  31. exports.TotpSecret = totp.TotpSecret;
  32. exports.TwitterAuthProvider = totp.TwitterAuthProvider;
  33. exports.applyActionCode = totp.applyActionCode;
  34. exports.beforeAuthStateChanged = totp.beforeAuthStateChanged;
  35. exports.browserLocalPersistence = totp.browserLocalPersistence;
  36. exports.browserPopupRedirectResolver = totp.browserPopupRedirectResolver;
  37. exports.browserSessionPersistence = totp.browserSessionPersistence;
  38. exports.checkActionCode = totp.checkActionCode;
  39. exports.confirmPasswordReset = totp.confirmPasswordReset;
  40. exports.connectAuthEmulator = totp.connectAuthEmulator;
  41. exports.createUserWithEmailAndPassword = totp.createUserWithEmailAndPassword;
  42. exports.debugErrorMap = totp.debugErrorMap;
  43. exports.deleteUser = totp.deleteUser;
  44. exports.fetchSignInMethodsForEmail = totp.fetchSignInMethodsForEmail;
  45. exports.getAdditionalUserInfo = totp.getAdditionalUserInfo;
  46. exports.getAuth = totp.getAuth;
  47. exports.getIdToken = totp.getIdToken;
  48. exports.getIdTokenResult = totp.getIdTokenResult;
  49. exports.getMultiFactorResolver = totp.getMultiFactorResolver;
  50. exports.getRedirectResult = totp.getRedirectResult;
  51. exports.inMemoryPersistence = totp.inMemoryPersistence;
  52. exports.indexedDBLocalPersistence = totp.indexedDBLocalPersistence;
  53. exports.initializeAuth = totp.initializeAuth;
  54. exports.initializeRecaptchaConfig = totp.initializeRecaptchaConfig;
  55. exports.isSignInWithEmailLink = totp.isSignInWithEmailLink;
  56. exports.linkWithCredential = totp.linkWithCredential;
  57. exports.linkWithPhoneNumber = totp.linkWithPhoneNumber;
  58. exports.linkWithPopup = totp.linkWithPopup;
  59. exports.linkWithRedirect = totp.linkWithRedirect;
  60. exports.multiFactor = totp.multiFactor;
  61. exports.onAuthStateChanged = totp.onAuthStateChanged;
  62. exports.onIdTokenChanged = totp.onIdTokenChanged;
  63. exports.parseActionCodeURL = totp.parseActionCodeURL;
  64. exports.prodErrorMap = totp.prodErrorMap;
  65. exports.reauthenticateWithCredential = totp.reauthenticateWithCredential;
  66. exports.reauthenticateWithPhoneNumber = totp.reauthenticateWithPhoneNumber;
  67. exports.reauthenticateWithPopup = totp.reauthenticateWithPopup;
  68. exports.reauthenticateWithRedirect = totp.reauthenticateWithRedirect;
  69. exports.reload = totp.reload;
  70. exports.sendEmailVerification = totp.sendEmailVerification;
  71. exports.sendPasswordResetEmail = totp.sendPasswordResetEmail;
  72. exports.sendSignInLinkToEmail = totp.sendSignInLinkToEmail;
  73. exports.setPersistence = totp.setPersistence;
  74. exports.signInAnonymously = totp.signInAnonymously;
  75. exports.signInWithCredential = totp.signInWithCredential;
  76. exports.signInWithCustomToken = totp.signInWithCustomToken;
  77. exports.signInWithEmailAndPassword = totp.signInWithEmailAndPassword;
  78. exports.signInWithEmailLink = totp.signInWithEmailLink;
  79. exports.signInWithPhoneNumber = totp.signInWithPhoneNumber;
  80. exports.signInWithPopup = totp.signInWithPopup;
  81. exports.signInWithRedirect = totp.signInWithRedirect;
  82. exports.signOut = totp.signOut;
  83. exports.unlink = totp.unlink;
  84. exports.updateCurrentUser = totp.updateCurrentUser;
  85. exports.updateEmail = totp.updateEmail;
  86. exports.updatePassword = totp.updatePassword;
  87. exports.updatePhoneNumber = totp.updatePhoneNumber;
  88. exports.updateProfile = totp.updateProfile;
  89. exports.useDeviceLanguage = totp.useDeviceLanguage;
  90. exports.verifyBeforeUpdateEmail = totp.verifyBeforeUpdateEmail;
  91. exports.verifyPasswordResetCode = totp.verifyPasswordResetCode;
  92. //# sourceMappingURL=index.js.map