File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 55use DesignMyNight \Laravel \OAuth2 \Introspect as IntrospectService ;
66use 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+ */
823class Introspect extends Facade
924{
1025 protected static function getFacadeAccessor ()
You can’t perform that action at this time.
0 commit comments