diff --git a/src/Garmin/Auth/GarminOAuthService.cs b/src/Garmin/Auth/GarminOAuthService.cs new file mode 100644 index 000000000..133b82da6 --- /dev/null +++ b/src/Garmin/Auth/GarminOAuthService.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Garmin.Auth; + +public interface IGarminOAuthService +{ + +} + +public class GarminOAuthService +{ +}