mirror of
https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies.git
synced 2026-07-25 06:14:31 +00:00
7 lines
189 B
C#
7 lines
189 B
C#
namespace SteamLib.Core.Interfaces;
|
|
|
|
public interface ISteamGuardProvider
|
|
{
|
|
public int MaxRetryCount { get; }
|
|
public ValueTask<string> GetSteamGuardCode(ILoginConsumer caller);
|
|
} |