Test: Integrated google auth
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
using Google.Apis.Oauth2.v2.Data;
|
||||
|
||||
namespace Hutopy.Application.Common.Interfaces;
|
||||
|
||||
public interface IGoogleService
|
||||
{
|
||||
Task<Userinfo?> GetUserInfoAsync(string accessToken);
|
||||
}
|
||||
Reference in New Issue
Block a user