You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the steps : after curl -u "xxxx...":"xxxx..." -XPOST http://0.0.0.0:8080/oauth/token -F grant_type=password -F username="me" -F password=valid -F scope=profile
Hello @lepture , I have one query in the above discussion first time when I make a request to -XPOST http://0.0.0.0:8080/oauth/token by passing the oauth code, at that time I only get access_token in response but not the request token.
Hello
I followed the steps : after
curl -u "xxxx...":"xxxx..." -XPOST http://0.0.0.0:8080/oauth/token -F grant_type=password -F username="me" -F password=valid -F scope=profile
i got the response in Ubuntu terminal :
{"access_token": "xxxx..", "expires_in": 864000, \ "refresh_token": "xxxx..", "scope": "profile", "token_type": "Bearer"}
how to
curl
the refresh_token ? should we include something here ? :I wish there would be a complete example
Thanks
The text was updated successfully, but these errors were encountered: