Forward openshiftAuthApiRef to the new frontend system

Signed-off-by: Yannik Daellenbach <git@daellenbach.org>
This commit is contained in:
Yannik Daellenbach
2025-07-15 11:54:27 +02:00
parent 1845e57a3d
commit f6309a56d9
3 changed files with 5 additions and 0 deletions
@@ -69,6 +69,7 @@ import { OAuthScope } from '@backstage/core-plugin-api';
import { oktaAuthApiRef } from '@backstage/core-plugin-api';
import { oneloginAuthApiRef } from '@backstage/core-plugin-api';
import { OpenIdConnectApi } from '@backstage/core-plugin-api';
import { openshiftAuthApiRef } from '@backstage/core-plugin-api';
import { PendingOAuthRequest } from '@backstage/core-plugin-api';
import { ProfileInfo } from '@backstage/core-plugin-api';
import { ProfileInfoApi } from '@backstage/core-plugin-api';
@@ -1518,6 +1519,8 @@ export { oneloginAuthApiRef };
export { OpenIdConnectApi };
export { openshiftAuthApiRef };
// @public
export interface OverridableFrontendPlugin<
TRoutes extends {
@@ -37,4 +37,5 @@ export {
microsoftAuthApiRef,
oneloginAuthApiRef,
vmwareCloudAuthApiRef,
openshiftAuthApiRef,
} from '@backstage/core-plugin-api';