persona-community-5/.pnpm-store/v3/files/b3/eeeb8013be0695cd0cce7bc9e8db887f30f6013959bcf4d919bdccee4fb5e889074310e68918e6486c23c63cf6527b758f4cd9e6b082c2e6c69f74043a59b5
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

19 lines
946 B
Plaintext

export const DEFAULT_TEAM_CLAIM_NAME = 'https://redocly.com/sso/teams';
export var AuthProviderType;
(function (AuthProviderType) {
AuthProviderType["OIDC"] = "OIDC";
AuthProviderType["SAML2"] = "SAML2";
})(AuthProviderType || (AuthProviderType = {}));
export var ApigeeDevOnboardingIntegrationAuthType;
(function (ApigeeDevOnboardingIntegrationAuthType) {
ApigeeDevOnboardingIntegrationAuthType["SERVICE_ACCOUNT"] = "SERVICE_ACCOUNT";
ApigeeDevOnboardingIntegrationAuthType["OAUTH2"] = "OAUTH2";
})(ApigeeDevOnboardingIntegrationAuthType || (ApigeeDevOnboardingIntegrationAuthType = {}));
export const REDOCLY_TEAMS_RBAC = 'redocly::teams-rbac';
export const REDOCLY_ROUTE_RBAC = 'redocly::route-rbac';
export var LayoutVariant;
(function (LayoutVariant) {
LayoutVariant["STACKED"] = "stacked";
LayoutVariant["THREE_PANEL"] = "three-panel";
})(LayoutVariant || (LayoutVariant = {}));
//# sourceMappingURL=constants.js.map