updating the sample commented code in the Startup.Auth.cs file

This commit is contained in:
Tathagata Chakraborty
2015-09-15 13:16:58 +05:30
parent 063d2d515f
commit f762770e00

View File

@@ -298,14 +298,16 @@ namespace OwinOAuthProvidersDemo
//app.UseOnshapeAuthentication(
// appKey: "",
// appSecret: "",
// callbackPath: "/oauthRedirect");
// appSecret: "");
//
//app.UseOnshapeAuthentication(
// appKey: "",
// appSecret: "",
// callbackPath: "/oauthRedirect",
// hostname: "partner.dev.onshape.com");
//
//app.UseOnshapeAuthentication(new OnshapeAuthenticationOptions()
//{
// AppKey = "",
// AppSecret = "",
// CallbackPath = new PathString("/oauthRedirect"),
// Hostname = "partner.dev.onshape.com"
//});
}
}
}