Skip to content

Commit

Permalink
removed tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
carycheng77 committed Oct 4, 2017
1 parent d9e1b96 commit 47c3cb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public BoxResourceManagerTestIntegration()
if (userToken == null)
{
// Legacy way of getting the token
_auth = new OAuthSession("DgmyG2oR7PDSpWujo9odQrCtIglmJYbJ", "YOUR_REFRESH_TOKEN", 3600, "bearer");
_auth = new OAuthSession("YOUR_ACCESS_TOKEN", "YOUR_REFRESH_TOKEN", 3600, "bearer");

_config = new BoxConfig(ClientId, ClientSecret, RedirectUri);
_client = new BoxClient(_config, _auth);
Expand Down

0 comments on commit 47c3cb9

Please sign in to comment.