Emarref\Jwt\Algorithm\Hmac::__construct PHP Method

__construct() public method

public __construct ( string $secret )
$secret string
    public function __construct($secret)
    {
        $this->secret = $secret;
        $this->ensureSupport();
    }