mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
e41e5c262b
* Switch WJ over to OAuth for Nexus logins * Remove debug code * Try and fix the build error
8 lines
179 B
C#
8 lines
179 B
C#
using Wabbajack.DTOs.Logins;
|
|
using Wabbajack.Networking.Http.Interfaces;
|
|
|
|
namespace Wabbajack.Networking.NexusApi;
|
|
|
|
public interface AuthInfo : ITokenProvider<NexusOAuthState>
|
|
{
|
|
} |