Decode (without verifying) the payload of a JWT. Useful for reading exp to decide whether a cached token needs to be regenerated.
exp
the decoded payload, or null if the token is malformed.
null
Decode (without verifying) the payload of a JWT. Useful for reading
expto decide whether a cached token needs to be regenerated.