A company needs to implement a secure API with mobile client support. Which authentication method is preferable?
- API Key Authentication
- Basic Authentication
- HMAC Authentication
- OAuth 2.0
OAuth 2.0 is a preferred authentication method for securing APIs, especially when mobile client support is required. It provides a token-based approach for secure access.
Loading...
Related Quiz
- How does JWT differ from session-based authentication in terms of scalability?
- In a scenario where API endpoints change frequently, how can Postman assist in maintaining test accuracy?
- In AWS, what is the primary function of Elastic Load Balancing?
- For effective monitoring and debugging, implementing _______ in web services is recommended.
- Achieving _______ compliance is critical for web services handling medical data.