We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TransientToken
1 parent 9ee5bd9 commit d8cc347Copy full SHA for d8cc347
src/HasApiTokens.php
@@ -9,7 +9,7 @@ trait HasApiTokens
9
/**
10
* The current access token for the authentication user.
11
*
12
- * @var \Laravel\Passport\Token
+ * @var \Laravel\Passport\Token|\Laravel\Passport\TransientToken|null
13
*/
14
protected $accessToken;
15
@@ -36,7 +36,7 @@ public function tokens()
36
37
* Get the current access token being used by the user.
38
39
- * @return \Laravel\Passport\Token|null
+ * @return \Laravel\Passport\Token|\Laravel\Passport\TransientToken|null
40
41
public function token()
42
{
0 commit comments