getJWTPayload(String sessionHandle)
Parameters
sessionHandle
- description: Get the JWT payload of the session that has the given
sessionHandle
.
- description: Get the JWT payload of the session that has the given
Returns
Map<String, Object>
Throws
- GeneralException
- UnauthorisedException
- This is thrown if the current session was revoked or has expired.