11// Public classes.
22
33export * from './auth-options' ;
4- export * from './auth.module' ;
54export * from './auth-state/auth-result' ;
65export * from './auth-state/auth-state' ;
6+ export * from './auth.module' ;
77export * from './auto-login/auto-login-all-routes.guard' ;
88export * from './auto-login/auto-login-partial-routes.guard' ;
99export * from './config/auth-well-known/auth-well-known-endpoints' ;
1010export * from './config/config.service' ;
1111export * from './config/loader/config-loader' ;
1212export * from './config/openid-configuration' ;
1313export * from './interceptor/auth.interceptor' ;
14- export * from './login/login-response' ;
1514export * from './logging/log-level' ;
1615export * from './logging/logger.service' ;
16+ export * from './login/login-response' ;
17+ export * from './login/popup/popup-login.service' ;
18+ export * from './login/popup/popup-options' ;
1719export * from './oidc.security.service' ;
1820export * from './public-events/event-types' ;
1921export * from './public-events/notification' ;
@@ -25,3 +27,4 @@ export * from './validation/jwtkeys';
2527export * from './validation/state-validation-result' ;
2628export * from './validation/token-validation.service' ;
2729export * from './validation/validation-result' ;
30+
0 commit comments