UNPKG

484 BPlain TextView Raw
1export * as hooks from './hooks'
2export { authenticate } from './hooks'
3export {
4 AuthenticationBase,
5 AuthenticationRequest,
6 AuthenticationResult,
7 AuthenticationStrategy,
8 AuthenticationParams,
9 ConnectionEvent,
10 JwtVerifyOptions
11} from './core'
12export { AuthenticationBaseStrategy } from './strategy'
13export { AuthenticationService } from './service'
14export { JWTStrategy } from './jwt'
15export { authenticationSettingsSchema, AuthenticationConfiguration } from './options'