chandantul has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Need use Client id and client secrent of Oauth application

Replies are listed 'Best First'.
Re: Need use Client id and client secrent of Oauth application
by marto (Cardinal) on Mar 10, 2021 at 18:40 UTC

      The Client ID and Client secret will be generated from Authorization server and the same will be utlized for Authentication in order to get access to API related JSON response that i was trying to get through API token. My question was, Can i replace the API token with client id and its secret. is that a possible scenario for you ever? I would like to confirm the same.

        Once authorised you have what you need, but the code isn't the same, and you can't just replace the API token with the client ID & secret. This will likely be covered in the API documentation. Also OAuth.

Re: Need use Client id and client secrent of Oauth application
by Anonymous Monk on Mar 10, 2021 at 22:54 UTC
    I am quite confused here. Does the OP actually understand how OAuth is supposed to work? I don't think so ...

      wow, mike, you sure helped out the OP! you're such a guru.

      I am quite confused here.

      "truer words", as they say...