Skip to content

Commit

Permalink
[524] migrate garmin authentication to oauth
Browse files Browse the repository at this point in the history
  • Loading branch information
philosowaffle committed Sep 28, 2023
1 parent e49dac2 commit 67d20b9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/Garmin/Auth/GarminOAuthService.cs
Original file line number Diff line number Diff line change
@@ -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
{
}

0 comments on commit 67d20b9

Please sign in to comment.