Advertisement
Guest User

Untitled

a guest
Apr 14th, 2016
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. {"access_token": "123", "token_type": "Bearer", "expires_in": 36000, "refresh_token": "123", "scope": "read write groups"}
  2.  
  3. curl -X POST -d "grant_type=password&username=**&password=**" -u "client_id:client_secret"
  4.  
  5. url: http://ip:port/oAuthTokenGeneration/token/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement