mirror of
https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies.git
synced 2026-07-29 08:07:37 +00:00
6 lines
143 B
C#
6 lines
143 B
C#
namespace SteamLib.Core.Interfaces;
|
|
|
|
public interface IPhoneNumberProvider
|
|
{
|
|
public Task<long?> GetPhoneNumber(ILoginConsumer caller);
|
|
} |