The _____ endpoint in OAuth2 is used by the client to obtain an access token.

  • /access
  • /auth
  • /authorize
  • /token
In OAuth2, the /token endpoint is used by the client to obtain an access token. The client exchanges its credentials or authorization code for an access token at this endpoint, allowing it to access protected resources on behalf of the user.
Add your answer
Loading...

Leave a comment

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