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 ) |
public __construct ( Emarref\Jwt\Encryption\EncryptionInterface $encryption ) | ||
$encryption | Emarref\Jwt\Encryption\EncryptionInterface |
public getEncryption ( ) : Emarref\Jwt\Encryption\EncryptionInterface | ||
return | Emarref\Jwt\Encryption\EncryptionInterface |
public setEncryption ( Emarref\Jwt\Encryption\EncryptionInterface $encryption ) | ||
$encryption | Emarref\Jwt\Encryption\EncryptionInterface |