How to store a response of an Authorization token into OAuth2 Access Token
1)Send REST request with UserId and Password 2)Response is received with Authorization Token 3) I need to store the Authorization Token as the Access Token for OAuth2 automatically so I don't have ...