Class RefreshTokensPage
java.lang.Object
com.auth0.json.mgmt.refreshtokens.RefreshTokensPage
Class that represents a page of Refresh Tokens.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RefreshTokensPage
public RefreshTokensPage()
-
-
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
-
getTokens
- Returns:
- the list of Tokens
-