GetSessionData(sessionHandle string) (map[string]interface{}, error)
Parameters
sessionHandle
- description: Get the session data of the session that has the given
sessionHandle
.
- description: Get the session data of the session that has the given
Returns
map[string]interface{}
- GeneralError
- UnauthorizedError
- This is thrown if the current session was revoked or has expired.