Advertisement
Guest User

Untitled

a guest
Dec 14th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. axios.post(' https://api.mmitnetwork.com/Token', {
  2. grant_type: 'password',
  3. username: 'yourusername',
  4. password: 'yourpassword',
  5. }).then((response) => {
  6. console.log('success!')
  7. }).catch((error) => {
  8. console.log('something went wrong :(')
  9. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement