private async Task <IPBApiClient> GetClientAsync()
 {
     return(_apiClient ??= _apiClientFactory.GetClient(await _currentUserProvider.GetAccessTokenAsync()));
 }
Exemplo n.º 2
0
 protected async Task <IPBApiClient> GetClientAsync()
 {
     return(_factory.GetClient(await _currentUserProvider.GetAccessTokenAsync()));
 }