The AccessTokensPage Entity
catalytic.sdk.entities.AccessTokensPage
The AccessTokensPage
class represents a page of AccessToken
s, usually returned from the AccessTokens.find()
method.
Instance Methods
Name | Return Type | Description |
---|---|---|
getAccessTokens | List< AccessToken> | The Access Tokens included in this page of results |
getNextPageToken | String | The token used to fetch the next page of Access Tokens |
getCount | int | The total number of Access Tokens |
Updated almost 4 years ago