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 |
|---|---|
| Task<string> |