What does OAuth primarily focus on in terms of user authorization?
- Delegated access to resources
- Encryption of user data
- Password hashing
- Two-factor authentication
OAuth primarily focuses on delegated access to resources. It allows one service to perform actions on behalf of a user, without exposing their credentials.
Loading...
Related Quiz
- You're tasked with optimizing a query that retrieves data from a large table. Outline the steps you would take to analyze and optimize the query.
- You have an array of numbers and you need to find the maximum value. How would you accomplish this using JavaScript?
- In JavaScript, the console.log() method is commonly used for _______.
- How does Kubernetes handle service discovery and load balancing?
- Which HTTP method is typically used for creating a new resource in a RESTful API?