How can we get the access Token for OAuth2.0 as grant type of client credentials
Hi , I have a requirement like I created a OAuth provider as a Grant type of "Client credentials". How can we get the Access token and refresh token for every 15 minutes to make the connection active. I had referred few posts as a grant type of Reso...