Skip to content

Commit 17bae8a

Browse files
author
eoberortner
committed
boost-jwt
1 parent a32707c commit 17bae8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/gov/doe/jgi/boost/client/DemoClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ public static void main(String[] args)
3131
*/
3232
// instantiate the BOOST client
3333
// -- alternative 1: provide your BOOST JWT
34-
// BOOSTClient client = new BOOSTClient("boost-jwt");
34+
BOOSTClient client = new BOOSTClient("put-your-BOOST-JWT-here");
3535
// -- alternative 2: provider you BOOST username and password
36-
BOOSTClient client = new BOOSTClient("username", "password");
36+
// BOOSTClient client = new BOOSTClient("username", "password");
3737

3838
// get the predefined hosts
3939
JSONObject jsonPredefinedHosts = client.getPredefinedHosts();

0 commit comments

Comments
 (0)