Update vraLogin.js

This commit is contained in:
John Bowdre 2022-06-14 08:50:42 -05:00 committed by GitHub
parent 5fe75ade56
commit dfae2f11c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -16,4 +16,5 @@ request.setHeader("Content-Type", "application/json");
var response = request.execute();
var token = JSON.parse(response.contentAsString).cspAuthToken;
System.debug("Created vRA API session: " + token);
return token;