Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. client_id : 'Id_of_your_client',
  2.  
  3. username : 'your_username',
  4. password : '@#$%^&',
  5. grant_type : "password"
  6. }
  7.  
  8. client_id : 'Id_of_your_client',
  9.  
  10. // client_secret : 'optional depending on the type of client',
  11.  
  12. grant_type : "refresh_token" ,
  13.  
  14. refresh_token : refresh_token_you_got_earlier
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement