using Moonlight.ApiServer.Database.Entities; namespace Moonlight.ApiServer.Interfaces.OAuth2; public interface IOAuth2Provider { public Task Sync(IServiceProvider provider, string accessToken); }