@zeushq/nextjs-zidentity
Version:
Next.js SDK for signin in with Zeus Identity
6 lines • 489 B
TypeScript
export { default as callbackHandler, HandleCallback, CallbackOptions, AfterCallback } from './callback';
export { default as loginHandler, HandleLogin, LoginOptions, GetLoginState } from './login';
export { default as logoutHandler, HandleLogout, LogoutOptions } from './logout';
export { default as profileHandler, HandleProfile, ProfileOptions, AfterRefetch } from './profile';
export { default as handlerFactory, Handlers, HandleAuth } from './auth';
//# sourceMappingURL=index.d.ts.map