mirror of https://github.com/abpframework/abp.git
3 changed files with 6 additions and 4 deletions
@ -1,9 +1,10 @@ |
|||
using System.Threading.Tasks; |
|||
using Volo.Abp.Http.Client.DynamicProxying; |
|||
|
|||
namespace Volo.Abp.Http.Client.Authentication |
|||
{ |
|||
public interface IAccessTokenProvider //TODO: Not sure if this class should be here
|
|||
public interface IAccessTokenProvider |
|||
{ |
|||
Task<string> GetOrNullAsync(); |
|||
Task<string> GetOrNullAsync(DynamicHttpClientProxyConfig config); |
|||
} |
|||
} |
|||
|
|||
Loading…
Reference in new issue