UNPKG

@mercury-labs/nest-auth

Version:

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

10 lines 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UserLogoutCommand = void 0; class UserLogoutCommand { constructor(context) { this.context = context; } } exports.UserLogoutCommand = UserLogoutCommand; //# sourceMappingURL=user-logout.command.js.map