export { PasswordStrategy } from './Password'; export { AnonymousStrategy } from './Anonymous'; export { BasicAuthStrategy } from './BasicAuth';