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 268 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LoginCommand = void 0; class LoginCommand { constructor(input) { this.input = input; } } exports.LoginCommand = LoginCommand; //# sourceMappingURL=login.command.js.map