| Method | Description | Returns | 
|---|---|---|
| hasRefreshToken() | Does Access Token have a related Refresh Token? | bool | 
| hasScope() | Does Access Token have scope | bool | 
| isValid() | Determine if access token is valid for use | bool | 
| isCurrentToken() | Is this the token used for this request? | bool | 
| hasScopeIncluded(string $scope) | Does this record have this scope? | bool | 
| getId() | int | |
| getExpiryDate() | DateTime | |
| getScope() | string | |
| getCreated() | Date the record was created. | DateTime | 
| getUserAgent() | string | |
| getIpAddress() | string | |
| getApp() | Client | |
| getUser() | User | |
| isNewRecord() | Check if the record is a new record | bool | 
| isHierarchicalModel() | Check whether a model is a hierarchical model, i.e. can have children | bool | 
| isVersionedModel() | Check whether a model is versioned | bool | 
OAuth\Models\Frontend\AccessToken
AccessToken