UNPKG

lbx-jwt

Version:

Provides JWT authentication for loopback applications. Includes storing roles inside tokens and handling refreshing. Built-in reuse detection.

49 lines 1.8 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DevicePublicKeyAuthenticatorOutput = void 0; const tslib_1 = require("tslib"); //TODO: Remove /* eslint-disable jsdoc/require-jsdoc */ const repository_1 = require("@loopback/repository"); let DevicePublicKeyAuthenticatorOutput = class DevicePublicKeyAuthenticatorOutput { }; exports.DevicePublicKeyAuthenticatorOutput = DevicePublicKeyAuthenticatorOutput; tslib_1.__decorate([ (0, repository_1.property)({ type: 'string', required: false }), tslib_1.__metadata("design:type", String) ], DevicePublicKeyAuthenticatorOutput.prototype, "dpk", void 0); tslib_1.__decorate([ (0, repository_1.property)({ type: 'string', required: false }), tslib_1.__metadata("design:type", String) ], DevicePublicKeyAuthenticatorOutput.prototype, "sig", void 0); tslib_1.__decorate([ (0, repository_1.property)({ type: 'string', required: false }), tslib_1.__metadata("design:type", String) ], DevicePublicKeyAuthenticatorOutput.prototype, "nonce", void 0); tslib_1.__decorate([ (0, repository_1.property)({ type: 'string', required: false }), tslib_1.__metadata("design:type", String) ], DevicePublicKeyAuthenticatorOutput.prototype, "scope", void 0); tslib_1.__decorate([ (0, repository_1.property)({ type: 'string', required: false }), tslib_1.__metadata("design:type", String) ], DevicePublicKeyAuthenticatorOutput.prototype, "aaguid", void 0); exports.DevicePublicKeyAuthenticatorOutput = DevicePublicKeyAuthenticatorOutput = tslib_1.__decorate([ (0, repository_1.model)() ], DevicePublicKeyAuthenticatorOutput); //# sourceMappingURL=device-public-key-authenticator-output.model.js.map