Advertisement
crodgers

Untitled

Mar 22nd, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. form: {
  2. client_id: process.env.OGS_CLIENT_ID,
  3. client_secret: process.env.OGS_CLIENT_SECRET,
  4. grant_type: 'password',
  5. username: username,
  6. password: password
  7. },
  8. headers: {
  9. 'Content-Type': 'application/x-www-form-urlencoded'
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement