open static fun parseToken(token: String): JsonObject
Parse the token string with base64 decoder. This will only obtain the "payload" part of the token.
token - token string
token
Return token payload json object