diff --git a/src/index.tsx b/src/index.tsx index deb6158f..27064705 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -3,7 +3,7 @@ export { Auth0ProviderOptions, AppState, } from './auth0-provider'; -export { default as useAuth0 } from './use-auth0'; +export { default as useAuth0, useCustomAuth0 } from './use-auth0'; export { default as withAuth0, WithAuth0Props } from './with-auth0'; export { default as withAuthenticationRequired, @@ -30,5 +30,11 @@ export { InMemoryCache, LocalStorageCache, Cacheable, + TimeoutError, + MfaRequiredError, + PopupCancelledError, + PopupTimeoutError, + AuthenticationError, + MissingRefreshTokenError, } from '@auth0/auth0-spa-js'; export { OAuthError } from './errors';