UNPKG

@mvx/identity

Version:

identity is oidc for mvc, type-mvc is base on koa. Decorator, Ioc, AOP mvc framework on server.

21 lines (19 loc) 453 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ValidationResult = void 0; require("../IAuthenticator"); /** * auth action * * @export * @class AuthAction */ class ValidationResult { constructor() { } static ρAnn() { return { "name": "ValidationResult" }; } } exports.ValidationResult = ValidationResult; //# sourceMappingURL=../../sourcemaps/passports/results/ValidationResult.js.map