Files
WebNovelPortal/Treestar.Shared/AccessLayers/IAccessLayerAuthenticationProvider.cs

6 lines
152 B
C#

namespace Treestar.Shared.AccessLayers;
public interface IAccessLayerAuthenticationProvider
{
Task AddAuthentication(HttpRequestMessage request);
}