Rest API - Authentication and Authorization
Given a JWT with payload
{"sub":"user123","exp":1700000000}, what does the exp claim represent?{"sub":"user123","exp":1700000000}, what does the exp claim represent?exp claim defines when the token expires, given as a Unix timestamp.exp from other claimsiat is issue time, roles are custom claims, and token ID is jti.exp = Expiration time [OK]exp means expiration timestamp [OK]exp with issue timeexp is user roleexp with token ID15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions