move over most trivial services to backend-defaults

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-04-24 15:15:10 +02:00
parent ddfd6608c5
commit b0210ec5b6
48 changed files with 1412 additions and 52 deletions
@@ -172,6 +172,7 @@ export namespace coreServices {
* The service reference for the plugin scoped {@link TokenManagerService}.
*
* @public
* @deprecated Please migrate to the new `coreServices.auth`, `coreServices.httpAuth`, and `coreServices.userInfo` services as needed instead
*/
export const tokenManager = createServiceRef<
import('./TokenManagerService').TokenManagerService
@@ -190,6 +191,7 @@ export namespace coreServices {
* The service reference for the plugin scoped {@link IdentityService}.
*
* @public
* @deprecated Please migrate to the new `coreServices.auth`, `coreServices.httpAuth`, and `coreServices.userInfo` services as needed instead
*/
export const identity = createServiceRef<
import('./IdentityService').IdentityService