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

What is the structure of a JSON web token?

Answer options

Correct answer: A

Explanation

The correct answer is A, as a JSON web token (JWT) consists of three distinct parts: the header, the payload, and the signature, which are all separated by dots. Options B, C, and D are incorrect because they either omit a crucial part of the JWT structure or include incorrect components.