The _________ grant type in OAuth is used primarily for machine-to-machine communication where a user's permission is not explicitly required.

  • Authorization Code
  • Client Credentials
  • Implicit
  • Resource Owner Password Credentials
The Client Credentials grant type in OAuth is used for machine-to-machine communication, where the client (application) can request access tokens without involving the resource owner. It's suitable for scenarios where user consent is not needed.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *