session_id method

String session_id()

Implementation

String session_id() {
  return _readStr(olm_session_id_length, olm_session_id, _inst);
}