We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Just create the context using the "Account", "username" and "password"
var context = new VsoContext("account", "user", "password");
More info: https://www.visualstudio.com/integrate/get-started/auth/overview
Just create the context using the "Account" and the oauth token
var context = new VsoContext("account", "oauthToken");
More info: https://www.visualstudio.com/integrate/get-started/auth/oauth