UNPKG

pip-services3-rpc-node

Version:
8 lines (7 loc) 254 B
/** * @module auth * @preferred */ export { BasicAuthorizer as BasicAuthManager } from './BasicAuthorizer'; export { OwnerAuthorizer as OwnerAuthManager } from './OwnerAuthorizer'; export { RoleAuthorizer as RoleAuthManager } from './RoleAuthorizer';