Emarref\Jwt\Encryption\Asymmetric::verify PHP Method

verify() public method

public verify ( string $value, string $signature ) : boolean
$value string
$signature string
return boolean
    public function verify($value, $signature)
    {
        return $this->algorithm->verify($value, $signature, $this->getPublicKey());
    }