PHP Class Emarref\Jwt\Verification\EncryptionVerifier

Inheritance: implements Emarref\Jwt\Verification\VerifierInterface
ファイルを表示 Open project: emarref/jwt Class Usage Examples

Protected Properties

Property Type Description
$signer Emarref\Jwt\Signature\Jws

Public Methods

Method Description
__construct ( Emarref\Jwt\Encryption\EncryptionInterface $encryption, Emarref\Jwt\Encoding\EncoderInterface $encoder )
verify ( Token $token )

Method Details

__construct() public method

public __construct ( Emarref\Jwt\Encryption\EncryptionInterface $encryption, Emarref\Jwt\Encoding\EncoderInterface $encoder )
$encryption Emarref\Jwt\Encryption\EncryptionInterface
$encoder Emarref\Jwt\Encoding\EncoderInterface

verify() public method

public verify ( Token $token )
$token Emarref\Jwt\Token

Property Details

$signer protected_oe property

protected Jws,Emarref\Jwt\Signature $signer
return Emarref\Jwt\Signature\Jws