Forum Discussion

avidCoder's avatar
avidCoder
Super Contributor
6 years ago

How to get Access Token for OAuth 2.0 using client_credentials using java code?

I have some API which requires access token to get the response. In postman we use OAuth 2.0 to get the access token by providing client username and password. In similar way, I want to fetch the new...