Utility API for VMware Cloud auth

Signed-off-by: Jamie Klassen <jamie.klassen@broadcom.com>
This commit is contained in:
Jamie Klassen
2024-01-26 12:06:19 -05:00
parent d974fb3f6d
commit f919be97d9
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';
@@ -1167,5 +1168,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';