Merge pull request #22549 from jamieklassen/vmware-cloud-auth-utility-api

Utility API for VMware Cloud auth
This commit is contained in:
Patrik Oldsberg
2024-02-06 12:02:15 +01:00
committed by GitHub
11 changed files with 139 additions and 0 deletions
@@ -86,6 +86,7 @@ import { TypesToApiRefs } from '@backstage/core-plugin-api';
import { useApi } from '@backstage/core-plugin-api';
import { useApiHolder } from '@backstage/core-plugin-api';
import { useTranslationRef } from '@backstage/core-plugin-api/alpha';
import { vmwareCloudAuthApiRef } from '@backstage/core-plugin-api';
import { withApis } from '@backstage/core-plugin-api';
import { z } from 'zod';
import { ZodSchema } from 'zod';
@@ -1168,5 +1169,7 @@ export function useRouteRefParams<Params extends AnyRouteRefParams>(
export { useTranslationRef };
export { vmwareCloudAuthApiRef };
export { withApis };
```
@@ -36,4 +36,5 @@ export {
oktaAuthApiRef,
microsoftAuthApiRef,
oneloginAuthApiRef,
vmwareCloudAuthApiRef,
} from '@backstage/core-plugin-api';