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 351 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GetCurrentUserByApiKeyQuery = void 0; class GetCurrentUserByApiKeyQuery { constructor(apiKey) { this.apiKey = apiKey; } } exports.GetCurrentUserByApiKeyQuery = GetCurrentUserByApiKeyQuery; //# sourceMappingURL=get-current-user-by-api-key.query.js.map