Question: What is one benefit that OAuth provides over an API key approach?

  1. `A token is encrypted.`
  2. `A token is encoded.`
  3. `A token is scoped to the use case.`
  4. `A token can be shared between systems.`

Answer: The correct answer of the above question is Option C:`A token is scoped to the use case.`