Emarref\Jwt\Encryption\Symmetric::setSecret PHP Method

setSecret() public method

public setSecret ( string $secret )
$secret string
    public function setSecret($secret)
    {
        $this->secret = $secret;
        return $this;
    }