feat(AuthHub): IAuthClient als Client Typ implementiert.

- SendMessage, SendMessageToCaller und SendMessageToGroup Methoden hinzugefügt.
This commit is contained in:
Developer 02
2025-01-23 15:55:28 +01:00
parent 6245a94f43
commit a2f4fcfbe0
2 changed files with 15 additions and 2 deletions

View File

@@ -23,4 +23,8 @@
<PackageReference Include="UserManager.Infrastructure" Version="3.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\DigitalData.Auth.Abstractions\DigitalData.Auth.Abstractions.csproj" />
</ItemGroup>
</Project>