Skip to content

Commit 011c17b

Browse files
committed
Update README.md
1 parent 912a9eb commit 011c17b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
Box Windows V2 SDK
44
==================
55

6-
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.
7-
6+
Windows .NET SDK for V2 of the Box API that is usable from the following frameworks:
7+
* .NET Framework 4.0.3 and higher
8+
* .NET for Windows Store apps
9+
* Silverlight 4 and higher
10+
* Windows Phone 7.5 and higher
811

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

90-
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.
93+
*Other (ASP.NET)*
94+
95+
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.
9196

9297
```c#
9398
OAuthSession session = // Create session from custom implementation

0 commit comments

Comments
 (0)