SYMBOL INDEX (83 symbols across 9 files) FILE: src/Auth/Guard.php class Guard (line 23) | class Guard implements GuardContract method __construct (line 109) | public function __construct($app, $name, $provider, $manager) method fireAttemptEvent (line 124) | protected function fireAttemptEvent(array $credentials) method fireFailedEvent (line 140) | protected function fireFailedEvent($user, array $credentials) method fireLoginEvent (line 154) | protected function fireLoginEvent($user) method validate (line 167) | public function validate(array $credentials = []) method attempt (line 180) | public function attempt(array $credentials = []) method hasValidCredentials (line 210) | protected function hasValidCredentials($user, $credentials) method login (line 221) | public function login(Authenticatable $user) method getTokenFromHeader (line 236) | protected function getTokenFromHeader() method getTokenFromParameter (line 256) | protected function getTokenFromParameter() method detectedToken (line 270) | protected function detectedToken() method findUserByToken (line 290) | protected function findUserByToken(Token $token) method user (line 305) | public function user() method logout (line 355) | public function logout() method manager (line 369) | public function manager() method issue (line 380) | public function issue(array $customClaims = []) method refresh (line 403) | public function refresh(string $token = null, array $customClaims = []) method getDispatcher (line 443) | public function getDispatcher() method setDispatcher (line 454) | public function setDispatcher(Dispatcher $events) method getRequest (line 464) | public function getRequest() method setRequest (line 475) | public function setRequest(Request $request) method getToken (line 487) | public function getToken() FILE: src/Auth/ServiceProvider.php class ServiceProvider (line 14) | class ServiceProvider extends AuthServiceProvider method register (line 26) | public function register() method getUserProvider (line 59) | protected function getUserProvider($alias) method getTokenManager (line 69) | protected function getTokenManager() FILE: src/Console/KeyGenerateCommand.php class KeyGenerateCommand (line 14) | class KeyGenerateCommand extends Command method fire (line 30) | public function fire() method handle (line 38) | public function handle() method setKeyInEnvironmentFile (line 78) | protected function setKeyInEnvironmentFile($key) method writeNewEnvironmentFileWith (line 96) | protected function writeNewEnvironmentFileWith($key) method generateRandomKey (line 110) | protected function generateRandomKey() method printBlock (line 122) | protected function printBlock(array $lines, $style, $firstBlock = false) method keyReplacementPattern (line 150) | protected function keyReplacementPattern() FILE: src/Contracts/Auth/Guard.php type Guard (line 11) | interface Guard extends LaravelGuard method __construct (line 21) | public function __construct($app, $name, $provider, $manager); method validate (line 27) | public function validate(array $credentials = []); method attempt (line 35) | public function attempt(array $credentials = []); method login (line 43) | public function login(Authenticatable $user); method logout (line 50) | public function logout(); method manager (line 57) | public function manager(); method refresh (line 66) | public function refresh(string $token = null, array $customClaims = []); method issue (line 74) | public function issue(array $customClaims = []); method getDispatcher (line 81) | public function getDispatcher(); method setDispatcher (line 89) | public function setDispatcher(Dispatcher $events); method getRequest (line 96) | public function getRequest(); method setRequest (line 104) | public function setRequest(Request $request); FILE: src/Contracts/Token/Manager.php type Manager (line 10) | interface Manager method __construct (line 18) | public function __construct(Config $config, Cache $cache); method setupSecret (line 23) | public function setupSecret(); method issue (line 31) | public function issue(Authenticatable $user, array $customClaims = []); method parseToken (line 40) | public function parseToken(string $tokenString); method validToken (line 49) | public function validToken(Token $token); method invalidToken (line 57) | public function invalidToken(Token $token); method expired (line 65) | public function expired(Token $token); method canBeRenewed (line 73) | public function canBeRenewed(Token $token); FILE: src/ServiceProvider.php class ServiceProvider (line 20) | class ServiceProvider extends LaravelServiceProvider method boot (line 34) | public function boot() method register (line 46) | public function register() method registerBindings (line 66) | protected function registerBindings() method registerCommands (line 78) | protected function registerCommands() method setupGuardMiddlewareMatch (line 89) | protected function setupGuardMiddlewareMatch() FILE: src/Token/Manager.php class Manager (line 19) | class Manager implements ManagerContract method __construct (line 86) | public function __construct(Config $config, Cache $cache) method setupSecret (line 102) | public function setupSecret() method validSecret (line 130) | protected function validSecret() method setupConfig (line 165) | protected function setupConfig() method signer (line 182) | protected function signer() method builder (line 192) | protected function builder() method parser (line 202) | protected function parser() method now (line 211) | protected function now() method generateId (line 224) | protected function generateId() method issue (line 235) | public function issue(Authenticatable $user, array $additionalCustomCl... method verify (line 310) | protected function verify(Token $token) method parseToken (line 324) | public function parseToken(string $tokenString) method validToken (line 342) | public function validToken(Token $token) method invalidToken (line 353) | public function invalidToken(Token $token) method expired (line 364) | public function expired(Token $token) method canBeRenewed (line 375) | public function canBeRenewed(Token $token) FILE: tests/Auth/GuardTest.php class GuardTest (line 7) | class GuardTest extends TestCase FILE: tests/TestCase.php class TestCase (line 7) | class TestCase extends \Orchestra\Testbench\TestCase method getPackageProviders (line 9) | public function getPackageProviders()