ProviderFactories
Home > @backstage/plugin-auth-backend
> ProviderFactories
Warning: This API is now obsolete.
Migrate the auth plugin to the new backend system https://backstage.io/docs/backend-system/building-backends/migrating\#the-auth-plugin
Signature:
export type ProviderFactories = {
[s: string]: AuthProviderFactory;
};
References: AuthProviderFactory