UNPKG

477 BTypeScriptView Raw
1export * as hooks from './hooks';
2export { authenticate } from './hooks';
3export { AuthenticationBase, AuthenticationRequest, AuthenticationResult, AuthenticationStrategy, AuthenticationParams, ConnectionEvent, JwtVerifyOptions } from './core';
4export { AuthenticationBaseStrategy } from './strategy';
5export { AuthenticationService } from './service';
6export { JWTStrategy } from './jwt';
7export { authenticationSettingsSchema, AuthenticationConfiguration } from './options';