Skip to content

Commit 1b04342

Browse files
authored
Merge pull request #7 from designmynight/facade-docs
doc: add method docs for ide autocomplete
2 parents 99403ba + 300207e commit 1b04342

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/Facades/Introspect.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@
55
use DesignMyNight\Laravel\OAuth2\Introspect as IntrospectService;
66
use Illuminate\Support\Facades\Facade;
77

8+
/**
9+
* Class Introspect
10+
*
11+
* @package DesignMyNight\Laravel\OAuth2\Facades
12+
*
13+
* @method static void mustHaveScopes(array $requiredScopes = [])
14+
* @method static \DesignMyNight\Laravel\OAuth2\Intropect setUserDataKey(string $key)
15+
* @method static \DesignMyNight\Laravel\OAuth2\Intropect setUserModelClass(string $class)
16+
* @method static bool tokenIsActive()
17+
* @method static bool tokenIsNotActive()
18+
* @method static mixed|null getUser()
19+
* @method static \Illuminate\Contracts\Auth\Authenticatable getUserModel()
20+
* @method static string getUserModelClass()
21+
* @method static \DesignMyNight\Laravel\OAuth2\Intropect verifyToken()
22+
*/
823
class Introspect extends Facade
924
{
1025
protected static function getFacadeAccessor()

0 commit comments

Comments
 (0)