UNPKG

@mercury-labs/nest-auth

Version:

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

5 lines (4 loc) 133 B
export declare class GetCurrentUserByRefreshTokenQuery { readonly refreshToken: string; constructor(refreshToken: string); }