Package com.auth0.json.mgmt.sessions
Class Device
java.lang.Object
com.auth0.json.mgmt.sessions.Device
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
Device
public Device()
-
-
Method Details
-
getInitialUserAgent
- Returns:
- First user agent associated with this session
-
getInitialIP
- Returns:
- First IP address associated with this session
-
getInitialASN
- Returns:
- First autonomous system number associated with this session
-
getLastUserAgent
- Returns:
- Last user agent of the device from which this user logged in
-
getLastIP
- Returns:
- Last IP address from which this user logged in
-
getLastASN
- Returns:
- Last autonomous system number from which this user logged in
-