SYMBOL INDEX (29 symbols across 5 files) FILE: Jwt.php class Jwt (line 25) | class Jwt extends Component method getBuilder (line 60) | public function getBuilder(Encoder $encoder = null, ClaimFactory $clai... method getParser (line 71) | public function getParser(Decoder $decoder = null, ClaimFactory $claim... method getValidationData (line 80) | public function getValidationData() method getSigner (line 89) | public function getSigner($alg) method getKey (line 101) | public function getKey($content = null, $passphrase = null) method loadToken (line 120) | public function loadToken($token, $validate = true, $verify = true) method validateToken (line 149) | public function validateToken(Token $token, $currentTime = null) method verifyToken (line 164) | public function verifyToken(Token $token) FILE: JwtHttpBearerAuth.php class JwtHttpBearerAuth (line 27) | class JwtHttpBearerAuth extends AuthMethod method init (line 65) | public function init() method authenticate (line 74) | public function authenticate($user, $request, $response) method challenge (line 98) | public function challenge($response) method loadToken (line 111) | public function loadToken($token) FILE: JwtValidationData.php class JwtValidationData (line 13) | class JwtValidationData extends Component method __construct (line 36) | public function __construct($config = []) method getValidationData (line 45) | public function getValidationData() FILE: tests/JwtTest.php class JwtTest (line 5) | class JwtTest extends TestCase method setUp (line 36) | public function setUp() method getSignerSha256 (line 46) | public function getSignerSha256() method createTokenWithSignature (line 54) | public function createTokenWithSignature() method getValidationData (line 69) | public function getValidationData() method testValidateTokenWithSignature (line 81) | public function testValidateTokenWithSignature() method testValidateTokenTimeoutWithSignature (line 93) | public function testValidateTokenTimeoutWithSignature() FILE: tests/TestCase.php class TestCase (line 11) | class TestCase extends \PHPUnit_Framework_TestCase method setUp (line 17) | protected function setUp() method tearDown (line 26) | protected function tearDown() method mockApplication (line 32) | protected function mockApplication() method destroyApplication (line 42) | protected function destroyApplication()