@auth0/auth0-react
Version:
Auth0 SDK for React Single Page Applications (SPA)
8 lines • 970 B
TypeScript
export { default as Auth0Provider, Auth0ProviderOptions, AppState, } from './auth0-provider';
export { default as useAuth0 } from './use-auth0';
export { default as withAuth0, WithAuth0Props } from './with-auth0';
export { default as withAuthenticationRequired, WithAuthenticationRequiredOptions, } from './with-authentication-required';
export { default as Auth0Context, Auth0ContextInterface, initialContext, LogoutOptions, RedirectLoginOptions, } from './auth0-context';
export { AuthorizationParams, PopupLoginOptions, PopupConfigOptions, GetTokenWithPopupOptions, LogoutUrlOptions, CacheLocation, GetTokenSilentlyOptions, IdToken, User, ICache, InMemoryCache, LocalStorageCache, Cacheable, TimeoutError, MfaRequiredError, PopupCancelledError, PopupTimeoutError, AuthenticationError, MissingRefreshTokenError, GenericError, UseDpopNonceError, type FetcherConfig } from '@auth0/auth0-spa-js';
export { OAuthError } from './errors';
//# sourceMappingURL=index.d.ts.map