PHP Class Emarref\Jwt\Verification\EncryptionVerifierStub

Inheritance: extends EncryptionVerifier
Afficher le fichier Open project: emarref/jwt Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( Emarref\Jwt\Encryption\EncryptionInterface $encryption, Emarref\Jwt\Encoding\EncoderInterface $encoder, Emarref\Jwt\Signature\SignerInterface $signer )

Method Details

__construct() public méthode

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