Prokofiev Yuriy

Results 1 comments of Prokofiev Yuriy

Hello, please have a look: ``` public async Task Callback(string code, XeroTokenApplication application) { Log.Debug($"Received code: {code} for application ({application})"); var client = new XeroClient(_settings.GetXeroConfiguration(application)); Log.Debug($"use the following xero client...