mirror of
https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies.git
synced 2026-07-27 23:31:45 +00:00
6 lines
143 B
C#
6 lines
143 B
C#
namespace SteamLib.Core.Interfaces;
|
|
|
|
public interface ICaptchaResolver
|
|
{
|
|
public Task<string> Resolve(Uri imageUrl, HttpClient client);
|
|
} |