AccessToken
class AccessToken implements AccessTokenInterface
AccessToken.
Properties
protected | $id | ||
protected | $accessToken | ||
protected | $tokenType | ||
protected | $clientId | ||
protected | $username | ||
protected | $expires | ||
protected | $scope |
Methods
__construct()
No description
getId()
No description
AccessToken
setAccessToken(string $accessToken)
Set access_token.
string
getAccessToken()
Get access_token.
AccessToken
setTokenType(string $tokenType)
Set token_type.
string
getTokenType()
Get token_type.
AccessToken
setClientId(string $clientId)
Set client_id.
string
getClientId()
Get client_id.
AccessToken
setUsername(string $username)
Set username.
string
getUsername()
Get username.
AccessToken
setExpires(int $expires)
Set expires.
int
getExpires()
Get expires.
AccessToken
setScope(array $scope)
Set scope.
array
getScope()
Get scope.
Details
at line 35
__construct()
at line 44
getId()
at line 49
AccessToken
setAccessToken(string $accessToken)
Set access_token.
at line 56
string
getAccessToken()
Get access_token.
at line 61
AccessToken
setTokenType(string $tokenType)
Set token_type.
at line 68
string
getTokenType()
Get token_type.
at line 73
AccessToken
setClientId(string $clientId)
Set client_id.
at line 80
string
getClientId()
Get client_id.
at line 85
AccessToken
setUsername(string $username)
Set username.
at line 92
string
getUsername()
Get username.
at line 97
AccessToken
setExpires(int $expires)
Set expires.
at line 104
int
getExpires()
Get expires.
at line 109
AccessToken
setScope(array $scope)
Set scope.
at line 116
array
getScope()
Get scope.