QuestionQ331

Using APIs

What serves as the unique identifier in the OAuth 2.0 three-legged authorization-code flow?

  • A client ID
  • B resource owner
  • C authorization server
  • D resource server
Explanation

The client ID is the identifier assigned to a registered OAuth client, allowing the authorization server to recognize which application is initiating the authorization flow.

Community Discussion

No comments yet. Be the first to start the discussion!