Which OAuth grant type is most suitable for a web application accessing an API on behalf of a user?

  • Authorization Code
  • Client Credentials
  • Implicit
  • Resource Owner Password Credentials
OAuth 2.0 provides the Authorization Code grant type for web applications, allowing them to obtain access tokens securely on behalf of a user. This involves exchanging an authorization code for an access token.
Add your answer
Loading...

Leave a comment

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