UNPKG

@mercury-labs/auth

Version:

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

7 lines (6 loc) 265 B
import { IAuthUserEntityForResponse } from '../definitions'; export declare class UserLoggedInEvent { readonly user: IAuthUserEntityForResponse; readonly isImpersonated: boolean; constructor(user: IAuthUserEntityForResponse, isImpersonated: boolean); }