The AccessTokensPage Entity
The \Catalytic\SDK\Entities\AccessTokensPage
class represents a page of AccessToken
s, usually returned from the AccessTokens.find()
method.
Instance methods
Name | Return Type | Description |
---|---|---|
getAccessTokens | array | 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