PHP Class Jose\Checker\SubjectChecker

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

Public Methods

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

Protected Methods

Method Description
isSubjectAllowed ( string $subject ) : boolean

Method Details

checkClaim() public method

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

isSubjectAllowed() abstract protected method

abstract protected isSubjectAllowed ( string $subject ) : boolean
$subject string
return boolean