Skip to content

Commit 2f4a74a

Browse files
committed
documnt new ways to authendicate
1 parent 7dabc98 commit 2f4a74a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/DropboxFilesystem.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
namespace creocoder\flysystem;
99

1010
use Spatie\Dropbox\Client;
11+
use Spatie\Dropbox\TokenProvider;
1112
use Spatie\FlysystemDropbox\DropboxAdapter;
1213
use yii\base\InvalidConfigException;
1314

@@ -19,7 +20,7 @@
1920
class DropboxFilesystem extends Filesystem
2021
{
2122
/**
22-
* @var string
23+
* @var string|array|TokenProvider
2324
*/
2425
public $token;
2526

0 commit comments

Comments
 (0)