remove the backend feature compat callback pattern

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-08-15 10:00:15 +02:00
parent 4f56cc68d2
commit d425fc4dfd
95 changed files with 284 additions and 238 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ import { AuthResolverContext as AuthResolverContext_2 } from '@backstage/plugin-
import { AuthService } from '@backstage/backend-plugin-api';
import { AwsAlbResult as AwsAlbResult_2 } from '@backstage/plugin-auth-backend-module-aws-alb-provider';
import { AzureEasyAuthResult } from '@backstage/plugin-auth-backend-module-azure-easyauth-provider';
import { BackendFeatureCompat } from '@backstage/backend-plugin-api';
import { BackendFeature } from '@backstage/backend-plugin-api';
import { BackstageSignInResult } from '@backstage/plugin-auth-node';
import { CacheService } from '@backstage/backend-plugin-api';
import { CatalogApi } from '@backstage/catalog-client';
@@ -58,7 +58,7 @@ export type AuthHandlerResult = {
};
// @public
const authPlugin: BackendFeatureCompat;
const authPlugin: BackendFeature;
export default authPlugin;
// @public @deprecated (undocumented)