Skip to content

Commit a2e7cde

Browse files
authored
Update README.md
1 parent 3f76407 commit a2e7cde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ If you haven't already created an app in Box go to https://developer.box.com/ an
3131

3232
### Authentication
3333

34-
#### Using a Developer Token
34+
#### Using a Developer Token (generate one in your app admin console; they last for 60 minutes)
3535
```c#
3636
var config = new BoxConfig(<Client_Id>, <Client_Secret>, new Uri("http://localhost"));
37-
var session = new OAuthSession(DEVELOPER_TOKEN, "NOT_NEEDED", 3600, "bearer");
37+
var session = new OAuthSession(<Developer_Token>, "NOT_NEEDED", 3600, "bearer");
3838
client = new BoxClient(config, session);
3939
```
4040

0 commit comments

Comments
 (0)