PHP Class Emarref\Jwt\Verification\Context

Show file Open project: emarref/jwt Class Usage Examples

Public Methods

Method Description
__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 )

Method Details

__construct() public method

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

getAudience() public method

public getAudience ( ) : string
return string

getEncryption() public method

public getEncryption ( ) : Emarref\Jwt\Encryption\EncryptionInterface
return Emarref\Jwt\Encryption\EncryptionInterface

getIssuer() public method

public getIssuer ( ) : string
return string

getSubject() public method

public getSubject ( ) : string
return string

setAudience() public method

public setAudience ( string $audience )
$audience string

setEncryption() public method

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

setIssuer() public method

public setIssuer ( string $issuer )
$issuer string

setSubject() public method

public setSubject ( string $subject )
$subject string