parseJwtClaims
Parse a JWT string and extract its payload claims.
Return
A map of the payload claims.
Parameters
jwt
The JWT string to parse.
Parse a JWT string and extract its payload claims.
A map of the payload claims.
The JWT string to parse.