Implementing and Operating Cisco Enterprise Network Core Technologies (ENCOR) — Question 792

Which security feature does stateless authentication and authorization use for REST API calls?

Answer options

Correct answer: A

Explanation

The correct answer is A, as stateless authentication typically employs OAuth 2 tokens to manage user sessions without server-side storage. Options B and D represent alternative methods that involve stateful sessions or different types of credentials, while C refers to encryption protocols that secure data transmission but do not directly relate to authentication methods.