In OAuth2, the _____ grant type is used by clients to exchange user credentials for an access token.

  • Authorization Code
  • Client Credentials
  • Implicit
  • Resource Owner Password Credentials
In OAuth2, the "Resource Owner Password Credentials" grant type is used by clients to exchange user credentials (username and password) directly for an access token. This grant type is typically used when the client and authorization server trust each other, and it's not suitable for public clients.
Add your answer
Loading...

Leave a comment

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