Guest User

Untitled

a guest
Sep 12th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. var loginObject = {
  2. username: $("#userName").val(), // id
  3. password: $("#password").val(), // pass
  4. grant_type: "password"
  5. };
  6. $.post("http://localhost:60000/getToken", loginObject, function (result) {...}
Add Comment
Please, Sign In to add comment