@mvx/identity
Version:
identity is oidc for mvc, type-mvc is base on koa. Decorator, Ioc, AOP mvc framework on server.
11 lines (9 loc) • 318 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AuthenticatorToken = void 0;
var ioc_1 = require("@tsdi/ioc");
/**
* IAuthenticator token.
*/
exports.AuthenticatorToken = new ioc_1.InjectToken('Authenticator');
//# sourceMappingURL=../sourcemaps/passports/IAuthenticator.js.map