function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
h0llyh0lly 

force.com returns no AuthenticationClient values

First attempt at using Force.com Toolkit.
Hard coded in parameter values to implement UsernamePasswordAsync (for testing)
var auth = new AuthenticationClient();

auth.UsernamePasswordAsync(string clientid, string clientsecret, string username, string password)

auth.id : no value
auth.InstanceUrl : no value
auth.AccessToken : no value
auth.ApiVersion : v36.0

I have checked Permission Sets and it is ok.
What am I missing?
thanks