UNPKG

@sourceloop/ctrl-plane-tenant-management-service

Version:

Tenant Management microservice for SaaS control plane

10 lines 327 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IdPKey = void 0; var IdPKey; (function (IdPKey) { IdPKey["AUTH0"] = "auth0"; IdPKey["COGNITO"] = "cognito"; IdPKey["KEYCLOAK"] = "keycloak"; })(IdPKey || (exports.IdPKey = IdPKey = {})); //# sourceMappingURL=i-idp.interface.js.map