Implementing and Operating Cisco Enterprise Network Core Technologies (ENCOR) — Question 755
Which mechanism does OAuth use to strengthen REST API security when compared to BasicAuth?
Answer options
- A. Token
- B. SSL
- C. Authentication
- D. TLS
Correct answer: A
Explanation
The correct answer is A, Token, as OAuth utilizes tokens to grant access without sharing credentials directly, thereby enhancing security. The other options, while related to security, do not specifically pertain to the mechanism that OAuth employs to improve upon BasicAuth.