In OAuth 2.0, ________ is used to obtain consent from the user for accessing their resources.
- Authorization Code
- Authorization Grant
- Client Credentials
- Implicit Grant
In OAuth 2.0, the Authorization Grant type is used to obtain consent from the user for accessing their resources. This involves exchanging an authorization code for an access token.
Loading...
Related Quiz
- In CodeIgniter, what is the significance of the 'core' subdirectory within the 'application' directory?
- For robust email integration, ________ is used to verify the sender's identity to prevent email spoofing.
- _______________ is a CodeIgniter feature that aids in the efficient streaming of large JSON datasets.
- How does the use of Object-Relational Mapping (ORM) frameworks contribute to SQL injection prevention?
- How do SameSite cookies contribute to CSRF protection?