File tree Expand file tree Collapse file tree 3 files changed +16
-7
lines changed Expand file tree Collapse file tree 3 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 1+ export {
2+ AuthError ,
3+ CredentialsManagerError ,
4+ WebAuthError ,
5+ } from '../core/models' ;
16export { default as Auth0 , TimeoutError } from '../index' ;
2- export { AuthError } from '../core/models/AuthError' ;
Original file line number Diff line number Diff line change 1- export { useAuth0 , Auth0Provider } from '../hooks' ;
1+ export { Auth0Provider , useAuth0 } from '../hooks' ;
Original file line number Diff line number Diff line change 1- import { Auth0ClientFactory } from './factory/Auth0ClientFactory' ;
21import type { IAuth0Client } from './core/interfaces/IAuth0Client' ;
2+ import { Auth0ClientFactory } from './factory/Auth0ClientFactory' ;
33import type { Auth0Options } from './types' ;
4+
5+ export {
6+ AuthError ,
7+ CredentialsManagerError ,
8+ WebAuthError ,
9+ } from './core/models' ;
410export { TimeoutError } from './core/utils/fetchWithTimeout' ;
5- export { useAuth0 } from './hooks/useAuth0' ;
611export { Auth0Provider } from './hooks/Auth0Provider' ;
12+ export { useAuth0 } from './hooks/useAuth0' ;
13+ export * from './types' ;
714export type {
8- LocalAuthenticationOptions ,
915 LocalAuthenticationLevel ,
16+ LocalAuthenticationOptions ,
1017 LocalAuthenticationStrategy ,
1118} from './types/platform-specific' ;
1219
13- export * from './types' ;
14-
1520/**
1621 * The main Auth0 client class.
1722 *
You can’t perform that action at this time.
0 commit comments