Added admin page navigation
This commit is contained in:
6
src/HopFrame.Core/Services/IHopFrameAuthHandler.cs
Normal file
6
src/HopFrame.Core/Services/IHopFrameAuthHandler.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace HopFrame.Core.Services;
|
||||
|
||||
public interface IHopFrameAuthHandler {
|
||||
public Task<bool> IsAuthenticatedAsync(string? policy);
|
||||
public Task<string> GetCurrentUserDisplayNameAsync();
|
||||
}
|
||||
Reference in New Issue
Block a user