Anmol16q
Results
1
issues of
Anmol16q
I've tried it says forbidden Pls check try { //ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12; var xeroToken = (XeroOAuth2Token)await _XeroClient.RequestXeroTokenAsync(code); List tenants = await _XeroClient.GetConnectionsAsync(xeroToken); Tenant firstTenant = tenants[0]; TokenUtilities.StoreToken(xeroToken); }...