8 lines
199 B
TypeScript
8 lines
199 B
TypeScript
|
/*
|
||
|
* Public API Surface of ucap-webmessenger-protocol-authentication
|
||
|
*/
|
||
|
|
||
|
export * from './lib/services/authentication-protocol.service';
|
||
|
|
||
|
export * from './lib/ucap-authentication-protocol.module';
|