@backstage/backend-defaults
Version:
Backend defaults used by Backstage backend apps
15 lines (12 loc) • 523 B
TypeScript
import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
/**
* Authenticated user information retrieval.
*
* See {@link @backstage/code-plugin-api#UserInfoService}
* and {@link https://backstage.io/docs/backend-system/core-services/user-info | the service docs}
* for more information.
*
* @public
*/
declare const userInfoServiceFactory: _backstage_backend_plugin_api.ServiceFactory<_backstage_backend_plugin_api.UserInfoService, "plugin", "singleton">;
export { userInfoServiceFactory };