PHP Class Jose\Checker\JtiChecker

Inheritance: implements Jose\Checker\ClaimCheckerInterface
Datei anzeigen Open project: spomky-labs/jose

Public Methods

Method Description
checkClaim ( Jose\Object\JWTInterface $jwt )

Protected Methods

Method Description
isJtiValid ( string $jti ) : boolean

Method Details

checkClaim() public method

public checkClaim ( Jose\Object\JWTInterface $jwt )
$jwt Jose\Object\JWTInterface

isJtiValid() abstract protected method

abstract protected isJtiValid ( string $jti ) : boolean
$jti string
return boolean