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