Update
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace BackOffice.BFF.Application.Common.Interfaces;
|
||||
|
||||
public interface ITokenProvider
|
||||
{
|
||||
Task<string> GetTokenAsync();
|
||||
}
|
||||
Reference in New Issue
Block a user