PHP Class Emarref\Jwt\Verification\Context

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

Méthodes publiques

Méthode 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 méthode

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

getAudience() public méthode

public getAudience ( ) : string
Résultat string

getEncryption() public méthode

public getEncryption ( ) : Emarref\Jwt\Encryption\EncryptionInterface
Résultat Emarref\Jwt\Encryption\EncryptionInterface

getIssuer() public méthode

public getIssuer ( ) : string
Résultat string

getSubject() public méthode

public getSubject ( ) : string
Résultat string

setAudience() public méthode

public setAudience ( string $audience )
$audience string

setEncryption() public méthode

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

setIssuer() public méthode

public setIssuer ( string $issuer )
$issuer string

setSubject() public méthode

public setSubject ( string $subject )
$subject string