import "text-encoding-polyfill"; import "localstorage-polyfill"; import "react-native-url-polyfill/auto"; import "react-native-get-random-values"; import "./util/subtleCryptoPolyfill"; export { Session, ISessionOptions } from "./Session"; export { getClientAuthenticationWithDependencies } from "./dependencies"; export * from "./defaultSession"; export { ILoginInputOptions, ISessionInfo, IStorage, NotImplementedError, ConfigurationError, InMemoryStorage, } from "@inrupt/solid-client-authn-core";