new Task<Configuration> GetConfiguration
This commit is contained in:
parent
9d691dfed1
commit
4761166472
@ -46,6 +46,10 @@ namespace FarmmapsApi.Services
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public async Task<Configuration> GetConfiguration()
|
||||||
|
{
|
||||||
|
return _configuration;
|
||||||
|
}
|
||||||
public async Task AuthenticateAsync()
|
public async Task AuthenticateAsync()
|
||||||
{
|
{
|
||||||
if (_httpClient.DefaultRequestHeaders.Authorization != null &&
|
if (_httpClient.DefaultRequestHeaders.Authorization != null &&
|
||||||
|
Loading…
Reference in New Issue
Block a user