@bolttech/server-side-next
Version:
This library was generated with [Nx](https://nx.dev).
6 lines (5 loc) • 349 B
TypeScript
export { authService } from './auth.service';
export type { AuthServiceInterface } from './auth.service.interface';
export type { OidcClientOptionsType, OidcClientType, PGTokenSetType, TokenSetType, } from './oidc-client.type';
export { oidcService } from './oidc.service';
export type { OidcServiceInterface } from './oidc.service.interface';