Class SessionsPage

java.lang.Object
com.auth0.json.mgmt.sessions.SessionsPage

public class SessionsPage extends Object
Class that represents a given Page of Sessions. Related to the UsersEntity entity.
  • Constructor Details

    • SessionsPage

      public SessionsPage()
  • Method Details

    • getTotal

      public Integer getTotal()
      Returns:
      the total number of refresh tokens. This is only present when `include_totals` is passed as a query parameter.
    • getNext

      public String getNext()
      Returns:
      the token ID from which to start selection for a new page
    • getSessions

      public List<Session> getSessions()
      Returns:
      the list of Sessions