Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cburnette committed Nov 5, 2015
1 parent 912a9eb commit 011c17b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
Box Windows V2 SDK
==================

Windows SDK for v2 of the Box API. The SDK is built upon the Portable Class Library and targets the following frameworks: .NET Framework 4.0.3 and higher, .NET for Windows Store apps, Silverlight 4 and higher, Windows Phone 7.5 and higher.

Windows .NET SDK for V2 of the Box API that is usable from the following frameworks:
* .NET Framework 4.0.3 and higher
* .NET for Windows Store apps
* Silverlight 4 and higher
* Windows Phone 7.5 and higher

###Prerequisites
* Visual Studio 2012 w/ Update 2 CTP (or higher)
Expand Down Expand Up @@ -87,7 +90,9 @@ oAuth2Sample.AuthCodeReceived += async (s, e) =>
oauth.GetAuthCode(config.AuthCodeUri, config.RedirectUri);
```

Alternatively, a completely custom OAuth2 authentication process can be used in place of the provided workflows. In this scenario, a fully formed OAuthSession object will be passed in when instantiating the BoxClient.
*Other (ASP.NET)*

Alternatively, a completely custom OAuth2 authentication process can be used in place of the provided workflows, for example, in a custom web application. In this scenario, a fully formed OAuthSession object should be passed in when instantiating the BoxClient.

```c#
OAuthSession session = // Create session from custom implementation
Expand Down

0 comments on commit 011c17b

Please sign in to comment.