varianta proiect care merge
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace HealthcareManagerUI.Services.TokenService;
|
||||
|
||||
using System.Threading.Tasks;
|
||||
|
||||
public interface ITokenService
|
||||
{
|
||||
Task<string> GetTokenAsync();
|
||||
Task SaveTokenAsync(string token);
|
||||
Task RefreshTokenAsync();
|
||||
}
|
||||
Reference in New Issue
Block a user