mLogin
std::string mLogin
User's login.
mVPNActive
bool mVPNActive
Shows the User's ability to connect to a VPN.
mTimeLast
uint64_t mTimeLast
Remaining subscription time (in seconds).
mVPNRegion
std::string mVPNRegion
Abbreviation of the connected VPN region.
mVPNRegionName
std::string mVPNRegionName
Name of the Connected VPN region.
mVPNRegionDesc
std::string mVPNRegionDesc
Description of the Connected VPN region.
mCurrentIpAddr
std::string mCurrentIpAddr
Virtual IP address (corresponds to the region).
mPreferredProtocols
std::vector< std::string > mPreferredProtocols
Vector of prefered protocols (TCP, UDP, Wise).
mRealIp
std::string mRealIp
User's real IP address.
mCountry
std::string mCountry
Name of the connected server country.
mCity
std::string mCity
Name of the connected server city.
mLatitude
std::string mLatitude
Latitude coordinates of the connected server.
mLongitude
std::string mLongitude
Longitude coordinates of the connected server.
mRealFlag
std::string mRealFlag
Flag of the connected region.
mTrialPeriod
bool mTrialPeriod
Defines user trial state.
mAvailableProtocols
std::vector< std::string > mAvailableProtocols
Vector of available protocols for this country.