@accounts/server
Version:
Fullstack authentication and accounts-management
20 lines (19 loc) • 559 B
TypeScript
export declare const ServerHooks: {
ValidateLogin: string;
LoginSuccess: string;
LoginError: string;
AuthenticateSuccess: string;
AuthenticateError: string;
LogoutSuccess: string;
LogoutError: string;
CreateUserSuccess: string;
CreateUserError: string;
ResumeSessionSuccess: string;
ResumeSessionError: string;
RefreshTokensSuccess: string;
RefreshTokensError: string;
ImpersonationSuccess: string;
ImpersonationError: string;
ResetPasswordSuccess: string;
ChangePasswordSuccess: string;
};