Skip to content
Camilo Galiana edited this page Sep 28, 2015 · 1 revision

Basic Authentication

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

Oauth authentication

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

Clone this wiki locally