UNPKG

@mercury-labs/nest-auth

Version:

Mercury framework auth library. It supports local auth, jwt with both bearer token and cookie, basic auth.

7 lines (6 loc) 272 B
import { IAuthUserEntityForResponse } from '../definitions'; export declare class UserLoggedOutEvent { readonly currentAccessToken: string; readonly user: IAuthUserEntityForResponse; constructor(currentAccessToken: string, user: IAuthUserEntityForResponse); }