What is the primary role of an OAuth authorization server?
- Authenticate the resource owner and obtain their consent
- Handle the exchange of authorization codes for access tokens
- Issue access tokens to clients after successfully authenticating the resource owner
- Protect the resource owner's credentials
The primary role of an OAuth authorization server is to issue access tokens to clients after successfully authenticating the resource owner and validating their authorization.
Loading...
Related Quiz
- For advanced transaction handling, CodeIgniter provides the ________ feature to manage complex scenarios.
- In CodeIgniter, the ________ method is used for generating JSON-encoded database query results.
- When retrieving the latest 10 records from a table sorted by date, the combination of Active Record Class methods to use is: ________.
- In CodeIgniter, how are data passed from the controller to a view?
- For complex schema changes, ________ should be used to avoid data loss during migrations.