"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LayoutVariant = exports.REDOCLY_ROUTE_RBAC = exports.REDOCLY_TEAMS_RBAC = exports.ApigeeDevOnboardingIntegrationAuthType = exports.AuthProviderType = exports.DEFAULT_TEAM_CLAIM_NAME = void 0; exports.DEFAULT_TEAM_CLAIM_NAME = 'https://redocly.com/sso/teams'; var AuthProviderType; (function (AuthProviderType) { AuthProviderType["OIDC"] = "OIDC"; AuthProviderType["SAML2"] = "SAML2"; })(AuthProviderType || (exports.AuthProviderType = AuthProviderType = {})); var ApigeeDevOnboardingIntegrationAuthType; (function (ApigeeDevOnboardingIntegrationAuthType) { ApigeeDevOnboardingIntegrationAuthType["SERVICE_ACCOUNT"] = "SERVICE_ACCOUNT"; ApigeeDevOnboardingIntegrationAuthType["OAUTH2"] = "OAUTH2"; })(ApigeeDevOnboardingIntegrationAuthType || (exports.ApigeeDevOnboardingIntegrationAuthType = ApigeeDevOnboardingIntegrationAuthType = {})); exports.REDOCLY_TEAMS_RBAC = 'redocly::teams-rbac'; exports.REDOCLY_ROUTE_RBAC = 'redocly::route-rbac'; var LayoutVariant; (function (LayoutVariant) { LayoutVariant["STACKED"] = "stacked"; LayoutVariant["THREE_PANEL"] = "three-panel"; })(LayoutVariant || (exports.LayoutVariant = LayoutVariant = {})); //# sourceMappingURL=constants.js.map