@propelauth/javascript
Version:
A library for managing authentication in the browser, backed by PropelAuth
11 lines (10 loc) • 799 B
TypeScript
export type { AccessHelper, AccessHelperWithOrg } from "./access_helper";
export type { AuthenticationInfo, User } from "./api";
export { createClient } from "./client";
export type { AccessTokenForActiveOrg, IAuthClient, IAuthOptions, RedirectToAccountOptions, RedirectToCreateOrgOptions, RedirectToLoginOptions, RedirectToOrgPageOptions, RedirectToSetupSAMLPageOptions, RedirectToSignupOptions, } from "./client";
export { ACTIVE_ORG_ID_COOKIE_NAME } from "./cookies";
export { getActiveOrgId, setActiveOrgId } from "./org";
export type { OrgIdToOrgMemberInfo, OrgMemberInfo, OrgRoleStructure } from "./org";
export type { OrgHelper } from "./org_helper";
export { OrgMemberInfoClass, UserClass } from "./user";
export type { OrgIdToOrgMemberInfoClass, UserFields, UserProperties } from "./user";