next-ucap-messenger/projects/ucap-webmessenger-protocol-authentication/src/public-api.ts
2019-10-10 10:53:42 +09:00

19 lines
519 B
TypeScript

/*
* Public API Surface of ucap-webmessenger-protocol-authentication
*/
export * from './lib/models/user-info';
export * from './lib/protocols/fmc';
export * from './lib/protocols/login';
export * from './lib/protocols/logout';
export * from './lib/protocols/logout-remote';
export * from './lib/services/authentication-protocol.service';
export * from './lib/types/role-code';
export * from './lib/types/service';
export * from './lib/types/sso-mode';
export * from './lib/ucap-authentication-protocol.module';