Kargi-Sitesi/node_modules/@angular/fire/auth/firebase.d.ts

53 lines
5.6 KiB
TypeScript

export * from 'firebase/auth';
import { applyActionCode as _applyActionCode, beforeAuthStateChanged as _beforeAuthStateChanged, checkActionCode as _checkActionCode, confirmPasswordReset as _confirmPasswordReset, connectAuthEmulator as _connectAuthEmulator, createUserWithEmailAndPassword as _createUserWithEmailAndPassword, deleteUser as _deleteUser, fetchSignInMethodsForEmail as _fetchSignInMethodsForEmail, getAdditionalUserInfo as _getAdditionalUserInfo, getAuth as _getAuth, getIdToken as _getIdToken, getIdTokenResult as _getIdTokenResult, getMultiFactorResolver as _getMultiFactorResolver, getRedirectResult as _getRedirectResult, initializeAuth as _initializeAuth, isSignInWithEmailLink as _isSignInWithEmailLink, linkWithCredential as _linkWithCredential, linkWithPhoneNumber as _linkWithPhoneNumber, linkWithPopup as _linkWithPopup, linkWithRedirect as _linkWithRedirect, multiFactor as _multiFactor, onAuthStateChanged as _onAuthStateChanged, onIdTokenChanged as _onIdTokenChanged, parseActionCodeURL as _parseActionCodeURL, reauthenticateWithCredential as _reauthenticateWithCredential, reauthenticateWithPhoneNumber as _reauthenticateWithPhoneNumber, reauthenticateWithPopup as _reauthenticateWithPopup, reauthenticateWithRedirect as _reauthenticateWithRedirect, reload as _reload, sendEmailVerification as _sendEmailVerification, sendPasswordResetEmail as _sendPasswordResetEmail, sendSignInLinkToEmail as _sendSignInLinkToEmail, setPersistence as _setPersistence, signInAnonymously as _signInAnonymously, signInWithCredential as _signInWithCredential, signInWithCustomToken as _signInWithCustomToken, signInWithEmailAndPassword as _signInWithEmailAndPassword, signInWithEmailLink as _signInWithEmailLink, signInWithPhoneNumber as _signInWithPhoneNumber, signInWithPopup as _signInWithPopup, signInWithRedirect as _signInWithRedirect, signOut as _signOut, unlink as _unlink, updateCurrentUser as _updateCurrentUser, updateEmail as _updateEmail, updatePassword as _updatePassword, updatePhoneNumber as _updatePhoneNumber, updateProfile as _updateProfile, useDeviceLanguage as _useDeviceLanguage, verifyBeforeUpdateEmail as _verifyBeforeUpdateEmail, verifyPasswordResetCode as _verifyPasswordResetCode } from 'firebase/auth';
export declare const applyActionCode: typeof _applyActionCode;
export declare const beforeAuthStateChanged: typeof _beforeAuthStateChanged;
export declare const checkActionCode: typeof _checkActionCode;
export declare const confirmPasswordReset: typeof _confirmPasswordReset;
export declare const connectAuthEmulator: typeof _connectAuthEmulator;
export declare const createUserWithEmailAndPassword: typeof _createUserWithEmailAndPassword;
export declare const deleteUser: typeof _deleteUser;
export declare const fetchSignInMethodsForEmail: typeof _fetchSignInMethodsForEmail;
export declare const getAdditionalUserInfo: typeof _getAdditionalUserInfo;
export declare const getAuth: typeof _getAuth;
export declare const getIdToken: typeof _getIdToken;
export declare const getIdTokenResult: typeof _getIdTokenResult;
export declare const getMultiFactorResolver: typeof _getMultiFactorResolver;
export declare const getRedirectResult: typeof _getRedirectResult;
export declare const initializeAuth: typeof _initializeAuth;
export declare const isSignInWithEmailLink: typeof _isSignInWithEmailLink;
export declare const linkWithCredential: typeof _linkWithCredential;
export declare const linkWithPhoneNumber: typeof _linkWithPhoneNumber;
export declare const linkWithPopup: typeof _linkWithPopup;
export declare const linkWithRedirect: typeof _linkWithRedirect;
export declare const multiFactor: typeof _multiFactor;
export declare const onAuthStateChanged: typeof _onAuthStateChanged;
export declare const onIdTokenChanged: typeof _onIdTokenChanged;
export declare const parseActionCodeURL: typeof _parseActionCodeURL;
export declare const reauthenticateWithCredential: typeof _reauthenticateWithCredential;
export declare const reauthenticateWithPhoneNumber: typeof _reauthenticateWithPhoneNumber;
export declare const reauthenticateWithPopup: typeof _reauthenticateWithPopup;
export declare const reauthenticateWithRedirect: typeof _reauthenticateWithRedirect;
export declare const reload: typeof _reload;
export declare const sendEmailVerification: typeof _sendEmailVerification;
export declare const sendPasswordResetEmail: typeof _sendPasswordResetEmail;
export declare const sendSignInLinkToEmail: typeof _sendSignInLinkToEmail;
export declare const setPersistence: typeof _setPersistence;
export declare const signInAnonymously: typeof _signInAnonymously;
export declare const signInWithCredential: typeof _signInWithCredential;
export declare const signInWithCustomToken: typeof _signInWithCustomToken;
export declare const signInWithEmailAndPassword: typeof _signInWithEmailAndPassword;
export declare const signInWithEmailLink: typeof _signInWithEmailLink;
export declare const signInWithPhoneNumber: typeof _signInWithPhoneNumber;
export declare const signInWithPopup: typeof _signInWithPopup;
export declare const signInWithRedirect: typeof _signInWithRedirect;
export declare const signOut: typeof _signOut;
export declare const unlink: typeof _unlink;
export declare const updateCurrentUser: typeof _updateCurrentUser;
export declare const updateEmail: typeof _updateEmail;
export declare const updatePassword: typeof _updatePassword;
export declare const updatePhoneNumber: typeof _updatePhoneNumber;
export declare const updateProfile: typeof _updateProfile;
export declare const useDeviceLanguage: typeof _useDeviceLanguage;
export declare const verifyBeforeUpdateEmail: typeof _verifyBeforeUpdateEmail;
export declare const verifyPasswordResetCode: typeof _verifyPasswordResetCode;