mirror of
https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies.git
synced 2026-07-25 06:14:31 +00:00
6 lines
171 B
C#
6 lines
171 B
C#
namespace SteamLib.Core.Interfaces;
|
|
|
|
public interface ISmsCodeProvider
|
|
{
|
|
public Task<int> GetSmsCode(ILoginConsumer caller, long? phoneNumber, string? phoneHint);
|
|
} |