From 47c3cb9907d68f756bc5f839236061764008c7cb Mon Sep 17 00:00:00 2001 From: carycheng77 Date: Wed, 4 Oct 2017 23:56:20 +0000 Subject: [PATCH] removed tokens --- Box.V2.Test.Integration/BoxResourceManagerTestIntegration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Box.V2.Test.Integration/BoxResourceManagerTestIntegration.cs b/Box.V2.Test.Integration/BoxResourceManagerTestIntegration.cs index c1b1d8d9e..2a904234f 100644 --- a/Box.V2.Test.Integration/BoxResourceManagerTestIntegration.cs +++ b/Box.V2.Test.Integration/BoxResourceManagerTestIntegration.cs @@ -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);