Interface IAbpAccessTokenProvider
Namespace: Volo.Abp.Http.Client.Authentication
Assembly: Volo.Abp.Http.Client.dll
Syntax
public interface IAbpAccessTokenProvider
Methods
GetTokenAsync()
Declaration
Task<string> GetTokenAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><string> |