PHP 클래스 Emarref\Jwt\Verification\Context

파일 보기 프로젝트 열기: emarref/jwt 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Emarref\Jwt\Encryption\EncryptionInterface $encryption )
getAudience ( ) : string
getEncryption ( ) : Emarref\Jwt\Encryption\EncryptionInterface
getIssuer ( ) : string
getSubject ( ) : string
setAudience ( string $audience )
setEncryption ( Emarref\Jwt\Encryption\EncryptionInterface $encryption )
setIssuer ( string $issuer )
setSubject ( string $subject )

메소드 상세

__construct() 공개 메소드

public __construct ( Emarref\Jwt\Encryption\EncryptionInterface $encryption )
$encryption Emarref\Jwt\Encryption\EncryptionInterface

getAudience() 공개 메소드

public getAudience ( ) : string
리턴 string

getEncryption() 공개 메소드

public getEncryption ( ) : Emarref\Jwt\Encryption\EncryptionInterface
리턴 Emarref\Jwt\Encryption\EncryptionInterface

getIssuer() 공개 메소드

public getIssuer ( ) : string
리턴 string

getSubject() 공개 메소드

public getSubject ( ) : string
리턴 string

setAudience() 공개 메소드

public setAudience ( string $audience )
$audience string

setEncryption() 공개 메소드

public setEncryption ( Emarref\Jwt\Encryption\EncryptionInterface $encryption )
$encryption Emarref\Jwt\Encryption\EncryptionInterface

setIssuer() 공개 메소드

public setIssuer ( string $issuer )
$issuer string

setSubject() 공개 메소드

public setSubject ( string $subject )
$subject string