mirror of
https://github.com/friendica/friendica
synced 2024-12-23 04:00:15 +00:00
Desciption added
This commit is contained in:
parent
a3d645645a
commit
18dcf77a6d
1 changed files with 5 additions and 5 deletions
|
@ -44,11 +44,11 @@ class Token extends BaseDataTransferObject
|
||||||
/**
|
/**
|
||||||
* Creates a token record
|
* Creates a token record
|
||||||
*
|
*
|
||||||
* @param string $access_token
|
* @param string $access_token Token string
|
||||||
* @param string $token_type
|
* @param string $token_type Always "Bearer"
|
||||||
* @param string $scope
|
* @param string $scope Combination of "read write follow push"
|
||||||
* @param string $created_at
|
* @param string $created_at Creation date of the token
|
||||||
* @param string $me
|
* @param string $me Actor profile of the token owner
|
||||||
*/
|
*/
|
||||||
public function __construct(string $access_token, string $token_type, string $scope, string $created_at, string $me = null)
|
public function __construct(string $access_token, string $token_type, string $scope, string $created_at, string $me = null)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue