UNPKG

1.42 kBTypeScriptView Raw
1import setup from './setupAuthManagement';
2import { addVerification, isVerified, removeVerification } from './hooks';
3export default setup;
4export declare const hooks: {
5 addVerification: typeof addVerification;
6 isVerified: typeof isVerified;
7 removeVerification: typeof removeVerification;
8};
9export { addVerification };
10export { isVerified };
11export { removeVerification };
12export { AuthenticationManagementService } from './services/AuthenticationManagementService';
13export { CheckUniqueService } from './services/CheckUniqueService';
14export { IdentityChangeService } from './services/IdentityChangeService';
15export { PasswordChangeService } from './services/PasswordChangeService';
16export { ResendVerifySignupService } from './services/ResendVerifySignupService';
17export { ResetPwdLongService } from './services/ResetPwdLongService';
18export { ResetPwdShortService } from './services/ResetPwdShortService';
19export { SendResetPwdService } from './services/SendResetPwdService';
20export { VerifySignupLongService } from './services/VerifySignupLongService';
21export { VerifySignupSetPasswordLongService } from './services/VerifySignupSetPasswordLongService';
22export { VerifySignupSetPasswordShortService } from './services/VerifySignupSetPasswordShortService';
23export { VerifySignupShortService } from './services/VerifySignupShortService';
24export * from './types';
25export { default as client } from './client';