AccessToken
class AccessToken extends BaseModel (View source)
Properties
protected array | $data | Model Data | from BaseModel |
protected string | $token | Access Token | |
protected string | $tokenType | Token Type | |
protected string | $bearer | Bearer | |
protected string | $uid | User ID | |
protected string | $accountId | Account ID | |
protected string | $teamId | Team ID |
Methods
__construct(array $data)
Create a new AccessToken instance
mixed|null
__set(string $property, string $value)
Handle calls to undefined properties.
from BaseModel
string
getToken()
Get Access Token
string
getTokenType()
Get Token Type
string
getBearer()
Get Bearer
string
getUid()
Get User ID
string
getAccountId()
Get Account ID
string
getTeamId()
Get Team ID
Details
at line line 53
__construct(array $data)
Create a new AccessToken instance
mixed|null
__get(string $property)
Handle calls to undefined properties.
Check whether an item with the key, same as the property, is available on the data property.
mixed|null
__set(string $property, string $value)
Handle calls to undefined properties.
Sets an item with the defined value on the data property.
at line line 70
string
getToken()
Get Access Token
at line line 80
string
getTokenType()
Get Token Type
at line line 90
string
getBearer()
Get Bearer
at line line 100
string
getUid()
Get User ID
at line line 110
string
getAccountId()
Get Account ID
at line line 120
string
getTeamId()
Get Team ID