Community Discussion

Ask a Question
Back to All

About access token using client credentials

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.