UNPKG

@bitwild/rockets

Version:

Rockets - Core server functionality for NestJS applications with built-in authentication, user management, and API scaffolding

5 lines 211 B
import { AuthorizedUser } from './auth-user.interface'; export interface AuthProviderInterface { validateToken(token: string): Promise<AuthorizedUser>; } //# sourceMappingURL=auth-provider.interface.d.ts.map