@mvx/identity
Version:
identity is oidc for mvc, type-mvc is base on koa. Decorator, Ioc, AOP mvc framework on server.
22 lines (20 loc) • 550 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ValidationResult = void 0;
require("../IAuthenticator");
/**
* auth action
*
* @export
* @class AuthAction
*/
var ValidationResult = /** @class */ (function () {
function ValidationResult() {
}
ValidationResult.ρAnn = function () {
return { "name": "ValidationResult" };
};
return ValidationResult;
}());
exports.ValidationResult = ValidationResult;
//# sourceMappingURL=../../sourcemaps/passports/results/ValidationResult.js.map