mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Redux -> Wabbajack main code
This commit is contained in:
10
Wabbajack.Networking.NexusApi/ApiKey.cs
Normal file
10
Wabbajack.Networking.NexusApi/ApiKey.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using System.Threading.Tasks;
|
||||
using Wabbajack.DTOs.Logins;
|
||||
using Wabbajack.Networking.Http.Interfaces;
|
||||
|
||||
namespace Wabbajack.Networking.NexusApi
|
||||
{
|
||||
public interface ApiKey : ITokenProvider<NexusApiState>
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user