Community Discussion
About access token using client credentials
over 1 year ago by Mahesh
The usual oauth flow has authcodeurl,exchange token function inorder to authenticate.But for client credentials there is a single api which is returning an access token so do we have skip these(authcodeurl,exchange token) process.