@mercury-labs/nest-auth
Version:
Mercury framework auth library. It supports local auth, jwt with both bearer token and cookie, basic auth.
10 lines • 391 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.GetCurrentUserByAccessTokenQuery = void 0;
class GetCurrentUserByAccessTokenQuery {
constructor(accessToken) {
this.accessToken = accessToken;
}
}
exports.GetCurrentUserByAccessTokenQuery = GetCurrentUserByAccessTokenQuery;
//# sourceMappingURL=get-current-user-by-access-token.query.js.map
;