PHP 클래스 Emarref\Jwt\Verification\EncryptionVerifier

상속: implements Emarref\Jwt\Verification\VerifierInterface
파일 보기 프로젝트 열기: emarref/jwt 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$signer Emarref\Jwt\Signature\Jws

공개 메소드들

메소드 설명
__construct ( Emarref\Jwt\Encryption\EncryptionInterface $encryption, Emarref\Jwt\Encoding\EncoderInterface $encoder )
verify ( Token $token )

메소드 상세

__construct() 공개 메소드

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

verify() 공개 메소드

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

프로퍼티 상세

$signer 보호되어 있는 프로퍼티

protected Jws,Emarref\Jwt\Signature $signer
리턴 Emarref\Jwt\Signature\Jws