Package com.auth0.json.mgmt.sessions
Class SessionsPage
java.lang.Object
com.auth0.json.mgmt.sessions.SessionsPage
Class that represents a given Page of Sessions. Related to the
UsersEntity entity.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SessionsPage
public SessionsPage()
-
-
Method Details
-
getTotal
- Returns:
- the total number of refresh tokens. This is only present when `include_totals` is passed as a query parameter.
-
getNext
- Returns:
- the token ID from which to start selection for a new page
-
getSessions
- Returns:
- the list of Sessions
-