UNPKG

356 BTypeScriptView Raw
1export { Session, ISessionOptions } from "./Session";
2export { SessionManager, ISessionManagerOptions } from "./SessionManager";
3export { getClientAuthenticationWithDependencies } from "./dependencies";
4export { ILoginInputOptions, ISessionInfo, IStorage, NotImplementedError, ConfigurationError, InMemoryStorage, } from "@inrupt/solid-client-authn-core";