syntax = "proto3"; package user; message UserLoginResponse { string sessionId = 1; string userPrivilege = 2; bool isTokenType = 3; int64 formatTimestamp = 5; bytes data = 6; }