Guest User

Untitled

a guest
Nov 29th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. axios
  2. .create({
  3. baseURL:
  4. "http://192.168.43.70:8085/api/v1/oauth/token?grant_type=password&username=22@gmail.com&password=mypassword",
  5. auth: {
  6. username: "my-client",
  7. password: "ZS10ZXN0"
  8. }
  9. })
Add Comment
Please, Sign In to add comment